blob: 0f064b03db8b6f4162ee6ffe1b11a7b8f0e4aca9 [file] [log] [blame]
Daniel Veillard7b68df92003-08-03 22:58:54 +00001Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
2
3 * valid.c: fixed bug #118712 about mixed content, and namespaced
4 element names.
5 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
6 in the regression tests
7
William M. Brack779af002003-08-01 15:55:39 +00008Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9
10 Coninuing work on bug 118559
11 * DOCBparser.c: removed 2 unsed vars
12 * xmlregexp.c: changed some numeric const to their enum symbols
13 * xmlreader.c: changed one var define from int to enum
14 (a little more to be done, awaiting co-ordination)
15 * relaxng.c: deleted one unused var
16 * xmllint.c: deleted some unused vars, changed one arg
17 val from int to enum
18 * testHTML.c, testDocbook.c: changed some arg vals to enum const
19 * xmlIO.c: fixed typo from last night (small warning msg)
20
William M. Brack78637da2003-07-31 14:47:38 +000021Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
22
23 Working on bug 118559
24 * error.c: deleted unused variable
25 * parserInternals.c: deleted unneeded 'const' qualifier
26 * parser.c: changed variable type for enum temp storage
27 * xmlIO.c: changed debugging var to be inside #ifdef
28 * valid.c: removed unused variable
29 * HTMLparser.c: removed some unneeded 'const' qualifiers
30 * xpath.c: added some type casts, removed some unused vars
31 * xinclude.c: added one type cast
32 * nanohttp.c: repositioned some #ifdef to avoid unused var
33 * nanoftp.c: removed unused var
34
Daniel Veillard97e01882003-07-30 18:59:19 +000035Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
36
37 * HTMLparser.c: applied a patch from William Brack about
38 the problem of parsing very large HTML instance with comments
39 as raised by Nick Kew
40
Daniel Veillardd6038e02003-07-30 16:37:18 +000041Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
42
43 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
44 patch from Bjorn Reese for xmlTextReaderNodeType() and
45 significant whitespace. There is an enum for node type
46 values now.
47
Daniel Veillard01fc1a92003-07-30 15:12:01 +000048Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
49
50 * encoding.c: applying patch from Peter Jacobi to added
51 ISO-8859-x encoding support when iconv is not available
52 * configure.in include/libxml/xmlversion.h.in
53 include/libxml/xmlwin32version.h.in: added the glue needed
54 at the configure level and made it the default for Windows
55
Daniel Veillardc2664642003-07-29 20:44:53 +000056Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
57
58 * python/generator.py python/libxml.c python/libxml2class.txt:
59 patch from Joachim Bauch + cleanup for Relax NG error callbacks
60 in python
61
Daniel Veillarda6874ca2003-07-29 16:47:24 +000062Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
63
64 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
65 cleanup patch, and also avoided a possible memory leak
66
Daniel Veillard9ff7de12003-07-29 13:30:42 +000067Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
68
69 * encoding.c: fix the previous commit
70
William M. Brack4a557d92003-07-29 04:28:04 +000071Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
72
73 * HTMLparser.c: fixed problem with comments reported by Nick Kew
74 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
75 some future cleanup of UTF8 handling
76
Daniel Veillard9deb2422003-07-28 20:40:59 +000077Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
78
79 * xpath.c: applied a change suggested by Sean Griffin in bug
80 #118494 about a memory leak in EXSLT
81
Daniel Veillardd94849b2003-07-28 13:02:24 +000082Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
83
84 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
85 when fixing the previous Relax-NG bugs
86 * result/relaxng/*: This slightly changes the output messages of
87 some regression tests.
88 * configure.in: added support of -with-fexceptions for nested C++
89 support.
90
MDT 2003 John Fleck63f3a472003-07-24 21:48:30 +000091Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
92
93 * doc/tutorial/apa.html
94 * doc/tutorial/apb.html
95 * doc/tutorial/apc.html
96 * doc/tutorial/apd.html
97 * doc/tutorial/ape.html
98 * doc/tutorial/apf.html
99 * doc/tutorial/apg.html
100 * doc/tutorial/aph.html
101 * doc/tutorial/ar01s02.html
102 * doc/tutorial/ar01s03.html
103 * doc/tutorial/ar01s04.html
104 * doc/tutorial/ar01s05.html
105 * doc/tutorial/ar01s06.html
106 * doc/tutorial/ar01s07.html
107 * doc/tutorial/ar01s08.html
108 * doc/tutorial/index.html
109 * doc/tutorial/ix01.html
110 * doc/tutorial/xmltutorial.pdf
111 * doc/tutorial/xmltutorial.xml
112 update tutorial with XPath example
113
114
Daniel Veillard597bc482003-07-24 16:08:28 +0000115Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
116
117 * SAX.c parser.c: fixing a bug about a special case of namespace
118 handling, this closes bug #116841
119
Daniel Veillard2134ab12003-07-23 19:56:29 +0000120Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
121
122 * relaxng.c result/relaxng/*: checked and fixed the compilation
123 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
124 This slightly changes the output messages of some regression tests.
125
Daniel Veillardc127adc2003-07-23 15:07:08 +0000126Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
127
128 * xmlreader.c: fixed an out of bound error #118052 , the good
129 part if that base64 code was not in use yet ...
130
MDT 2003 John Fleck2ae05c72003-07-23 01:43:53 +0000131Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
132
133 * doc/xmllint.html
134 include html version of the xmllint man page, so an
135 up-to-date version is visible on the Web
136
Daniel Veillard8edf1c52003-07-22 20:52:14 +0000137Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
138
139 * xinclude.c include/libxml/xinclude.h: added a new API
140 xmlXIncludeProcessTree() to process XInclude only on a subtree
141 this should fix bug #115385
142
Daniel Veillard409a8142003-07-18 15:16:57 +0000143Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
144
145 * relaxng.c include/libxml/relaxng.h: adding Get interface for
146 the error callback and parameters of parsing and validation
147 contexts
148 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
149 on text nodes.
150
Daniel Veillard2dcb9372003-07-16 21:18:19 +0000151Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
152
153 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
154 when using the push XML parser.
155 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
156 added the test to the regression suite.
157
Daniel Veillard2009c4e2003-07-15 20:04:34 +0000158Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
159
160 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
161 as suggested by Rob Richards
162
Daniel Veillard34ba3872003-07-15 13:34:05 +0000163Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
164
165 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
166 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
167 to unsigned int and a couple of others.
168
169Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
170
171 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
172
Daniel Veillard3dc93a42003-07-10 14:04:33 +0000173Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
174
175 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
176
Daniel Veillarddf101d82003-07-08 14:03:36 +0000177Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
178
179 * globals.c threads.c: fixes some problem when freeing unititialized
180 mutexes
181
Daniel Veillard2db8c122003-07-08 12:16:59 +0000182Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
183
184 * nanoftp.c nanohttp.c: the modules should not import <config.h>
185 directly, some cleanups
186 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
187 validation code.
188
Daniel Veillard13d07cd2003-07-07 16:02:41 +0000189Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
190
191 * win32/configure.js: Jesse Pelton pointed out a problem in the
192 javascript code.
193
Daniel Veillard75eb1ad2003-07-07 14:42:44 +0000194Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
195
196 * NEWS doc/*: regenerated
197 * nanoftp.c nanohttp.c: might fix includes problems with the
198 Ipv6 support on solaris
199 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
200 defined as #IMPLIED
201
Daniel Veillard560c2a42003-07-06 21:13:49 +0000202Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
203
204 * configure.in doc/*: preparing release 1.5.8
205 * nanohttp.c: changed some preprocessor block
206 * xmlschemastypes.c: applied patch from Charles Bozeman adding
207 hexBinary schema datatype and adding support for totalDigits and
208 fractionDigits facets.
209
Daniel Veillard7a985a12003-07-06 17:57:42 +0000210Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
211
212 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
213
Daniel Veillardffe4f5e2003-07-06 17:35:43 +0000214Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
215
216 * xinclude.c: fixed bug #116095 removing the error message when
217 reapplying XInclude to a document.
218
Daniel Veillard1997c3e2003-07-05 20:43:43 +0000219Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
220
221 * xmlIO.c: applied small changes to portability layer for
222 compilation on DJGPP Ms-DOS compiler.
223
Daniel Veillardd9d32ae2003-07-05 20:32:43 +0000224Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
225
226 * parser.c HTMLparser.c: use the character() SAX callback
227 if the cdataBlock ain't defined.
228 * xpath.c: fix bug #115349 allowing compilation when configured
229 with --without-xpath since the Schemas code needs NAN and co.
230
William M. Brack59002e72003-07-04 17:01:59 +0000231Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
232
233 Fixed problem with multi-threading, shown by the test program
234 testThreads. After fix, ran mutiple tests on various speed
235 machines (single and dual processor X86), which all seem okay.
236
237 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
238
239 * threads.c: added missing initialisation for condition variable
240 in xmlNewRMutex.
241
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000242Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
243
244 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
245 closing bug #114837
246
247 * configure.in: Added checks for IPv6 support and getaddrinfo().
248
249 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
250
251 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
252
253 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
254 field or sockaddr_in field, depending upon the availability of IPv6
255 support.
256 have_ipv6(): Added to check for run-time IPv6 support.
257 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
258 Modified to parse a URI with IPv6 address given in [].
259 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
260 resolution, if it is available on the system, as gethostbyname
261 does not return IPv6 addresses on some platforms.
262 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
263 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
264 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
265 we are dealing with.
266
267 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
268 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
269 a URI with IPv6 address given in [].
270 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
271 available on the system. Also IPv6 addresses will be resolved by
272 gethostbyname only if IPv6 run-time support is available.
273 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
274
Igor Zlatkovic72f92a82003-06-14 16:48:26 +0000275Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
276
277 * win32/configure.js include/win32config.h
278 include/libxml/xmlversion.h.in: Applied the patch for BCB
279 by Eric Zurcher.
280
Daniel Veillardd7cec922003-06-13 12:30:10 +0000281Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
282
283 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
284 due to #115104 and while fixing #115101 . HTML URLs must not
285 be version dependant.
286
Daniel Veillard8265a182003-06-13 10:05:56 +0000287Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
288
289 * entities.c: do not generate &quot; for " outside of attributes
290 * result//*: this changes the output of some tests
291
Daniel Veillard4e9b1bc2003-06-09 10:30:33 +0000292Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
293
294 * parser.c xmlIO.c: trying to fix #114277 about when file
295 remapping and escaping should really be attempted.
296
Daniel Veillarda37aab82003-06-09 09:10:36 +0000297Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
298
299 * doc/*: applied a patch from Gman for building docs
300 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
301 Gary Pennington to provide an allocator for xmlValidCtxt
302 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
303 #113580 about data not being passed immediately.
304
Daniel Veillarde1326112003-06-05 09:32:20 +0000305Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
306
307 * tree.c: applied a couple of patches from Mark Itzcovitz
308 to handle saving back "UTF-16" documents.
309
Daniel Veillarda84c0b32003-06-02 16:58:46 +0000310Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
311
312 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
313 some work done while in the Maldives (hence the timezone on the
314 laptop !)
315 * result/schemas/length3* test/schemas/deter0_*
316 test/schemas/group0_*: some tests added too
317
Daniel Veillard8caa9c22003-06-02 13:35:24 +0000318Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
319
320 * encoding.c: small fix
321 * xmlIO.c: fixed an error message
322
Daniel Veillard0e0f37a2003-05-20 12:22:41 +0000323Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
324
325 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
326 accepting an improper UTF8 sequence
327
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000328Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
329
330 * threads.c: applied the patch from Stéphane Bidoul for getting
331 rid of extra threads in a dynamic library.
Igor Zlatkovicfb7f0842003-05-17 11:31:20 +0000332 * win32/configure.js: threads default to 'native' now.
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000333
Daniel Veillard5f5b7bb2003-05-16 17:19:40 +0000334Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
335
336 * HTMLtree.c: fixing bug #112904: html output method escaped
337 plus sign character in URI attribute.
338
Daniel Veillard781ac8b2003-05-15 22:11:36 +0000339Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
340
341 * build_glob.py global.data globals.c parser.c
342 include/libxml/globals.h: patch from Stéphane Bidoul for setting
343 up threads global defaults.
344 * doc/libxml2-api.xml: this extends the API with new functions
345 * python/tests/Makefile.am python/tests/reader2.py
346 python/tests/thread2.py: integrated the associated testcase and
347 fixed the error string used in reader2
348
Daniel Veillard38b80a82003-05-14 18:59:00 +0000349Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
350
351 * configure.in libxml.spec.in python/Makefile.am: trying
352 to conciliate --with-python= requirements and RPM builds,
353 a PITA really...
354
Daniel Veillard104caa32003-05-13 22:54:05 +0000355Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
356
357 * HTMLparser.c: oops last commit introduced a memory leak.
358
Daniel Veillarde8b09e42003-05-13 22:14:13 +0000359Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
360
361 * xmllint.c doc/xmllint.xml: added --nonet option
362 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
363 xsltproc or xmllint
364 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
365 rebuilt
366 * HTMLparser.c: cleaned up the HTML parser context build when
367 using an URL
368
Daniel Veillardd437d322003-05-13 21:07:01 +0000369Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
370
371 * libxml.spec.in: added a comment about bug #112902
372
William M. Brack3dd57f72003-05-13 02:06:18 +0000373Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
374
375 * minor cleanup of configure '--help' display
376 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
377
Daniel Veillardd72c7e32003-05-12 21:55:03 +0000378Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
379
380 * tree.c: PI nodes in external subset were not freed :-\
381 fixes bug #112842
382
Daniel Veillard75bb3bb2003-05-12 15:25:56 +0000383Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
384
385 * xmllint.c: added --schema option to run WXS schema validation
386 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
387 tried to improve error reporting in the Schema code, some cleanup
388 too.
389
Daniel Veillard82bbbd42003-05-11 20:16:09 +0000390Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
391
392 * xmlschemas.c: fixed some problems in the handling of errors,
393 and attributes addressed by references.
394 * test/schemas/* result/schemas/*: dropped the verbosity level
395 and added a couple of new tests
396
Daniel Veillardadbb0e62003-05-10 20:02:45 +0000397Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
398
399 * relaxng.c: Stéphane Bidoul found an off by one addressing
400 error on the error handling.
401
Daniel Veillarda77cf712003-05-09 23:09:55 +0000402Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
403
404 * xmlschemastypes.c: trying to fix #112673
405
Daniel Veillardc3ca5ba2003-05-09 22:26:28 +0000406Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
407
408 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
409 warning, this fixed a bug and should close #111574
410
Daniel Veillard37fc84d2003-05-09 19:38:15 +0000411Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
412
413 * xmlschemas.c: fixing bug #104081 with xs:all with an element
414 holding minOccurs="0"
415 * test/schemas/all_* result/schemas/all_*: added some regression
416 tests for that bug
417 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
418 Garry Pennington to compile without schemas support.
419
Daniel Veillarda067e652003-05-01 08:03:46 +0000420Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
421
422 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
423
Daniel Veillard61c52202003-04-30 12:20:34 +0000424Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
425
426 * xml2-config.in: try to fix Red hat bug #89957, do not
427 output -L/usr/lib64
428 * xmlreader.c: fixed a typo in a comment
429
MDT 2003 John Fleck6d68f612003-04-29 13:33:21 +0000430Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
431
432 * doc/tutorial/aph.html, ix01.html
433 forgot to cvs add the new files. Thanks to Roland van Laar
434 for pointing this out
435
Daniel Veillardd4330462003-04-29 12:40:16 +0000436Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
437
438 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
439 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
440 to the XML/XSLT doc generation closing #111799
441 * doc/html/*: complete update of the HTML results
442
Igor Zlatkovica28d2362003-04-28 12:56:01 +0000443Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
444
445 * win32/defgen.xsl: fixed the conditional for unicode map,
446 removed hardcoded schema entries
447
448Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
449
450 * win32/defgen.xsl: new file, stylesheet for generating
451 win32/libxml2.def.src from doc/libxml2-api.xml
452 * win32/libxml2.def.src: is autogenerated from now on, changes
453 to this file will not appear here anymore
454
Daniel Veillard94bb2f12003-04-27 22:14:07 +0000455Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
456
457 * win32/configure.js python/setup.py.in: applied patch
458 from Stéphane Bidoul for the Python bindings on the new
459 release.
460
Igor Zlatkovic34656b42003-04-27 16:00:05 +0000461Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
462
463 * debugXML.c: included libxml/uri.h for xmlCanonicPath
464 declaration
465 * win32/configure.js: thread-enabled build is now default
466 * win32/libxml2.def.src: added more exports
467
Daniel Veillard1177ca42003-04-26 22:29:54 +0000468Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
469
470 * NEWS doc/*.xsl doc/*.html: updated the web site separated
471 developers from common pages, made the transition to XHTML1,
472 added validity checking to the makefile rules.
473
Daniel Veillard329456a2003-04-26 21:21:00 +0000474Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
475
476 * parser.c: fix for xmlIOParseDTD same as previous and reported
477 by Petr Pajas
478
Daniel Veillardc6abc3d2003-04-26 13:27:30 +0000479Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
480
481 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
482 closing #111638
483
Daniel Veillard2b32e6f2003-04-26 12:03:54 +0000484Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
485
486 * python/generator.py: fixed a problem in the generator where
487 the way functions are remapped as methods on classes was
488 not symetric and dependant on python internal hash order,
489 as reported by Stéphane Bidoul
490
MDT 2003 John Fleck8aff3b72003-04-26 03:54:07 +0000491Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
492
493 * doc/tutorial:
494 xmltutorial.xml
495 xmltutorial.pdf
496 *.html
497 add appendix on generating compiler flags, more indexing
498
Daniel Veillard1c960272003-04-25 23:12:22 +0000499Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
500
501 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
502 to get libxml-2.5.7 to compile on OpenVMS
503
Daniel Veillardc5573462003-04-25 16:43:49 +0000504Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
505
506 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
507
Daniel Veillardfd583412003-04-25 13:22:10 +0000508Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
509
510 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
511 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
512 man page based on xsltproc and a stylesheet PI in the XML.
513
Daniel Veillarddc07e182003-04-25 10:39:38 +0000514Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
515
516 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
517 character preventing rendering by the man command.
518
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000519Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
520
521 * NEWS configure.in: preparing release 2.5.7
522 * doc/*: updated and rebuilt the docs
523 * doc/apibuild.py: fixed the script
524
Daniel Veillardde0a0a52003-04-24 17:12:57 +0000525Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
526
527 * Makefile.am doc/apibuild.py: make sure the OOM code don't
528 get in the way of the builds
529 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
530
Daniel Veillarda76fe5c2003-04-24 16:06:47 +0000531Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
532
533 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
534 Memory test from Havoc Pennington #109368
535 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
536 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
537 include/libxml/parser.h: a lot of memory allocation cleanups
538 based on the results of the OOM testing
539 * check-relaxng-test-suite2.py: seems I forgot to commit the
540 script.
541
Daniel Veillard18f113d2003-04-23 15:18:26 +0000542Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
543
544 * xmlschemastypes.c: trivial fix for 109774 removing a warning
545
Daniel Veillard85095e22003-04-23 13:56:44 +0000546Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
547
548 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
549 more places where xmlCanonicPath() must be used to convert
550 filenames to URLs, trying to fix #111088
551
Daniel Veillard54396242003-04-23 07:36:50 +0000552Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
553
554 * python/libxml.c python/libxml.py: applied patch from
555 Brent M Hendricks adding binding for xmlCatalogAddLocal
556
Daniel Veillard45269b82003-04-22 13:21:57 +0000557Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
558
559 * HTMLparser.c: tried to fix #98879 again in a more solid
560 way.
561
Igor Zlatkovic94f48842003-04-22 12:00:37 +0000562Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
563
564 * win32/libxml2.def.src: added more exports from the relaxng and
565 xmlreader clan
566
Daniel Veillardf431eb82003-04-22 08:37:26 +0000567Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
568
569 * SAX.c test/valid/ns* test/result/ns*: applied the patch
570 provided by Brent Hendricks fixing #105992 and integrated the
571 examples in the testsuite.
572
Daniel Veillardc4f65ab2003-04-21 23:07:45 +0000573Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
574
575 * TODO: updated a bit
576 * configure.in: fixed the comment, threads now default to on
577 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
578
Daniel Veillarda880b122003-04-21 21:36:41 +0000579Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
580
581 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
582 xmlreader.c include/libxml/parser.h: a lot of performance work
583 especially the speed of streaming through the reader and push
584 interface. Some thread related optimizations. Nearly doubled the
585 speed of parsing through the reader.
586
MDT 2003 John Fleck83c8a5c2003-04-20 16:45:07 +0000587Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
588
589 * doc/xmllint.xml
590 * doc/xmllint.1
591 update man page to explain use of --stream
592
Daniel Veillard3c908dc2003-04-19 00:07:51 +0000593Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
594
595 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
596 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
597 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
598 include/libxml/globals.h include/libxml/xmlmemory.h: added
599 xmlMallocAtomic() to be used when allocating blocks which
600 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
601 to allow registering the full set of functions needed by
602 a garbage collecting allocator like libgc, ref #109944
603
Daniel Veillard84942712003-04-18 14:40:05 +0000604Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
605
606 * configure.in: switched to have thread support enabled by default,
607 didn't got troubles with ABI compatibility on Linux, hope it
608 won't break on strange OSes, if yes, report the system ID
609 * doc/libxml2-api.xml: just rebuilt the API
610
Daniel Veillard3e59fc52003-04-18 12:34:58 +0000611Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
612
613 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
614 added support for large file, tested with a 3+GB instance,
615 and some cleanup.
616 * catalog.c: added a TODO
617 * Makefile.am: added some "make tests" comments
618
Daniel Veillardac297932003-04-17 12:55:35 +0000619Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
620
621 * relaxng.c: some cleanups
622 * doc/xmlreader.html: extended the document to cover RelaxNG and
623 tree operations
624 * python/tests/Makefile.am python/tests/reader[46].py: added some
625 xmlReader example/regression tests
626 * result/relaxng/tutor*.err: updated the output of a number of tests
627
Daniel Veillard62163602003-04-17 09:36:38 +0000628Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
629
630 * relaxng.c: valgrind pointed out an uninitialized variable error.
631
Daniel Veillard33300b42003-04-17 09:09:19 +0000632Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
633
634 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
635 xmlreader.c: augnemting the APIs, cleanups.
636 * parser.c: cleanup bug #111005
637 * xmlIO.c: added some missing comments
638
Daniel Veillardce192eb2003-04-16 15:58:05 +0000639Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
640
641 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
642 trying to improve the subset compiled, and more testing.
643 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
644 documentation
645 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
646 * result/relaxng/*.err: fix some of the outputs
647
Daniel Veillardf4e55762003-04-15 23:32:22 +0000648Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
649
650 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
651 include/libxml/xmlreader.h: implemented streaming of
652 RelaxNG (when possible) on top of the xmlReader interface,
653 provided it as xmllint --stream --relaxng .rng .xml
654 This seems to mostly work.
655 * Makefile.am: updated to test RelaxNG streaming
656
Daniel Veillardc58f4ef2003-04-14 16:11:26 +0000657Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
658
659 * relaxng.c include/libxml/relaxng.h: integrated the regexp
660 based validity checking of fragments of the document for
661 which the RNG can be compiled to regexps. Works on all regression
662 tests, only fix needed is related to error messages.
663
Daniel Veillard52b48c72003-04-13 19:53:42 +0000664Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
665
666 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
667 include/libxml/xmlregexp.h: Starting work precompiling
668 parts of RelaxNG schemas. Not plugged onto validity checking
669 yet, just the regexp building part. Needed to extend some
670 of the automata and regexp APIs.
671
Daniel Veillardf6bad792003-04-11 19:38:54 +0000672Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
673
674 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
675 xmllint --stream and xmllint --stream --valid returns errors
676 code appropriately
677
Daniel Veillardc6cae7b2003-04-11 09:02:11 +0000678Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
679
680 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
681 and Next() operation to work on subtrees within the reader
682 framework.
683 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
684 * python/tests/reader5.py: added an example for those new
685 functions of the reader.
686
Daniel Veillard645c6902003-04-10 21:40:49 +0000687Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
688
689 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
690
Daniel Veillard9e077102003-04-10 13:36:54 +0000691Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
692
693 * xmlreader.c: fixing HasValue for namespace as raised by
694 Denys Duchier
695
Daniel Veillard02ea1412003-04-09 12:08:47 +0000696Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
697
698 * HTMLparser.c include/libxml/HTMLparser.h: exported
699 htmlCreateMemoryParserCtxt() it was static
700
Daniel Veillardd3b9cd82003-04-09 11:24:17 +0000701Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
702
703 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
704 update from Charles Bozeman for date and duration types
705 * test/schemas/date_0.* test/schemas/dur_0.*
706 result/schemas/date_0.* result/schemas/dur_0.*: updated too
707
Daniel Veillardc00cda82003-04-07 10:22:39 +0000708Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
709
710 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
711 fixing bug #107129, removing excessive allocation and calls
712 to *printf in the code to build QName strings.
713
Igor Zlatkovic69651182003-04-05 09:43:30 +0000714Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
715
716 * win32/libxml2.def.src: fixed conditional exports, reported by
717 Luke Murray.
718
Daniel Veillardadba5f12003-04-04 16:09:01 +0000719Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
720
721 * parser.c: fixed a possible problem with xmlRecoverMemory()
722
Daniel Veillarda48ed3d2003-04-03 15:28:28 +0000723Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
724
725 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
726 triostr.h: Bjorn sent an update for the TRIO portability layer.
727
Igor Zlatkovicd6c86502003-04-01 20:00:42 +0000728Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
729
730 * win32/libxml2.def.src: exported new functions
731
Daniel Veillardc2d4a932003-04-01 11:13:05 +0000732Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
733
734 * configure.in NEWS: preparing release 2.5.6
735 * doc/*: updated and rebuilt the docs
736
Daniel Veillarde5020412003-04-01 09:55:20 +0000737Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
738
739 * SAX.c: fixed an uninitialized memory access pointed by valgrind
740 on C14Ntests
741
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +0000742Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
743
744 * relaxng.c: one more fixup of error message reporting
745
Daniel Veillard5f1946a2003-03-31 16:38:16 +0000746Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
747
748 * relaxng.c: more work on bug #109225, and fixed an uninitialized
749 variable pointed out by valgrind
750
Daniel Veillarda507fbf2003-03-31 16:09:37 +0000751Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
752
753 * relaxng.c: try to work on bug #109225 and provide better
754 error reports.
755 * result/relaxng/* : this change the output of a number of tests
756 * xinclude.c: fixing the parsed entity redefinition problem
757 raised on the list.
758 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
759
Daniel Veillardb3721c22003-03-31 11:22:25 +0000760Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
761
762 * xmlschemastypes.c: fixed date comparison to handle the tzo
763 The only failures left are disagreements on Notations and
764 '+1' not being allowed for ulong, uint, ushort and ubyte.
765
Daniel Veillard455cc072003-03-31 10:13:23 +0000766Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
767
768 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
769 to the XML Schemas errata
770 http://www.w3.org/2001/05/xmlschema-errata#e2-12
771
Daniel Veillarde637c4a2003-03-30 21:10:09 +0000772Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
773
774 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
775 and facets support. Currently only schemas with binHex or
776 base64 don't compile. A few error left in the test suite:
777 found 1035 test instances: 919 success 23 failures
778 most are gdate or gdateyear failing check, and a few cases where
779 James clark tests results are strange.
780 * valid.c: allow to reuse the Notation checking routine without
781 having a validation context.
782 * SAX.c: removed a #if 0
783
Daniel Veillardb6c7f412003-03-29 16:41:55 +0000784Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
785
786 * xinclude.c: forgot to apply one check from #106931 patch
787 * xmlschemastypes.c: more work on XML Schemas datatypes
788
Daniel Veillardc4c21552003-03-29 10:53:38 +0000789Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
790
791 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
792 on cleaning up XML Schemas datatypes based on James Clark tests
793 test/xsdtest/xsdtest.xml
794
Daniel Veillard80b19092003-03-28 13:29:53 +0000795Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
796
797 * relaxng.c: implemented comparisons for Schemas values.
798 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
799 some bugs in duration handling, comparisons for durations
800 and decimals, removed all memory leaks pointed out by James
801 testsuite. Current status is now
802 found 238 test schemas: 197 success 41 failures
803 found 1035 test instances: 803 success 130 failures
804
Daniel Veillard91a13252003-03-27 23:44:43 +0000805Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
806
807 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
808 leaks in the W3C XML Schemas code
809 * xmlschemastypes.c: implemented nonPositiveInteger
810 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
811 fixed the test and result.
812
Daniel Veillard6560a422003-03-27 21:25:38 +0000813Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
814
815 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
816 parser and a typo
817 * xmlschemastypes.c: reindenting, fixing a memory access
818 problem with dates.
819
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000820Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
821
822 * parser.c: fixing #109227 providing more context in case of
823 start/end tag mismatch
824 * python/tests/ctxterror.py python/tests/readererr.py: update the
825 tests accordingly
826
Daniel Veillardd9b72832003-03-27 14:24:00 +0000827Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
828
829 * xinclude.c: should fix #109327 errors on memory accesses
830
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000831Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
832
833 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
834 is an URI reference
835
Daniel Veillarde209b332003-03-26 21:40:13 +0000836Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
837
838 * xpath.c: fixed bug #109160 on non-ASCII IDs
839
Daniel Veillard642104e2003-03-26 16:32:05 +0000840Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
841
842 * parser.c: Norm suggested a nicer error message for xml:space values
843 errors
844
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000845Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
846
847 * xpath.c include/libxml/xpath.h: first part of the fix to
848 performance bug #108905, adds xmlXPathOrderDocElems() providing
849 document order for nodes.
850 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
851
Daniel Veillard09628212003-03-25 15:10:27 +0000852Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
853
854 * xmlschemastypes.c: removing a warning with Sun compiler
855 bug #109154
856
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000857Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
858
859 * doc/xmllint.xml
860 * doc/xmllint.1
861 update xmllint man page with --relaxng option
862
Daniel Veillard2032d292003-03-25 11:09:40 +0000863Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
864
865 * python/setup.py.in : was missing "drv_libxml2.py"
866
Daniel Veillard9adc0462003-03-24 18:39:54 +0000867Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
868
869 * tree.c xpath.c: some changes related to the new way of
870 handling Result Value Tree, before 2.5.5
871
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000872Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
873
874 * configure.in NEWS: preparing release 2.5.5
875 * doc/* : updated the documentation and regenerated it.
876
Daniel Veillardef0b4502003-03-24 13:57:34 +0000877Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
878
879 * xpath.c: fixed some problems related to #75813 about handling
880 of Result Value Trees
881
Daniel Veillard9231ff92003-03-23 22:00:51 +0000882Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
883
884 * uri.c: applied a set of patches from Lorenzo Viali correcting
885 URI parsing errors.
886
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000887Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
888
889 * parser.c: validity status was not passed back when validating in
890 entities, but raised by Oliver Fischer
891
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000892Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
893
894 * HTMLtree.c: avoid escaping ',' in URIs
895
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000896Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
897
898 * parser.c: fixing bug #108976 get the ID/REFs to reference
899 the ID in the document content and not in the entity copy
900 * SAX.c include/libxml/parser.h: more checking of the ID/REF
901 stuff, better solution for #107208
902 * xmlregexp.c: removed a direct printf, dohhh
903 * xmlreader.c: fixed a bug on streaming validation of empty
904 elements in entities
905 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
906 cleanup of the validation tests
907 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
908 added more ID/IDREF tests to the suite
909
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000910Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
911
912 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
913 compiler.
914
Daniel Veillard20863822003-03-22 17:51:47 +0000915Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
916
917 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
918
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000919Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
920
921 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
922 defined in entities content
923
Daniel Veillard99737f52003-03-22 14:55:50 +0000924Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
925
926 * SAX.c: Fixed validation bug #108858 on namespace names using
927 entities and reported by Brent Hendricks
928 * xmllint.c: report xmlTextReaderHasValue() result in --stream
929 --debug output.
930
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000931Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
932
933 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
934 about the DocType node not being reported sometimes.
935 * python/tests/reader.py: added to test to the regression checks
936
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000937Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
938
939 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
940 reported by Edd Dumbill
941
Daniel Veillard77a90a72003-03-22 00:04:05 +0000942Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
943
944 * HTMLparser.c parser.c parserInternals.c: patch from
945 johan@evenhuis.nl for #107937 fixing some line counting
946 problems, and some other cleanups.
947 * result/HTML/: this result in some line number changes
948
Daniel Veillard580ced82003-03-21 21:22:48 +0000949Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
950
951 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
952 instead of libxml.spec
953 * relaxng.c: fixed some of the error reporting excessive
954 verbosity
955 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
956 xmlschemastypes.c: removed some warnings from gcc
957 * doc/libxml2-api.xml: rebuilt
958
Daniel Veillarde063f482003-03-21 16:53:17 +0000959Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
960
961 * relaxng.c: another optimization, for choice this time
962 * result/relaxng/spec1* result/relaxng/tutor12_1*
963 result/relaxng/tutor3_7: cleanups.
964
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000965Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
966
967 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
968 * test/relaxng/testsuite.xml: augmented the test suite
969 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
970 some schemas validation tests in the presence of foreign
971 namespaces.
972
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000973Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
974
975 * relaxng.c: added another interleave speedup.
976
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000977Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
978
979 * xmlschemastypes.c: added integer and fixed one of the
980 IDREFS regression tests pbm
981 * result/relaxng/docbook_0.err: updated
982
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000983Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
984
985 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
986 declared both in the DTD and in the Schemas <grin/>
987 * relaxng.c: more debug, added a big optimization for <mixed>
988 * test/relaxng/testsuite.xml: augmented the testsuite
989 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
990 DocBook example to the regression tests
991
Daniel Veillard798024a2003-03-19 10:36:09 +0000992Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
993
994 * check-xsddata-test-suite.py: cosmetic change for output
995 * relaxng.c: try to minimize calls to malloc/free for states.
996
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000997Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
998
999 * tree.c: removed a warning
1000 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
1001 support
1002 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
1003 cleanup/improvements of the regression tests batch
1004 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
1005
Daniel Veillard28c52ab2003-03-18 11:39:17 +00001006Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1007
1008 * relaxng.c: fixed error msg cleanup deallocation
1009 * xmlschemastypes.c: added a function to handle lists of
1010 atomic types, added support for IDREFS
1011
Daniel Veillardc3da18a2003-03-18 00:31:04 +00001012Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
1013
1014 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
1015 and IDREF, usable from RelaxNG now
1016 * include/libxml/xmlschemastypes.h: need to add a new interface
1017 because the validation modifies the infoset
1018 * test/relaxng/testsuite.xml: extended the testsuite
1019
Daniel Veillard952379b2003-03-17 15:37:12 +00001020Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1021
1022 * relaxng.c: fixed the last core RelaxNG bug known #107083,
1023 shemas datatype ID/IDREF support still missing though.
1024 * xmlreader.c: fix a crashing bug with prefix raised by
1025 Merijn Broeren
1026 * test/relaxng/testsuite.xml: augmented the testsuite with
1027 complex inheritance tests
1028
Daniel Veillardfd573f12003-03-16 17:52:32 +00001029Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1030
1031 * relaxng.c: switched back to the previous Relax-NG code base,
1032 the derivation algorithm need severe constraining code to avoid
1033 combinatorial explosion. Fixed the problem with Sebastian Rahtz
1034 TEI based example and other bugs
1035 * result/relaxng/*err: updated the results
1036 * test/relaxng/testsuite.xml: started a new test suite
1037
Daniel Veillard1564e6e2003-03-15 21:30:25 +00001038Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
1039
1040 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
1041 that the original RelaxNG validation code was un-fixeable, it got
1042 rewritten to use the derivation algorithm from James Clark and
1043 redebugged it (nearly) from scratch:
1044 found 373 test schemas: 372 success 1 failures
1045 found 529 test instances: 529 success 0 failures
1046
Daniel Veillard39eb88b2003-03-11 11:21:28 +00001047Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1048
1049 * SAX.c parser.c: fix some recursion problems introduced in the
1050 last release.
1051 * relaxng.c: more debugging of the RNG validation engine, still
1052 problems though.
1053
Daniel Veillard5add8682003-03-10 13:13:58 +00001054Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1055
1056 * Makefile.am: stop generating wrong result file with * in name
1057 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
1058 * result/relaxng/demo* test/relaxng/demo: added the tests from
1059 Sebastian reproducing the problem.
1060
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001061Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
1062
Daniel Veillard5add8682003-03-10 13:13:58 +00001063 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
1064 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001065
Aleksey Sanin693c9bc2003-03-09 22:36:52 +00001066Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
1067
1068 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
1069 variable to control the indentation for the xmllint "--format"
1070 option
1071
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +00001072Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1073
1074 * encoding.c: applied Gennady's patch against buffer overrun
1075
Daniel Veillard42f12e92003-03-07 18:32:59 +00001076Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1077
1078 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
1079 Clark it appeared I had bug in URI parsing code ...
1080 * relaxng.c include/libxml/relaxng.h: completely revamped error
1081 reporting to not loose message from optional parts.
1082 * xmllint.c: added timing for RNG validation steps
1083 * result/relaxng/*: updated the result, all error messages changed
1084
Daniel Veillardedfd5882003-03-07 14:20:40 +00001085Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1086
1087 * xpath.c: fix bug #107804, the algorithm used for document order
1088 computation was failing on attributes.
1089
Daniel Veillard83391282003-03-06 21:37:30 +00001090Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1091
1092 * valid.c: fix bug #107764 , possibility of buffer overflow
1093 in xmlValidDebug()
1094
Daniel Veillard6c73cb82003-03-05 16:45:40 +00001095Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1096
1097 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
1098 from Philipp Dunkel
1099
Daniel Veillard5f704af2003-03-05 10:01:43 +00001100Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1101
1102 * xmlschemastype.c: made powten array static it should not be exported
1103 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
1104 parser function.
1105 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
1106
Daniel Veillard7b72ee52003-02-27 23:24:53 +00001107Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1108
1109 * tree.c: fixed a node dump crash on attributes
1110 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
1111 an URI test bug and get better output.
1112
Daniel Veillard463a5472003-02-27 21:30:32 +00001113Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1114
1115 * check-xsddata-test-suite.py: give more infos
1116 * relaxng.c: fix a bug reported by Sebastian Rahtz and
1117 REF->DEF in attribute values.
1118
Daniel Veillardeb7189f2003-02-27 20:11:13 +00001119Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1120
1121 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
1122 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
1123 regression tests from James Clark.
1124
Daniel Veillard8bc6cf92003-02-27 17:42:22 +00001125Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1126
1127 * relaxng.c xmlschemas.c xmlschemastypes.c
1128 include/libxml/xmlschemastypes.h: added param support for relaxng
1129 type checking, started to increment the pool of simple types
1130 registered, still much work to be done on simple types and
1131 facets checkings.
1132
Daniel Veillard19ab45b2003-02-26 15:49:03 +00001133Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1134
1135 * entities.c: fixes again one of the problem raised by
1136 James Clark in #106788
1137
Daniel Veillardc482e262003-02-26 14:48:48 +00001138Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1139
1140 * relaxng.c: Fixed a couple of problem raised by James Clark
1141 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
1142 datatype level still not fixed though.
1143
Daniel Veillard17bed982003-02-24 20:11:43 +00001144Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1145
1146 * configure.in: preparing release 2.5.4
1147 * doc/*: updated and rebuilt the docs
1148 * relaxng.c: removed warnings
1149 * result/relaxng/*: updated the results
1150
Daniel Veillardf4be0182003-02-24 19:54:33 +00001151Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1152
1153 * valid.c: fixes a DTD regexp generation problem.
1154
Daniel Veillard02111c12003-02-24 19:14:52 +00001155Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1156
1157 * parser.c: fixes bug #105998 about false detection of
1158 attribute consumption loop.
1159
Daniel Veillard2406abd2003-02-24 18:16:47 +00001160Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1161
1162 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
1163
Daniel Veillardfcc822e2003-02-24 17:52:08 +00001164Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1165
1166 * SAX.c: fixed bug #105992
1167
Daniel Veillard3ebc7d42003-02-24 17:17:58 +00001168Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
1169
1170 * tree.c: fixed xmlSetProp and al. when the node passed is not an
1171 element.
1172 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
1173 found 373 test schemas: 369 success 4 failures
1174 found 529 test instances: 525 success 4 failures
1175 * check-relaxng-test-suite.py: added memory debug reporting
1176
Daniel Veillardc64b8e92003-02-24 11:47:13 +00001177Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1178
1179 * uri.c parser.c: some warning removal on Igor's patch
1180 * tree.c: seems I messed up with #106788 fix
1181 * python/libxml.c: fixed some base problems when Python provides
1182 the resolver.
1183 * relaxng.c: fixed the interleave algorithm
1184 found 373 test schemas: 364 success 9 failures
1185 found 529 test instances: 525 success 4 failures
1186 the resulting failures are bug in the algorithm from 7.3 and
1187 lack of support for params
1188
Daniel Veillard0046c0f2003-02-23 13:52:30 +00001189Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1190
1191 * parser.c: another fix for nodeinfo in entities problem
1192 * tree.c entities.c: fixed bug #106788 from James Clark
1193 some spaces need to be serialized as character references.
1194
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +00001195Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1196
1197 * parser.c uri.c: fixed the bug I introduced in the path
1198 handling, reported by Sebastian Bergmann
1199
Daniel Veillard44e1dd02003-02-21 23:23:28 +00001200Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1201
1202 * parser.c: fixing some nodeinfo in entities problem raised
1203 by Glenn W. Bach
1204 * relaxng.c: implemented the first section 7.3 check
1205 * result/relaxng/*: updated the results
1206
Daniel Veillardc5312d72003-02-21 17:14:10 +00001207Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1208
1209 * relaxng.c: fixed some problems in the previous commit
1210 and finished implementing 4.16 rules checking
1211 found 373 test schemas: 353 success 20 failures
1212 found 529 test instances: 519 success 6 failures
1213 * result/relaxng/*: updated the results
1214
Daniel Veillard4c5cf702003-02-21 15:40:34 +00001215Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1216
1217 * relaxng.c: implemented checks from section 7.2
1218
Daniel Veillard77648bb2003-02-20 15:03:22 +00001219Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1220
1221 * relaxng.c: implemented the checks from section 7.1, fixed
1222 some of the 4.20 and 4.21 problems.
1223 found 373 test schemas: 338 success 35 failures
1224 found 529 test instances: 519 success 6 failures
1225 * result/relaxng/*: updated the results
1226
Daniel Veillard1c745ad2003-02-20 00:11:02 +00001227Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1228
1229 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
1230 * result/relaxng/*: updated the results
1231
Daniel Veillardce14fa52003-02-19 17:32:48 +00001232Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1233
1234 * relaxng.c: more bugfixes
1235 * result/relaxng/*: updated the results
1236
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +00001237Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1238
1239 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
1240 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
1241 * SAX.c: ensured xmlDoc.URL is always canonic
1242 * parser.c: obsoleted xmlNormalizeWindowsPath
1243 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
1244 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
1245 * win32/libxml2.def.src: added few exports
1246
1247
Daniel Veillard2e9b1652003-02-19 13:29:45 +00001248Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
1249
1250 * Makefile.am configure.in: patched to have shared libraries
1251 for Python regression tests and static binaries for gdb debug
1252 in my development environment
1253 * relaxng.c: more bugfixes
1254 found 373 test schemas: 296 success 77 failures
1255 found 529 test instances: 516 success 8 failures
1256 * result/relaxng/*: updated the results
1257
Daniel Veillard8fe98712003-02-19 00:19:14 +00001258Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1259
1260 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
1261
Daniel Veillardd4310742003-02-18 21:12:46 +00001262Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1263
1264 * xmlschemastypes.c: float/double check bugfix
1265 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
1266 validation
1267 * xmlreader.c: add a TODO for Jody
1268 * relaxng.c: bugfix bugfix bugfix
1269 found 373 test schemas: 300 success 73 failures
1270 found 529 test instances: 507 success 10 failures
1271 * result/relaxng/*: updated the results
1272
Daniel Veillard2df2de22003-02-17 23:34:33 +00001273Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1274
1275 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
1276
Daniel Veillard416589a2003-02-17 17:25:42 +00001277Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1278
1279 * relaxng.c check-relaxng-test-suite.py: more work on the
1280 RelaxNG implementation conformance testing.
1281 found 373 test schemas: 284 success 89 failures
1282 found 529 test instances: 448 success 47 failures
1283 * result/relaxng/*: updated the results
1284
Daniel Veillard784b9352003-02-16 15:50:27 +00001285Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1286
1287 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
1288 a patch from Kjartan Maraas to fix some typos
1289
Daniel Veillardfebcca42003-02-16 15:44:18 +00001290Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1291
1292 * relaxng.c: more bug-hunting
1293 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
1294 intermediate rng tree
1295 * python/generator.py: patch from Stephane Bidoul to fix the generator
1296 on python < 2.2
1297
Daniel Veillardd2298792003-02-14 16:54:11 +00001298Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1299
1300 * check-relaxng-test-suite.py relaxng.c: more testing on the
1301 Relax-NG front, cleaning up the regression tests failures
1302 current state and I forgot support for "mixed":
1303 found 373 test schemas: 280 success 93 failures
1304 found 529 test instances: 401 success 68 failures
1305 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
1306 moved the Name, NCName and QName validation routine in tree.c
1307 * uri.c: fixed handling of URI ending up with #, i.e. having
1308 an empty fragment ID.
1309 * result/relaxng/*: updated the results
1310
Daniel Veillard9a237c92003-02-13 15:52:58 +00001311Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1312
1313 * check-xinclude-test-suite.py: improved the script accordingly
1314 to the XInclude regression tests updates
1315 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
1316 November 2002
1317 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
1318 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
1319 augmented the Xpointer testsuite for the element() scheme
1320
Daniel Veillardf4b4f982003-02-13 11:02:08 +00001321Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1322
1323 * relaxng.c: added TODO for the DTD compatibility spec
1324 * xinclude.c: more bug fixes driven by the testsuite
1325
Daniel Veillardd581b7e2003-02-11 18:03:05 +00001326Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
1327
1328 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
1329 regression tests for XInclude, improved the script, improving
1330 XInclude error reporting mechanism
1331
Daniel Veillard1d788d22003-02-10 16:21:58 +00001332Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1333
1334 * NEWS doc/* configure.in: preparing release 2.5.3
1335
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +00001336Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1337
1338 * tree.c: trying to fix #104934 about some XHTML1 serialization
1339 issues.
1340
Daniel Veillard809faa52003-02-10 15:43:53 +00001341Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1342
1343 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
1344 encoding conversion when the input buffer stops in the
1345 middle of a multibyte char
1346
Daniel Veillard1703c5f2003-02-10 14:28:44 +00001347Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1348
1349 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
1350 * check-relaxng-test-suite.py: python script to run regression
1351 against OASIS RelaxNG testsuite
1352 * relaxng.c: some cleanup tweaks
1353 * HTMLparser.c globals.c: cleanups in comments
1354 * doc/libxml2-api.xml: updated the API
1355 * result/relaxng/*: errors moved files, so large diffs but
1356 no changes at the semantic level.
1357
Daniel Veillard6aa2f602003-02-10 00:01:56 +00001358Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1359
1360 * tree.c: fixing #105678 problem when dumping a namespace node.
1361
Daniel Veillard591b4be2003-02-09 23:33:36 +00001362Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1363
1364 * xpath.c: fixed doc comment problems
1365 * python/generator.py python/libxml_wrap.h python/types.c: adding
1366 RelaxNG wrappers
1367 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
1368 test of those early Python RelaxNG bindings
1369
1370Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +00001371
1372 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
1373 * relaxng.c: found the validation problem I had with interleave
1374 when not covering all remaining siblings
1375 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
1376 testsuite and check the RNG schemas against the RNG schemas
1377 given in appendix A
1378
Igor Zlatkovic6dacee62003-02-08 17:52:57 +00001379Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1380
1381 * win32/Makefile.msvc: updates for RelaxNG
1382 * win32/Makefile.mingw: updates for RelaxNG
1383 * win32/libxml2.def.src: added RelaxNG exports
1384
Daniel Veillard97fd5672003-02-07 13:01:54 +00001385Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1386
1387 * xinclude.c: applied another bug fix from Sean Chittenden
1388
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001389Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1390
1391 * configure.in xmllint.c: I f...ed up the default configuration
1392 of schemas and --relaxng option display in xmllint, pointed by
1393 Morus Walter.
1394 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
1395 detection module, fixes bug #105374.
1396
Daniel Veillardc5a70f22003-02-06 23:41:59 +00001397Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1398
1399 * xmlschemastypes.c: added the boolean base type.
1400
Daniel Veillard96a4b252003-02-06 08:22:32 +00001401Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1402
1403 * xmlschemastypes.c: started implementing some of the missing
1404 default simple types
1405 * result/relaxng/*: updated the results
1406
Daniel Veillard72fef162003-02-05 14:31:19 +00001407Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1408
1409 * NEWS doc/*: updated the docs, ready for 2.5.2 release
1410
Daniel Veillard71531f32003-02-05 13:19:53 +00001411Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1412
1413 * HTMLparser.c tree.c xmlIO.c: comments cleanups
1414 * Makefile.am: use xmllint for doing the RelaxNG tests
1415 * configure.in: preparing 2.5.2 made schemas support default to
1416 on instead of off
1417 * relaxng.c: removed the verbosity
1418 * xmllint.c: added --relaxng option
1419 * python/generator.py python/libxml_wrap.h: prepared the integration
1420 of the new RelaxNG module and schemas
1421 * result/relaxng/*: less verbose output
1422
Daniel Veillardec498e12003-02-05 11:01:50 +00001423Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
1424
1425 * valid.c: do not run content model validation if the
1426 content is not determinist
1427
Daniel Veillardde590ca2003-02-05 10:45:26 +00001428Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1429
1430 * SAX.c: added the redefinition of namespaced attribute
1431 check that was missing as Fabrice Desré pointed out.
1432
Daniel Veillard930dfb62003-02-05 10:17:38 +00001433Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1434
1435 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
1436 improvements from Nick Kew, allowing to do more checking
1437 to HTML elements and attributes.
1438
Daniel Veillard4287c572003-02-04 22:48:53 +00001439Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1440
1441 * xinclude.c: fixing bug #105137 about entities declaration
1442 needing to be copied to the including document.
1443
Daniel Veillard652d8a92003-02-04 19:28:49 +00001444Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1445
1446 * catalog.c: fixed bug #104817 with delegateURI
1447 * xpath.c: fixing bugs #104123 and #104125
1448
Daniel Veillard0e298ad2003-02-04 16:14:33 +00001449Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
1450
1451 * configure.in valid.c xmlreader.c python/libxml_wrap.h
1452 python/types.c: fixing #104096 to compile without regexps
1453
Daniel Veillard57e79b32003-02-04 15:33:12 +00001454Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1455
1456 * valid.c: fixing bug #103969 forgot to add an epsilon transition
1457 when building the automata for elem*
1458
Daniel Veillard358a9892003-02-04 15:22:32 +00001459Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1460
1461 * HTMLparser.c: applied patch from Arne de Bruijn fixing
1462 bug #103827
1463
Daniel Veillardeb137172003-02-04 15:18:06 +00001464Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1465
1466 * HTMLparser.c: updating a comment, fixing #103776
1467
Daniel Veillard8d589042003-02-04 15:07:21 +00001468Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1469
1470 * parser.c: fixing bug 105049 for validity checking of content
1471 within recursive entities.
1472
Daniel Veillarde5b110b2003-02-04 14:43:39 +00001473Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1474
1475 * HTMLparser.c: try to fix # 105049
1476 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
1477 * tree.c: updated a function comment
1478
Daniel Veillard419a7682003-02-03 23:22:49 +00001479Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1480
1481 * relaxng: more work on grammars and refs/defs
1482 * test/relaxng/* result/relaxng/*: augmented/updated the
1483 regression tests
1484
Daniel Veillard144fae12003-02-03 13:17:57 +00001485Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1486
1487 * relaxng: more work on name classes, except support
1488 * test/relaxng/* result/relaxng/*: augmented/updated the
1489 regression tests
1490
Daniel Veillard1ed7f362003-02-03 10:57:45 +00001491Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1492
1493 * relaxng: more work on name classes, the "validate all" schemas
1494 seems to work now.
1495 * test/relaxng/* result/relaxng/*: augmented/updated the
1496 regression tests
1497
Daniel Veillard3b2e4e12003-02-03 08:52:58 +00001498Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1499
1500 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
1501 * parser.c: put a guard against infinite document depth, basically
1502 trying to avoid another kind of DoS attack.
1503 * relaxng.c: some code w.r.t. nameClasses
1504
Daniel Veillardfc1a4502003-02-02 16:02:55 +00001505Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1506
1507 * test/relaxng/* result/relaxng/*: check all the namespace support
1508 was actually correct based on tutorial section 10.
1509
Daniel Veillarde2a5a082003-02-02 14:35:17 +00001510Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1511
1512 * relaxng: include seems to work okay now
1513 * test/relaxng/* result/relaxng/*: augmented/updated the
1514 regression tests
1515
Daniel Veillarda9d912d2003-02-01 17:43:10 +00001516Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1517
1518 * relaxng.c: a bit of work done in the train back.
1519 * test/relaxng/*: added one of the include tests
1520
Daniel Veillard154877e2003-01-30 12:17:05 +00001521Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1522
1523 * relaxng: more work done in the train
1524 * test/relaxng/* result/relaxng/*: augmented/updated the
1525 regression tests
1526
Daniel Veillarde431a272003-01-29 23:02:33 +00001527Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1528
1529 * relaxng.c: debugging of externalRef
1530 * test/relaxng/* result/relaxng/*: augmented/updated the
1531 regression tests
1532
Daniel Veillardd41f4f42003-01-29 21:07:52 +00001533Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1534
1535 * relaxng.c: more work on Relax-NG, implementing externalRef
1536 * test/relaxng/* result/relaxng/*: augmented/updated the
1537 regression tests
1538 * Makefile.am: cleanup to Relaxtests target
1539
Daniel Veillardb08c9812003-01-28 23:09:49 +00001540Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1541
1542 * relaxng.c: more work on Relax-NG, implementing interleave
1543 * test/relaxng/* result/relaxng/*: augmented/updated the
1544 regression tests
1545
Daniel Veillard76fc5ed2003-01-28 20:58:15 +00001546Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1547
1548 * relaxng.c: more work on Relax-NG, implementing interleave
1549 * test/relaxng/* result/relaxng/*: augmented/updated the
1550 regression tests
1551
MST 2003 John Fleckda81d192003-01-27 14:35:56 +00001552Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
1553
1554 * doc/tutorial/customfo.xsl
1555 * doc/tutorial/customhtml.xsl
1556 adding stylesheet customizations used to generate fo
1557 for pdf and html
1558
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001559Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1560
1561 * relaxng.c: more work on Relax-NG
1562 * test/relaxng/* result/relaxng/*: augmented/updated the
1563 regression tests
1564 * xmlschemastypes.c: added a number of base type definition but not
1565 the associated checks, those are still TODOs
1566
MST 2003 John Fleck731967e2003-01-27 00:39:50 +00001567Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
1568
1569 in docs/tutorial:
1570 * apa.html
1571 * apb.html
1572 * apc.html
1573 * apd.html
1574 * ape.html
1575 * apf.html
1576 * apg.html
1577 * ar01s02.html
1578 * ar01s03.html
1579 * ar01s04.html
1580 * ar01s05.html
1581 * ar01s06.html
1582 * ar01s07.html
1583 * ar01s08.html
1584 * index.html
1585 * xmltutorial.pdf
1586 * xmltutorial.xml
1587 add index to tutorial
1588
MST 2003 John Fleck937362d2003-01-27 00:04:32 +00001589Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
1590
1591 * doc/xmlcatalog.1
1592 * doc/xmlcatalog_man.html
1593 * doc/xmlcatalog_man.xml
1594 belatedly fixing bug #93622 (adds rewriteURI type to
1595 "--add" option in xmlcatalog man page
1596
Daniel Veillard3be27512003-01-26 19:49:04 +00001597Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1598
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001599 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +00001600 Julio Merino, closing #104475
1601
Daniel Veillardea3f3982003-01-26 19:45:18 +00001602Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1603
1604 * relaxng.c: more work on Relax-NG
1605 * test/relaxng/* result/relaxng/*: augmented/updated the
1606 regression tests
1607
Daniel Veillardedc91922003-01-26 00:52:04 +00001608Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1609
1610 * relaxng.c: more work on Relax-NG
1611 * test/relaxng/* result/relaxng/*: augmented/updated the
1612 regression tests
1613
Daniel Veillarddd1655c2003-01-25 18:01:32 +00001614Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1615
1616 * README: updated the policy on private mail answers
1617 * relaxng.c: more work on Relax-NG
1618 * test/relaxng/* result/relaxng/*: augmented/updated the
1619 regression tests
1620
Daniel Veillard7424eb62003-01-24 14:14:52 +00001621Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
1622
1623 * error.c parser.c tree.c: applied a documentation patch from
1624 Stefan Kost
1625
Daniel Veillard276be4a2003-01-24 01:03:34 +00001626Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1627
1628 * relaxng.c: more work on Relax-NG
1629 * doc/*: regenerated the docs
1630 * test/relaxng/* result/relaxng/*: updated and augmented the
1631 Relax-NG regression tests and results
1632
Daniel Veillard6eadf632003-01-23 18:29:16 +00001633Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1634
1635 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
1636 First commit of the new Relax-NG validation code, not generally
1637 useful yet.
1638 * test/relaxng/* result/relaxng/*: current state of the regression
1639 tests
1640
Daniel Veillard814a76d2003-01-23 18:24:20 +00001641Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1642
1643 * tree.c: minimized the memory allocated for GetContent
1644 and a bit of cleanup.
1645
Daniel Veillardff12c492003-01-23 16:42:55 +00001646Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1647
1648 * python/generator.py: seems there is no good reasons to
1649 not generate bindings for XPointer
1650
Daniel Veillard540a31a2003-01-21 11:21:07 +00001651Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1652
1653 * xmlreader.c doc/apibuild.py: applied a new patch from
1654 Stéphane Bidoul for cleanups
1655 * doc/libxml2-api.xml: rebuilt the API description with
1656 new entry points
1657
Daniel Veillard417be3a2003-01-20 21:26:34 +00001658Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1659
1660 * xmlreader.c python/drv_libxml2.py python/generator.py
1661 python/libxml.c python/libxml.py python/libxml_wrap.h
1662 python/types.c: patch from Stéphane Bidoul for better per
1663 context error message APIs
1664 * python/tests/ctxterror.py python/tests/readererr.py:
1665 update of the tests
1666
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00001667Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
1668
1669 * doc/guidelines.html
1670 grammar and spelling cleanup
1671
Daniel Veillard26f70262003-01-16 22:45:08 +00001672Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1673
1674 * xmlreader.c include/libxml/xmlreader.h python/generator.py
1675 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
1676 a patch from Stéphane Bidoul to allow per XMLtextReader error
1677 and warning handling
1678 * python/tests/Makefile.am python/tests/readererr.py: adding the
1679 specific regression test
1680
Daniel Veillard71f9d732003-01-14 16:07:16 +00001681Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1682
1683 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
1684 should raise a syntax error
1685
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001686Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1687
1688 * python/libxml.c: cleanup patch from Stéphane Bidoul
1689
Daniel Veillard81601f92003-01-14 13:42:37 +00001690Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1691
1692 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
1693
Daniel Veillarde6227e02003-01-14 11:42:39 +00001694Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1695
1696 * python/generator.py python/libxml.c python/libxml.py
1697 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001698 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00001699 Python level.
1700 * python/tests/Makefile.am python/tests/ctxterror.py: added a
1701 regression test for it.
1702
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00001703Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1704
1705 * xmlreader.c: fixed the streaming property of the reader,
1706 it was generating tree faster than consuming it. Pointed out
1707 by Nate Myers
1708 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
1709
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001710Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1711
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00001712 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001713
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00001714Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1715
1716 * xpath.c: fix to the XPath implementation for parent and
1717 ancestors axis when operating on a Result Value Tree.
1718 Fixes bug #100271
1719
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001720Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1721
1722 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1723 to fix some URI/file escaping problems
1724
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001725Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1726
1727 * python/generator.py: fixed a bug raised by Raymond Wiker,
1728 docSetRootElement() should not raise an exception if the
1729 return is None
1730
Daniel Veillard3e20a292003-01-10 13:14:40 +00001731Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1732
1733 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1734 fixed bug #102181 by applying the suggested change and fixing
1735 the generation/registration problem.
1736
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001737Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1738
1739 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1740 routines.
1741
Daniel Veillard8f872442003-01-09 23:19:02 +00001742Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1743
1744 * parser.c: one more IsEmptyElement crazyness, that time in
1745 external parsed entities if substitution is asked.
1746 * python/tests/reader3.py: added a specific test.
1747
Daniel Veillarde329fc22003-01-09 21:36:42 +00001748Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1749
1750 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1751 support and improved error handler registration
1752
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001753Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1754
1755 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1756 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1757 * README: fixed a link
1758
Daniel Veillarde2830f12003-01-08 17:47:49 +00001759Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1760
1761 * configure.in doc/* NEWS: preparing 2.5.1 release
1762 * SAX.c parser.c: fixing XmlTextReader bug
1763
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001764Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1765
1766 * SAX.c: fuck, I introduced a memory leak on external parsed
1767 entities in 2.5.0 :-(
1768
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001769Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1770
1771 * xmllint.c: another fix needed as pointed by Christophe Merlet
1772 for --stream --debug if compiled without debug support.
1773
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001774Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1775
1776 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001777 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001778 update man page with --stream and --chkregister
1779
Daniel Veillard8326e732003-01-07 00:19:07 +00001780Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1781
1782 * globals.c: fixed --with-threads compile
1783 * xmllint.c: fixed --without-debug compile
1784 * include/libxml/globals.h: cleanup
1785 * include/libxml/schemasInternals.h: add a missing include
1786
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001787Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1788
1789 * configure.in NEWS: preparing 2.5.0 release
1790 * SAX.c: only warn in pedantic mode about namespace name
1791 brokeness
1792 * globals.c: fix a doc generation problem
1793 * uri.c: fix #101520
1794 * doc/*: updated and rebuilt the doc for the release, includuding
1795 stylesheet update
1796 * python/Makefile.am: fix a filename bug
1797
1798Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1799
1800 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1801 should not be called.
1802
1803Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1804
1805 * libxml-2.0.pc.in: applied the patch to fix #101894
1806
1807Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1808
1809 * tree.c : applied patch from Lukas Schroeder for register callbacks
1810 * valid.c: modified patch from Lukas Schroeder to test
1811 register callbacks with --chkregister
1812
1813Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1814
1815 * xmlreader.c: seriously changed the way data are pushed to
1816 the underlying parser, go by block of 512 bytes instead of
1817 tryng to detect tag boundaries at that level. Changed the
1818 way empty element are detected and tagged.
1819 * python/tests/reader.py python/tests/reader2.py
1820 python/tests/reader3.py: small changes mostly due to context
1821 reporting being different and DTD node being reported. Some
1822 errors previously undetected are now caught and fixed.
1823 * doc/xmlreader.html: flagged last section as TODO
1824
1825Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1826
1827 * python/libxml.py: integrated the Python 2.2 optimizations
1828 from Hannu Krosing, while maintaining compatibility with
1829 1.5 and 2.1
1830
1831Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1832
1833 * xmllint.c: a bit of cleanup
1834 * xmlreader.c: small fix
1835 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1836 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1837
1838Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1839
1840 * python/setup.py.in: patch from Stéphane Bidoul to include
1841 drv_libxml2.py in setup.py
1842
1843Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1844
1845 * doc/xmlreader.html: starting documenting the new XmlTextReader
1846 interface.
1847
1848Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1849
1850 * xmllint.c: added the --stream flag to use the TextReader API
1851 * xmlreader.c: small performance tweak
1852
1853Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1854
1855 * xmlreader.c python/tests/reader2py: okay the DTD validation
1856 code on top of the XMLTextParser API should be solid now.
1857
1858Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1859
1860 * xmlreader.c python/tests/reader2py: Fixing some more mess
1861 with validation and recursive entities while using the
1862 reader interface, it's getting a bit messy...
1863
1864Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1865
1866 * xmlreader.c python/tests/reader.py: another couple of problem
1867 related to IsEmptyElement reported by Stéphane Bidoul needed
1868 some fixes.
1869
1870Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1871
1872 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1873 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1874 based on the python XmlTextReader interface.
1875
1876Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1877
1878 * tree.c: backing out one change in the last patch which broke the
1879 regression tests
1880
1881Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1882
1883 * global.data globals.c tree.c include/libxml/globals.h: applied
1884 an old patch from Lukas Schroeder to track node creation and
1885 destruction. Probably missing a lot of references at the moment
1886 and not usable reliably.
1887
1888Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1889
1890 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1891 from doc/news.html and a stylesheet
1892
1893Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1894
1895 * xmlreader.c python/tests/reader.py: fixed another couple of
1896 xmlreader bugs reported by Stéphane Bidoul and added tests.
1897
1898Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1899
1900 * xmlreader.c python/tests/reader2.py: fixed another validity
1901 checking in external parsed entities raised by Stéphane Bidoul
1902 and added a specific regression test.
1903 * python/tests/reader3.py: cleanup
1904
1905Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1906
1907 * xmlreader.c python/tests/reader2.py: fixed a problem with
1908 validation within entities pointed by Stéphane Bidoul, augmented
1909 the tests to catch those.
1910
1911Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1912
1913 * python/generator.py: modified the generator to allow keeping
1914 class references when creating new classes, needed to fix a bug
1915 pointed by Stéphane Bidoul where the input buffer of the
1916 xmlTextReader instance gets destroyed if the python wrapper for
1917 the input is not referenced anymore.
1918
1919Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1920
1921 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1922 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1923
1924Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1925
1926 * xmlreader.c python/tests/reader.py: fixed another problem
1927 pointed by Stéphane Bidoul
1928
1929Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1930
1931 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1932 with "<a/>"
1933
1934Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1935
1936 * SAX.c: warn on xmlns:prefix="foo"
1937 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1938 for namespace attributes handling.
1939
1940Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1941
1942 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1943 a really nasty problem raised by a DocBook XSLT transform
1944 provided by Sebastian Bergmann
1945
1946Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1947
1948 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1949 by Stéphane Bidoul and integrated it into the tests
1950
1951Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1952
1953 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1954 extended the XmlTextReader API a bit, addding accessors for
1955 the current doc and node, and an entity substitution mode for
1956 the parser.
1957 * python/libxml.py python/libxml2class.txt: related updates
1958 * python/tests/Makefile.am python/tests/reader.py
1959 python/tests/reader2.py python/tests/reader3.py: updated a bit
1960 the old tests and added a new one to test the entities handling
1961
1962Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1963
1964 * python/generator.py python/libxml2class.txt
1965 python/tests/reader.py python/tests/reader2.py: changed the
1966 generator to provide casing for the XmlTextReader similar to
1967 C# so that examples and documentation are more directly transposable.
1968 Fixed the couple of tests in the suite.
1969
1970Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1971
1972 * doc/guidelines.html: added a document on guildeline for
1973 publishing and deploying XML
1974
1975Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1976
1977 * valid.c xmlreader.c: final touch running DTD validation
1978 on the XmlTextReader
1979 * python/tests/Makefile.am python/tests/reader2.py: added a
1980 specific run based on the examples from test/valid/*.xml
1981
1982Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1983
1984 * python/libxml.py: added a few predefined xmlTextReader parser
1985 configuration values.
1986
1987Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1988
1989 * python/libxml_wrap.h: trying to fix #102037
1990
1991Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1992
1993 * SAX.c: fixing bug #95296, when the predefined entities
1994 are redefined in the DTD the default one must be used
1995 instead anyway.
1996
1997Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1998
1999 * doc/xmllint.xml
2000 * doc/xmllint.1
2001 Add discussion of XML_DEBUG_CATALOG to xmllint man
2002 page - bug #100907
2003
2004
2005Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2006
2007 * xmlreader.c: Fixed the empty node detection to avoid reporting
2008 an inexistant close tag.
2009
2010Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2011
2012 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
2013 for Python 2.1
2014
2015Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2016
2017 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
2018
2019Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2020
2021 * doc/libxml2-api.xml python/tests/reader.py: one really need
2022 to provide the base URI information when creating a reader parser
2023 from an input stream. Updated the API and the example using it.
2024
2025Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2026
2027 * testReader.c xmlreader.c valid.c include/libxml/tree.h
2028 include/libxml/valid.h include/libxml/xmlreader.h: working on
2029 DTD validation on top of xml reader interfaces. Allows to
2030 validate arbitrary large instances. This required some extensions
2031 to the valid module interface and augmenting the size of xmlID
2032 and xmlRef structs a bit.
2033 * uri.c xmlregexp.c: simple cleanup.
2034
2035Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2036
2037 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
2038 work on the xml reader interfaces.
2039 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
2040 Web page for the Windows binaries.
2041
2042Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2043
2044 * xmlIO.c: applied a patch for VMS following the report by
2045 Nigel Hall
2046
2047Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2048
2049 * parser.c: the parseStartTag bug fix wasn't complete.
2050
2051Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2052
2053 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
2054 parseStartTag, fixing it.
2055 * test/att4 result/att4 result/noent/att4: adding the test
2056 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2057 more methods to XmlTextReader.
2058
2059Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2060
2061 * win32/libxml2.def.src: added more xml reader exports
2062 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
2063 to the build
2064
2065Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
2066
2067 * doc/tutorial/xmltutorial.xml
2068 plus generated html and pdf
2069 Updating tutorial again based on further comments from Niraj
2070 Tolia on the last iteration
2071
2072Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
2073
2074 * doc/tutorial/xmltutorial.xml
2075 * doc/tutorial/includekeyword.c
2076 * doc/tutorial/includegetattribute.c
2077 plus generated html and pdf
2078 Adding fix from Niraj Tolia to tutorial to properly free memory.
2079
2080
2081Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2082
2083 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2084 more methods of XmlTextReader.
2085 * python/libxml2class.txt python/tests/reader.py: this increased the
2086 methods in the bndings, augmented the test to check those new
2087 functions.
2088
2089Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2090
2091 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
2092 methods of XmlTextReader.
2093 * python/generator.py python/libxml_wrap.h python/types.c
2094 python/libxml2class.txt: added the reader to the Python bindings
2095 * python/tests/Makefile.am python/tests/reader.py: added a specific
2096 test for the Python bindings of the Reader APIs
2097 * parser.c: small cleanup.
2098
2099Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2100
2101 * xinclude.c: fallback was only copying the first child not the
2102 full child list of the fallback element, closes #89684 as reopened
2103 by Bernd Kuemmerlen
2104
2105Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2106
2107 * win32/libxml2.def.src: exported htmlNodeDumpOutput
2108
2109Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2110
2111 * configure.in: preparing release of 2.4.30
2112 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
2113 gives enum values, fix functype return type, put back fields in
2114 structs
2115 * doc/*: updated the docs rebuilt
2116
2117Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2118
2119 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
2120 about htmlNodeDumpOutput location.
2121 * xpath.c: removed an undefined function signature
2122 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
2123 too many symbols in the API breaking the python bindings.
2124 Updated with the libxslt/libexslt changes.
2125
2126Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2127
2128 * configure.in: preparing release of 2.4.29
2129 * doc/*: rebuilt the docs and API
2130 * xmlreader.c: a few more fixes for the XmlTextReader API
2131
2132Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2133
2134 * include/win32config.h: applied mingw patch from Magnus Henoch
2135
2136Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2137
2138 * catalog.c doc/libxml2-api.xml: a bit more cleanup
2139
2140Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2141
2142 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
2143 building Python script, does the C parsing directly, generates
2144 a better API description including structure fieds defs and
2145 enums. Still a couple of bugs, but good enough for the python
2146 wrappers now.
2147 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
2148 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
2149 include/libxml/schemasInternals.h include/libxml/tree.h: more
2150 cleanup based on the python analysis script reports.
2151 * libxml.spec.in: make sure the API XML description is part of the
2152 devel package.
2153
2154Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2155
2156 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
2157 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
2158 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
2159 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
2160 code cleanup, especially the function comments.
2161 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
2162
2163Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2164
2165 * Makefile.am xmlreader.c include/libxml/Makefile.am
2166 include/libxml/xmlreader.h: Adding a new set of APIs based on
2167 the C# TextXmlReader API but converted to C. Allow to parse
2168 in constant memory usage, far simpler to program and explain
2169 than the SAX like APIs, unfinished but working.
2170 * testReader.c: test program
2171
2172Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2173
2174 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
2175
2176Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2177
2178 * tree.c: Chip turner indicated that XHTML1 serialization
2179 rule for style actually break on both IE and Mozilla,
2180 try to avoid the rule if escaping ain't necessary
2181
2182Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2183
2184 * nanhttp.c: handle HTTP URL escaping, problem reported by
2185 Glen Nakamura and Stefano Zacchiroli
2186
2187Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2188
2189 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
2190
2191Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2192
2193 * uri.c: Johann Richard pointed out some XPointer problems for
2194 URN based URI references in XInclude. Modified the URI parsing
2195 and saving routines to allow correct parsing and saving of
2196 XPointers, especially when attached to "opaque" scheme accordingly
2197 to RFC 2396
2198
2199Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2200
2201 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
2202 of refactoring to the HTML saving code.
2203 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
2204 in the doc.
2205
2206Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2207
2208 * tree.c include/libxml/tree.h: refactored the XML dump of a node
2209 to a buffer API to reuse the generic dump to an OutputIO layer,
2210 this reduces code, fixes xmlNodeDump() for XHTML, also made
2211 xmlNodeDump() now return the number of byte written.
2212
2213Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
2214
2215 * python/setup.py.in: another patch from Stéphane Bidoul for
2216 Python bindings on Windows
2217 * doc/parsedecl.py: small cleanup
2218
2219Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2220
2221 * libxml.spec.in configure.in: add a line in %changelog for releases
2222
2223Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2224
2225 * parser.c: patch from Marcus Clarke fixing a problem in entities
2226 parsing that was detected in KDe documentations environment.
2227
2228Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2229
2230 * python/libxml.c (libxml_prev): Return the previous as opposed to
2231 the next node (I guess this is the result of some cut & paste programming:)
2232
2233Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2234
2235 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
2236
2237Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2238
2239 * python/generator.py python/libxml.c python/setup.py.in: trying
2240 to fix the Python bindings build on Windows (Stéphane Bidoul)
2241
2242Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2243
2244 * win32/configure.js: added option for python bindings
2245 * win32/libxml2.def.src: added more exports
2246
2247Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2248
2249 * win32/Makefile.mingw: fixed unresolved symbols when linking with
2250 pthreads
2251 * win32/wince/*: applied updates to Windows CE port from Javier
2252
2253Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2254
2255 * configure.in: preparing 2.4.28
2256 * libxml.spec.in doc/Makefile.am: some cleanup
2257 * doc/*: updated the news and regenerated.
2258
2259Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2260
2261 * HTMLparser.c: final touch at closing #87235 </p> end tags
2262 need to be generated.
2263 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
2264 this change slightly the output of a few tests
2265 * doc/*: regenerated
2266
2267Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2268
2269 * parserInternals.c: fixing bug #99190 when UTF8 document are
2270 parsed using the progressive parser and the end of the chunk
2271 is in the middle of an UTF8 multibyte character.
2272
2273Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2274
2275 * threads.c: fixed initialization problem in xmlNewGlobalState
2276 which was causing crash.
2277 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
2278 in xmlInitializeGlobalState.
2279 * parserInternals.c: cleaned up ctxt->sax initialisation.
2280
2281Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2282
2283 * tree.c include/libxml/tree.h: modified the existing APIs
2284 to handle XHTML1 serialization rules automatically, also add
2285 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
2286 libxslt serialization uses it when needed without changing
2287 the library API.
2288 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
2289 result/xhtml1: added a new test specifically for xhtml1 output
2290 and updated the result of one XHTML1 test
2291
2292Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
2293
2294 * xinclude.c parserInternals.c encoding.c: fixed #99082
2295 for xi:include encoding="..." support on text includes.
2296 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
2297 test/XInclude/ents/isolatin.txt : added a specific regression test
2298 * python/generator.py python/libxml2class.txt: fixed the generator
2299 the new set of comments generated for doc/libxml2-api.xml were
2300 breaking the python generation.
2301
2302Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2303
2304 * doc/Makefile.am: repair some problem if gtk-doc fail or such
2305 * configure.in: patch for Solaris on new autoconf closes #98880
2306 * doc/parsedecl.py: repair the frigging API building script,
2307 did I say that python xmllib sucks ?
2308 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
2309 and some comment are no more truncated.
2310
2311Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2312
2313 * parser.c: Martin Stoilov pointed out a potential leak in
2314 xmlCreateMemoryParserCtxt
2315
2316Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2317
2318 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
2319 included in HTML documents and using the push parser.
2320
2321Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2322
2323 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
2324 specified, look for the Python interpreter not just in the
2325 specified root but also in the specified location. Fixes #98825
2326
2327Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2328
2329 * python/libxml.c: fixing bug #98792 , node may have no doc
2330 and dereferencing without checking ain't good ...
2331
2332Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2333
2334 * configure.in: preparing release 2.4.27
2335 * doc/* : updated and rebuilt the docs
2336 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
2337 and all the docs are actually packaged and in the final RPMs
2338 * parser.c parserInternals.c include/libxml/parser.h: restore
2339 xmllint --recover feature.
2340
2341Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2342
Daniel Veillard784b9352003-02-16 15:50:27 +00002343 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002344 processing of parsed entities, and XPath computation on sustitued
2345 entities.
2346 * testXPath.c: make sure entities are substitued.
2347
2348Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2349
Daniel Veillard784b9352003-02-16 15:50:27 +00002350 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002351 processing of internal parsed entities, which had to be changed.
2352
2353Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2354
2355 * Makefile.am python/Makefile.am python/tests/Makefile.am:
2356 trying to fix bug #98517 about building outside the source tree
2357 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
2358
2359Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2360
2361 * include/win32config.h: cleanup
2362 * win32/Makefile.mingw: integrated mingw in JScript configure
2363 * win32/Makefile.msvc: modified to allow mingw coexistence
2364 * win32/configure.js: integrated mingw
2365 * win32/Readme.txt: cleanup
2366
2367Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2368
2369 * HTMLparser.c: strengthen the guard in the Pop macros,
2370 like in the XML parser, closes bug #97315
2371
2372Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2373
2374 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
2375 callback is never used.
2376
2377Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2378
2379 * parserInternals.c: fixed the initialization of the SAX structure
2380 which was breaking xsltproc
2381 * xpath.c: patch from Petr Pajas for CDATA nodes
2382 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
2383 * parser.c include/libxml/parser.h: patch from Peter Jones
2384 removing a leak in xmlSAXParseMemory() and adding the
2385 function xmlSAXParseMemoryWithData()
2386
2387Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
2388
2389 adding pdf of tutorial, changing web page to link to it
2390 * doc/tutorial/xmltutorial.pdf
2391 * doc/xml.html
2392 * doc/docs.html
2393
2394Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
2395
2396 * doc/tutorial/ar01s08.html
2397 adding file what I forgot for tutorial
2398
2399
2400Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
2401
2402 Adding encoding discussion to tutorial
2403 Added:
2404 * doc/tutorial/images/*.png: DocBook admonition image files
2405 * doc/tutorial/apf.html, apg.html: new generated html
2406 * doc/tutorial/includeconvert.c: conversion code entity file
2407 changed:
2408 * doc/tutorial/xmltutorial.xml: DocBook original
2409 * doc/tutorial/*.html: generated html
2410
2411Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2412
2413 * include/libxml/*.h: retired xmlwin32version.h
2414 * doc/Makefile.am: retired xmlwin32version.h
2415 * win32/configure.js: retired xmlwin32version.h
2416
2417Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2418
2419 * win32/libxml2.def.src: exported additional symbols
2420 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
2421 sisterhood
2422
2423Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * globals.c: fixed a typo pointed out by Igor
2426 * xpath.c: try to speed up node compare using line numbers
2427 if available.
2428
2429Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2430
2431 * tree.c: make xmlFreeNode() handle attributes correctly.
2432
2433Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2434
2435 * catalog.c: completed the #96963 fix, as reported by Karl
2436 Eichwalder
2437
2438Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2439
2440 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
2441
2442Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2443
2444 * Makefile.am: switched the order of a couple of includes
2445 to fix bugs #97100
2446
2447Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2448
2449 * catalog.c: fixed bug #96963, reverted to the old behaviour of
2450 xmlLoadCatalogs that used to separate directories with a ':'.
2451
2452Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2453
2454 * threads.c: improvements to the Windows-side of thread handling
2455 * testThreads.c: conditionally excluded unistd.h
2456 * testThradsWin32.c: broke overlong lines
2457 * include/win32config.h: adapted thread-related macros to the new
2458 scheme and for pthreads on Windows
2459 * win32/Makefile.msvc: introduced a more flexible thread build,
2460 added testThreads[Win32].c to the build
2461 * win32/configure.js: introduced a more flexible thread config
2462
24632002-10-31 John Fleck <jfleck@inkstain.net>
2464
2465 * doc/xml.html (and, by implication, FAQ.html)
2466 added UTF-8 conversaion FAQ from Marcus Labib Iskander
2467
2468Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2469
2470 * configure.in: removed xmlwin32version.h
2471 * include/libxml/Makefile.am: removed xmlwin32version.h
2472
2473Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2474
2475 * tree.c: applied patch from Brian Stafford to fix a bug
2476 in xmlReconciliateNs()
2477
2478Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2479
2480 * tree.c: applied patch from Christian Glahn to allow
2481 xmlNewChild() on document fragment nodes
2482
2483Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2484
2485 * parser.c: Christian Glahn found a problem with a recent
2486 patch to xmlParseBalancedChunkMemoryRecover()
2487 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
2488 problems
2489 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
2490 test/schemas/seq*: added the test cases from Charles
2491
2492Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2493
2494 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
2495 serious cleanup of the spec file and associated changes
2496 in the Makefiles.
2497 * valid.c: try to remove some warnings on x86_64
2498
2499Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2500
2501 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
2502 fix bug #96586
2503
2504Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2505
2506 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
2507 parsing, applied his patch
2508 * result/HTML/attrents.html result/HTML/attrents.html.err
2509 result/HTML/attrents.html.sax test/HTML/attrents.html:
2510 added the test and result case provided by Mikhail Sogrine
2511
2512Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2513
2514 * vms/build_libxml.com vms/config.vms vms/readme.vms
2515 include/libxml/parser.h include/libxml/parserInternals.h
2516 include/libxml/tree.h include/libxml/xmlIO.h
2517 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
2518 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
2519 Applied the VMS update patch from Craig A. Berry
2520 * doc/*.html: update
2521
2522Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2523
2524 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
2525
2526Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2527
2528 * debugXML.c: adding a grep command to --shell in xmllint
2529 for T.V. Raman
2530
2531Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2532
2533 * xmlcatalog.c: tried to fix some of the problem with --sgml
2534
2535Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
2536
2537 * parser.c: tried to fix bug #91500 where doc->children may
2538 be overriden by a call to xmlParseBalancedChunkMemory()
2539
2540Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2541
2542 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
2543 identifiers in SGML catalogs containing '&'
2544
2545Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2546
2547 * python/types.c: fixed bugs when passing result value tree
2548 to Python functions.
2549
2550Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2551
2552 * configure.in: preparing the release of 2.4.26
2553 * doc/*: updated and rebuilt the documentation
2554
2555Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2556
2557 * parser.c: fixed a XML Namespace compliance bug reported by
2558 Alexander Grimalovsky
2559
2560Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2561
2562 * HTMLtree.c: fixed serialization of script and style when
2563 they are not lowercase (i.e. added using the API to the tree).
2564
2565Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2566
2567 * valid.c: make xmlValidateDocument emit a warning msg if there
2568 is no DTD, pointed by Christian Glahn
2569
2570Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2571
2572 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
2573 content model when some of the blocks have min or max, and a couple
2574 of bugs found in the process.
2575 * result/schemas/list0* test/schemas/list0*: added some specific
2576 regression tests
2577
2578Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
2579
2580 * README: updated the contact informations
2581
2582Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2583
2584 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
2585 misses it, reported by Peter Bray.
2586
2587Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2588
2589 * tree.c: investigating xmlNodeGetContent() on namespace nodes
2590 and removed a few warnings
2591
2592Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * parser.c: Christian Glahn found a small bug in the push parser.
2595 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
2596 public
2597
2598Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * xmlschemas.c include/libxml/xmlschemas.h: added
2601 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
2602 * testSchemas.c: added --memory to test the new interface
2603
2604Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2605
2606 * doc/index.py doc/search.php: integrated the XSLT indexing,
2607 a few fixed in the indexer, added a scope selection at the
2608 search level.
2609
2610Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2611
2612 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
2613 this was due to uninitialized parts of the validation context
2614
2615Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2616
2617 * debugXML.c: applied patch from Mark Vakoc except the API
2618 change, preserved it.
2619 * doc/*: updated the docs to point to the search engine for
2620 information lookup or before bug/help reports.
2621
2622Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2623
2624 * doc/index.py doc/search.php: added mailing-list archives
2625 indexing and lookup
2626
2627Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2628
2629 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
2630
2631Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2632
2633 * doc/index.py: improved HTML indexing
2634 * doc/search.php: make the queries also lookup the HTML based indexes
2635
2636Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2637
2638 * doc/index.py: added HTML page indexing
2639
2640Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2641
2642 * xmlIO.c: extended Windows path normalisation to fix the base
2643 problem in libxslt.
2644 * catalog.c: fixed list handling in XML_CATALOG_FILES
2645
2646Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2647
2648 * valid.c: typo/bug found by Christian Glahn
2649
2650Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2651
2652 * xmlIO.c: applied Windows CE patch from Javier.
2653 * win32/wince: new directory, contains support for the PocketPC
2654 with Windows CE from Javier.
2655 * include/win32config.h: reorganised, removed duplicate
2656 definitions and applied WinCE patch from Javier.
2657 * include/wsockcompat.h: new file, now contains WinSock
2658 compatibility macros.
2659 * win32/Makefile.msvc: introduced double-run compilation.
2660
2661Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2662
2663 * configure.in include/libxml/xmlwin32version.h: preparing release
2664 of 2.4.25
2665 * doc/*: updated and regenerated teh docs and web pages.
2666
2667Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2668
2669 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
2670 error were not covering namespace declarations.
2671 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
2672 it was missing the attribute declaration for the namespace
2673 * result/VC/NS3: the fix now report breakages in that test
2674
2675Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
2678
2679Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2680
2681 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
2682 and regenerated the docs and web site
2683
2684Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2685
2686 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
2687 ATTRIBUTE_UNUSED is always put after the attribute declaration,
2688 not before
2689
2690Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2691
2692 * python/generator.py python/libxml2class.txt: fixed a stupid error
2693 breaking the python API
2694
2695Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2696
2697 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
2698 triostr.c triostr.h: applied a trio update patch from
2699 Bjorn Reese which should work with MinGW
2700
2701Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2702
2703 * tree.c: improving some documentation comments
2704 * xmlregexp.c: found and fixed a mem leak with python regression tests
2705 * doc/*: rebuilt the doc and the API XML file including the
2706 xmlregexp.h xmlautomata.h and xmlunicode.h headers
2707 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
2708 python/types.c: added access to the XML Schemas regexps from
2709 python
2710 * python/tests/Makefile.am python/tests/regexp.py: added a
2711 simple regexp bindings test
2712
2713Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
2714
2715 * doc/xml.html:
2716 fixing ftp links - thanks to Vitaly Ostanin
2717
2718Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2719
2720 * xmlregexp.c: fixed the data callback on transition functionality
2721 which was broken when using the compact form
2722 * result/schemas/*: updated the results, less verbose, all tests
2723 pass like before
2724 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2725 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2726 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2727 annoying warnings
2728 * xpath.c: try to provide better error report when possible
2729
2730Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2731
2732 * Makefile.am: fixed a breakage raised by Jacob
2733
2734Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2735
2736 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2737 which don't use sockets
2738
2739Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2740
2741 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2742 * win32/configure.js: applied zlib patch from Daniel Gehriger
2743
2744Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2745
2746 * win32/configure.js: applied the patch from Mark Vakoc for
2747 regexp support
2748 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2749 for regexp support
2750
2751Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2752
2753 * xmlschemastypes.c: as pointed by Igor Float and Double
2754 parsing ain't finished yet
2755
2756Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2757
2758 * Makefile.am configure.in: trying to fix #88412 by bypassing
2759 all the python subdir if python ain't detected
2760
2761Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2762
2763 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2764 made configuring with regexps/automata/unicode the default
2765 but without schemas ATM
2766 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2767 fixed the regexp based DTD validation performance and memory
2768 problem by switching to a compact form for determinist regexps
2769 and detecting the determinism property in the process. Seems
2770 as fast as the old DTD validation specific engine :-) despite
2771 the regexp built and compaction process.
2772
2773Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2774
2775 * valid.c: determinism is debugged, new DTD checking code now works
2776 but xmlFAComputesDeterminism takes far too much CPU and the whole
2777 set usues too much memory to be really usable as-is
2778
2779Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2780
2781 * tree.c: fixed another stupid bug in xmlGetNodePath()
2782 * xmllint.c: --version now report the options compiled in
2783
2784Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2785
2786 * HTMLparser.c: small cleanup
2787 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2788 when configured with them. A bit of debugging around the determinism
2789 checks is still needed
2790
2791Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2792
2793 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2794
2795Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2796
2797 * xmlIO.c: small portability glitch fixed.
2798
2799Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2800
2801 * xmlschemastypes.c: incomplete steps for real/double support
2802 * testAutomata.c include/libxml/xmlautomata.h
2803 include/libxml/xmlregexp.h: avoiding a compilation problem
2804 * valid.c include/libxml/valid.h: starting the work toward using
2805 the regexps for actual DTD validation
2806
2807Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2808
2809 * hash.c: cosmetic cleanup
2810 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2811 integrating a DTD validation layer based on the regexps
2812
2813Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2814
2815 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2816 the determinism was tested before eliminating the epsilon
2817 transitions :-(
2818
2819Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2820
2821 * python/generator.py python/libxml.c python/libxml.py
2822 python/libxml2-python-api.xml python/libxml2class.txt
2823 python/libxml_wrap.h python/types.c: updated the python
2824 bindings, added code for easier File I/O, and the ability to
2825 define a resolver from Python fixing bug #91635
2826 * python/tests/Makefile.am python/tests/inbuf.py
2827 python/tests/outbuf.py python/tests/pushSAXhtml.py
2828 python/tests/resolver.py python/tests/serialize.py: updated
2829 and augmented the set of Python tests.
2830
2831Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2832
2833 * win32/configure.js: added more readme info for the binary
2834 package.
2835
2836Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2837
2838 * xmlIO.c: fixed a stupid out of bound array error
2839
2840Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2841
2842 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2843 messing around with support for Windows path, cleanups,
2844 trying to identify and fix the various code path to the
2845 filename access. Added xmlNormalizeWindowsPath()
2846
2847Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2848
2849 * error.c valid.c: working on better error reporting of validity
2850 errors, especially providing an accurate context.
2851 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2852 error reports in those cases.
2853
2854Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2855
2856 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2857 parser.c parserInternals.c xmlIO.c: get rid of all the
2858 perror() calls made in the library execution paths. This
2859 should fix both #92059 and #92385
2860
2861Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2862
2863 * xmllint.c: memory leak reporting was broken after a change
2864 of the preprocessor symbol used to activate it.
2865
2866Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2867
2868 * tree.c: try to make the copy function work for node of
2869 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2870 DOM layers though, not libxml2 itself.
2871
2872Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2873
2874 * valid.c: try to provide file and line informations, not all
2875 messages are covered, but it's a (good) start
2876
2877Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2878
2879 * xinclude.c: reimplemented a large part of the XInclude
2880 processor, trying to minimize resources used, James Henstridge
2881 provided a huge test case which was exhibiting severe memory
2882 consumption problems.
2883
2884Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2885
2886 * python/Makefile.am: applied patch from Christophe Merlet to
2887 reestablish DESTDIR
2888
2889Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2890
2891 * libxml.spec.in: fixes libary path for x86_64 AMD
2892
2893Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2894
2895 * doc/tutorial/includekeyword.c
2896 * doc/tutorial/xmltutorial.xml:
2897 (plus resulting generated html files)
2898 fixing one spot I missed in the tutorial where I hadn't freed
2899 memory properly
2900
2901Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2902
2903 * doc/tutorial/includeaddattribute.c
2904 * doc/tutorial/includeaddkeyword.c
2905 * doc/tutorial/includegetattribute.c
2906 * doc/tutorial/includekeyword.c
2907 * doc/tutorial/xmltutorial.xml
2908 * doc/tutorial/*.html:
2909 update tutorial to properly free memory (thanks to Christopher
2910 R. Harris for pointing out that this needs to be done)
2911 * doc/tutorial/images/callouts/*.png:
2912 added image files so the callouts are graphical, making it
2913 easier to read ( use "--param callout.graphics 1" to generate
2914 html with graphical callouts)
2915
2916Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2917
2918 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2919 nice logos generated by Marc Liyanage
2920 * doc/site.xsl *.html: changed the stylesheet to show the new
2921 logo and regenerated the pages
2922
2923Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2924
2925 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2926
2927Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2928
2929 * xpath.c: possible mem leak patch from Jason Adams
2930
2931Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2932
2933 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2934 in the XQuery namespace
2935 * configure.in: preparing 2.4.24
2936 * doc/*.html: updated the web pages
2937
2938Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2939
2940 * python/generator.py: closing bug #85258 by generating conditional
2941 compile check to avoid linking to routines not configured in.
2942
29432002-08-22 Havoc Pennington <hp@pobox.com>
2944
2945 * autogen.sh: update error message for missing automake
2946
2947Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2948
2949 * python/Makefile.am: typo in target name resulted in libxml2.py
2950 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2951
2952Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2953
2954 * win32/win32/Makefile.mingw: updated with version from
2955 Elizabeth Barham at http://soggytrousers.net/repository/
2956
2957Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2958
2959 * win32/Makefile.msvc: added the prefix location to the include
2960 and lib search path.
2961
29622002-08-18 Havoc Pennington <hp@pobox.com>
2963
2964 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2965 both automake 1.6 and 1.4 installed get the right automake. Means
2966 compilation from CVS will now require the latest automake 1.4
2967 release, or manually creating symlinks called "automake-1.4" and
2968 "aclocal-1.4"
2969
2970Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2971
2972 * configure.in python/Makefile.am: more AMD 64 induced changes from
2973 Frederic Crozat
2974
2975Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2976
2977 * xinclude.c: oops I was missing the xml:base fixup too
2978 * result/XInclude/*.xml: this adds xml:base attributes to most
2979 results of the tests
2980
2981Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2982
2983 * xinclude.c: quick but apparently working implementation of
2984 xi:fallback, should close bug #89684
2985 * Makefile.am test/XInclude/docs/fallback.xml
2986 result/XInclude/fallback.xml: added a basic test for fallback,
2987 and run with --nowarning to avoid a spurious warning
2988 * configure.in: applied patch from Frederic Crozat for python
2989 bindings on AMD 64bits machines.
2990
2991Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2992
2993 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2994 the caller don't pass a SAX callback block.
2995
2996Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2997
2998 * tree.c: applied the same fix for the XML-1.0 namespace to
2999 xmlSearchNsByHref() as was done for xmlSearchNs()
3000
3001Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3002
3003 * libxml.3: small cleanup of the man page
3004 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
3005 when serializing HREF attributes generated by XSLT.
3006
3007Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3008
3009 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
3010 version of Marc Liyanage' patch for boolean attributes in HTML
3011 output
3012
3013Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3014
3015 * python/tests/serialize.py: fixed the test results, indenting
3016 behaviour changed slightly
3017
3018Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3019
3020 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
3021 new c14n function to Windows def files
3022
3023Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
3024
3025 * c14n.c: fixed a memory leak in c14n code
3026
3027Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3028
3029 * parser.c include/libxml/parser.h: adding a new API for Christian
3030 Glahn: xmlParseBalancedChunkMemoryRecover
3031 * valid.c: patch from Rick Jones for some grammar cleanup in
3032 validation messages
3033 * result/VC/* result/valid/*: this slightly change some of the
3034 regression tests outputs
3035
3036Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3037
3038 * tree.c: trying to fix a problem in namespaced attribute handling
3039 raised by Christian Glahn
3040
3041Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3042
3043 * encoding.c include/libxml/encoding.h: Opening the interface
3044 xmlNewCharEncodingHandler as requested in #89415
3045 * python/generator.py python/setup.py.in: applied cleanup
3046 patches from Marc-Andre Lemburg
3047 * tree.c: fixing bug #89332 on a specific case of loosing
3048 the XML-1.0 namespace on xml:xxx attributes
3049
3050Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
3051
3052 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
3053 corner case from new Merlin's test suite and added a callback
3054 that will be used to improve xmlsec performance
3055
3056
3057Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3058
3059 * HTMLtree.c: trying to fix the <style> escaping problem in
3060 HTML serialization bug #89342
3061
3062Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3063
3064 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
3065 and rebuilt the web site.
3066
3067Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
3068
3069 * include/libxml/tree.h: added _private member to xmlNs struct
3070
3071Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3072
3073 * HTMLparser.c: fixing bug #84876 based on the xml working
3074 code.
3075
3076Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3077
3078 * python/Makefile.am: enhanced to fix bug 72012 (errors
3079 when using '-jX' make parameter)
3080
3081Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3082
3083 * xpath.c: small additional enhancement for booleans
3084 compared to nodesets
3085
3086Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3087
3088 * HTMLtree.c: changed the order of the encoding declaration
3089 attributes in the meta tags due to a bug in IE/Mac
3090
3091Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3092
3093 * xpath.c: enhanced handling of booleans (especially '='
3094 and '!=' for nodesets) - fixes bug 85256. Added new
3095 routine xmlXPathNotEqualValues for more proper handling
3096 of '!=' when nodesets are involved.
3097
3098Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3099
3100 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
3101 doc/xmlcatalog_man.xml to the source distribution
3102
3103Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3104
3105 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
3106 asked for this.
3107
3108Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3109
3110 * configure.in: preparing 2.4.23
3111 * doc/*: rebuilt the docs
3112
3113Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3114
3115 * parser.c: fixing bug #84169 by fixing the
3116 comment of xmlCreatePushParserCtxt to describe the
3117 encoding detection parameters better.
3118
3119Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3120
3121 * valid.c: fixing bug #79331 in one path the lookup for
3122 ID attributes on a namespaced node wasn't handled correctly :-\
3123
3124Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3125
3126 * HTMLparser.c: trying to fix 87235 about discarded white
3127 spaces in the HTML parser.
3128 * result/HTML/*: this changes the output of a number of HTML
3129 regression tests
3130
3131Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3132
3133 * xpath.c: applied patch from Richard Jinks for the namespace
3134 axis + fixed a memory error.
3135 * parser.c parserInternals.c: applied patches from Peter Jacobi
3136 removing ctxt->token for good.
3137 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
3138 popped out by the regression tests.
3139 * Makefile.am: patch for threads makefile from Gary Pennington
3140
3141Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3142
3143 * xpath.c: enhanced behaviour of position() after usage of
3144 expressions involving preceding-sibling (et al).
3145
3146Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3147
3148 * hash.c: applied a patch from Peter Jacobi to solve a problem
3149 when compiling with the Watcom C on Win32
3150 * result/schemas/*.err: the change of hashing algo generated
3151 permutations in the output
3152
3153Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3154
3155 * hash.c: applied patch from Sander Vesik improving the quality of
3156 the hash function.
3157
31582002-06-14 Aleksey Sanin <aleksey@aleksey.com>
3159
3160 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
3161 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
3162 xmllint.c xpath.c: replaced sprintf() with snprintf()
3163 to prevent possible buffer overflow (the bug was pointed
3164 out by Anju Premachandran)
3165
3166Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3167
3168 * parser.c: removed an uninitialized data error popped by valgrind
3169 on PE references
3170
3171Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
3172
3173 * doc/xml.html
3174 adding tutorial reference to the web page
3175
3176Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
3177
3178 * doc/tutorial/xmltutorial.xml
3179 * doc/tutorial/ar01s07.html
3180 * doc/tutorial/ape.html
3181 * doc/tutorial/includegetattribute.c
3182 adding section to tutorial about retrieving an attribute
3183 value
3184
3185Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3186
3187 * parser.c: applied a couple of patches from Peter Jacobi to start
3188 to get rid of ctxt->token, with a possible significant speed
3189 improvement to be gained once done. Better compliance with PE
3190 references constructs in DTDs too.
3191 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
3192 from Peter too
3193
3194Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3195
3196 * parser.c: Babak Vahedipour-Kunze reported that openTag in
3197 xmlParseElement was likely to have been deallocated at the
3198 time of the report, possibly leading to segfault. Just report
3199 the tag name now.
3200
3201Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3202
3203 * xpath.c: patch from Richard Jinks for XPath substring() function
3204 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
3205
32062002-06-06 Aleksey Sanin <aleksey@aleksey.com>
3207
3208 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
3209
3210Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
3211
3212 *doc/FAQ.html
3213 fixing typos in FAQ, thanks to Robert Funnell for the
3214 editing help
3215
3216Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3217
3218 * NEWS: got complaints from rpmlint that it was empty
3219
3220Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
3221
3222 * added doc/tutorial, including:
3223 apa.html
3224 apb.html
3225 apc.html
3226 apd.html
3227 ar01s02.html
3228 ar01s03.html
3229 ar01s04.html
3230 ar01s05.html
3231 ar01s06.html
3232 includeaddattribute.c
3233 includeaddkeyword.c
3234 includekeyword.c
3235 includestory.xml
3236 index.html
3237 xmltutorial.xml
3238 libxml tutorial, including generated html
3239
3240Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3241
3242 * result/c14n/exc-without-comments/merlin-c14n-two-*
3243 result/c14n/without-comments/merlin-c14n-two-*
3244 test/c14n/exc-without-comments/merlin-c14n-two-*
3245 test/c14n/without-comments/merlin-c14n-two-*
3246 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
3247 c14n/exc-c14n and slightly modified test script to handle
3248 these test cases
3249 * c14n.c: fixed bugs for complicated nodes set (namespace
3250 without node and others from merlin-c14n-two.tar.gz)
3251 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
3252 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
3253 for xmlsec performance patch
3254 * xpath.c: fixed self::node() for namespaces and attributes
3255
3256Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
3257
3258 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
3259 but with the format parameter
3260 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
3261
3262Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
3263
3264 * Makefile.am: updated c14n tests suite
3265 * c14n.c: performance improvement for previous c14n patch
3266
3267Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3268
3269 * parser.c: another peroformance patch from Peter Jacobi, that
3270 time on parsing attribute values.
3271
3272Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
3273
3274 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
3275 into LibXML2 test suite
3276
3277Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
3278
3279 * c14n.c: propagating xpath ancesstors node fix to c14n
3280 plus small performance improvement to reduce number of
3281 mallocs
3282 * xpath.c: fixed ancestors axis processing for namespace nodes
3283
3284Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3285
3286 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
3287 Peter Jacobi
3288
3289Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3290
3291 * configure.in: preparing 2.4.22
3292
3293Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3294
3295 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
3296 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
3297 a public entry point.
3298 * doc/*: rebuilt the API and docs
3299
3300Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3301
3302 * xpath.c: patch from Richard Jinks to fix a problem introduced
3303 in the previous patch and pointed by Norm
3304
3305Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3306
3307 * libxml.spec.in: fixing bug #81112
3308
3309Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3310
3311 * uri.c: fixing bug #82848
3312
3313Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * result/catalogs/mycatalog.full: Aleksey's commit changed the
3316 output of one catalog test
3317
3318Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3319
3320 * global.data globals.c tree.c include/libxml/globals.h
3321 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
3322 default value for global parameter xmlIndentTreeOutput to 1 and
3323 introduced new global parameter xmlTreeIndentString (the string
3324 used to do one-level indent) with default value " " (as it was
3325 in tree.c)
3326
3327Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3328
3329 * Makefile.am: Merijn Broeren pointed out a problem when compiling
3330 with trio and schemas.
3331
3332Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3333
3334 * xpath.c: patch from Richard Jinks to fix the problem raised in
3335 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
3336
3337Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3338
3339 * xmlschemas.c: a bit of work on import.
3340 * xmlschemastypes.c: Charles Bozeman provided a compare function
3341 for date/time types so min/max facet restrictions should work,
3342 indeterminate comparisons return an error instead of equal.
3343 * test/schemas/date_0* result/schemas/date_0_0: specific test
3344 from Charles Bozeman too
3345
3346Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3347
3348 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
3349 from Christian Cornelssen fixing the man pages and the Catalog
3350 building script.
3351 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
3352 next step is <xs:import> I now have a reasonable understanding
3353 of how it works.
3354
3355Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3356
3357 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
3358
3359Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3360
3361 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
3362
3363Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3364
3365 * xpath.c: fixing an XPath function evalutation bug pointed out
3366 by Alexey Efimov where the context was lost when evaluating
3367 the function arguments
3368
3369Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3370
3371 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
3372 function public for XMLSec performance optimizations
3373
3374Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3375
3376 * python/generator.py python/libxml2class.txt : fixed a problem
3377 with the HTML parser pointed by Gary Benson
3378 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
3379 example
3380
3381Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3382 * parser.c: fixed bug #81159 (memory growth in SAX)
3383
3384Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3385 * xpath.c: fixed bug #78858 (the real fix)
3386
3387Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3388 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
3389
3390Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3391
3392 * tree.c: modified xmlNodeSetBase to allow changing the
3393 base of a document.
3394
3395Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3396
3397 * xmlschemastypes.c: patch Charles Bozeman for validation of
3398 all the date, time, and duration types
3399 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
3400 * configure.in: fixed an error pointed by an user
3401 * xml2-config.in: fixed an error pointed by an user
3402
3403Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3404
3405 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
3406 win32/libxml2.def.src xmlIO.c: exported default
3407 'file:', 'http:' and 'ftp:' protocols input handlers
3408 and maked protocols comparisson case insensitive
3409
3410Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3411
3412 * configure.in: Neven Has detected a typo
3413
3414Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
3415
3416 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
3417 as one of the persons allowed to commit directly to the
3418 module.
3419
3420Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3421
3422 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
3423 * valid.c: raised a too low limit
3424 * doc/*: rebuilt the docs
3425
3426Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3427
3428 * test/XPath/expr/floats test/XPath/expr/functions
3429 result/XPath/expr/floats result/XPath/expr/functions
3430 xpath.c: another XPath conformance patch from Richard Jinks
3431
3432Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
3433
3434 * xmlschemas.c: fixed validation of attribute groups.
3435 * test/schemas result/schemas: added an example from the primer
3436
3437Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3438
3439 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
3440 * test/schemas result/schemas: updated the test list
3441
3442Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3443
3444 * TODO: updated a bit
3445 * parser.c: made a comment more specific
3446 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
3447 Schemas conformance.
3448 * test/schemas result/schemas: updated the test list
3449
3450Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3451
3452 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
3453 implementing xs:all with minOccurs = 0
3454 * tes/schemas/* result/schemas/*: added more tests covering
3455 xs:all
3456
3457Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3458
3459 * xmlregexp.c: first implementation of the all particle, this
3460 may need to be revisited for case where not all transitions
3461 must be crossed.
3462
3463Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3464
3465 * tree.c: another entity processing update from Markus Henke
3466
3467Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
3468
3469 * trionan.c: fixed crash on OSF/1
3470
3471Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3472
3473 * xmlschemas.c: more Schemas work
3474 * test/schemas/* result/schemas/*: added more tests coming
3475 from the spec.
3476
3477Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3478
3479 * c14n.c: patch from Aleksey Sanin reflecting a change in the
3480 ExcC14N specification
3481
3482Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3483
3484 * tree.c: patch from Markus Henke, fix for recursive entities.
3485
3486Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3487
3488 * xpath.c: fix a problem with string() on a document node.
3489
3490Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3491
3492 * Makefile.am xmlschemas.c: more Schemas work
3493 * test/schemas/* result/schemas/*: added more tests coming
3494 from the spec.
3495
3496Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3497
3498 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
3499 * result/HTML/*: this changes a few things in the results
3500
3501Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3502
3503 * include/libxml/tree.h: eliminated 'declaration different than
3504 prototype' warning
3505 * include/win32config.h: "resolved" conflicts with errno.h
3506
3507Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3508
3509 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
3510 on the automata interfaces and debug of counted choices
3511 * test/schemas/* result/schemas/*: added a number of tests
3512
3513Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3514
3515 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
3516 a bit of work on Schemas
3517 * testSchemas.c: try to make it more useful
3518 * test/schemas/* result/schemas/* Makefile.am: changed the
3519 Schemas regression test procedure, started adding a few samples
3520
3521Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3522
3523 * include/libxml/encoding.h: Patch for the Borland C++ builder
3524 * include/libxml/tree.h: Patch for the Borland C++ builder
3525 * threads.c: Patch for the Borland C++ builder
3526 * win32/bcb5: New directory for the Borland C++ builder
3527 project files
3528
3529Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3530
3531 * win32/Makefile.msvc: Update for XML Schema support
3532 * win32/configure.js: Update for XML Schema support
3533 * win32/libxml2.def.src: Update for XML Schema support
3534
3535Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3536
3537 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
3538 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
3539 xmlunicode.c include/libxml/Makefile.am
3540 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
3541 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
3542 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
3543 include/libxml/xmlversion.h.in : merged the current state of
3544 XML Schemas implementation, it is not configured in by default,
3545 a specific --schemas configure option has been added.
3546 * test/automata test/regexp test/schemas Makefile.am
3547 result/automata result/regexp result/schemas:
3548 merged automata/regexp/schemas regression tests
3549
3550Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
3551
3552 * xpath.c: Gary found a compile time problem, fixes #78823
3553
3554Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3555
3556 * configure.in: release of 2.4.20
3557 * doc/*: updated and rebuilt the docs
3558
3559Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3560
3561 * python/Makefile.am: patch from Cristian Gafton to build on
3562 Red Hat 6.2, should also fix #75779
3563
3564Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3565
3566 * valid.c: first part of fixing #78729
3567
3568Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
3571 escaping of URI when saving HTML files.
3572 * result/HTML/*: this impacted some tests
3573
3574Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
3575
3576 * configure.in: trying to fix #77441
3577
3578Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3579
3580 * include/libxml/xmlIO.h: Hallski complained it could not be
3581 included by itself.
3582
3583Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3584
3585 * configure.in: applied an IEEE flag patch for OSF/1 #77825
3586
3587Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3588
3589 * win32/configure.js: patch from Nilo for the c14n option
3590 * win32/Makefile.msvc: fixed libxml2.def generation with threads
3591
3592Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3593
3594 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
3595 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
3596 LIBXML_THREAD_ENABLED
3597
3598Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3599
3600 * xpath.c: another patch from Richard Jinks for substring conformance
3601 * test/XPath/expr/floats test/XPath/expr/strings
3602 result/XPath/expr/floats result/XPath/expr/strings: update of the
3603 test suite to check those.
3604
3605Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3606
3607 * xpath.c: patch from Richard Jinks for .x float parsing.
3608
3609Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3610
3611 * parser.c: patch from Markus Henke when an encoding ain't recognized
3612
3613Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3614
3615 * libxml.m4: got a report that #include <string.h> was needed
3616
3617Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3618
3619 * xmllint.c: applied a fix from Anthony Jones for -o /--output
3620
3621Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
3622
3623 * doc/example.html: fixing typo
3624
3625Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3626
3627 * xpath.c: fixed a bug in the nodeset to boolean comparison code
3628 pointed out by Melvyn Sopacua.
3629
3630Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3631
3632 * libxml.m4: Frédéric Crozat gave a patch related to the change
3633 of Include paths breaking the libxml.m4
3634
3635Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3636
3637 * xpath.c: Fix bug #76927 forgot to save some context
3638 when evaluating binary expressions
3639
3640Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3641
3642 * configure.in: fixed configure for MPE/iX from Markus Henke
3643 * xmlmemory.c: fixed initialization problems
3644 * xpath.c: another set of patches from Richard Jinks this
3645 fixes "make XPathtests" on linux
3646
3647Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3648
3649 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
3650 * test/XPath/expr/compare test/XPath/expr/equality
3651 test/XPath/expr/floats test/XPath/expr/functions
3652 test/XPath/expr/strings result/XPath/expr/compare
3653 result/XPath/expr/equality result/XPath/expr/floats
3654 result/XPath/expr/functions result/XPath/expr/strings: Updated
3655 tests though they show a divergence on Linux
3656
3657Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3658
3659 * xpath.c trionan.c: previous commit also included patches
3660 from Richard Jinks on some IEEE support corner case
3661
3662Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3663
3664 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
3665 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
3666 that $(datadir) should be used for docs
3667
3668Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3669
3670 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
3671 could leak filedescriptors
3672
3673Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3674
3675 * configure.in nanohttp.c: applied patch from Allan Clark for
3676 UnixWare/OpenServer
3677
3678Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3679
3680 * configure.in: preparing 2.4.19
3681 * doc/*: rebuilt the docs
3682
3683Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3684
3685 * nanohttp.c: fixing #76043, got fed up with non-portability
3686 of that piece of code.
3687
3688Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3689
3690 * valid.c SAX.c: Never commit without running "make tests" :-(
3691 fix a couple of stupidities in the previous commit
3692 * result/*: a few changes in some attribute order result of previous
3693 commit.
3694
3695Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3696
3697 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
3698 the internal subset should not raise duplicate ID errors,
3699 also there was a small bug in conjunction to namespace
3700 declarations defaulted and xml:xxx attributes DTD definitions.
3701
3702Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3703
3704 * xpath.c: Richard Jinks also raised some rounding problems
3705 this tries to fix them
3706
3707Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3708
3709 * xpath.c: Richard Jinks spotted an incoherent memory allocation
3710 behaviour in xmlXPathCastToString()
3711
3712Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3713
3714 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
3715 raised by Morus Walter
3716
3717Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3718
3719 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3720 from Igor
3721
3722Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3723
3724 * xpath.c: fixing #75619, related to a problem when trying
3725 to evaluate condition when the current node set resulting
3726 from that sub-step evaluation is empty. Also fixes 2 potential
3727 problem with previous-sibling and next-siblings axis.
3728
3729Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3730
3731 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3732 HTML support is not configured in.
3733
3734Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3735
3736 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3737 include/libxml/tree.h: dohh I really didn't intended to commit
3738 this test version :-(
3739
3740Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3741
3742 * testSAX.c: I wanted to see the real speed at the SAX interface
3743 after a little too many Ximianer started complaining about the
3744 parser speed.
3745 added a --quiet option:
3746 paphio:~/XML -> ls -l db100000.xml
3747 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3748 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3749 3200006 callbacks generated
3750 real 0m1.270s
3751 Which means 16MBytes/s and 3Mcallback/s
3752
3753Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3754
3755 * xpath.c: valgrind spotted another error that time when running
3756 on libxslt regression tests
3757
3758Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3759
3760 * Makefile.am: adding "make valgrind" running the full regression
3761 tests (except python ones) under Valgrind (using valgrind -q
3762 which was kindly added by the author).
3763 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3764 passes cleanly now except an obcure floating point initialization
3765 raised in log10() in one XPath regression test ???
3766 * tree.c: edited some comments to close #75244
3767
3768Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3769
3770 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3771 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3772 context of ScrollKeeper, made sure that if the number is
3773 an integer, the serialization follows the description at
3774 http://www.w3.org/TR/xpath#section-String-Functions
3775
3776Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3777
3778 * configure.in: preparing 2.4.18
3779 * doc/*: updated and rebuilt the web site
3780 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3781 the Windows and Cygwin maintainers.
3782 * parser.c: humm, changed the way the SAX parser work when
3783 xmlSubstituteEntitiesDefault(1) is set, it will then
3784 do the entity registration and loading by itself in case the
3785 user provided SAX getEntity() returns NULL.
3786 * testSAX.c: added --noent to test the behaviour.
3787
3788Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3789
3790 * parser.c: Wilfried Teiken provided a hackish but working
3791 way to get context reported back on entities when parsing
3792 with SAX and without breaking the DOM build.
3793
3794Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3795
3796 * c14n.c: applied a new patch from Aleksey Sanin
3797 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3798 to reference Aleksey implementation of XML digital Signatures
3799
3800Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3801
3802 * xpath.c: small fix to avoid potential problem due to
3803 ordering of freeing data
3804 * python/Makefile.am: people were complaining about
3805 the generated file in python dir not being built
3806
3807Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3808
3809 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3810 python/generator.py python/libxml.c python/types.c: Cleanup
3811 of the python Makefiles based on Jacob and James feedback,
3812 fixed the spec file accordingly, fixed the number of warning
3813 that passing my pedantic CFLAGS was generating. Conclusion
3814 is that Python includes are real crap.
3815
3816Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3817
3818 * configure,in: it was reported quite a few times that
3819 xml2-config --cflags should not output
3820 -I$includeprefix/libxml2/libxml because libxml2 header names
3821 clashes with existing names like list.h from C++ stl.
3822 Includes should be #include<libxml/xxx.h> so ...
3823
3824Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3825
3826 * c14n.c: another patch from Aleksey Sanin
3827
3828Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3829
3830 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3831 canonicalization algorithm
3832 * doc/xml.html doc/index.html: added the C14N references on the
3833 index page.
3834
38352002-03-13 jacob berkman <jacob@ximian.com>
3836
3837 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3838 usage, redundant, and gcc specific
3839
3840Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3841
3842 * xpath.c: speedup some node selection operations, this can
3843 have a significant impact on DocBook Norm's stylesheets
3844 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3845 make sure it's always the case
3846 * debugXML.c: distinguish CDATA and comments in ls operations
3847
3848Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3849
3850 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3851 to generate better API descriptions etc...
3852
3853Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3854
3855 * c14n.c: Fixing #74186, made sure all boolean expressions
3856 get fully parenthesized, ran indent on the output
3857 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3858 include/libxml/tree.h: also #74186 related, removed the
3859 --with-buffers option, and all the preprocessor conditional
3860 sections that were resulting from it.
3861
3862Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3863
3864 * valid.c: applied patch from Dodji Seketeli fixing an
3865 uninitailized variable in xmlValidGetValidElements()
3866
3867Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3868
3869 * c14n.c: fixed a few comments
3870 * doc/*.html doc/*/*.html: regenerated the docs and added
3871 the C14N API
3872 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3873
3874Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3875
3876 * check-xml-test-suite.py: fix to adapt varaiations in the
3877 bindings
3878 * configure.in python/setup.py python/setup.py.in: fixed to
3879 have the version of the python scripts automatically updated
3880
3881Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3882
3883 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3884 in xmlCopyProp()
3885
3886Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3887
3888 * configure.in: preparing 2.4.17 release
3889 * doc/*: updated and rebuilt the docs
3890 * xpath.c: fixed a comment
3891 * python/libxml.c: fixed a possible reentrancy problem
3892
3893Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3894
3895 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3896 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3897 added a specific regression test
3898 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3899 not raise exceptions when failing to find the attribute.
3900
3901Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3902
3903 * configure.in xmllint.c: owen pointed out a problem with the
3904 ftme fix, gettimeofday() was not detected by configure and
3905 the ftime header wasn't included, dohhh
3906
3907Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3908
3909 * configure.in xmllint.c: trying to fix #71457 for timing
3910 precision when gettimeofday() is not availble but ftime() is
3911
3912Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3913
3914 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3915 are now copied on install and part of the -devel RPM
3916
3917Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3918
3919 * xpath.c: trying to avoid bug #72150 which was apparently
3920 caused by a gcc bug (or a processor problem) as detailed
3921 at http://veillard.com/gcc.bug
3922
3923Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3924
3925 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3926 fixed xmlReconciliateNs(), added a Python test/example for
3927 inter-document cut'n paste
3928 * python/libxml.py: fixed node.doc on document nodes and added
3929 xpathEval() onto node objects
3930
3931Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3932
3933 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3934 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3935 fixup and integrated tests for the serialization stuff
3936
3937Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3938
3939 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3940 moved the libxml man page to section 3
3941
3942Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3943
3944 * tree.c: fix bug #72490
3945 * python/libxml.c python/libxml.py: added methods serialize()
3946 and saveTo() to all node elements.
3947
3948Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3949
3950 * xmlIO.c: closed #73430, don't read from an input source
3951 which indicated an end-of-file or an error.
3952
3953Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3954
3955 * parser.c: make sure SAX endDocument is always called as
3956 this could result in a Python memory leak otherwise (it's
3957 used to decrement ref-counting)
3958 * python/generator.py python/libxml.c python/libxml.py
3959 python/libxml2-python-api.xml python/libxml2class.txt
3960 python/tests/error.py python/tests/xpath.py: implemented
3961 the suggestions made by Gary Benson and extended the tests
3962 to match it.
3963
3964Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3965
3966 * python/generator.py: applied patch fixing #73450
3967
3968Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3969
3970 * xpath.c: fixing #61290 "namespace nodes have no parent"
3971 long standing divergence from the XPath REC. NodeSets
3972 simply hold a copy of namespace nodes and those node ->next
3973 points to the parent (which may not be the node carrying the
3974 definition).
3975 * include/libxml/xpath.h: flagged but didn't added a possible
3976 speedup
3977 * DOCBparser.c HTMLparser.c: removed some warnings from push
3978 parser due to new state being added.
3979 * tree.c: new fix from Boris Erdmann
3980 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3981 the XML Canonalization support from Aleksey Sanin
3982
3983Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3984
3985 * tree.c: patch from Boris Erdmann fixing some namespace odities
3986 with xmlCopyNode()
3987
3988Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3989
3990 * xmlIO.c: fix bug #72706 when loading a NULL entity
3991
3992Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3993
3994 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3995 actually change in a future XML Namespace revision.
3996
3997Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3998
3999 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
4000 added the possibility of returning nodesets from XPath extension
4001 functions written in Python
4002
4003Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
4004
4005 * python/*: commiting some Python bindings work done while travelling
4006
4007Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4008
4009 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
4010 explicitely with memory debugging switched on
4011
4012Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
4013
4014 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4015 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4016 Added wrapper for the xmlURIPtr type, provided accessors, fixed
4017 the accessor generator for strings
4018 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
4019 regression test.
4020
4021Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4022
4023 * python/README python/generator.py python/libxml.c python/setup.py:
4024 added the 'usual' setup.py to allow building a libxml2-python
4025 module based on the same code. The initialization is however
4026 different the 2 .so files fo libxml2 and libxslt are identical and
4027 they entry point initialize both libraries. this is done to avoid
4028 some possible nasty problem since the Python don't merge the maps
4029 of all shared modules.
4030
4031Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4032
4033 * parser.c: fixed a push/encoding bug reported by Michael
4034 on librsvg
4035
4036Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4037
4038 * include/libxml/parserInternals.h: fixes a misplaced #endif
4039
4040Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4041
4042 * parser.c valid.c: found and fixed a couple of allocation bugs
4043
4044Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4045
4046 * doc/xml.html doc/python.html doc/*: added a Python and binding
4047 page describing the current state of the Python bindings and
4048 giving pointers to the other languages wrappers.
4049
4050Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4051
4052 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
4053 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
4054 rebuilt the API and web site
4055 * xpath.c: fixed #71978 portability bugs
4056
4057Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4058
4059 * SAX.c: oops broke automatic defaulting of namespaces attributes.
4060
4061Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4062
4063 * include/libxml/parserInternals.h parser.c: had to change
4064 2 internal parsing API when processing document content
4065 to check the start and end of element content are defined
4066 in the same entity
4067 * valid.c include/libxml/valid.h: attribute normalization can
4068 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
4069 with the context to report it.
4070 * SAX.c: fixed the last known bugs, crazy validation constraints
4071 when a document is standalone seems correctly handled. There
4072 is a couple of open issues left which need consideration especially
4073 PE93 on external unparsed entities and standalone status.
4074 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
4075 The 2 tests left failing are actually in error. Cleanup done.
4076
4077Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4078
4079 * valid.c: implemented E59 spaces in CDATA does not match the
4080 nonterminal S
4081
4082Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4083
4084 * SAX.c parser.c valid.c: more validation test fixups
4085 * check-xml-test-suite.py: added duration info for the tests
4086
4087Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4088
4089 * parser.c valid.c: a couple of errors were reported but not
4090 saved back as such in the parsing context. Down to 1% failure rate
4091 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
4092
4093Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4094
4095 * xmlInternald.c: isExtender was missing a char
4096 * parser.c include/libxml/parser.h: % are acceptable in the
4097 internal subset if within a PUBLIC ID
4098
4099Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4100
4101 * SAX.c parserInternals.c valid.c: more work on the conformance
4102 suite. Took the step to finally block documents with encoding
4103 errors. It's a fatal error per the spec, people should have fixed
4104 their documents by now.
4105
4106Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
4107
4108 * check-xml-test-suite.py: fixed the test script after some discussion
4109 on the semantic of TYPE="error"
4110 * Makefile.am: added the script to the distrib
4111
4112Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4113
4114 * SAX.c entities.c: fixed a couple of conformances issues deep
4115 into the validation code (standalone and undeclared Notations)
4116
4117Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4118
4119 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
4120 stayed there for years !
4121
4122Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4123
4124 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
4125 missing
4126
4127Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4128
4129 * check-xml-test-suite.py: improved the behaviour a bit as
4130 well as the logs
4131 * parser.c valid.c SAX.c: fixed a few more bugs
4132 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
4133
4134Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4135
4136 * check-xml-test-suite.py: python script to run regression tests
4137 against the XML Test suite of W3C/OASis
4138 * SAX.c: fixed a validation bug
4139 * parser.c: fixed 3 errors pointed by the test suite
4140 * doc/buildDocBookCatalog: fixed a typo pointed by drake
4141 * python/Makefile.am: fixed a dependendy
4142
4143Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4144
4145 * xmlmemory.c: avoid a warning bug #71594
4146
4147Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4148
4149 * xmlmemory.c: Jesse Perry provided a patch to remove a few
4150 warning on alpha/Tru64
4151
4152Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4153
4154 * include/libxml/entities.h: fixing a comment
4155 * valid.c: fixing some troubles with validity check on namespaces
4156 * result/VC/NS3 test/VC/NS3: added a specific regression test
4157
4158Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4159
4160 * tree.c: Fixing #71342 serializing '\n' in attribute values
4161 * result/noent/att3 result/att3 test/att3: added a specific
4162 test.
4163
4164Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4165
4166 * python/libxml.c: couple of bug fixes
4167
4168Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4169
4170 * python/*.py: removed tabs and used spaces.
4171
4172Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4173
4174 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
4175 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
4176
4177Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4178
4179 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
4180 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
4181
4182Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4183
4184 * include/libxml/encoding.h include/libxml/entities.h
4185 include/libxml/globals.h include/libxml/parser.h
4186 include/libxml/threads.h include/libxml/tree.h
4187 include/libxml/xmlmemory.h: trying to fix the include mess
4188
4189Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4190
4191 * include/libxml/xmlmemory.h: reverted part of the previous
4192 attempt to provide #69655, this was breaking the build.
4193
4194Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
4195
4196 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
4197 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
4198 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
4199 include/libxml/parserInternals.h include/libxml/tree.h
4200 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
4201 Tentatively fixed #69655 , make compiling with -Wredundant-decls
4202 clean.
4203 * python/libxml.c: fixed a warning.
4204
4205Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4206
4207 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
4208 copying of node, merge back IDs in the target document.
4209 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
4210 test/XInclude/ents/ids.xml: test case
4211 * result/VC/ElementValid4: output changed due to a typo fix
4212
4213Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4214
4215 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00004216 generate the dependencies right as Jacob found out. Add
4217 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004218
4219Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4220
4221 * parserInternals.c valid.c: Justin Fletcher found some parts
4222 of the code needing cleanup
4223 * libxml.spec.in python/Makefile.am python/generator.py
4224 python/libxml.c python/libxml.py: Fixed the python Makefiles
4225 corrected a bug showing up on ia64, changed the name of the
4226 python internal module too
4227
4228Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4229
4230 * Makefile.am: applied patch from Andris Pavenis for binary
4231 name suffixes
4232
4233Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
4234
4235 * xmllint.c win32/win32config.h: fixing #68748
4236
4237Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4238
4239 * valid.c: fixing #70166
4240
4241Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4242
4243 * valid.c: fixing #70077
4244
4245Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4246
4247 * Copyright Makefile.am README configure.in libxml.spec.in:
4248 Changed to the MIT Licence
4249 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
4250 doc/xmlio.html: updated the doc accordingly
4251 * include/libxml/xmlwin32version.h configure.in: preparing
4252 2.4.14 release
4253 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4254 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4255 fixed the const xmlChar * wrapper and generator, XPath extension
4256 functions now use the context as first argument
4257 * python/tests/tstxpath.py python/tests/xpath.py
4258 python/tests/xpathext.py: Updated the tests accordingly
4259 * tree.c: fixed bug #70067
4260
4261Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4262
4263 * Makefile.am: cleanup
4264 * debugXML.c: always use stdout if output is NULL
4265 * xmlIO.c: don't close filedescriptors passed to outputBuffers
4266 * python/Makefile.am python/generator.py python/libxml2class.txt
4267 python/libxml_wrap.h python/types.c: augmented the number of bindings
4268 handling FILE * and XPath contexts
4269 * python/tests/Makefile.am: avoid a stupid problem due to the
4270 use of TEST.
4271
4272Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4273
4274 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
4275
4276Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4277
4278 * python/TODO python/libxml.c: cleanup the extension function lookup
4279 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
4280
4281Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4282
4283 * configure.in python/Makefile.am: do not install outside
4284 of prefix
4285
4286Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4287
4288 * python/TODO python/libxml.c: started adding SAX interfaces
4289 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
4290 SAX test
4291
4292Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4293
4294 * tree.c: hardened the addChild function
4295 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4296 python/libxml2class.txt python/libxml_wrap.h python/TODO:
4297 added accessors needed for xmlNode, a bit more testing and
4298 extension of interfaces
4299 * python/tests/Makefile.am python/tests/build.py: added a test
4300 build from scratch/save/load/check
4301
4302Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4303
4304 * parserInternals.c: change a small bit in the way valididy
4305 error messages get initialized
4306 * python/TODO python/libxml.c python/libxml2-python-api.xml
4307 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4308 added some memory debugging to track leaks at the libxml2 level
4309 * python/tests/*.py: changed all tests to check for leaks,
4310 there is just one left in XPath extension registrations.
4311
4312Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
4313
4314 * python/TODO python/generator.py python/libxml2-python-api.xml
4315 python/libxml2class.txt: more accessor classes for the parser
4316 context, allow to switch on and check validity
4317 * python/tests/Makefile.am python/tests/error.py
4318 python/tests/invalid.xml python/tests/valid.xml
4319 python/tests/validate.py: attded more test and and added error.py
4320 which I forgot to commit in the last step
4321
4322Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4323
4324 * python/Makefile.am python/types.c: cleanup
4325 * python/libxml.c python/libxml.py python/libxml_wrap.h
4326 python/generator.py python/libxml2-python-api.xml
4327 python/libxml2class.txt: added class for parser context, added
4328 first cut for push mode support. Added a framework to generate
4329 accessors functions.
4330 * python/tests/Makefile.am python/tests/push.py: added a push
4331 test
4332
4333Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4334
4335 * python/Makefile.am python/TODO python/libxml.py: fixed a small
4336 bug a bit of cleanup.
4337
4338Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4339
4340 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
4341 python/libxml2class.txt: adding error redirections and preformat
4342 to a python handler
4343 * python/tests/Makefile.am python/tests/*.py: cleanup made all
4344 tests self checking
4345
4346Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4347
4348 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
4349 a function
4350
4351Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4352
4353 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
4354 python/libxml.c python/libxml2-python-api.xml
4355 python/libxml2class.txt: Progressing through the TODOs, class
4356 description output, extra XML API, RPM now builds the wrappers
4357 for all python installed versions
4358
4359Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
4360
4361 * configure.in libxml.spec.in python/Makefile.am python/TODO
4362 python/generator.py python/libxml2class.txt: added more informations
4363 in the libxml2-python package including docs. Slightly changed
4364 the class hierarchy
4365 * python/tests/*: added basic regression tests infrastructure too
4366
4367Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4368
4369 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
4370 added libxml2-python as part of the packages installed
4371
4372Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4373
4374 * python/Makefile.am python/generator.py python/libxml.c
4375 python/libxml.py: more work, now able to extend the
4376 XPath interpreter with functions written in python.
4377
4378Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4379
4380 * python/Makefile.am: Jacob sent a patch to allow building from
4381 tarfile.
4382
4383Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4384
4385 * python/Makefile.am python/libxml.c configure.in Makefile.am:
4386 inserted the python wrappers build, I hope this won't be too
4387 unportable
4388
4389Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4390
4391 * xpath.c: minor optimization
4392 * python/generator.py python/libxml.c python/libxml.py
4393 python/libxml_wrap.h: more work on the python bindings,
4394 they now support XPath and there is no evident leak
4395
4396Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4397
4398 * python/generator.py python/libxml.c python/libxml.py:
4399 more work on the python bindings generator.
4400
4401Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4402
4403 * python/generator.py python/libxml.c python/libxml_wrap.h:
4404 more work on the python bindings.
4405
4406Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4407
4408 * python/generator.py python/libxml.c python/libxml.py
4409 python/libxml_wrap.h: commited early version of a python binding
4410 for private use only ATM
4411
4412Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4413
4414 * entities.c tree.c include/libxml/entities.h: applied patch
4415 from Anthony Jones to implement copy of DTD subtree too. Had
4416 just to keep 2 function private which really ought to become
4417 public ones.
4418
4419Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4420
4421 * xmllint.c: added pointers to the web pages in the usage()
4422
4423Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4424
4425 * tree.c: more fixes from Petr Kozelka for attribute handling
4426 in the tree API to align the semantic with DOM.
4427
4428Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4429
4430 * valid.c tree.c entities.c: another set of patches from
4431 Anthony Jones for copy operations cleanup and robustness
4432
4433Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4434
4435 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
4436 an alphabetic index based on comments content
4437 * doc/*: rebuilt the web site with the new references
4438
4439Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4440
4441 * parserInternals.h: Greg Sjaardema suggested to use an
4442 eponential buffer groth policy in xmlParserAddNodeInfo()
4443
4444Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4445
4446 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
4447 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
4448 doc/parsedecl.py doc/Makefile.am: updated the python extractor
4449 to generate cross-references, and added/updated the stylesheets
4450 to generate and link API indexes. The generic keyword index
4451 is not done yet.
4452 * doc/*.html: regenerated all the usual docs too
4453
4454Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4455
4456 * debugXML.c: added an xpath function to the shell for T. V. Raman
4457
4458Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4459
4460 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
4461 debug routines.
4462
4463Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4464
4465 * tree.c: apply an patch from Petr Kozelka for unlink and replace
4466 support of attribute nodes
4467
4468Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4469
4470 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
4471 hopefully near complete and fully documented of the API in XML
4472 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
4473 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
4474 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
4475 include/libxml/parserInternals.h include/libxml/valid.hi
4476 include/libxml/xmlIO.h include/libxml/xmlerror.hi
4477 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
4478 include/libxml/xpath.h include/libxml/xpathInternals.h:
4479 Cleaned up the doc comments a lot in the process, the interface
4480 coverage is now 100%
4481
4482Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4483
4484 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
4485 extracts comments from the gtk-doc DocBook output (a bit
4486 convoluted but seems to work).
4487
4488Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4489
4490 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
4491 added an XML description of the API, moved the script generating
4492 it here. Added a "make api" target
4493
4494Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4495
4496 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
4497
4498Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4499
4500 * xpath.c include/libxml/xpathInternals.h: the change made to
4501 xmlXPathFuncLookupFunc was incompatible roll it back
4502
4503Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4504
4505 * SAX.c: cleanup patch from Anthony Jones
4506 * doc/Makefile.am: fix the headers to avoid in make scan
4507 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
4508 includes, * vs Ptr and general cleanup
4509 * parsedecl.py: first version of a script to extract the
4510 module interfaces, the goal will be to provide .decl or XML
4511 specification of the interfaces to build wrappers.
4512
4513Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4514
4515 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
4516 now provides return codes in case of errors
4517
4518Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
4519
4520 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
4521 Upgraded to trio baseline 1.6
4522 * strio.h strio.c: Replaced by triostr.h and triostr.c
4523
4524Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4525
4526 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
4527 of strdup usage in the code
4528
4529Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4530
4531 * parser.c error.c: Keith Isdale complained rightly that
4532 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
4533
4534Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4535
4536 * tree.c: fixed the funxtion to set the xml: attributes
4537 * debugXML.c: added "setbase" to test it.
4538
4539Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4540
4541 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
4542 to allow updating an attribute content
4543
4544Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4545
4546 * libxml.h: try to avoid problems when compiling on Windows
4547
4548Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4549
4550 * hash.c: patch from Anthony Jones for hash.c allocation size
4551 * Makefile.am: trying to work around Yet Another Libtool Madness
4552 and build the 2.4.13 release finally ...
4553
4554Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4555
4556 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
4557 * doc/* : update of the documentation
4558
4559Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4560
4561 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
4562 at fixing #61290 :-(
4563
4564Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4565
4566 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
4567 Fixes bug #67229
4568
4569Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4570
4571 * tree.c: trying to avoid troubles when a subtree is copied
4572 and coalesced in part with the target tree. Should fix
4573 bug #67407
4574
4575Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4576
4577 * valid.c: fixed validation of attributes content of type
4578 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
4579 values, very old bug. Fixes #67671
4580
4581Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4582
4583 * parser.c include/libxml/parserInternals.h tree.c: integrated
4584 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
4585 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
4586
4587Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4588
4589 * threads.c: applied Serguei Narojnyi's patch to add native
4590 thread support on the Win32 platform
4591 * testThreadsWin32.c Makefile.am: added the test program also
4592 from Serguei, Win32 specific
4593 * include/win32config.h include/libxml/xmlwin32version.h.in:
4594 added patch from Igor for the Windows thread specific defines.
4595
4596Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4597
4598 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
4599
4600Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4601
4602 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
4603 output page into XMLinfo.html. Close bug #66951 and
4604 raised by Robert Collins too.
4605
4606Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
4607
4608 * encoding.c: Paul Keogh pointed out a possibility of segfault
4609 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
4610 Closes bug # 68238
4611
4612Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
4613
4614 * doc/*.html: updated the Gdome2 links
4615
4616Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4617
4618 * libxml.h: Applied following patches from Robert Collins
4619 and make sure IN_LIBXML is defined when compiling it
4620 -------
4621 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
4622 as well as Visual C.
4623 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4624 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4625 * strio.c (PLATFORM_UNIX): Define for Cygwin.
4626 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
4627 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
4628 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
4629 xmlSysIDExists xmlNoNetExists).
4630 * xmllint.c: Don't include winsock2.h for Cygwin.
4631
4632Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4633
4634 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
4635 when the version info is not present.
4636
4637Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4638
4639 * tree.c: Anthony Jones pointed out a problem in
4640 xmlStringGetNodeList() and provided a fix for it
4641
4642Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4643
4644 * parser.c: patch from Frank J Franklin to remove a bug in
4645 xmlCreatePushParserCtxt() when the initial buffer passed
4646 is large.
4647
4648Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4649
4650 * win32/*: big cleanup of the Windows/MSVC project files
4651 from Igor Zlatkovic
4652
4653Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4654
4655 * doc/Makefile.am: should fix #67674 and avoid troubles if
4656 xsltproc is not available or fails in the prefix provided
4657
4658Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
4659
4660 * xmlmemory.c: one more doc patch from Charlie Bozeman.
4661
4662Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4663
4664 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
4665 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
4666 Fixed a few other problems raised by Charlie Bozeman.
4667 * result/VC/ElementValid[5-7]: fixed the output
4668
4669Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4670
4671 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
4672 patches from Charlie Bozeman. Regenerated the HTML docs.
4673
4674Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
4675
4676 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
4677 for Windows from Igor
4678
4679Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4680
4681 * xmllint.c: applied Justin Fletcher patch for --output or -o
4682
4683Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
4684
4685 * win32/libxml2/libxml2.def.src: close #67019
4686
4687Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4688
4689 * xmllint.c: applied Justin Fletcher generic timing patch
4690 similar to the one already applied to xsltproc.
4691
4692Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4693
4694 * include/libxml/tree.h tree.c: applied documentation patches
4695 from Charlie Bozeman
4696
4697Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
4698
4699 *doc/xmllint.xml, xmllint.1 - document --dropdtd
4700
4701Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
4702
4703 * valid.c: fix the xmlStrdup() used in the previous patch.
4704 * valid.c: added --dropdtd
4705 * tree.c: fixed xmlUnlinkNode so it also removes the references
4706 from the document if the node is a DTD
4707
4708Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
4709
4710 * HTMLtree.c valid.c: cleanup some static declarations
4711
4712Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4713
4714 * xmllint.c: removed another strdup()
4715 * doc/FAQ: removed the HP/UX entry
4716
4717Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4718
4719 * valid.c: fix bug #66816 when validating.
4720 * xmllint.c: don't use sys/time.h if configure did not found it
4721
4722Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4723
4724 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4725 xmlcatalog_man.xml
4726
4727Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4728
4729 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4730 xmlInitMemory() was declared twice
4731
4732Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4733
4734 * globals.c: do not reference strdup() !
4735 * configure.in libxml-2.0.pc.in: trying to fix the libs
4736 of the various config extraction modules
4737
4738Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4739
4740 * configure.in : preparing 2.4.12
4741 * doc/* : updated and rebuilt the docs
4742
4743Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4744
4745 * uri.c: closed bug #66159
4746 * testURI.c: added --escape option
4747 * configure.in: some cleanup for xml2-config --cflags
4748
4749Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4750
4751 * globals.c testThreads.c: removed some misplaced includes
4752 of xmlversion.h
4753
4754Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4755
4756 * threads.c: patch from Gary Pennington fixing a possible
4757 problem at initialization time.
4758
4759Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4760
4761 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4762 Eric Lavigne contribution to build libxml2 on MacOS using
4763 CodeWarrior.
4764
4765Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4766
4767 * xmllint.c: applied Geert Kloosterman's patch to fix
4768 --repeat --timing output
4769
4770Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4771
4772 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4773 where non-wellformed XML declaractions were not detected.
4774
4775Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4776
4777 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4778
4779Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4780
4781 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4782 gets reset by xmlCleanupInputCallbacks() and this makes the
4783 function useless. Same for output.
4784
4785Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4786
4787 * xmlIO.c: robert pointed out a loop error in callback cleanups
4788
4789Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4790
4791 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4792 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4793 they are not really tied to debugging
4794
4795Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4796
4797 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4798 * xmllint.c: better --catalogs description
4799
4800Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4801
4802 * tree.c: fixed a couple of problems in xmlSetProp()
4803
4804Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4805
4806 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4807 unappropriate stdout output.
4808
4809Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4810
4811 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4812 by Denis Beurive, closes #65111
4813
4814Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4815
4816 * valid.c: in case of content model validity error, don't
4817 print it if validity warnings were not requested.
4818
4819Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4820
4821 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4822 * parserInternals.c: removed the last exit() call. Print an
4823 unmaskable error on stderr instead (library mismatch detection)
4824
4825Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4826
4827 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4828 shell instructions from Heiko Rupp
4829
4830Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4831
4832 * catalog.c: use the URL notation file:// for default catalog paths
4833
4834Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4835
4836 * include/libxml/tree.h: better comments for _private fields
4837 * tree.c: removed a problem when copying an entity reference.
4838
4839Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4840
4841 * vms/*: updated instructions and diffs from John A Fotheringham
4842
4843Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4844
4845 * include/libxml/xmlerror.h: avoid an include problem if
4846 #include <libxml/xmlerror.h> happens first in code
4847 seems to be the case in KDE libs
4848
4849Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4850
4851 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4852 from Igor for Windows
4853
4854Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4855
4856 * Makefile.am: Gary Pennington pointed out a missing prefix
4857
4858Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4859
4860 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4861 * doc/*: upgraded and rebuilt the docs
4862
4863Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4864
4865 * HTMLparser.c: fix comment in scripts element parsing.
4866 * result/HTML/doc3*: updated the results.
4867
4868Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4869
4870 * uri.c: another URI bug fix #63336, using Joel Young patch.
4871
4872Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4873
4874 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4875 a cleaned up version of the Pwd shell string generation.
4876
4877Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4878
4879 * valid.c include/libxml/tree.h: trying to fix namespaces +
4880 validation problems for good, closing #63619 in the process
4881 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4882 wrong in this respect, fixed it.
4883
4884Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4885
4886 * xmllint.c: Morus Walter patch to allow --format and --encode
4887
4888Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4889
4890 * debugXML.c: Stefan Kost provided an help command for the shell
4891
4892Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4893
4894 * debugXML.c: Heiko Rupp pointed that the shell would crash
4895 on empty nodesets returns.
4896
4897Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4898
4899 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4900 migh need the history libraries
4901
4902Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4903
4904 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4905 handle the case of < in quoted attributes, Bastian Kleineidam
4906
4907Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4908
4909 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4910 fixing catalog breakages
4911 * Makefile.am catalog.c result/catalogs/catal
4912 result/catalogs/mycatalog.* test/catalogs/catal*:
4913 fixed more problems in catalog support, added more regression tests
4914 for both XML and SGML catalog handling
4915
4916Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4917
4918 * debugXML.c: applied an improvement to xmlGetLineNo() from
4919 Keith Isdale
4920
4921Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4922
4923 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4924 Side effect of the progressive catalog loading
4925
4926Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4927
4928 * Makefile.am: confexecdir and confexec_DATA were defined twice
4929 pointed out by Karl Eichwalder
4930
4931Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4932
4933 * xmlcatalog.c: avoid unlink() and use remove() instead.
4934
4935Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4936
4937 * libxml.spec.in: cleanup
4938 * include/libxml/xmlwin32version.h: updated with 2.4.8
4939
4940Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4941
4942 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4943 of compiling libxml with a non standard set of options
4944
4945Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4946
4947 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4948 document --sgml option, fixing gnome bugzilla #63382
4949
4950Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4951
4952 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4953 breakage of 2.4.7, added a couple of really needed APIs
4954 like xmlCatalogIsEmpty() and xmlNewCatalog()
4955 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4956 for install-catalog
4957 * configure.in: preparing 2.4.8
4958
4959Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4960
4961 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4962 include/libxml/tree.h include/libxml/xmlIO.h: more include
4963 cleanups, export cleanly one html output + format function.
4964
4965Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4966
4967 * parser.c: removed initGenericErrorDefaultFunc call from
4968 xmlInitParser() since it could destroy previous calls to
4969 xsltSetGenericErrorFunc() effects
4970
4971Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4972
4973 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4974 keyword.
4975
4976Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4977
4978 * Makefile.am: cleanup
4979 * threads.c: cleanup too
4980 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4981 from xsltproc
4982 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004983 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004984
4985Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4986
4987 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4988 was not used anymore !
4989
4990Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4991
4992 * configure.in: preparing 2.4.7
4993 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4994 manual page from John
4995 * doc/*: updated the doc and rebuilt the generated pages
4996
4997Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4998
4999 * xmlIO.c: closing bug #62711, the library should never
5000 close stdin or stdout.
5001
5002Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5003
5004 * uri.c: second pass at fixing #63336, using Joel Young
5005 final patch. looks okay.
5006
5007Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
5008
5009 * uri.c include/libxml/uri.h: trying to clear #63336
5010 allowing the escaping routine to parse unconformant
5011 URI-References.
5012
5013Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
5014
5015 * vms/readme.vms vms/build_libxml.com nanoftp.c
5016 include/libxml/xmlversion.h.in: a few VMS updates from
5017 John A Fotheringham
5018 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
5019 and xmlCleanupOutputCallbacks() for the Perl binding people.
5020
5021Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
5022
5023 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
5024 apply fixes to close #63271 and avoid segfaults when
5025 the error routine gets callbed before xmlInitParser()
5026 get called.
5027 * nanoftp.c error.c: Applied patches from Justin Fletcher
5028 correcting some xmlGenericError misuses.
5029
5030Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
5031
5032 *doc/xmllint.xml, doc/xmllint.1
5033 New and improved man page for xmllint - .xml is the original, .1
5034 is the generated man page
5035
5036Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
5037
5038 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
5039 the web site from the main HTML document.
5040
5041Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5042
5043 * parser.c: fixed an erroneous validation bug when PE refs
5044 occurs in external parsed entities referenced from the
5045 internals subset
5046 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
5047 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
5048 added the associated testcase, it's a nice one.
5049 * HTMLparser.c: generate the DTD node as HTML still ...
5050 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
5051
5052Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5053
5054 * HTMLparser.c: fixed a bug in htmlNewDoc()
5055
5056Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5057
5058 * test/threads/*: added entities testing to the Thread test
5059 * testThreads.c: make the test reasonable
5060 * DOCBparser.c: fix the DTD public and system ID
5061 * xmllint.c: added --sgml for SGML DocBook importing
5062 * Makefile.am: added Docbtests target
5063
5064Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5065
5066 * nanoftp.c: use only "anonymous@" string for anonymous passwds
5067 * testThreads.c: removed bogus include
5068
5069Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5070
5071 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
5072 fixed a very serious (looping) validation bug
5073
5074Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
5075
5076 * include/libxml/globals.h include/libxml/threads.h threads.c
5077 testThreads.c: far more testing, cleaning up bugs
5078 * *.c : make sure globals.h is always included.
5079
5080Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
5081
5082 * HTMLparser.c: try to get rid of parser loops for good.
5083
5084Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
5085
5086 * configure.in: fixed some bugs in CFLAGS passing.
5087 * test/threads Makefile.am testThreads.c: added a specific
5088 threaded test case (really nasty, guaranteed).
5089
5090Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
5091
5092 * catalog.c: serious cleanup on the management of the
5093 XML catalog tree, more tests done, especially with
5094 the catalog PI.
5095
5096Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
5097
5098 * catalog.c: avoid a problem in catalog cleanup on SMP if
5099 catalogs were not initialized.
5100
5101Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
5102
5103 * catalog.c xpath.c: trying to cleanup the not thread safe
5104 parts of the library.
5105
5106Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
5107
5108 * include/libxml/globals.h configure.in global.data: make
5109 the allocation be per-thread a configure option
5110 * encoding.c include/libxml/parser.h: fixed compilation
5111 errors
5112
5113Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5114
5115 * include/libxml/parser.h: Norm reported that a few lines
5116 added were breaking libxslt compile, removed them for now
5117
5118Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
5119
5120 * parser.c parserInternals.c threads.c: debugged and fixed
5121 initialization problems which were giving troubles on SMP
5122 boxes.
5123
5124Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5125
5126 * include/libxml/Makefile.am: missing globals.h
5127
5128Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5129
5130 * globals.c: added a couple of standard includes.
5131
5132Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5133
5134 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
5135 include/libxml/parserInternals.h include/libxml/tree.h
5136 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
5137 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
5138 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
5139 Applied the last patches from Gary, cleanup, activated threading
5140 all user accessible global variables are now handled in globals.[ch]
5141 Still a bit rought but make tests passes with either
5142 --with-threads defined at configure time or not.
5143 * Makefile.am example/Makefile.am: added globals.[ch] and threads
5144 linking options
5145
5146Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5147
5148 * Makefile.am include/libxml/Makefile.am
5149 include/libxml/globals.h globals.c include/libxml/threads.h
5150 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
5151 configure.in: started integrating the core of the thread support
5152 not activated yet but half integrated. The code should still
5153 compile and work anyway.
5154
5155Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5156
5157 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
5158 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
5159 integrating the non-controversial parts of Gary Pennington
5160 multithread patches
5161 * catalog.c: corrected a small bug introduced
5162
5163Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5164
5165 * catalog.c include/libxml/catalog.h: very serious cleanup,
5166 isolating unportable code and as much as possible the accesses
5167 to the global shared catalog. May need more testing !
5168
5169Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5170
5171 * include/libxml/debugXML.h debugXML.c tree.c: integrating
5172 Keith Isdale patches for the XSLT debugger interfaces. Some
5173 cleanup
5174
5175Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5176
5177 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
5178 * DOCBparser.c: generate line nubers in elements
5179
5180Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5181
5182 * configure.in: preparing 2.4.6 release
5183 * doc/xml.html doc/html/*: updated and rebuilt the docs
5184 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
5185
5186Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
5187
5188 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
5189 adding documentation for DV's supercatalog support
5190
5191Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5192
5193 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
5194 super catalog support adding one API and one flag --sgml to
5195 xmlcatalog
5196
5197Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
5198
5199 * doc/xmlcatalog_man.xml, xmlcatalog.1
5200 One more crack at
5201 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5202
5203
5204Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5205
5206 * xpath.c: implemented xmlXPathObjectCopy for external objects
5207 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
5208
5209Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
5210
5211 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5212 finishing up fix to
5213 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
5214 the xmlcatalog man page display more elegantly
5215
5216Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
5217
5218 * configure.in: closing bug #61832
5219 * HTMLparser.c: removed a warning
5220
5221Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5222
5223 * xpath.c: fixing #61673 part I, do not loose doc information
5224 when copying result value trees.
5225
5226Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5227
5228 * xpath.c: trying to harden the XPath interpreter
5229
5230Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
5231
5232 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
5233 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5234
5235Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5236
5237 * HTMLparser: repaired another loop problem
5238
5239Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5240
5241 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
5242 parsing.
5243 * xpath.c: fix bug #61291 the default XML namespace node is
5244 missing from the namespace axis.
5245 * tree.c: refuse to create namespaces nodes with prefix "xml"
5246
5247Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
5248
5249 * SAX.c: ouch a non-defined namespace could lead to a crash,
5250 fixed #61215
5251
5252Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5253
5254 * parserInternals.c: closed bug #61054
5255
5256Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5257
5258 * include/libxml/Makefile.am: closing #60708
5259
5260Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5261
5262 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
5263 adding xmlSAXParseFileWithData following Marco Stipek suggestion
5264
5265Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5266
5267 * valid.c: close bug #61550 when xml: wasn't considered a namespace
5268
5269Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5270
5271 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
5272 * DOCBparser.c HTMLparser.c parser.c: fixed typos
5273
5274Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
5275
5276 * catalog.c: Justin Fletcher provided cleaup code in case
5277 HAVE_STAT is not defined
5278 * include/win32config.h: Igor Zlatkovic suggested to have
5279 HAVE_STAT defined there
5280
5281Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5282
5283 * catalog.c - fixed typing error reported by M. Barros
5284
5285Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
5286
5287 * xmllint.c - fixing typo
5288
5289Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5290
5291 * HTMLparser.c: small enhancement to prevent loop on
5292 unrecognizable data
5293
5294Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5295
5296 * parserInternals.c: applying patch from bug #60757 this
5297 should close it
5298
5299Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5300
5301 * catalog.c xmlcatalog.c: removed a couple of warning
5302 * xpath.c: try to solve the linking problem on platforms
5303 needing trio to compile
5304
5305Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5306
5307 * Makefile.am libxml.spec.in: backing up non-documented changes
5308 commited without review or aproval by Jens Finke <jens@gnome.org>
5309 * HACKING: made 100% clear that no commit should be done directly
5310
5311Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5312
5313 * configure.in: Joe Orton provided a patch fixing a problem
5314 when iconv is specified to be in a non-standard directory
5315 but wasn't exported in xml2-config --cflags
5316
5317Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5318
5319 * configure.in: let's ship 2.4.5 before getting too much
5320 troubles with 2.4.4 errors.
5321
5322Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5323
5324 * encoding.c entities.c: do not output hexadecimal charrefs
5325 when serializing HTML since some version of Netscape can't
5326 grok it, generate decimal ones.
5327 * result/HTML/doc3.htm: output changed due to previous test
5328 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
5329
5330Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
5331
5332 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
5333 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
5334
5335Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5336 Released 2.4.4
5337
5338 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
5339 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
5340 updated the configuration scripts systems accordingly
5341
5342Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5343
5344 * configure.in: preparing for 2.4.4
5345 * doc/xml.html doc/html/*: updated and rebuilt the docs
5346
5347Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5348
5349 * win32/dsp/libxml2.def.src: tried to incorporate comments
5350 from bug #59220
5351
5352Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5353
5354 * parser.c result/noent/wml.xml: fixed bug #59981 related
5355 to handling of '&' in attributes when entities are substitued
5356
5357Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5358
5359 * libxml.h include/libxml/xmlversion.h.in
5360 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
5361 Tried to close bug #60131
5362
5363Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5364
5365 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
5366
5367Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
5368
5369 * SAX.c: fixing bug #59946 on xmlns=""
5370
5371Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5372
5373 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
5374 but allocates a new error code.
5375
5376Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5377
5378 * xmllint.c: John Fleck fixed typos in the options output
5379 * parser.c SAX.c: fix ignorable white space SAX selection
5380
5381Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5382
5383 * entities.c: Steve Underwood found the possibility of an
5384 ininite loop in case of error.
5385
5386Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5387
5388 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
5389
5390Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5391
5392 * parser.c: warn if version is not 1.0 but it's not
5393 strictly speaking an error after analyzing the spec
5394
5395Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
5396
5397 *doc/catalog.html - add link to the html version of the
5398 man page, other linguistic cleanups
5399
5400Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
5401
5402 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5403 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
5404 file, has not yet been included in the build.
5405
5406Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5407
5408 * catalog.c: removed a duplicate affectation Justin Fletcher
5409
5410Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
5411
5412 * tree.c: Armin Sander pointed a possible text coalescing
5413 problem, completed his patch.
5414
5415Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5416
5417 * trionan.c: Fixed const and volatile re-definition problem
5418
5419Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
5420
5421 * libxml.4 parser.c: doc updates from Heiko Rupp
5422 * parserInternals.c: 2 sanity checks from Heiko Rupp
5423
5424Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5425
5426 * tree.c: applied patch from Armin Sander to make some pointers
5427 const in xmlCopyNode()
5428 * include/libxml/tree.h: added fix to the header
5429
5430Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5431
5432 * xpath.c: hum, restrict the integer usage gcc bug workaround
5433 to only gcc compilers so that other architecture don't get
5434 penalized by this limitation.
5435 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
5436
5437Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5438
5439 * valid.c: fixed a Windows compiler warning (Chris Poblete)
5440 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
5441
5442Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5443
5444 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
5445 --convert option to xmlcatalog to convert SGML ones to
5446 the XML syntax.
5447 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
5448
5449 2.4.3 got released at that point
5450Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5451
5452 * catalog.c xmlIO.c: started some serious testing and fixed
5453 a few bug and optmization needs.
5454
5455Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5456
5457 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5458 preparing for a 2.4.3 release even if it may not be ready yet
5459 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
5460 all file parsing lookup to go through the entity resolver, add
5461 to add an API to bypass it (needed to load catalogs themselves),
5462 some cleanup on the catalog code too.
5463 * nanoftp.c: small cleanup
5464 * doc/catalog.html: small update
5465
5466Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5467
5468 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
5469 Jun Kuriyama
5470
5471Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5472
5473 * doc/catalog.html: finished the catalog documentation
5474
5475Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5476
5477 * doc/catalog.html doc/xml.html: added documentation about
5478 Catalog support, misses an API description
5479 * doc/html/*: reextracted the API pages
5480
5481Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5482
5483 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
5484 Added the part about section 7.2 on URI resolution,
5485 fixed a side effect in the HTML parser, look complete
5486 and ready to rock except the URI/SystemID part!
5487
5488Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5489
5490 * include/libxml/catalog.h include/libxml/parser.h
5491 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
5492 xmlIO.c: added support and APIs needed for the catalog PI
5493 * include/libxml/xmlIO.h: cleanup
5494
5495Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5496
5497 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
5498 include/libxml/catalog.h: starts to look okay, really
5499 plugged the new framework, cleaned a lot of stuff,
5500 added some APIs, except the PI's support missing this
5501 should be mostly complete
5502 * result/catalogs/* test/catalogs/*: added new test, enriched
5503 the existing one with URN ID tests
5504
5505Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5506
5507 * catalog.c: fixed nextCatalog
5508 * result/catalogs/docbook test/catalogs/*: started adding
5509 a small regression test
5510
5511Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
5512
5513 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
5514 more work on the XML catalog support.
5515 * parser.c include/libxml/parser.h: small cleanup seems using
5516 list as a public parameter name can give portability troubles
5517 * trionan.c trionan.h xpath.c include/libxml/trionan.h
5518 include/libxml/xpath.h include/libxml/Makefile.am: removed
5519 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
5520 wrappers
5521
5522Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5523
5524 * Makefile.am trio.c triodef.h trionan.c xpath.c
5525 include/libxml/Makefile.am include/libxml/trionan.h:
5526 Re-worked Not-A-Number and Infinity support.
5527 * xmlcatalog.c: added readline include files
5528
5529Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5530
5531 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
5532 testCatalog as xmlcatalog, making it an installed app
5533 adding a shell, and preparing it to be a /etc/xml/catalog
5534 management tool, though not ready yet
5535 * catalog.c include/libxml/catalog.h: adding support for
5536 XML Catalogs http://www.oasis-open.org/committees/entity/
5537 not finished, there is some interesting tradeoffs and a
5538 few open questions left.
5539
5540Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
5541
5542 * xmllint.c: fixed a line formatting problem
5543
5544Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5545
5546 * SAX.c: removed a couple of unused variable (Albert Chin)
5547
5548Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5549
5550 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
5551 trying to fix some troubles w.r.t. function returning
5552 const xxxPtr.
5553
5554Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5555
5556 * win32/dsp/libxml2.def.src: another set of symbols conditionally
5557 defined
5558
5559Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5560
5561 * xpointer.c: removed unused var
5562
5563Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5564
5565 * testXPath.c: another small cleanup closing bug #59110
5566
5567Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5568
5569 * win32/dsp/libxml2.def.src: small cleanup closing bug
5570 #59108
5571
5572Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5573
5574 * example/gjobread.c: add xmlCleanupParser() before leaving
5575
5576Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
5577
5578 * config.h.in configure.in include/libxml/xmlwin32version.h:
5579 released 2.4.2
5580
5581Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
5582
5583 * include/libxml/valid.h debugXML.c valid.c: deprecate
5584 the non-boundchecking Sprintf functions, add Snprintf
5585 this should close bug #57984
5586
5587Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
5588
5589 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
5590 URIs before doing the lookups (pointed by Mark Vakoc)
5591
5592Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5593
5594 * xpath.c: serious changes on Result Value Trees and NodeSets
5595 w.r.t. deallocation and collect operations. Probably not
5596 100% clean (merge of allocated trees smells like a problem).
5597 Seems sufficient to close #58943
5598
5599Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5600
5601 * xmllint.c: adding a --format option
5602
5603Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
5604
5605 * xpath.c: count() was broken on Result Value Tree
5606 * xmlIO.c: fixed file:/// accesses on _WIN32
5607
5608Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5609
5610 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
5611 macro was renamed, this should close bug #58683
5612
5613Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5614
5615 * SAX.c: small fix fixing bug #58539 reported by coolo, in
5616 entity substitution mode text at the end of the entity might
5617 be added due to text coalescing.
5618 * nanoftp.c parser.c: small cleanup
5619
5620Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5621
5622 * HACKING: added John Fleck right to commit in the doc subdir
5623
5624Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5625
5626 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
5627 allow to inherit attributes from the DTD directly in the
5628 tree, this is needed for XPath and can be a useful feature.
5629 Inherited namespaces are always provided at the tree level now
5630 * test/defattr* result/defattr* result/noent/defattr*: added a couple
5631 of tests for this feature (XSLT being the prime user).
5632
5633Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5634
5635 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
5636 testSAX.c xmlIO.c xmllint.c include/win32config.h
5637 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
5638 include/libxml/xmlwin32version.h.in win32/README.MSDev
5639 win32/dsp/*: applied Win32 Facelift No.2 patches from
5640 Igor Zlatkovic for Windows/MSC
5641
5642Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
5643
5644 * SAX.c: unparsedEntityDecl() the URI computation of the
5645 entity wasn't done breaking XSLT unparsed-entity-uri()
5646
5647Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
5648
5649 * xpath.c: fixed a bug when walking the descendants and
5650 the current node has no children
5651 * debugXML.c: show up when a text node is supposed to not be escaped
5652
5653Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5654
5655 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
5656 worked like the set:leading() function)
5657 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
5658
5659Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
5662
5663Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * include/libxml/xmlIO.h: apply change to close #58141
5666 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
5667
5668Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5669
5670 * parser.c: when the internal subset uses a PE, then the
5671 included entity can use conditional sections.
5672
5673Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5674
5675 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
5676 when walking the namespace axis showing up in
5677 libxst/tests/general/bug-12
5678 * xmlmemory.c: added the possibility to trace a given block
5679 defined by its address
5680
5681Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5682
5683 * parser.c: don't override existing encoding specified before
5684 starting xmlParseDocument()
5685
5686Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5687
5688 * include/libxml/xmlwin32version.h: reinserted, needed for
5689 Windows users of CVS
5690
56912001-07-27 Darin Adler <darin@bentspoon.com>
5692
5693 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
5694 * testCatalog.c: Add include of <libxml/parser.h>.
5695
56962001-07-27 Darin Adler <darin@bentspoon.com>
5697
5698 * include/libxml/.cvsignore:
5699 * include/libxml/xmlwin32version.h:
5700 Remove this file from CVS because it's generated.
5701
5702Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5703
5704 * parser.c include/libxml/parser.h: applied const patches from
5705 Tom Moog #58002
5706
5707Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5708
5709 * xpath.c include/libxml/xpath{,Internals}.h: added a function
5710 lookup framework
5711
5712Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5713
5714 * tree.c: fixed xmlCopyNode() for documents
5715
5716Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5719
5720Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5721
5722 * parser.c: fixes bug #57652 reported by Morus Walter
5723
5724Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5725
5726 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5727
5728Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5729
5730 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5731 errors, lesson don't add new functions at 1am before a release
5732 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5733 from XPath initialization when possible.
5734
5735Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5736
5737 * result/scripts/base*: removing history/readline changed
5738 this slightly
5739 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5740 xmllint.c: make element content line number generation
5741 optionnal to avoid breaking old apps added interface to switch
5742
5743Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5744
5745 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005746 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005747 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5748 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5749 John Kroll fixes to allow saving to HTTP via PUT (or
5750 POST of needed).
5751 * doc/html/*.html: regenerated the docs
5752
5753Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5754
5755 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5756 xmlHashScanFull and xmlHashScannFull3 to get passed the
5757 three keys as arguments to the callback function
5758
5759Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5760
5761 * configure.in Makefile.am: removed libxml softlink for good
5762 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5763 100% coverage by gtk-doc
5764
5765Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5766
5767 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5768 fixed serious troubles due to size_t vs. int mismatch
5769
5770Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5771
5772 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5773
5774Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5775
5776 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5777 convenient extension API for value and context managing
5778 Now handles external objects through xmlXPathPopExternal,
5779 xmlXPathWrapExternal and xmlXPathReturnExternal.
5780 Added functions for sets operations (intersection, etc.)
5781
5782Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5783
5784 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5785 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5786 HTMLparser.c: cleanup of global variables, marking some
5787 const or private.
5788
5789Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5790
5791 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5792 fixed xmlXPathNodeSetItem when passing index=0
5793
5794Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5795
5796 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5797
5798Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5799
5800 * xmllint.c: fixed compilation under Cygwin #57503
5801 * TODO: update
5802
58032001-07-13 Peter Williams <peterw@ximian.com>
5804
5805 * config.h.in: add #undef HAVE_DLFCN_H
5806
5807 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5808 builddir.
5809
5810Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5811
5812 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5813 raised by #57348 and #57381
5814
5815Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5816
5817 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5818 tree.c xpointer.c: store the line numbder in element->content,
5819 may break some software, need a configuration mechanism
5820
58212001-07-10 Darin Adler <darin@bentspoon.com>
5822
5823 * .cvsignore:
5824 * example/.cvsignore:
5825 * include/.cvsignore:
5826 * include/libxml/.cvsignore:
5827 Various things that are generated and should be ignored.
5828
5829Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5830
5831 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5832 * doc/xml.html doc/html/*: updated the docs
5833
5834Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5835
5836 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5837 validation occured on content with element child
5838
5839Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5840
5841 * tree.c: fixed XML Base computation which was broken
5842 * debugXML.c: added a base function to the shell
5843 * Makefile.am result/scripts/* test/scripts/*: added scripts
5844 based regression tests, and adding 2 XML Base tests
5845
5846Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5847
5848 * tree.c: set properties doc and call xmlSetListDoc for properties
5849 content when grafting them in a different tree.
5850 * aclocal.m4: remove from CVS
5851
5852Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5853
5854 * win32/libxml2/libxml2.def.src: added some missing entry point
5855 for XPath (Mark Vakoc)
5856
5857Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5858
5859 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5860 layer should URI-Unescape before trying to open resources.
5861
5862Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5863
5864 * xpath.c: fix the name() bug for elements in the default
5865 namespace reported by Charlie Bozeman
5866
5867Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5868
5869 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5870 led to an XPath fix, improvements of SAX initialization, and
5871 an added option --nocdata to testXPath
5872
5873Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5874
5875 * doc/libxml-doc.el: Felix Natter provided anew version working
5876 with XEmacs too
5877
5878Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5879
5880 * include/libxml/xpath.h: small cleanup
5881 * doc/xml.html: update
5882
5883Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5884
5885 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5886 released 2.3.14
5887
5888Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5889
5890 * doc/html/*: rebuilt the docs for the release
5891 * doc/xml.html: added 2.3.14 release.
5892
5893Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5894
5895 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5896 were not equal to empty strings
5897
5898Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5899
5900 * SAX.c: fixed a URI-Reference computation problem when validating
5901 * xmlIO.c: small cleanup
5902
5903Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5904
5905 * parser.c: improved the description of a couple of interfaces
5906 upon Larry Stamper suggestion
5907
5908Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5909
5910 * SAX.c entities.c parser.c: changed completely the way entities
5911 are handled when running the parser in entity substitution mode.
5912 This fixes a bug reported by Stephan Kulow and nearly divides
5913 by 3 the amount of memory required by libxslt to load and process
5914 DocBook TDG.
5915
5916Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * HTMLparser.c: fixing a too early root closing problem raised
5919 byt Prashanth Naidu
5920
5921Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5922
5923 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5924 raised by Mark Vakoc.
5925
5926Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5927
5928 * example/Makefile.am: fixed the include path to add srcdir/include
5929 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5930 and some cleanup
5931
5932Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5933
5934 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5935 lot of optimization work, results in significant improvements
5936 when handling really complex XPath queries. Add a small optimizer
5937 for unions, improve [n] and [last()], avoid some costly ops.
5938
5939Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5940
5941 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5942 * xpath.c: small cleanup
5943 * xmlGetNsList: reformated, fixed problems if used on Entities
5944
5945Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5946
5947 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5948
5949Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5950
5951 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5952 * Makefile.am example/Makefile.am: workaround automake generating
5953 erroneous deps
5954
5955Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5956
5957 * include/win32config.h: bug #56801 Yon Derek provided a patch
5958 to the windows config file.
5959
5960Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5961
5962 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5963 libxml.h : Yon Derek provided a set of changes to compile from
5964 CVS on Windows/MSC
5965
5966Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5967
5968 * parser.c: fixed UTF8 BOM support in push mode
5969 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5970 added a specific testcase
5971
5972Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5973
5974 * Makefile.am: added --push regression tests
5975 * parserInternals.c: the XML parser segfaulted in --push mode
5976
5977Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5978
5979 * configure.in: moved the symlinks detection within a CVS
5980 check, this is not portable and will be removed soon.
5981 * xpath.c: small cleanup/speedup
5982
5983Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5984
5985 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5986 release of 2.3.12
5987 * parser.c: make an error message if unknow entities in all cases
5988
5989Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5990
5991 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5992
5993Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5994
5995 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5996 includes were installed in the wrong dir
5997
5998Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5999
6000 * doc/html.xml: warn against sending code to exhibit bugs.
6001
6002Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6003
6004 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
6005 Tru64 from Thomas Leitner
6006
6007Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6008
6009 * AUTHORS: added William and Bjorn
6010 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
6011 daniel@veillard.com hopefully I won't have to do this again
6012 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
6013 docs can be rebuilt cleanly now
6014 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
6015 from CVs it's generated, added include/libxml/xmlwin32version.h
6016 also generated but which should change far less frequently.
6017 * catalog.c nanoftp.c: made sure to include libxml.h not
6018 libxml/xmlversion.h directly
6019 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
6020 when compiling on WIN32 and MSC
6021
6022Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6023
6024 * include/Makefile.am include/libxml/Makefile.am configure.in:
6025 fixed make distcheck and rebuilding the rpms
6026
6027Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6028
6029 * configure.in: should finish the migration of exported includes
6030 into a real include/libxml in CVS, at least for CVS users.
6031 * removed the exported headers, added in include/libxml (as well
6032 as xmlversion.h.in).
6033
6034Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6035
6036 * configure.in: fixed the way to detect symlink
6037
6038Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6039
6040 * configure.in: updated, include/libxml is now a real CVS dir
6041
6042Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6043
6044 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
6045 version works with both libxml1 and libxml2 (it autodetects
6046 the prefix of the html-files) from Felix Natter.
6047 * doc/xml.html: updated doc accordingly
6048
6049Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6050
6051 * xpath.c: fixed the bug generating a template loop in libxslt
6052 when using docbook-xsl-1.4, * should filter out document nodes
6053 * HACKING: added William
6054 * TODO: updated
6055
6056Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6057
6058 * doc/FAQ.html: added a warning about gcc-3.0
6059 * doc/xml.html: added reference to gdome2 and removed a confusing
6060 sentence
6061
6062Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6063
6064 * xmlversion.h: okay this is a generated file, but Windows
6065 users need it and they can't generate it, and I want CVS
6066 Windows users ...
6067 * win32/libxml2/libxml2_so.dsp: Windows project file for
6068 the shared lib version of libxml2
6069 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
6070 resources needed for libxslt/xsltproc by Yon Derek
6071
6072Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6073
6074 * trio.c: MSVC fix (provided by Igor Zlatkovic)
6075
6076Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6077
6078 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
6079
6080Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6081
6082 * include/win32config.h: Yon Derek provided a first fix
6083 to be able to compile libxslt/xsltproc on Windows
6084
6085Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6086
6087 * xpath.c: attempt to work around what seemed a gcc optimizer
6088 bug when handling floats on i386 http://veillard.com/gcc.bug
6089 * tree.c entities.c encoding.c: doing some cleanups while
6090 chasing it
6091
6092Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6093
6094 * Makefile.am: cleanup when --without-debug is specified
6095 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
6096 w.r.t. --without-debug and other include points
6097 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
6098 Catalogs
6099 * configure.in entities.h tree.h HTMLparser.c: removed
6100 --without-corba, made the _private field mandatory
6101
6102Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6103
6104 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
6105 outputs a BOM in UTF8, an errata has been issued to avoid the
6106 problem, that was the most reasonable solution... Add support
6107 for a leading UTF8 BOM in entities.
6108
6109Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6110
6111 * valid.c: fixed a bug found when post validating an entity ref
6112 * xmllint.c: added --loaddtd and sligly changed --postvalid to
6113 activate it too
6114
6115Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6116
6117 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
6118 weakness in the node copy the XPointer and the XInclude
6119 implementations. Serious cleanup.
6120
6121Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6122
6123 * Makefile.am: Kjartan Maraas provided a small patch to
6124 add xml2-config.in to EXTRA_DIST
6125
6126Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6127
6128 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
6129 provided another failing case found in KDE, the way the
6130 ctxt->vctxt.nodeTab was allocated and freed changed over
6131 time but it wasn't completely cleaned up. This should fix it.
6132
6133Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6134
6135 * parser.c: Stephan Kulow also raised the fact that line number
6136 could get miscounted making debug harder, fixed the problem
6137 in xmlParseCharData()
6138
6139Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6140
6141 * valid.c: Stephan Kulow pointed out a problem when validating
6142 and using an empty entity, forgot a 'break' in a case.
6143
6144Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6145
6146 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
6147 * doc/xml.html: updated with 2.3.11
6148
6149Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * TODO: updated adding cleanup of generated doc
6152 * configure.in: prepared to release 2.3.11
6153 * xmllint.c: added --version for bug reporting
6154 * doc/html/*.html: rebuilt the doc
6155
6156Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6157
6158 * xpath.c: first part of the work on selecting namespace to
6159 fix bug #56115
6160
6161Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6162
6163 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
6164 when using -liconv
6165 * TODO: updated
6166
6167Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6168
6169 * HTMLtree.[ch]: more work on the HTML serialization routnes,
6170 cleanup, encoding support.
6171
6172Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6173
6174 * xpath.c: Thomas Broyer suggested a better patch for the / arg
6175
6176Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6177
6178 * xpath.c: bug detected by Ankh when / is used as a function arg
6179
6180Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6181
6182 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
6183 of element and use it to avoid outputting formatting spaces at
6184 the wrong place. Implemented the format parameter for HTML save.
6185 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
6186 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
6187 result/HTML/wired.html: of course this impact the result of a
6188 number of HTML tests
6189
6190Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6191
6192 * HTMLtree.[ch]: started augmenting the HTML save API with
6193 encoding and formatting parameters
6194
6195Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6196
6197 * HTMLtree.h: cleanup and started evaluating the work needed on
6198 revamping the HTML output code
6199
6200Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6201
6202 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
6203
6204Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6205
6206 * valid.c: fixed bug #56049, forgot one check in the
6207 validation routine
6208
6209Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6210
6211 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
6212
6213Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6214
6215 * libxml.h: fixed an error in last commit
6216 * doc/FAQ.html: added an entry for compilation from CVS
6217
6218Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6219
6220 * xmlversion.h.in libxml.h: Cygwin patches
6221 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
6222 * tree.h: cleanup
6223
6224Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6225
6226 * tree.c: patched xmlFreeNode() to avoid freeing() a static
6227 memory block in a strange case where libxml is linked twice
6228 in the binary.
6229
6230Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6231
6232 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
6233 state far too often, simple fix used to avoid it.
6234
6235Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6236
6237 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
6238 being processed, applied his patch
6239 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
6240
6241Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6242
6243 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
6244 provided fixes to compile on MSCC again
6245 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
6246 also provided an update for the project files.
6247
6248Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6249
6250 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
6251 bug #55810
6252
6253Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6254
6255 * tree.c: fixed xmlGetNsProp() to close bug #55683
6256 Note this requires libxslt to use it's own function instead.
6257
6258Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6259
6260 * HTMLtree.c: when in a pre element no formatting space should
6261 be added.
6262 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
6263
6264Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6265
6266 * configure.in: added tests for signal() and signal.h
6267
6268Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6269
6270 * xpath.c: robert pointed out xmlXPathNINF was not initialized
6271
6272Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6273
6274 * doc/libxml-doc.el: Felix Natter provided a new version for
6275 libxml2
6276
6277Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6278
6279 * HTMLtree.c: when in a pre element no formatting space should
6280 be added.
6281
6282Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6283
6284 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
6285
6286Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6287
6288 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
6289 hack
6290 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
6291 * uri.c: fixed a warning
6292
6293Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6294
6295 * HTMLtree.c: trying to close bug #55772 escaping in script
6296 elements
6297 * doc/xml.html: suggest to send mail to the list
6298
6299Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6300
6301 * error.c: attempt to fix the xmlGetVarStr breakage once and for
6302 good. Use a macro and based on the solution provided in
6303 vsnprintf manual page from GNU.
6304
6305Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6306
6307 * error.c: Workaround for non-preserving variadic list.
6308 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
6309
6310Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6311
6312 * doc/xml.html: added 2.3.10 release
6313
6314Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6315
6316 * configure.in: releasing 2.3.10
6317
6318Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6319
6320 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
6321
6322Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6323
6324 * encoding.c: Robert Collins provided a patch to add the
6325 "US-ASCII" encoding alias
6326
6327Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6328
6329 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
6330 string oriented functions and started cleaning the related areas
6331 in xpath.c which needed fixing in this respect
6332
6333Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6334
6335 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
6336 #55380
6337 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
6338
6339Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6340
6341 * TODO: updated
6342 * nanohttp.[ch] : started adding APIs to get the redirected URL
6343 when this occurs (needed for further base computation
6344 * tree.h: cleanup
6345 * encoding.c: cleanup
6346 * SAX.c: minor change around ctxt->loadsubset
6347
6348Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6349
6350 * Makefile.am include/Makefile.am: small change to have
6351 include/libxml rebuilt if working from CVS.
6352 * uri.c: applied another patch from Carl Douglas for URI escaping,
6353 this should close bug #51876
6354
6355Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6356
6357 * xinclude.c: fixed XInclude recursive behaviour bug #54678
6358 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
6359 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
6360 added specific regression test
6361 * parser.h: preparing for the XSLT mode where DTD inherited
6362 attributes are added to the tree.
6363
6364Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6365
6366 * xinclude.[ch]: Updated the namespace for the Last Call version
6367 * result/XInclude/include test/XInclude/include: updated the
6368 testsuite accordingly
6369
6370Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6371
6372 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
6373 related to bug #51876
6374
6375Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6376
6377 * tree.c: fixed a gross mistake in base computation, xml:base is
6378 not completely correct yet (need cascade).
6379 * xpath.[ch]: added the few things needed to find a function name
6380 and URI from the XPath context when it is called.
6381
6382Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6383
6384 * catalog.[ch]: fixes and add xmlLoadCatalogs()
6385 * DOCBparser.c: small cleanup
6386 * xmllint.c: added a --catalogs option to load catalogs from
6387 $SGML_CATALOG_FILES
6388 * tree.c: cleanup
6389 * configure.in: iconv library fixup, ICONV_LIBS
6390
6391Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6392
6393 * catalog.c: handling of CATALOG entries. detection of recursion,
6394 and a few bugfixes
6395 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
6396 against the default namespace
6397
6398Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6399
6400 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
6401
6402Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6403
6404 * parser.c: fixed propagation context info when parsing an
6405 external entity.
6406 * doc/html/*.html: regenerated a couple of docs
6407
6408Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6409
6410 * doc/xml.html: update with 2.3.9 informations
6411
6412Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6413
6414 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
6415 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
6416 * doc/html/* : rebuilt the docs
6417 * valid.c: small patch which may improve some case when
6418 validating.
6419
6420Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6421
6422 * HTMLparser.c: Closed bug #54891
6423 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
6424 to the suite
6425
6426Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6427
6428 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
6429 applied a documentation patch from LotR and filled in a few missing
6430 descriptions
6431
6432Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6433
6434 * xpath.c tree.c parser.c: speed optimizations at the parser level
6435 document tree freeing and xpath evaluation
6436
6437Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6438
6439 * parser.c parser.h parserInternals.h: fixed a couple of
6440 interfaces for handling memory buffer input to const char *
6441 upon suggestion of JamesH.
6442
6443Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6444
6445 * configure.in: LoTR sent a patch fixing the previous commit
6446
6447Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6448
6449 * configure.in: trying to deal again with the stoopid -R linking
6450 flag of Solaris
6451
6452Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6453
6454 * xpath.h: two nodeset access macros from Thomas Broyer
6455
6456Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6457
6458 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
6459 patch from Thomas Broyer
6460
6461Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6462
6463 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
6464 case
6465 * INSTALL: was empty added stuff from the FAQ
6466
6467Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6468
6469 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
6470 attributes handling and #54433 by adding xmlUnsetProp()
6471 and xmlUnsetNsProp()
6472
6473Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6474
6475 * HTMLparser.c: Patch from Jonas Borgström
6476 (htmlGetEndPriority): New function, returns
6477 the priority of a certain element.
6478 (htmlAutoCloseOnClose): Only close inline elements if they
6479 all have lower or equal priority.
6480 * result/HTML: this of course changed a number of tests results.
6481
6482Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6483
6484 * xmlIO.c catalog.c: plugged in the default catalog resolution
6485 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
6486 documentations
6487 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
6488
6489Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6490
6491 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
6492 integrating catalogs
6493 * catalog.[ch] testCatalog.c: adding a small catalo API
6494 (only SGML catalog support).
6495 * parser.c: restaured xmlKeepBlanksDefault(0) API
6496
6497Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6498
6499 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
6500
6501Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6502
6503 * parser.c: added xmlParseExternalEntityPrivate() to allow
6504 propagation of ctxt->_private when parsing external entities
6505
6506Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6507
6508 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
6509
6510Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6511
6512 * configure.in: fixed a small portability problem with AM_CONDITIONAL
6513
6514Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6515
6516 * valid.c: warn when indeterminist content model is detected
6517 * result/VC/ElementValid8: this adds a message
6518 * Makefile.am: add --novalid for VCM tests
6519 * parserInternals.c: added a call to Init memory
6520
6521Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6522
6523 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
6524 when both parameters are NULL.
6525
6526Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6527
6528 * valid.c: applied small patch from Gary Pennington, reindented
6529 some part of the code.
6530
6531Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6532
6533 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
6534 release, updated and regenerated the docs
6535
6536Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6537
6538 * xpath.c result/XPath/expr/floats : clarified and cleanup
6539 printing of abnormal floats in tests.
6540
6541Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6542
6543 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
6544 * results/HTML/ : a few changes in the output of the HTML tests as
6545 a result.
6546 * configure.in: tying to fix -liconv where needed
6547
6548Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6549
6550 * Makefile.am: fixed a stupid error
6551
6552Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6553
6554 * configure.in Makefile.am: make the inclusion of the trio
6555 modules in the library conditional
6556
6557Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6558
6559 * DOCBparser.c: patche from László Kovács, fixed entities refs
6560 in attributes handling
6561
6562Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6563
6564 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
6565 flushing
6566
6567Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6568
6569 * xpath.c: fix of an XSLT namespace bug reported on the list
6570 general/bug-8-
6571
6572Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6573
6574 * strio.h trio.c: Dan McNichol suggested a couple of small
6575 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
6576
6577Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6578
6579 * tree.c parser.c encoding.c: spent a bit more time looking
6580 at the parsing speed and DOM handling. Added a few more
6581 speedups.
6582
6583Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6584
6585 * parser.c: small but effective parsing speed improvement
6586
6587Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6588
6589 * configure.in: default on the DocBook parser inclusion (for Gnome)
6590 * DOCBparser.h: fixed a header reference
6591
6592Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6593
6594 * configure.in xpath.c: applied Bjorn patches for FPE on the
6595 alpha
6596
6597Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6598
6599 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
6600 xmlSaveFormatFileTo()
6601
6602Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6603
6604 * xpath.c: simple and efficient optimization, XPath functions
6605 aways bind to the same code, cache this
6606 * TODO: updated (by saying some is obsolete)
6607
6608Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6609
6610 * xpath.c: more cleanup work on XPath name parsing routines
6611
6612Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6613
6614 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
6615 xmlXPathParseName
6616 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
6617 * debugXML.c: avoid compilation problems if compiling without
6618 HTML support, Igor Zlatkovic
6619 * win32/libxml2/libxml2.def.src: being able to compile without
6620 XPath on Windows
6621
6622Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6623
6624 * libxml.m4: yet another patch from Toshio Kuratomi
6625
6626Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6627
6628 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
6629
6630Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6631
6632 * tree.[ch]: added xmlSaveFormatFile interface for saving
6633 and indenting a file.
6634
6635Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6636
6637 * xpath.c: fixed bug #53689 related to processing-instruction()
6638
6639Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6640
6641 * DOCBparser.c: patche from László Kovács
6642
6643Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6644
6645 * parser.c: applied fixes from Christian Glahn bug report #53391
6646
6647Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6648
6649 * error.c: Jean François Lecomte provided a complete description
6650 and a fix to bug #53537
6651
6652Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6653
6654 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
6655
6656Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6657
6658 * DOCBparser.c SAX.c: a bit more work on entities processing.
6659 Still Need to cleanup XML output and references in attributes
6660
6661Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6662
6663 * DOCBparser.c include/Makefile.am: two patches from László Kovács
6664
6665Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6666
6667 * tree.c: trying to fix #53574, not completely complete,
6668 I would like xmllint --copy --debug test/ent1 and
6669 xmllint --debug test/ent1 to show the same result.
6670 * xpath.c: fix a bug when trying to sort namespace nodes
6671
6672Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6673
6674 * HTMLtree.c: real fix for #53402
6675
6676Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6677
6678 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
6679 PIs when using xsl:output
6680 * valid.c: closing #53537 some case generate segfaults if there
6681 is validity errors
6682
6683Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6684
6685 * SAX.c testDocbook.c DOCBparser.c: more work on the support
6686 of external parsed entities, added --noent to testDocbook
6687 * valid.c: Garry Pennington found an uninitialized variable
6688 access in xmlValidateElementContent()
6689
6690Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6691
6692 * HTMLparser.c : HTML parsing still sucks ... trying to deal
6693 with madness
6694 * result/HTML/ : this modified the result of the regression tests
6695 a lot.
6696
6697Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6698
6699 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
6700 to doc where it wasn't checked against NULL reported by
6701 Jens Laas
6702
6703Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6704
6705 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
6706 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
6707
6708Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6709
6710 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
6711 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
6712 * SAX.[ch]: cleanup and updates for DocBook
6713 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
6714 ex SGML identifier changes
6715 * valid.c: removed a static unused function.
6716
6717Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6718
6719 * HTMLtree.c: applied change for Paul Sponagl on script saving
6720 * Makefile.am: the warning about entity title.xml are normal.
6721
6722Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6723
6724 * configure.in: release of 2.3.7
6725 * Makefile.am: fixing make distcheck
6726
6727Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6728
6729 * doc/html/* doc/xml.html: updated and regenerated the docs
6730
6731Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6732
6733 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6734
6735Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6736
6737 * tree.c: fixed #53388 with the provided patch
6738
6739Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6740
6741 * valid.c: Bjorn detected an invalid memory access. Fixed
6742 vstateVPush()
6743
6744Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6745
6746 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6747
6748Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6749
6750 * libxml.h: new header used only for the compilation of libxml
6751 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6752 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6753 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6754 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6755 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6756 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6757 baseline (version 1.2 plus a single patch).
6758 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6759 scientific notation for numbers. Tests added.
6760 * xpath.c: formatting of numbers changed to use sprintf
6761 (contribution from William Brack)
6762
6763Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6764
6765 * valid.c: cleanup, more useful debugging
6766 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6767 * xmlIO.c: entity loading is printed as an error when validating
6768
6769Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6770
6771 * valid.c: fixed to validate within entities
6772 * test/VCM/v22.xml: added a specific testcase
6773
6774Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6775
6776 * valid.c: forgot an epsilon transition in for ()+
6777 * test/VCM/v21.xml : added a specific test case
6778
6779Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6780
6781 * valid.c: removed a state explosion exhibited by RSS
6782 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6783 from bug #51872
6784
6785Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6786
6787 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6788 validation without using an ugly NFA -> DFA algo in the source.
6789 Made a specific algorithm easier to maintain, using a single
6790 stack and without recursion.
6791 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6792 * hash.c: made the growing routine static
6793 * tree.h parser.c: added the parent information to an
6794 xmlElementContent node.
6795
6796Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6797
6798 * SAX.c parser.c xpath.c: generating IDs when not validating
6799 from an external parsed entity was poisoning the ID has table
6800 with removed values. This was killing XSLT on the KDE help
6801 browser.
6802
6803Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6804
6805 * entities.h: andrew@ugh.net.au detected a double declaration
6806
6807Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6808
6809 * debugXML.c hash.c tree.h valid.c : some changes related to
6810 the validation suport to improve speed with DocBook
6811 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6812 the way validation errors get reported
6813
6814Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6815
6816 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6817 by P C Chow and William M. Brack for XSLT HTML output
6818
6819Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6820
6821 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6822 Igor Zlatkovic patches for MSC compilation and added his
6823 updates
6824
6825Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6826
6827 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6828 prefix lookup.
6829 * parserInternals.c: fixed the bug reported by Morus Walter
6830 due to an off by one typo in xmlStringCurrentChar()
6831
6832Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6833
6834 * HTMLparser.c result/HTML/*: revamped the way the HTML
6835 parser handles end of tags or end of input
6836
6837Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6838
6839 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6840
6841Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6842
6843 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6844 bug where the linktime verions of free() won't work ...
6845
6846Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6847
6848 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6849
6850Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6851
6852 * doc/xml.html: added 2.3.6 release
6853
6854Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6855
6856 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6857 * result/wml.xml: resulted in a small output change
6858
6859Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6860
6861 * tree.c: xmlNewDoc was missing the charset initialization
6862 * xmllint.c: added --auto to autogenerate a doc, allow to
6863 reproduce the problem fixed on xmlNewDoc
6864
6865Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6866
6867 * xpath.c: trying to get 52979 solved
6868 * tree.c result/ result/noent/: trying to get 52712 solved, this
6869 also made me clean up the fact that XML output in general should
6870 not add formating blanks by default, this changed the output of
6871 a few tests
6872
6873Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6874
6875 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6876
6877Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6878
6879 * configure.in: finally released 2.3.6
6880
6881Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6882
6883 * xpath.c: checking for null pointer generated by new code
6884
6885Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6886
6887 * xpath.c: fixed a [] evaluation problem reported
6888 * test/XPath/tests/simpleaddr: extended test
6889 * result/XPath/simpleaddr: updated result
6890
6891Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6892
6893 * xmllint.c: Dan Timis reported a portability problem
6894 on Macs without mmap, fixed it.
6895
6896Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6897
6898 * testXPath.c : added a --tree option allowing to display the
6899 tree dump of the XPath expression
6900
6901Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6902
6903 * xpath.c: fixed a memleak when comparing nodesets
6904 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6905 * tree.c: added a TODO
6906
6907Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6908
6909 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6910 we need string functions
6911 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6912 to be able to use them where needed. Applied some changes
6913 to reduce name linking pollution and compile in only what's
6914 needed.
6915 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6916 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6917 for the string manipulation functions
6918 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6919 to the free() function of xmlmemory.c
6920 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6921 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6922 usage.
6923
6924
6925Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6926
6927 * error.c: applied the context output patch of the error
6928 handling submitted by Chuck Griffith
6929 * error/VC/*: this slightly change some error logs
6930
6931Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6932
6933 * parser.c: fixed line number reporting on error
6934
6935Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6936
6937 * parser.c: Sullivan and Darin found a parser bug,
6938 applied the patch.
6939
6940Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6941
6942 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6943 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6944 xmlversion.h.in xpointer.c: of course the way I defined
6945 UNUSED breaks on old gcc version. Try to be smart and
6946 also define it directly in xmlversion.h
6947 * configure.in: removed -ansi flag from the pedantic set
6948
6949Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6950 Huge cleanup, I switched to compile with
6951 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6952 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6953 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6954 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6955 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6956 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6957 encoding.h entities.c error.c list.[ch] nanoftp.c
6958 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6959 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6960 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6961 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6962 Cleanup, staticfied a number of non-exported functions,
6963 detected and cleaned up a dozen of problem found this way,
6964 avoided a lot of public function name/typedef/system names clashes
6965 * doc/xml.html: updated
6966 * configure.in: switched private flags to the really pedantic ones.
6967
6968Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6969
6970 * configure.in: 2.3.5
6971 * doc/html/*: rebuilt the docs
6972
6973Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6974
6975 * parser.c: fixed a reported bug in NOTATION parsing
6976 * uri.c: accepted but not fixed bug 51876, added TODO
6977 * Makefile.am: fixed bug 51876
6978
6979Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6980
6981 * config.h.in configure.in error.c: fix a compilation problem
6982 on platforms without vsnprintf (xml@thewrittenword.com)
6983
6984Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6985
6986 * parser.c: fixed a function name header typo
6987 * SAX.c: notations can also occur in external subset.
6988
6989Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6990
6991 * error.c: removed a C++ like comment
6992
6993Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6994
6995 * parser.c: fixing bug 52299 strange condition leading
6996 to a parser crash due to a buffer overflow
6997 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6998 added the specific test case
6999
7000Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7001
7002 * xpath.[ch]: still a lot of cleanup based on XSLT, added
7003 xmlXPathConvert{String,Number,Boolean} to be able to make
7004 type casts without a context stack, fixed some implementation
7005 problems related to the absence of context at parse-time,
7006 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
7007 in the public API too
7008 * xpointer.c xpathInternals.h: we need to know at parse time
7009 whether we are compiling an XPointer
7010
7011Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7012
7013 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
7014 cleaned up the parser internals, refactored XPath code, added
7015 new compilation based APIs and cleanly separated public and
7016 private APIs.
7017
7018Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7019
7020 * xpath.h: the comp field must be added at the end to avoid
7021 killing binary compat.
7022
7023Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7024
7025 * Makefile.am: detect XPath memleaks in regreson tests
7026 * error.c: fixed and error w.r.t. error reporting still using
7027 stderr
7028 * hash.c: added new line at end of file
7029 * tree.h: minor cleanup
7030 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
7031 expression parsing from evaluation, resulted in a number of
7032 changes internally, and in XPointer. Likely to break stuff
7033 using xpathInternals.h but should remain binary compatible,
7034 new interfaces will be added.
7035
7036Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7037
7038 * configure.in: fixed a couple of problems reported by
7039 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
7040 without gcc on non linux platforms.
7041
7042Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7043
7044 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
7045 a fix for --with-html-dir= configure support. I hope it won't
7046 break rpm generation
7047
7048Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7049
7050 * xmlIO.c: one function comment cleanup.
7051
7052Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7053
7054 * SAX.c: external subset notations were improperly registered
7055 in the internal subset.
7056
7057Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7058
7059 * README.cvs-commits: added, pointing to HACKING
7060 * HACKING: updated
7061
7062Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7063
7064 * parser.c: and Matt Sergeant found one in the XML push
7065 parser (erroneous check I forgot to remove when I fixed the
7066 main parser).
7067
7068Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7069
7070 * xpath.c: ptittom found a small bug in UnaryExpr
7071
7072Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7073
7074 * configure.in: bumped to 2.3.4
7075 * error.c: fixed bug #51860
7076 * tree.c: fixed bug #51861
7077 * valid.c: cleanup, more debug, failed to fix one bug crap ...
7078 * tree.[ch] : added xmlDefaultBufferSize
7079 * nanoftp.c: typo in function name header block
7080 * doc/xml.html : updated, added link to XML::LibXSLT
7081 * doc/html/* : rebuilt the docs
7082
7083Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7084
7085 * parser.c SAX.c: the new content parsing code raised an
7086 ugly bug in the characters() SAX callback. Found it
7087 just because of strangeness in XSLT XML Rec ouptut :-(
7088
7089Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7090
7091 * Makefile.am: Martin Baulig suggested to add -lm
7092 * tree.c: found another bug in xmlNodeGetContent()
7093
7094Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7095
7096 * xpath.c: Bjorn found the error related to strictness of comparison.
7097
7098Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7099
7100 * parser.c: trying to fix the Dtd parsing problem reported
7101 by Gary, side effect of last week speed optimizations.
7102
7103Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7104
7105 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
7106 * parserInternals.c: removed unneeded test raised by Stric
7107
7108Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
7109
7110 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
7111 and fixed by William Brack). Added xmlXPathFormatNumber.
7112 Changed the sorting slightly.
7113 * configure.in Makefile.am example/Makefile.am: Added -lm.
7114 Please note that applications linking with libxml2, must
7115 also like with the math library from now on.
7116
7117Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7118
7119 * HTMLparser.c: fixed loop reported by Marc Sanfacon
7120
7121Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7122
7123 * parser.c: one must report spaces even if the Dtd element
7124 content proves that this is not part of the element content.
7125 * result/valid/*.xml: this changed the ouptu slightly
7126
7127Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7128
7129 * configure.in: bumped to 2.3.3
7130 * doc/xml.html: updated
7131
7132Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7133
7134 * tree.c: minor doc fix
7135 * xpath.c: deallocation issues when a result tree has been
7136 converted to a node-set
7137
7138Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7139
7140 * doc/xml.html: oops corrected dates s/2000/2001
7141
7142Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7143
7144 * valid.c: new patch from Gary Pennington
7145
7146Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7147
7148 * doc/xml.html: applied patch from Ankh
7149
7150Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7151
7152 * xinclude.c: fixed a problem building on Mac
7153
7154Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7155
7156 * parser.c: more work on increasing parsing ferformances
7157
7158Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7159
7160 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
7161 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
7162 avoiding memcpy in production builds MEM_CLEANUP macro use
7163 * parser.[ch] parserInternals.c: optimizations of the tightest
7164 internal loops inside the parser. Better checking of I/O
7165 flushing/loading conditions
7166 * xmllint.c : added --timing
7167
7168Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7169
7170 * configure.in: bumped to 2.3.2
7171 * doc/xml.html: updated for release
7172
7173Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7174
7175 * xpath.c: found a memleak and fixed a nasty bug
7176
7177Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7178
7179 * xmllint.[c1] : added return code errors for xmllint
7180 * xpath.c: specific debug dump function for result value trees
7181
7182Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7183
7184 * xpath.c: finally implemented xmlXPathCompareNodeSets
7185 * test/XPath/expr/floats results/XPath/expr/floats: added
7186 a test for float expressions
7187
7188Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7189
7190 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
7191 * parserInternals.[ch]: trying to speed up parsing
7192 * xpath.c : speeded up node set equality op
7193
7194Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7195
7196 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
7197 better handling of ID/IDREF and the list modules associated
7198 * configure.in: small CFLAGS cleanup
7199
7200Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7201
7202 * configure.in: fixed iconv detection on AIX (stric)
7203
7204Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7205
7206 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
7207
7208Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
7209
7210 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
7211 and optimized xmlXPathNodeSetSort
7212
7213Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7214
7215 * xpath.c: bug fix when context size is 0
7216 * parser.c: I like Norm's Dtd because they still manage to break
7217 the parser occasionally
7218
7219Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7220
7221 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
7222
7223Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7224
7225 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
7226 attributes within the XML-1.0 namespace
7227
7228Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7229
7230 * xpathInternals.h: exported a few axis functions
7231 * doc/xml.html: updated the doc
7232
7233Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7234
7235 * configure.in: applied patch from Daniel van Balen for OpenBSD
7236 and bumped version to 2.3.1
7237 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
7238 attempt to find autoclosing was simply broken, removed it,
7239 updated the examples, this is better
7240
7241Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7242
7243 * hash.[ch]: added Paolo Casarini patch to provide Delete from
7244 hash functionnalities.
7245 * doc/html/* : rebuild the doc
7246
7247Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7248
7249 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
7250 on predicate
7251 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
7252 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
7253 really want to have tags closed on output even if we accept
7254 unclosed ones on input
7255
7256Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7257
7258 * xpath.c: ouch don't free NULL, rare case fixed
7259 * tree.c: don't coalesce text nodes if they don't have the
7260 same behaviour wrt escaping on output
7261
7262Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7263
7264 * xpath.c: small fixup
7265 * SAX.c: don't warn on empty namespaces.
7266
7267Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7268
7269 * README: a bit of cleanup
7270 * configure.in: preparing for 2.3.0 release
7271
7272Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7273
7274 * hash.[ch]: added a first version of xmlHashSize()
7275 * valid.c: another bug fix from Gary Pennington
7276
7277Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7278
7279 * valid.c: couple of bug fixes pointed by Gary Pennington
7280 * HTMLtree.c: #if 0 cleanup
7281
7282Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7283
7284 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
7285 which removes a time consuming check of xmlXPathNodeSetAdd()
7286 and use it in places where we are sure to not break unicity
7287
7288Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7289
7290 * xpath.c: bug fixes found from XSLT
7291 * tree.c: preserve node->name special values when copying nodes.
7292 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
7293 external subset are fetched when available but without full
7294 validation. Added xmlLoadExtDtdDefaultValue, need a function.
7295 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
7296 output with encoding disabled.
7297
7298Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7299
7300 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
7301 xmlCheckFilename should not be called from xmlFileOpenW
7302 and xmlGzfileOpenW
7303
7304Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7305
7306 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
7307 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
7308 added the new tests for URI normalization
7309 * testURI.c: fixed stoopid bugs
7310 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
7311 the URI in the error messages are now properly normalized
7312
7313Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7314
7315 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
7316
7317Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7318
7319 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
7320
7321Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7322
7323 * xpath.c: fixed mod operator
7324
7325Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7326
7327 * parser.c: fixed xmlStrcat doc
7328 * tree.c: 2 fixes form Anders Carlson for copying nodes and
7329 trees.
7330
7331Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7332
7333 * xpath.c result/XPath/tests/chaptersbase
7334 result/XPath/tests/simplebase: fixed XPath node()
7335 * tree.c: small fix in xmlNewNs()
7336 * Makefile.am: removed extraneous xml2Conf.sh rule
7337
7338Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7339
7340 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
7341 Changed the library name, in order to get libxml-devel and
7342 libxml2-devel to coexist on a single system
7343 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
7344 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
7345
7346Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7347
7348 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
7349 libxml2-devel installable in // as libxml-devel.
7350
7351Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7352
7353 * doc/Makefile.am: fixed make rebuild in doc
7354 * doc/html/*.html: rebuilt the docs
7355
7356Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7357
7358 * tree.c: patch from Bjorn Reese on xmlBufferCCat
7359
7360Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7361
7362 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
7363 the HTML doc to go into the -devel RPM ...
7364 * aclocal.m4 config.h.in: some updates due to auto* magic
7365
7366Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7367
7368 * xpath.h: added a hook in the context structure allowing to
7369 link to extra support, needed for XSLT
7370
7371Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7372
7373 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
7374 xmlXPtrCmpPoints to use it.
7375 * propagated the following patch from Alejandro Forero
7376 * include/win32config.h xmlIO.c: applied further suggestions
7377 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
7378 * example/gjobread.c: fixed warnings, now that it builds
7379
7380Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
7381
7382 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
7383
7384 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
7385 filename points to a valid file (not a directory).
7386 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
7387 Added calls to xmlCheckFilenameDir.
7388
7389 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
7390 `path' (rather than `filename') as the parameter to gzopen and open.
7391
7392Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7393
7394 * Makefile.am: fixed a problem with EXTRA_DIST
7395
7396Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7397
7398 * Makefile.am example/Makefile.am: finally found the trick
7399 to build the example, i.e. add "." in SUBDIRS before example
7400 in the list <grin/>
7401
7402Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7403
7404 * doc/xml.html: updated with an XSLT section, removed pointer to
7405 W3C CVS base.
7406
7407Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7408
7409 * xpath.c: when copying a XSLT tree object teh tree need to be copied
7410 too, and deallocation need to occur the same way.
7411
7412Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7413
7414 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
7415 type correponding to an XSLT result tree fragment. Share most
7416 of the data format with node set, as well as operators.
7417 * HTMLtree.c: added a newline at the end of the doctype output
7418 whe this one is not present initially.
7419 * tree.c: make sure taht the parent and doc pointers are properly
7420 set when copying attributes (lists).
7421
7422Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7423
7424 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
7425
7426Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7427
7428 * xpath.c: seems I finally killed that ugly path evaluation
7429 context bug (tagged 9999 in case is is wrong)
7430
7431Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7432
7433 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
7434 for XSLT
7435
7436Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7437
7438 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
7439 for xmlGzfileOpen() bug
7440
7441Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7442
7443 * xpath.c: removed an error found by XSLT usage
7444 * tree.c parserInternals.h: use a predefined static string
7445 for text and comment nodes, avoid freeing them in xmlFreeNode,
7446 exported the string name in parserInternals.h and added
7447 another value to disable encoding at output (for XSLT),
7448 gain memory, time.
7449
7450Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7451
7452 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
7453 win32/libxml2/libxml2_so.dsp: new makefiles and update
7454 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
7455
7456Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7457
7458 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
7459 Gary Pennington
7460
7461Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7462
7463 * xpath.c: fixed the comaprision of values and nodelists,
7464 need to compare nodelist still ...
7465 * debugXML.c: avoided a possible core dump
7466 * HTMLparser.c: cleanup
7467 * nanohttp.c: contributed fix.
7468 * tree.c: fixes in properties handling added xmlSetNsProp
7469 needed by libxslt
7470 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
7471 comment
7472 * TODO: updated
7473
7474Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7475
7476 * parser.c parserInternals.c: applied Bjorn Reese optimization
7477 patch
7478
7479Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7480
7481 * Makefile.am: applied patch fro make check from Martin Vidner
7482
7483Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7484
7485 * configure.in: preparing 2.2.11
7486 * doc/html/*: rebuild the HTML files
7487 * doc/xml.html : updated
7488
7489Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7490
7491 * tree.c: fixed a stupid bug
7492 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
7493 patches related to validation of an XInclude processing result
7494 * TODO: updated
7495
7496Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7497
7498 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
7499 on large files
7500
7501Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7502
7503 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
7504
7505Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7506
7507 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
7508 reported by Jonas Borgström
7509 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
7510
7511Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7512
7513 * testXPath.c xpath.c: fixing the XPath union expressions problem
7514 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
7515
7516Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7517
7518 * xmllint.c: Made is so if the file name is "-" is will read form
7519 standard input. Sven Heinicke <sven@zen.org>
7520 * tree.c: fixed a problem when growing buffer
7521 * tree.h: fixed the comment of the node types following andersca
7522 comment
7523 * TODO: updated
7524
7525Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7526
7527 * HTMLparser.[ch]: added a way to avoid adding automatically
7528 omitted tags. htmlHandleOmittedElem() allows to change the
7529 default handling.
7530 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
7531 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
7532 of xmllint too when using --memory flag, added a memory test
7533 suite at the Makefile level.
7534 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
7535 with namespace use when encountering QNames in XPath evalation,
7536 added xmlns() scheme in XPointer.
7537 * nanoftp.c : incorporated a fix
7538 * parser.c xmlIO.c: fixed problems raised with encoding when using
7539 the memory I/O
7540 * parserInternals.c: closed bug 25934 reported by
7541 torsten.landschoff@innominate.de
7542 * TODO: updated
7543
7544Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7545
7546 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
7547 on a non-updated tree :-(, made a 2.2.10 release to correct the
7548 situation
7549
7550Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7551
7552 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
7553 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
7554 integrated a set of OpenVMS changes from Howard Taylor
7555 <Howard.Taylor@pacoast.com>
7556
7557Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7558
7559 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
7560 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
7561
7562Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7563
7564 * HTMLparser.c: some fixes on auto-open of html/head/body
7565 * encoding.c: fixed a compilation error on some gcc env
7566 * xpath.c xpointer.[ch] xpathInternals.h: improved the
7567 XPointer implementation
7568 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
7569 related XPointer tests and associated results
7570
7571Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7572
7573 * doc/xmldtd.html doc/xml.html: following a short step by step
7574 guidance on IRC to help maciej with DTDs I started a small
7575 page on the subject.
7576
7577Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7578
7579 * HTMLparser.c: fixed handling of broken charrefs
7580 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
7581 patches
7582
7583Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7584
7585 * doc/xml.html doc/html/* : rebuilt the docs after adding
7586 xinclude and updated page for 2.2.7 and 2.2.8
7587 * configure.in: releasing 2.2.8
7588
7589Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7590
7591 * parser.[ch] parserInternals.c: applied the conditional
7592 section processing fix from Jonathan P Springer
7593 <jonathan.springer2@gte.net>
7594 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
7595 project file, fixed iconv default non support
7596 * xpath.c: fixed the problem of evaluating relative expressions
7597 when a node context is provided.
7598
7599Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7600
7601 * nanoftp.c: fixed gcc 2.95 new warnings
7602 * SAX.c: fixed a stupid bug
7603 * tree.c: fixed a formatting problem when round-tripping
7604 from/to memory
7605 * xinclude.c: chased memleak, fixed a base problem
7606 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
7607 xmlXPtrBuildNodeList()
7608 * TODO: updated
7609 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
7610 adding a first small set of regression tests for XInclude
7611
7612Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7613
7614 * nanohttp.[ch]: applied Wayne Davison patches to access
7615 the WWW-Authorization header.
7616 * parser.c: Closed Bug#30847: Problems when switching encoding
7617 in short files by applying Simon Berg's patch.
7618 * valid.c: fixed a validation problem
7619 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
7620 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
7621 Wayne Davison
7622 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
7623 need to be extended to non full nodes selections.
7624 * xinclude.c: starts to work decently
7625
7626Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7627
7628 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
7629 debugXML.c xmlversion.h.in: Started adding XInclude support,
7630 this is a new xmllint option
7631 * tree.c xpath.c: applied TOM patches for XPath
7632 * xpointer.c: fixed a couple of errors.
7633 * uri.c: added an escaping function needed for xinclude
7634 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
7635 new warning from RH70 gcc's version
7636
7637Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7638
7639 * HTMLparser.c: fixed loop on invalid char in scripts
7640 * parser.c: update to description of xmlIOParseDTD()
7641 * libxml.m4 xmlversion.h.in: changes contributed by
7642 Michael Schmeing <m.schmeing@internet-factory.de>
7643 * configure.in: preparing for 2.2.7
7644 * Makefile.am: trying to avoid config.h and acconfig.h
7645 being included in the distrib
7646 * configure.in: released 2.2.7
7647
7648Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7649
7650 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
7651 like namespaces for good. Unified xmlNs and xmlNode somewhat.
7652
7653Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7654
7655 * parser.[ch]: added xmlIOParseDTD()
7656 * xpointer.c: added support for the 2 extra parameters of
7657 string-range, fixed a stoopid error when '0' was present
7658 in XPointer expressions
7659 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
7660 testsuite for the above
7661
7662Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7663
7664 * libxml.spec.in: improved package descriptions
7665
7666Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7667
7668 * xpath.c xpathInternals.h: applied a large cleaning patch
7669 from TOM <ptittom@free.fr>, it also add namespace support
7670 for function and variables registration.
7671
7672Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7673
7674 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
7675 * Makefile.mingw: Wayne Davison's update adding hash.c
7676
7677Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7678
7679 * xpath.c: fixed the root evaluation problems
7680 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
7681 ignorable spaces with <b> <bold> <em>
7682 * tree.c: fixed a loop in xmlSearchNsByHref()
7683
7684Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7685
7686 * xpath.c: applied another XPath patch from TOM
7687 * xpath.c include/makefile.am: applied another patch from
7688 china@thewrittenword.com (cleanup on IRIX).
7689
7690Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7691
7692 * xml-config.1: received a fixed version from Fredrik Hallenberg
7693 <hallon@lysator.liu.se>
7694
7695Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7696
7697 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
7698 cleanup patch for XPath
7699
7700Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7701
7702 * patched to redirrect all "out of context" error messages to
7703 a reconfigurable routine. The changes are:
7704 * xmlerror.h : added the export of an error context type (void *)
7705 an error handler type xmlGenericErrorFunc there is an interface
7706 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
7707 to reset the error handling routine and its argument
7708 (by default it's equivalent to respectively fprintf and stderr.
7709 * all the c files: all wild accesses to stderr or stdout within
7710 the library have been replaced to calls to the handler.
7711
7712Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7713
7714 * configure.in: release 2.2.6
7715 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
7716 exporting the inner functions of xpath for extension modules
7717 * doc/*: updated and rebuilt the doc
7718
7719Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7720
7721 * nanohttp.c : applied Wayne HTTP cleanup patch
7722 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7723 and xmlNodeSetSpacePreserve()
7724
7725Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7726
7727 * xpath.c: closing bug #29260
7728
7729Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7732 multikey tuples, made hash structure opaque
7733 * valid.[ch]: moved elements, attributes, notations decalarations
7734 as well as ID and refs to hash tables.
7735 * entities.c: hash cleanup
7736 * xmlmemory.c: fixed a dump problem in debug mode
7737 * include/Makefile.am: problem passing in DESTDIR= values patch
7738 from Marc Christensen <marc@calderasystems.com>
7739 * nanohttp.c: removed debugging remains
7740 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7741 * HTMLparser.c parser.c: fixing a number of problems with the
7742 macros in the *parser.c files (Wayne).
7743 * HTMLparser.c: close the previous option when opening a new one
7744 (Marc Sanfacon).
7745 * result/HTML/*: updated the HTML results accordingly
7746
7747Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7748
7749 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7750 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7751 XPath functions and XML entities table to them. More to come...
7752 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7753
7754Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7755
7756 * tree.c: coalesce adjacent text nodes
7757 * valid.c: handling of blank nodes in DTd validation (raised
7758 by problems with a posteriori validation).
7759 * nanohttp.c: changing behaviour on HTTP write stuff.
7760 * HTMLtree.c: forced body and html to be explicitely closed.
7761 * xpath.h: exported more XPath functions.
7762
7763Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7764
7765 * Release of 2.2.5
7766 * xpointer.c: range() range-inside and other helper functions
7767 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7768
7769Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7770
7771 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7772 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7773
7774Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7775
7776 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7777 and XPointer modules
7778
7779Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7780
7781 * SAX.h: closed #25107
7782
7783Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7784
7785 * testSAX.c: fixed problem with cdata reporting
7786 * SAXresult/* : updated
7787
7788Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7789
7790 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7791 Closed bug #27499, added to regression tests
7792 * TODO: updated
7793
7794Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7795
7796 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7797 support for SCRIPT and STYLE with help from Bjorn Reese
7798 * test/HTML/* result/HTML/*: added simple testcase and updated
7799 the existing ones.
7800
7801Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7802
7803 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7804 string-range for empty strings
7805 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7806 test/XPath/xptr/strrange: augmented the XPointer testsuite
7807
7808Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7809
7810 * doc/xml.html doc/xmlmem.html: added a module describing memory
7811 interfaces and use, updated the main page.
7812
7813Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7814
7815 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7816 nanoftp code work on Windows too now
7817
7818Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7819
7820 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7821 * xpointer.c: implemented string-range() at least a good first version
7822 * test/XPath/docs/str test/XPath/xptr/strrange
7823 result/XPath/xptr/strrange: the string-range() tests
7824
7825Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7826
7827 * Makefile.am include/Makefile.am include/win32config.h
7828 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7829 and make distcheck
7830
7831Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7832
7833 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7834 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7835 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7836
7837Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7838
7839 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7840 patch for socklen_t detection by
7841 Albert Chin-A-Young <china@thewrittenword.com>
7842
7843Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7844
7845 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7846 and added a --dtdvalid option to xmllint used to test it
7847
7848Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7849
7850 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7851 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7852
7853Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7854
7855 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7856 handlings (registration, lookup, cleanup)
7857
7858Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7859
7860 * configure.in Makefile.am include/makefile.am: adding XPointer
7861 and XPtrtests target
7862 * xpointer.[ch] : new files for XPointer support
7863 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7864 more XPath tests
7865
7866Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7867
7868 * configure.in: fixed, very broken, make distcheck works again
7869
7870Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7871
7872 * More work toward 2.2.5, integrated a number of patches
7873 * configure.in Makefile.am win32config.h.in: trying to cleanup
7874 make distcheck .... huh ...
7875 * include/Makefile.am include/win32config.h: new directory
7876 for includes
7877 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7878 updated teh makefiles and instructions for WIN32
7879 * xpath.c: small fixes
7880 * test/XPath/ results/XPath: updated the testcases and results
7881 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7882 suggested patches
7883 * valid.c: fixed an ID bug
7884
7885Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7886
7887 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007888 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007889 * xpath.[ch]: worked on XPointer
7890
7891Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7892
7893 * configure.in Makefile.am: 2.2.5, ship the include in an
7894 include/libxml subdirectory, use symlinks when using CVS
7895 * testSAX.c: fixed small bug
7896 * testXPath.c: changed the way testfiles are parsed
7897 * debugXML.c: same kind of cleanup when parsing an argument expression
7898 XPath/XPointers can have blanks embedded
7899 * xpath.[ch]: more cleanup, reorgs for XPointer work
7900 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7901 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7902
7903Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7904
7905 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7906 in the XPath engine, rewrote large parts of it, now it's far
7907 cleaner and in sync with the REC not an old WD. Fixed a parsing
7908 problem in the interactive XML shell found when testing XPath.
7909
7910Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7911
7912 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7913 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7914 examples with the extra test
7915
7916Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7917
7918 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7919 the global init function.
7920
7921Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7922
7923 * HTMLparser.c: Doohhh, attribute name parsing was still case
7924 sensitive ! Fixed this ...
7925 * result/HTML/* : updated the tests results accordingly
7926
7927Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7928
7929 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7930 engine, should be far more stable, incorporated a new version of
7931 preceding/following axis, need testing
7932 * uri.c: fixed file:///c:/a/b/c problem
7933 * test/XPath/tests/idsimple: augmented the XPath tests
7934
7935Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7936
7937 * doc/* rebuilding docs for 2.2.4 release
7938
7939Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7940
7941 * configure.in: releasing 2.2.4
7942 * parser.[ch]: added xmlStrEqual()
7943 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7944 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7945 use xmlStrEqual instead
7946 * TODO: updated
7947 * added an XPath test
7948
7949Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7950
7951 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7952 * entities.h: exported xmlInitializePredefinedEntities
7953 * parser.[ch] : added xmlInitParser()
7954 * parserInternals.h : had to export htmlInitAutoClose()
7955
7956Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7957
7958 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7959 problems
7960 * Makefile.am : added XPath regression tests to normal tests
7961 * uri.c: fixed a problem with local paths, cleanup
7962 * parser.c: fixed a problem with large CData sections
7963
7964Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7965
7966 * configure.in xml-config.in: patch from "Ben Taylor"
7967 <sol7x86@hotmail.com> for solaris shared libs lookup
7968
79692000-09-30 Martin Baulig <baulig@suse.de>
7970
7971 * libxml-2.0.pc.in: Provide pkg-config script.
7972
7973 * configure.in: Create the libxml-2.0.pc script from the
7974 libxml-2.0.pc.in templates.
7975 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7976 script in `$(libdir)/pkgconfig'.
7977
7978Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7979
7980 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7981 when compiling with MSC
7982
7983Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7984
7985 * xpath.c: patch for normalize-string() substring-before(),
7986 substring-after() and translate() functions from Bjorn Reese
7987 <breese@mail1.stofanet.dk>
7988 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7989 Fredrik Hallenberg <hallon@lysator.liu.se>
7990 * TODO: updated
7991
7992Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7993
7994 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7995 problem of socklen_t being undefined on a number of platforms
7996 * debugXML.c: fixed a compilation problem when without snprintf
7997
7998Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7999
8000 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
8001 an URI bug and a fix for the control-character-induced infinite loop
8002 * nanohttp.c: preventive fix for compiling on WIN32
8003
8004Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8005
8006 * xmlint.c: closing bug #25000
8007
8008Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8009
8010 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
8011 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
8012 modified slightly Wayne Davison patch adding xmlStrcasecmp and
8013 related function, fixing xmlStrncmp(), and associated cleanup
8014 * result/HTML/entities.html.sax: updating result
8015
8016Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8017
8018 * uri.c: applied patch for URI escaping from Wayne Davison
8019 <wayned@blorf.net>
8020 * tree.c parserInternals.c HTMLparser.c: memset checks patches
8021 from Denis Barbier <barbier@imacs.polytechnique.fr>
8022 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
8023 patch from Wayne Davison
8024
8025Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8026
8027 * doc/xml.html : updated with new releases, adding "how to help"
8028
8029Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8030
8031 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
8032 removed a few warnings in pedantic mode ...
8033 * parserInternals.c parser.c: moved encoding switching function
8034 to parserInternals.c
8035 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
8036
8037Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8038
8039 * HTMLparser.c parser.c: set ctxt->errNo before calling the
8040 error or warning handlers
8041
8042Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8043
8044 * parserInternals.c parserInternals.h parser.c Makefile.am:
8045 created a new module parserInternals.c, moved most of the
8046 code shared by the various parsers there, as well as
8047 deprecated code from parser.c. More cleanup of parser.c
8048 * uri.c: fixed a problem when URI is NULL
8049 * valid.c: speedup when looking for an attribute declaration
8050
8051Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8052
8053 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
8054 the cleanup of the computation of URI references when seeking
8055 external entities. The URI reference string and the resulting
8056 URI are both stored now.
8057 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
8058 large s(n)printf checks and cleanup from Denis Barbier
8059 <barbier@imacs.polytechnique.fr>
8060 * xmlversion.h.in tree.h: couple of SGML declarations for a
8061 possible docbook module.
8062 * result/VC/ : a couple of test output changed due to the change
8063 of the entities URI
8064
8065Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8066
8067 * parser.h: added a _private field for linking user's data
8068
8069Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8070
8071 * parser.c parserInternals.h: demacroified most of the IS_XXX
8072 the gain in size is significant so ...
8073
8074Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8075
8076 * entities.c: cases where looking up entities with doc==NULL
8077 covered
8078
8079Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8080
8081 * uri.c: applied Wayne Davison patch
8082 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
8083
8084Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8085
8086 * uri.c testUri.c: applied Wayne Davison patches
8087 * test/URI/uri.data result/URI/uri.data: first set of tests/results
8088 * Makefile.in: added URItest and included thenin "make tests"
8089
8090Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8091
8092 * xmlversion.h.in: closed bug 22941
8093
8094Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8095
8096 * doc/xmlio.html: added doc and example for entity loader
8097 redefinition.
8098
8099Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8100
8101 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
8102 used by libxml
8103
8104Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * parser.c: Fixed bug on invalid ontent characters and when using
8107 push.
8108 * xmllint.c: fixed xmllint endling of errors in push mode
8109
8110Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8111
8112 * HTMLparser.c testHTML.c: applied two new patches from
8113 Wayne Davison <wayned@users.sourceforge.net>
8114 * result/HTML/*.sax: regenerated HTML SAX output
8115 * parser.c: more cleanup.
8116
8117Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8118
8119 * HTMLparser.[ch] testHTML.c: applied the second set of
8120 patches from Wayne Davison <wayned@users.sourceforge.net>,
8121 adding htmlEncodeEntities()
8122 * HTMLparser.c: fixed an ignorable white space detection bug
8123 occuring when parsing with SAX only
8124 * result/HTML/*.sax: updated since the output is now HTML
8125 encoded...
8126
8127Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8128
8129 * HTMLparser.[ch]: applied some of Wayne Davison
8130 <wayned@users.sourceforge.net> patches
8131
8132Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8133
8134 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
8135 undeclared namespace prefix was used, added a warning.
8136 Cleaned up support w.r.t. entities, spilling out a warning
8137 and being pedantic on lookups.
8138 * test/warning/ent9 : added testcase for previous example.
8139 * TODO: updated
8140 * parserInternals.h parser.c: changed the way names are parsed
8141 now allow infinite size and decrease penalty for normal use
8142 * parser.c: Started a big cleanup/check of the parser code,
8143 fixed some of the most tortuous entity code, spotted code
8144 unused anymore
8145 * test/*: added tests for very long names and related nasty
8146 things.
8147
8148Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8149
8150 * doc/encoding.html: added encoding aliases doc
8151 * doc/xml.html: updates
8152 * encoding.[ch]: added EncodingAliases functions
8153 * entities.[ch] valid.[ch] debugXML.c: removed two serious
8154 bottleneck affecting large DTDs like Docbook
8155 * parser.[ch] xmllint.c: added a pedantic option, will be
8156 useful
8157 * SAX.c: redefinition of entities is reported in pedantic mode
8158 * testHTML.c: uninitialized warning from gcc
8159 * uri.c: fixed a couple of bugs
8160 * TODO: added issue raised by Michael
8161
8162Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8163
8164 * doc/encoding.html: propagated Martin Duerst suggestions
8165
8166Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8167
8168 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
8169 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
8170 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
8171 by Wayne Davison
8172
8173Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8174
8175 * nanoftp.c nanohttp.c: small cleanup
8176 * TODO: updated
8177
8178Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8179
8180 * added an old VC testcase and updated title.xml entity
8181
8182Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8183
8184 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
8185 done on auto-opening of <p> tags and cleanup of SAX output
8186
8187Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8188
8189 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
8190
8191Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8192
8193 * doc/xml.html libxml.* structure.*: updated the doc a bit
8194
8195Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8196
8197 * testSAX.c testHTML.c result/HTML/: cleanup of the output
8198 of SAX tests
8199
8200Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8201
8202 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8203 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
8204
8205Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8206
8207 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
8208 * testHTML.c: fix core dump on Solaris 2.x systems
8209 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
8210 * result/HTML/*.sax: previous bug fix lead to new results
8211
8212Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8213
8214 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8215 * configure.in: added --with-readline=DIR to accept alternate
8216 path for readline include/library
8217 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
8218 for ANSI under HP-UX
8219 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
8220 includes @LIBS@
8221
8222Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8223
8224 * doc/* : rebuilt the docs
8225 * getting ready for 2.2.2 release
8226
8227Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8228
8229 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
8230 and xmlAddFeature()
8231 * tree.[ch]: added xmlAddChildList()
8232 * xmllint.c: MAP_FAILED macro test
8233 * parser.h: added xmlParseCtxtExternalEntity()
8234 * valid.c: applied bug fixes removed warning
8235 * tree.c: added CDATA block to elements content
8236 * testSAX.c: cleanup of output
8237 * testHTML.c: added SAX testing
8238 * encoding.c: better error recovery
8239 * SAX.c, parser.c: fixed one of the external entity processing
8240 of the OASis testsuite
8241 * Makefile.am: added HTML SAX regression tests
8242 * configure.in: bumped to 2.2.2
8243 * test/HTML/ result/HTML: added a few of HTML tests, and added the
8244 SAX results
8245
8246Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8247
8248 * configure.in: patch for HP compiler
8249
82502000-08-04 Sven Heinicke <sven@zen.org>
8251
8252 * xmllint.c: Was coredumping sometimes when the file given didn't
8253 exist.
8254
8255Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * parser.c xmlIO.[ch]: fixed the problem of encoding support
8258
8259 when using in memory parsing. Need some cleanup.
8260 * xmllint.c configure.in: added a --memory flag to test memory
8261 parsing
8262
8263Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8264
8265 * nanohttp.c: fixed socklen_t replacement to unsigned int
8266 * parser.c: fixed a space handdling missing at the end of
8267 production 28 DOCTYPE.
8268 * xmlmemory.c: fixed a stupid bug on the routine to override
8269 allocation functions
8270 * TODO: updated
8271
8272Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8273
8274 * doc/ regenerated the docs
8275
8276Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8277
8278 * doc/encoding.html doc/xml.html: added I18N doc
8279 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
8280 improvements, both parser and filters, added ASCII & HTML,
8281 fixed the ISO-Latin-1 one
8282 * xmllint.c testHTML.c: added/made visible --encode
8283 * debugXML.c : cleanup
8284 * most .c files: applied patches due to warning on Windows and
8285 when using Sun Pro cc compiler
8286 * xpath.c : cleanup memleaks
8287 * nanoftp.c : added a TESTING preprocessor flag for standalong
8288 compile so that people can report bugs more easilly
8289 * nanohttp.c : ditched socklen_t which was a portability mess
8290 and replaced it with unsigned int.
8291 * tree.[ch]: added xmlHasProp()
8292 * TODO: updated
8293 * test/ : added more test for entities, NS, encoding, HTML, wap
8294 * configure.in: preparing for 2.2.0 release
8295
8296Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8297
8298 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00008299 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008300
8301Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8302
8303 * doc/xml.html: changed the xmlsoft.org structure, updated the
8304 examples w.r.t. root and childs
8305
8306Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8307
Daniel Veillard784b9352003-02-16 15:50:27 +00008308 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008309
8310Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8311
8312 * HTMLparser.c: Work on character encoding support for the HTML parser
8313 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
8314 * encoding.c: Fixed a potential memleak in the encoding stuff
8315
8316Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8317
8318 * doc/FAQ.html doc/Makefile.am : added a FAQ
8319
8320Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8321
8322 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
8323 of the HTML parser to force it to not bypass SAX
8324
8325Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8326
8327 * win32config.h.in: updated
8328 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
8329 lacks iconv support :-( need to release 2.1.1
8330 * configure.in: release 2.1.1
8331 * HTMLparser: fixed bug #14784
8332 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
8333 by Windows compiler
8334 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
8335 the SAX startDocument() callback.
8336 * TODO: updated
8337
8338Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8339
8340 * added xmlStopParser()
8341
8342Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8343
8344 * configure.in: 2.1.0 prerelease
8345 * Large resync between W3C and Gnome tree
8346 * nanoftp, nanohttp.c: fixed stalled connections probs
8347 * HTMLtree.c SAX.c : support for attribute without values in
8348 HTML for andersca
8349 * valid.c: Fixed most validation + namespace problems
8350 * HTMLparser.c: start document callback for andersca
8351 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
8352 * parser.h, SAX.c: serious speed improvement for large
8353 CDATA blocks
8354 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
8355 different encoding
8356 * example/Makefile.am example/gjobread.c tree.h: work on
8357 libxml1 libxml2 convergence.
8358 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
8359 and the LIBXML_TEST_VERSION macro
8360
8361Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8362
8363 * doc/xml.html: various patches and improvements typo fixed by
8364 Felix Natter
8365 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
8366 from Felix Natter <fnatter@gmx.net>
8367
8368Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8369
8370 * doc/upgrade.html: updated with instructions for support of both
8371 libxml-1.x and libxml-2.x
8372 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
8373 for 2.x support and also fixed includes
8374
8375
8376Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8377
8378 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
8379 the encoding support, added iconv support, so now libxml if
8380 compiled with iconv automatically support japanese encodings
8381 among others. Work based on initial patch from Yuan-Chen Cheng
8382 I may have broken binary compat in the encoding handler
8383 registration scheme, but that was so utterly broken I don't
8384 expect anybody to have used this feature until now.
8385 * parserInternals.h: fixup on the CHAR range macro
8386 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
8387 code.
8388 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
8389 * uri.c: added xmlParseURI() I can't believe I forgot to
8390 implement this one in 2.0 !!!
8391 * SAX.c: moved doc->encoding update in the endDocument() call.
8392 * TODO: updated.
8393
8394Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8395
8396 * tree.h: removed extraneous xmlRemoveProp definition
8397 * TODO: added item about --disable-corba configure switch
8398 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
8399 * nanoftp.c: fixed include problems giving troubles on AIX and
8400 slowlaris
8401 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
8402 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
8403 comment and headers changes to lower gtk-doc number of warnings
8404 * doc/html/*: rebuilt docs
8405
8406Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8407
8408 * HACKING: documented the tag for 1.x and instructions
8409
8410Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8411
8412 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
8413 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
8414 xmlCreateIOParserCtxt
8415 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
8416 significant overall improvement
8417 * xmllint.c: added I/O test to xmllint
8418 * testSAX.c: added a speed test
8419 * doc/* : updated/regenerated
8420
8421Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8422
8423 * xpath.c uri.h parserInternals.h: cosmetic changes from
8424 "Timur I. Bakeyev" <timur@bat.ru>, including making
8425 xmlCreateURI() public
8426
8427Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8428
8429 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
8430 and the code at the same time. Added a clean mechanism for
8431 overload or added input methods: xmlRegisterInputCallbacks()
8432 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
8433 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
8434 * TODO: updated
8435 * doc/* : updated/regenerated
8436 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
8437 source dir
8438
8439Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8440
8441 * testURI.c: yet another forgotten commit, I should get some sleep !
8442
8443Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8444
8445 * xmllint.c: forgot to commit this too ?
8446
8447Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8448
8449 * xmlversion.h.in : forgot to commit this previously
8450
8451Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8452
8453 * configure.in: preparing libxml-2.0.0 version looks Ok so far
8454 * README TODO: updated for release
8455 * uri.c uri.h: added authority parsing/saving
8456 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
8457 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
8458 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
8459 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
8460 Makefile.am : added compile-time customization of libxml
8461 --with-ftp --with-http --with-html --with-xpath --with-debug
8462 --with-mem-debug
8463 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
8464 #include <libxml/xxx.h> I hope it won't break too much stuff
8465 and will be manageable in the future...
8466 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
8467 and added xmllint to the installed programs
8468 * uri.h: added xmlFreeURI()
8469
8470Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8471
8472 * uri.c uri.h: finished the escaping handling, the base support
8473 and the URI path normalization. Looks good just lacks the
8474 authority content parsing code.
8475 * Makefile.am: added instructions to generate testURI
8476 * TODO: updated
8477 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
8478 added links and icons for W3C and Gnome
8479
8480Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8481
8482 * xmlmemory.[ch] : seems I forgot to actually update the files in
8483 the last commit :-)
8484 * doc/xml.html doc/html/* : updated and uploaded the docs
8485
8486Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8487
8488 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
8489 * TODO: updated
8490 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
8491 libxml default allocation function with another set (like gmalloc/
8492 gfree).
8493 * Makefile.am, uri.c, uri.h: added a set of functions to do
8494 exact (litteraly copied from the RFC 2396 productions) parsing
8495 and handling of URI. Will be needed for XLink, one XML WFC,
8496 XML Base and reused in the nano[ftp/http] modules. Still work
8497 to be done.
8498
8499Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8500
8501 * configure.in, libxml.spec.in : libxml2
8502 * doc/* : updated the doc page, rebuilt the docs
8503
8504Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8505
8506 * all: tagged LIB_XML_1_X
8507 * *.c *.h : updated from W3C CVS tree
8508 * configure.in : 2.0.0-beta
8509 * libxml.spec.in : libxml2 package nam
8510 * result/* : new version of the tests output
8511
8512Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8513
8514 * doc/xml.html, doc/update.html: updated docs, 1.8.7
8515
8516Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8517
8518 * doc/* : rebuilt the docs
8519 * parser.c: final patch on #6766
8520 * valid.c: small patch on validity checks.
8521
8522Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8523
8524 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
8525 added
8526 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
8527 compatibility w.r.t. XML spec and existing code.
8528
8529Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8530
8531 * parser.c: seems a better solution to <a> </a> exists,
8532 will try it for a while
8533
8534Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8535
8536 * parser.c: tried to remove the <a> </a> generating <a/>
8537 this is hard. Left a flag for that purpose. Fixed bug #6766
8538 * configure.in: prepared 1.8.7 not released, due to previous
8539 problem
8540
8541Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8542
8543 * doc/xml.html : applied second patch from Paul DuBois
8544
8545Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8546
8547 * doc/xml.html : applied patch from Paul DuBois
8548
8549Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8550
8551 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
8552
8553Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8554
8555 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
8556 compilation warnings on various platforms.
8557 * parser.c: Fixed #5281 validity error callbacks are now desactived
8558 by default if not validating.
8559
8560Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8561
8562 * nanoftp.c, win32config.h.in: patches to compile on WIN32
8563
8564Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8565
8566 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
8567 <gkatsi@cs.toronto.edu>
8568
8569Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8570
8571 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
8572 processing URLs
8573
8574Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8575
8576 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
8577 xmlNanoFTPUpdateURL for persistent control connections.
8578 * configure.in: 1.8.6
8579
8580Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8581
8582 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
8583 * tree.[ch] : added xmlSaveNoEmptyTags
8584
85852000-01-29 James Henstridge <james@daa.com.au>
8586
8587 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
8588
8589 * Makefile.am: added nanoftp.[ch] to the build.
8590
8591Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8592
8593 * nanoftp.[ch]: cleanup, comments, API
8594 * debugXML.c : fixed a bug in the cat command
8595 * doc/*: regenerated the docs
8596
8597Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8598
8599 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
8600 * debugXML.c : fixed a bug in the cat command
8601 * valid.c: fixing some small probs
8602 * libxml.spec.in: get rid of the SNAP suffix
8603 * doc/xml.html: updated the status
8604
8605Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8606
8607 * xml-config.in: xml-config --version to just return the
8608 version number
8609 * xpath.c: some cleanup w.r.t. axis when the current node is
8610 an attribute.
8611 * TODO: updated
8612
8613Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8614
8615 * configure.in: prepared for libxml-1.8.5
8616 * doc/* recompiled the documentation
8617
86182000-01-17 Jody Goldberg <jgoldberg@home.com>
8619
8620 * configure.in : WARNING autoconf subtlety alert :
8621 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
8622 when looking for zlib.h so that HAVE_ZLIB_H is defined.
8623 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
8624 get defined by AC_CHECK_HEADERS.
8625
8626Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8627
8628 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
8629 Rune.Djurhuus@fast.no
8630
8631Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8632
8633 * TODO: updated
8634 * tree.c, parser.c: made sure that only memory alloc problems
8635 and internal parser errors are allowed to write to stdout or
8636 stderr.
8637
8638Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8639
8640 * tree.c : restored xmlNewGlobalNs since this seems used by
8641 a lot of existing code :-(, fixed a bug in xmlNewNs
8642 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
8643 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
8644 to exit() from the library code.
8645 * xpath.c, parser.c: removed bugs or unused code detected by
8646 Windows compilers
8647 * parser.c: started adding interfaces for parsing well balanced
8648 XML fragments
8649 * configure.in: releasing 1.8.4
8650 * doc/* : rebuilt the docs
8651
8652Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8653
8654 * tree.[ch] : added xmlNewDocFragment() for DOM
8655 * testHTML.c: uninitialized variable.
8656
8657Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8658
8659 * doc/* : rebuild the docs
8660
8661Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8662
8663 * acconfig.h: readline and history patch
8664 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
8665 * tree.c: added check and handling when possibly removing an ID
8666 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
8667 and saving.
8668 * test/HTML/entities.html result/HTML/entities.html* : test for
8669 various entities reference cases
8670 * result/HTML/* : as a result output of some testcase have
8671 changed
8672 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
8673 by previous example. added xmlParseTryOrFinish().
8674 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
8675 entities.h debugXML.h HTMLparser.h: changed the way struct are
8676 declared to allow gtk-doc to expose those
8677 * parser.c: closed bug #4960
8678 * Makefile.am configure.in: Applied patch from
8679 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
8680 and math/socket libs detection
8681
8682Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8683
8684 * configure.in, Makefile.am: link tester against readline
8685 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
8686
8687Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8688
8689 * tree.[ch]: added xmlRemoveProp
8690 * win32config.h.in nanohttp.c: avoid including the Windows
8691 socket stuff in every C files
8692 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
8693 the XmL parser(s)
8694 * test/ns4 result/ns4 etc...: added test case for previous prob
8695 * tree.c: xmlNewNs wasn't checking for double definition
8696 * Makefile.in: fixed a problem with dist-hook duplicates
8697 * parser.[hc], xmlIO.c: fixed the loading of external entities
8698 APIs, now xmlLoadExternalEntity() is used everywhere and
8699 setting up an app specific front-end using the
8700 * SAX.c parser.c: some fixes, now the xhtml spec validates
8701 with the xhtml DTD.
8702 * error.c: fixed crashes in case of no input stream
8703 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
8704 to the validation tests and results
8705
8706Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8707
8708 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
8709 too htmlCreatePushParserCtxt() and htmlParseChunk()
8710 * parser.c: a bit of cleanup.
8711 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
8712 to XML) removed the last mem leak known
8713 * HTMLtree.c: output message cleanup
8714 * xmlmemory.c: display content info about memory blocks
8715 * result/HTML/wired.* : missing att value warning change
8716
8717Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8718
8719 * doc/* : rebuilt the documentation
8720
8721Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8722
8723 * parser.[ch] parserInternals.h: Push parser for XML,
8724 seems to work fine now
8725 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8726 --push for push testing
8727 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8728 * testSAX.c: added --push
8729 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8730 subtree
8731 * xmlIO.[ch] : enriched API + fixes for push mode
8732 * entities.[ch]: added the entity content length to the struct.
8733 * xmlmemory.[ch]: new API to show the last entries for the shell
8734 * valid.c: added required attribute testing
8735 * SAX.c: the cdata callback now merge contiguous fragments
8736 * HTMLparser.c: cleanup of some macros
8737
8738Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8739
8740 * parser.c: fix for PIs name starting with xml
8741 * tree.c: fixed a potential problem with || and && ops
8742 * *.c, configure.in win32config.h.in : generate win32config.h for
8743 those on the Other Side !
8744
8745Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8746
8747 * parser.c: fixed a stupid = vs. == bug :-(
8748 * doc/gnome-xml.sgml: s/glade/xml/
8749
8750Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8751
8752 * configure.in, doc/xml.html : bug fix release 1.8.2
8753 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8754 Hopefully the end of that silly C++ include problem
8755 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8756 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8757 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8758 troubles with autoclosed elements when the stree shape doesn't
8759 follow the DtD specs. Added htmlIsAutoClosed() and
8760 htmlAutoCloseTag()
8761 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8762 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8763 * debugXML.c: fixed a bug on printing default namespaces.
8764 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8765
8766Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8767
8768 * result/HTML/*.htm[l] : updated the HTML regression tests according
8769 to the new output
8770 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8771 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8772 problem due to intermix of extern "C" { ... } declarations for C++
8773 and recursive includes in the headers
8774
87751999-12-20 Chris Lahey <clahey@umich.edu>
8776
8777 * HTMLtree.c: Made it so that html nodes with a single child do
8778 not insert a carriage return before or after the child node.
8779
8780Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8781
8782 * configure.in, doc/xml.html : bug fix release 1.8.1
8783 * parser.c: fixed bug #4344
8784 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8785 added the glue to avoid C++ problems
8786 * doc/* : regenerated the documentation
8787
8788Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8789
8790 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8791 namespace recognition, and Dia as a resul :-(
8792 * encoding.c: closed bug #3950
8793
8794Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8795
8796 * valid.c: debugging a posteriori validation, except URI expansion
8797 stuff this should be fixed now
8798 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8799 Carl Nygard <cnygard@bellatlantic.net>
8800 * tester.c: added --postvalid, cleaning of the code
8801 * tree.[ch]: added xmlDocGetRootElement()
8802
8803Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8804
8805 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8806 c++ losage.
8807
8808Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8809
8810 * configure.in, doc/xml.html : bumped to 1.8.0
8811 * xlink.[ch], Makefile.am : added framework for link detection
8812 * parser.h: added nbChars to parser context, needed for cleanup.
8813 * xmlmemory.c: removed a nasty bug when out of mem
8814 * valid.[ch]: adding namespace support for attribute decl
8815 * tester.c: added --debugent option
8816 * debugXML.[ch]: added xmlDebugDumpEntities()
8817 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8818 buffers instead, this was really needed, validation was breaking
8819 in strange ways due to that. Added xmlParseStringPEReference()
8820 and other parsing from strings functions. Entities processing
8821 modified again, but PERef are still not handled correcly but
8822 unless you're Eve Maller you won't notice :-)
8823 * HTMLparser.c: large changes toward reliability, and switched to
8824 lowercase internal tags, XHTML is lowercase, so it will help
8825 that output is closer to next version.
8826 * doc/* : regenerated the documentation, it is now hosted at
8827 http://xmlsoft.org/ (same bits I just bought the domain :-)
8828
8829
8830Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8831
8832 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8833 doc generation
8834 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8835 in the SAX API
8836 * doc/*: rebuilt the doc making sure everything appears in the
8837 HTML files
8838
8839Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8840
8841 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8842 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8843 which allow impressive speed improvement on dataset with
8844 large text pieces, but at the cost of broken binary
8845 compatibility and slightly bigger memory usage.
8846 Configure with --with-buffers to activate them, they
8847 are protected with XML_USE_BUFFER_CONTENT define.
8848 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8849 goal is 0 memory left allocated once parser is no more used
8850 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8851 call xmlCleanupParser() and xmlMemoryDump()
8852
8853Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8854
8855 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8856 * parser.[ch] encoding.[ch]: added memory cleanup routines
8857 * parser.c: closing bug #3788
8858 * doc/*: rebuilt the doc
8859
8860Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8861
8862 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8863 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8864 * tester.c: added --compress option
8865 * doc/*: rebuilt the documentation
8866
8867Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8868
8869 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8870 if given /proc/kcore as input !
8871 * doc/xml.html doc/*: updated and rebuilt the documentation
8872
8873Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8874
8875 * parser.c: Fixed some wrongly space collapsing code due to
8876 a misreading of the spec.
8877 * result/*: fixed the output accordingly
8878
8879Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8880
8881 * encoding.c: bug fix and typos
8882 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8883 * parser.c: added attribute normalization closing bug #3597
8884 * test/att* result/att* SAXresult/att*: testcase for attribute
8885 normalization
8886
8887Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8888
8889 * configure.in: closing bug #3163 by adding extra flags for the
8890 cc compiler on HP-UX
8891
8892Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8893
8894 * valid.[ch] : removed a typo and an enumerated type bug in the
8895 xmlAddElementDecl() function
8896 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8897 call to xmlEncodeEntitiesReentrant() so that the functions
8898 New, Set and Get are at the same level.
8899 * parser.c HTMLparser.c: extra memory allocation bug for
8900 attributes detected by someone using libxml in embedded systems :-)
8901
8902Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8903
8904 * xmlmemory.h: turned off mem debug :-\
8905
8906Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8907
8908 * parser.c: closed bug #2784 a one line fix, but worth pushing
8909 a new release out
8910 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8911 some structures, comments before and after the
8912 main element, and other nastyness
8913 * HTMLtree.c tree.c: accomodate the extended HTML supported
8914 * configure.in: pushing 1.7.4
8915 * test/ent8 and related outputs : added a new test for bug #2784
8916 * test/HTML/wired.html and related output: a nasty HTML example
8917 * Makefile.am: improved the test scripts
8918 * docs/* : reran the documentation extractor, updated xml.html
8919
8920Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8921
8922 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8923 HTMLparser and debugged the HTML related code. HTML documents
8924 now have their own type
8925 * entities.c: do not dump &apos; for HTML output
8926 * xmlmemory.c: improvement, breakpoint mechanism
8927 * testHTML.c: added --sax --repeat ...
8928 * Makefile.am: improved the HTML tests
8929 * valid.[ch]: added xmlValidGetValidElements and
8930 xmlValidGetPotentialChildren
8931 * tester.c: added --insert to test the 2 new functions
8932 * test//* result//* SAXresult//* : regression test cleanup
8933 and extension.
8934 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8935 gnome-xml-nanohttp.html
8936
8937Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8938
8939 * HTMLparser.c: fixed problems with some autoclose tags
8940 * tree.c: fixed XML output problems.
8941 * result/* SAXresult/*: update of the tests output
8942
8943Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8944
8945 * Makefile.am: Arturo patch for xmlConf.sh version info
8946 * parser.c: Tim Josling patch for single quoted items
8947 * tester.c: Tim Josling patch for tester options usage
8948 * tree.h: indent cleanup
8949
8950Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8951
8952 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8953 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8954
8955Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8956
8957 * tree.c : Raph patch for initialization of CORBA fields
8958 * parser.c, xpath.c, ...: modification of doc comments
8959 * xpath.c : allow spaces in xpath expressions
8960
8961Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8962
8963 * xmlmemory.h: turning off memory debug :-(
8964
8965Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8966
8967 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8968 better SAX interfaces.
8969 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8970 entity.
8971 * configure.in: 1.7.2
8972
8973Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8974
8975 * libxml.spec.in: fixed the URL
8976 * doc/xml.html: improved the documentation front-end
8977
8978Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8979
8980 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8981
8982Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8983
8984 * libxml.spec.in: fixed the alpha compile problem
8985 * parser.[ch]: changed errno to errNo in the parser context :-(
8986 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8987 * doc/xml.html: changed CHAR to xmlChar
8988 * doc/html/*: recompiled the documentation
8989 * configure.in: 1.7.1
8990
8991Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8992
8993 * parser.h: modified the parser context struct to regain 1.4.0
8994 binary compatibility
8995 * parser.c, xml-error.h: added errno ot teh context and defined
8996 a set of errors values with update of errno
8997 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8998 DTDs and entities
8999 * *.h, *.c: complete cleanup of the use of config.h and include
9000 protection depending on the current setup.
9001 * overalll debugging, maintenance and bug-fixing on all modules
9002 * updated the documentation
9003 * ready for 1.7.0
9004
9005Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9006
9007 * HTMLparser.c : cleanup
9008 * SAX.c valid.c valid.h: added ID/IDREF checking
9009 * tree.c tree.h: extended doc structure for refs
9010 * configure.in: 1.6.2
9011 * parser.c: patched bug in SAX user arg call
9012 * parserInternals.h: patched missing close in C++ wrapping
9013 * testXPath.c xpath.c xpath.h: prepared for extensibility,
9014 especially upcoming XPointer implementation.
9015 * doc/xml.html: augmented, typo
9016
9017Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
9018
9019 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
9020 not all invocations of install understand -d.
9021
9022Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
9023
9024 * Makefile.am: prepend all the test* calls with $(top_builddir) -
9025 to make 'check' works, when builddir != srcdir.
9026
9027Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9028
9029 * doc/xml.html : updated the documentation
9030
9031Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9032
9033 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
9034 not deallocated memory blocks
9035 * *.c : replaces all calls to malloc() free() and realloc() to
9036 the wrapper functions/macros
9037 * tree.c : removed memory leaks dues to calling xmlFreeNode()
9038 instead of xmlFreeNodeList()
9039
9040Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9041
9042 * HTMLparser.c: corrected a stupid bug leading to core dump at
9043 tree deallocation. Removed warnings indicated by
9044 Stephane.Conversy@lri.fr
9045 * entities.c: Fixes Yet Another Stupid Bug, entities were not
9046 looked for in the external subset
9047
9048Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9049
9050 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
9051 on SGI by Stephane.Conversy@lri.fr
9052
9053Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9054
9055 * all .h : changed the prototype declaration indent as in gtk
9056 * most .c : working on reducing the TODOs in the code
9057 * most .c : cleanup though -pedantic and Insure++
9058 * improvements on validation ID checkings.
9059 * tree.[ch] SAX.c: added support for namespace on attributes #2022
9060 * xml-config.in: closed #1810
9061
9062Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9063
9064 * tree.h, valid.c, valid.h: more work on validity, IDs
9065 * xpath.c: added/fixed comparidon and equlity, added a new isinf
9066 definition for AIX
9067
9068Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9069
9070 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
9071 the distribution due to a cut'n paste error at last commit
9072
9073Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9074
9075 * configure.in: upgraded to version 1.4.0
9076 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
9077 Big update, added a large part of the validation process,
9078 it should be usable, but some parts are missing
9079 * xpath.c: improved the implementation w.r.t. root.
9080 * Makefile.am: added more tests
9081 * test and result trees: added a lot of tests
9082 * libxml.spec.in: export libxml.so.0 and libxml.so.1
9083
9084Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9085
9086 * Added an HACKING file
9087
9088Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9089
9090 * xpath.[ch] : improvements and debug of the XPath implementation
9091 * parser.c, HTMLparser.c : modified the parsers to be progressive
9092 * tree.[ch] : extended the Buffer promitives
9093 * xmlIO.[ch] : added basic I/O routines providing progressive
9094 parsing and ready for I18N conversion plugins
9095 * SAXresult/* : the SAX callback sequence maybe slightly different
9096 now
9097 * test*.c : improved/updated the tests programs
9098 * doc/* : recompiled the docs.
9099
91001999-07-26 Michael Meeks <michael@edenproject.org>
9101
9102 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
9103
9104 * tree.c: Ditto.
9105
9106Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9107
9108 * configure.in: upgraded to version 1.4.0
9109 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
9110 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
9111 XML query language, see http://www.w3.org/TR/xpath for more details.
9112 * parser.c, parser.h: added CHAR* related string functions for XPath
9113 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
9114 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
9115 rebuild the docs.
9116 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
9117 and regression testing capabilities for XPath.
9118
9119Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9120
9121 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
9122 closing bug #1646
9123
9124Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9125
9126 * Makefile.am, example/Makefile.am: closed bug #1683
9127
9128Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9129
9130 * example/Makefile.am, configure.in: added the makefile for the
9131 gjobread example
9132
9133Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
9134
9135 * doc/Makefile.am:
9136 - fix which allow "make install DESTDIR=</install/prefix>".
9137
9138Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9139
9140 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
9141 which fixed a problem on the file reading-code.
9142
9143Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9144
9145 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
9146 output.
9147 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
9148
9149Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9150
9151 * parser.h : Oops removed the binary compatibility problem
9152 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
9153 * parser.c, HTMLparser.c: applied patches for reading from stdin
9154
9155Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9156
9157 * parser.c, entities.c, valid.c: cleanup bug #1591
9158 * configure.in: cleanup bug #1592
9159 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
9160 the same tree back-end. Hence gdome will be available for it.
9161 * doc/Makefile.am: close bug #617
9162
9163Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9164
9165 * parser.c: alloctate a per parser context SAX interface block
9166
9167Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9168
9169 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
9170 and xmlEncodeEntitiesReentrant with the correct one :-\
9171
9172Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9173
9174 * commit of my internal XML base changes, quite a lot of
9175 changes, cleanups, better entities support, framework for
9176 new I/O and charset detection and handling
9177 * Fixed the configure/Makefile stuff to generate shared libs
9178 with the proper version info, so we jumped on rev from
9179 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
9180 xmlEncodeEntities() result need to be freed now, and a string
9181 xmlParserVersion provide the current library version.
9182
9183Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
9184
9185 * parser.c: fixed a buffer overrun for when you have a very long
9186 attribute with no entities in it.
9187
9188Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9189
9190 * added example directory
9191 * added example/gjobs.xml gjobread.c, still need a Makefile.in
9192
9193Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9194
9195 * Release of libxml-1.1, nearly everything has been touched for
9196 this.
9197 * Added more regression tests
9198 * Updated the documentation
9199
9200Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9201
9202 * tree.[ch]: unified the XML_NO_CORBA defines.
9203 * parser.c encoding.[ch]: started plugging in char encoding detection
9204
9205Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
9206
9207 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
9208 Also freed allocated buffer.
9209
9210Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9211 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
9212 reentrancy problem at printing. One is left in entities.c, to
9213 remove ASAP
9214 * testSAX.c : added a test example showing the use of the SAX
9215 interface if one doesn't want to build the DOM tree.
9216 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
9217
9218Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9219
9220 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
9221 large revamping of the parser to use SAX callbacks
9222 http://www.megginson.com/SAX/ (or at least a C like interface
9223 a la Expat). It's now possible to set up your own callbacks
9224 and the parser will not build a DOM tree.
9225 * test/* result/*: updated the test suite, I finally removed
9226 the old Namespace draft support (PI based).
9227
9228Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9229
9230 * Makefile.am: added test result to EXTRA_DIST for make tests
9231
9232Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9233
9234 * parser.c, parserInternals.h: moved the chars macro definitions
9235 to parserInternals.h
9236 * parser.c, error.c: applied patches from "Knut Ã…kesson"
9237 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
9238
9239Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9240
9241 * xml-config.in : applied patch to make --version work
9242
92431999-03-05 Raja R Harinath <harinath@cs.umn.edu>
9244
9245 * Makefile.am (check-local): Alias for `tests' target. This will
9246 cause `make check' to do the right thing.
9247 (tests): Don't run tests in srcdir. Also, replaced calls to
9248 basename with a `sed' "equivalent".
9249
9250Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9251
9252 * Renamed error.h to xml-error.h, corrected Makefile.am to list
9253 it in the header and not the sources, updated the doc.
9254 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
9255 pointing this out.
9256
9257Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9258
9259 * parser.c, parser.h, parserInternals.h: memory leak hunting,
9260 exported the inputStream routines.
9261 * doc/html/* : updated accordingly
9262
9263Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9264
9265 * parser.c, parser.h, parserInternals.h: added a few extra
9266 internal calls to allocate and free parser contexts ...
9267 * doc/html/* : updated accordingly
9268
9269Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9270
9271 * configure.in, Makefile.am, doc/makefile.am : General changes for
9272 1.0.0 release and including the generated HTML documentation.
9273
9274Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9275
9276 * makefile.am : added parserInternals.h, oops.
9277
9278Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9279
9280 * parserInternals.h: added this header giving access to the parser
9281 internal functions.
9282 * doc/Makefile.am : added a rebuild target which rebuilds the full
9283 set of documentations
9284 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
9285 the internal subset.
9286 * *.c *.h: modifications needed to generate the documentation using
9287 gtk-doc, cleanup of functions blocks, reorganisation of struct
9288 declarations.
9289
9290Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9291
9292 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
9293 the tar and spec file to include the beginning of the doc.
9294
92951999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
9296
9297 * doc/.cvsignore: Added this file.
9298
9299Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9300
9301 * tree.c: fixed xmlGetProp to return "" when the attribute
9302 exists, even if the node-list is NULL.
9303
9304Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9305
9306 * tree.c: patched an error outputting empty attribute values.
9307 * Makefile.am and doc/makefile.am: have been updated during the
9308 week-end. Sorry for an empty CVS log, I got a shell problem.
9309
9310Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9311
9312 * tree.h: cleaned up using enums instead of defines
9313 * parser.c, valid.[ch]: more work on parsing/output of element
9314 declarations
9315
9316Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9317
9318 * valid.[ch], tree.c, parser.c : more work toward full parsing
9319 of XML DTDs.
9320 * README: added informations about mailing-list and on-line
9321 documentation
9322
93231999-01-27 Raja R Harinath <harinath@cs.umn.edu>
9324
9325 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
9326
9327Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9328
9329 * parser.c, tree.[ch] : more work toward conformance testing,
9330 added a last element to accelerate parsing of very flat structures
9331 started working on internal subset Element content declaration.
9332 * valid.[ch] : first cut at adding code toward validation.
9333 * previous changes had also small impact on most files, especially
9334 the conformance testing using James Clark test suite.
9335
9336Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9337
9338 * test/* : updated the examples, most of them were not well
9339 formed (humm), and added rdf2.
9340 * result/* : resulting changes in the output.
9341
9342Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9343
9344 * tree.c: changed the behaviour of xmlGetProp on NULL values.
9345
9346Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9347
9348 * tree.c: patched a bug in the generation of empty attributes
9349
9350Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9351
9352 * entities.[ch], tree.[ch], tester.c: added copy interfaces
9353 for node/trees/documents/... Biggest problem is namespace
9354 support when copying subtrees.
9355
9356Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9357
9358 * parser.c, entities.c: improve entities and char ref encoding,
9359 and cleanups of error messages.
9360
9361Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9362
9363 * parser.c, entities.c: simple bug hunting done during rpm2html and
9364 rpmfind integration.
9365
9366Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9367
9368 * parser.[ch]: Added interfaces allowing to specify a SAX
9369 handler before parsing.
9370
9371Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9372
9373 * parser.c: redirrect all errors reporting through the SAX
9374 error function
9375
9376Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9377
9378 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
9379 * libtool, tlmain ...: update of the libtool files
9380
93811998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
9382
9383 * entities.c: Use g_snprintf insteda of snprintf.
9384
9385Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9386
9387 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
9388 added ent5 test for this purpose.
9389 * parser.c, parser.h: formatting, comments and UTF-8 planning.
9390
9391Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9392
9393 * parser.c: fixed? a strange error due to compression on a GWP
9394 document.
9395
9396Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9397
9398 * tree.[ch]: bug fixing
9399 * entities.[ch]: defined a specific type for predefined entities
9400 * doc/xml.html: more documentation on the library, how to use it,
9401 overview of the interfaces.
9402
9403Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9404
9405 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
9406
9407Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9408
9409 * tree.c: corrected a small bug
9410 * doc/xml.html: continuing writing documentation.
9411
9412Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9413
9414 * debugXML.h debugXML.c: added debugging utilities.
9415 * tester.c: added --debug switch.
9416 * tree.c: patched an incorrect node->type assignment.
9417 * parser.c: formatting, ensure that node->doc != NULL in attributes
9418
9419Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9420
9421 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
9422 entity support and provide an internal representation close to
9423 DOM one (entity ref nodes, and attribute value as tree). I tried
9424 to preserve the interface but this will surely break some apps
9425 (I have to change rpm2html/rpmfind for example). I had to change
9426 two interfaces, and the generated tree is somewhat different.
9427 * doc/* : started documenting the XML library, the tree and
9428 DOM/Corba. This is a first step.
9429
9430Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9431
9432 * parser.c: Set up the fonctions comment block, boring but useful.
9433 * parser.h, SAX.c, parser.c: now attributes are processed through
9434 the SAX interface. The problem is that my SAX interface diverged
9435 quite a bit from the original one, well this is not an official
9436 spec, and translating it from Java to C is hairy anyway...
9437
9438Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9439
9440 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
9441 fonctions comment block, boring but useful.
9442
9443Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9444
9445 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
9446 conversion routines. However they are not yet used to convert the
9447 inputs. The core will run with UTF-8.
9448
9449Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9450
9451 * tree.c : make sure that the type id is properly set-up when
9452 a new object is allocated, needed for DOM.
9453
9454Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9455
9456 * tree.h, tree.c: Ok, the main objects in the tree will be native
9457 corba objects, it costs 8 bytes per Node, Attribute and Document
9458 but it simplifies the Corba integration a lot (no extra interface
9459 objects to allocate/free).
9460
9461Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9462
9463 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
9464 and changed NODEs contants for conformity with DOM Level 1
9465
9466Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9467
9468 * added hooks to keep track of servants when creating objects
9469 xmlDoc and xmlNode (for Corba export).
9470
9471Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9472
9473 * added xml-config script.
9474
9475Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9476
9477 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
9478 to autoupdate libtool and automake conf files.
9479
94801998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
9481
9482 * Makefile.am: Use '?' to separate the sed
9483 commands as ',' is used when people pass -Wl,something.
9484
9485
9486Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9487
9488 * tree.c, tree.h: added a per-document compression interface.
9489
9490Tue Sep 22 20:47:38 EDT 1998
9491
9492 * tree.c, tree.h: added saving with compression and added interfaces
9493 to control the compression level (xmlGetCompressMode,
9494 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
9495
9496Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9497
9498 * parser.c: corrected a loop for files of size 0
9499
95001998-08-20 Raja R Harinath <harinath@cs.umn.edu>
9501
9502 * error.h: New file. Contains prototyes from `error.c'.
9503
9504Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
9505
9506 * Makefile.am (xmlincdir): New macro.
9507 (xmlinc_HEADERS): Renamed from include_HEADERS.
9508
9509Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9510
9511 * applied small patch on numeric entities from
9512 Christopher Blizzard <blizzard@appliedtheory.com>
9513
9514Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9515
9516 * New release 0.2, removed the old xml_* files so that it's
9517 coherent with the other CVS base (W3C), far better conformance
9518 to standard, new namespaces, decent entities support, beginning
9519 of a SAX-like interface. Nearly nothing left intact, even the
9520 test examples ...
9521
95221998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
9523
9524 * .cvsignore: Add .deps dir
9525
9526Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9527
9528 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
9529
9530Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9531
9532 * configure.in: added test for CPP
9533 * AUTHORS, Changelog: the original ones didn't get commited but the
9534 glib ones instead, fixed.
9535 * Makefile.am: corrected an error in library naming
9536
9537Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9538
9539 * integrated code developped at W3C
9540 * changed the original Copyright
9541 * migrated to automake
9542 * prefixed the filenames by xml_ to avoid filename clashes
9543
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00009544Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
9545
9546 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
9547 should not be called.
9548
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00009549Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
9550
9551 * libxml-2.0.pc.in: applied the patch to fix #101894
9552
Daniel Veillard8a1b1852003-01-05 22:37:17 +00009553Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
9554
9555 * tree.c : applied patch from Lukas Schroeder for register callbacks
9556 * valid.c: modified patch from Lukas Schroeder to test
9557 register callbacks with --chkregister
9558
Daniel Veillard067bae52003-01-05 01:27:54 +00009559Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9560
9561 * xmlreader.c: seriously changed the way data are pushed to
9562 the underlying parser, go by block of 512 bytes instead of
9563 tryng to detect tag boundaries at that level. Changed the
9564 way empty element are detected and tagged.
9565 * python/tests/reader.py python/tests/reader2.py
9566 python/tests/reader3.py: small changes mostly due to context
9567 reporting being different and DTD node being reported. Some
9568 errors previously undetected are now caught and fixed.
9569 * doc/xmlreader.html: flagged last section as TODO
9570
Daniel Veillard51a447a2003-01-04 19:42:46 +00009571Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9572
9573 * python/libxml.py: integrated the Python 2.2 optimizations
9574 from Hannu Krosing, while maintaining compatibility with
9575 1.5 and 2.1
9576
Daniel Veillarde59494f2003-01-04 16:35:29 +00009577Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
9578
9579 * xmllint.c: a bit of cleanup
9580 * xmlreader.c: small fix
9581 * doc/xmlreader.html: more work on the XmlTextReader tutorial
9582 * python/libxml.py: a few fixes pointed out by Hannu Krosing
9583
Daniel Veillard623a9eb2003-01-04 12:47:20 +00009584Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9585
9586 * python/setup.py.in: patch from Stéphane Bidoul to include
9587 drv_libxml2.py in setup.py
9588
Daniel Veillard66b82892003-01-04 00:44:13 +00009589Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
9590
9591 * doc/xmlreader.html: starting documenting the new XmlTextReader
9592 interface.
9593
Daniel Veillard7704fb12003-01-03 16:19:51 +00009594Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
9595
9596 * xmllint.c: added the --stream flag to use the TextReader API
9597 * xmlreader.c: small performance tweak
9598
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00009599Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
9600
9601 * xmlreader.c python/tests/reader2py: okay the DTD validation
9602 code on top of the XMLTextParser API should be solid now.
9603
Daniel Veillard1fdfd112003-01-03 01:18:43 +00009604Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
9605
9606 * xmlreader.c python/tests/reader2py: Fixing some more mess
9607 with validation and recursive entities while using the
9608 reader interface, it's getting a bit messy...
9609
Daniel Veillarddab8ea92003-01-02 14:16:45 +00009610Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
9611
9612 * xmlreader.c python/tests/reader.py: another couple of problem
9613 related to IsEmptyElement reported by Stéphane Bidoul needed
9614 some fixes.
9615
Daniel Veillard4f860202003-01-02 13:00:02 +00009616Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9617
9618 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
9619 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
9620 based on the python XmlTextReader interface.
9621
Daniel Veillard3c265e42003-01-01 21:06:49 +00009622Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
9623
9624 * tree.c: backing out one change in the last patch which broke the
9625 regression tests
9626
Daniel Veillard5335dc52003-01-01 20:59:38 +00009627Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9628
9629 * global.data globals.c tree.c include/libxml/globals.h: applied
9630 an old patch from Lukas Schroeder to track node creation and
9631 destruction. Probably missing a lot of references at the moment
9632 and not usable reliably.
9633
Daniel Veillard8ba17412003-01-01 19:13:12 +00009634Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9635
9636 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
9637 from doc/news.html and a stylesheet
9638
Daniel Veillarde3c036e2003-01-01 15:11:05 +00009639Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
9640
9641 * xmlreader.c python/tests/reader.py: fixed another couple of
9642 xmlreader bugs reported by Stéphane Bidoul and added tests.
9643
Daniel Veillard9e395c22003-01-01 14:50:44 +00009644Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
9645
9646 * xmlreader.c python/tests/reader2.py: fixed another validity
9647 checking in external parsed entities raised by Stéphane Bidoul
9648 and added a specific regression test.
9649 * python/tests/reader3.py: cleanup
9650
Daniel Veillardd5896142002-12-31 14:45:26 +00009651Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9652
9653 * xmlreader.c python/tests/reader2.py: fixed a problem with
9654 validation within entities pointed by Stéphane Bidoul, augmented
9655 the tests to catch those.
9656
Daniel Veillarddc85f282002-12-31 11:18:37 +00009657Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
9658
9659 * python/generator.py: modified the generator to allow keeping
9660 class references when creating new classes, needed to fix a bug
9661 pointed by Stéphane Bidoul where the input buffer of the
9662 xmlTextReader instance gets destroyed if the python wrapper for
9663 the input is not referenced anymore.
9664
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00009665Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
9666
9667 * xmlreader.c python/tests/reader.py: fixed another pair of problem
9668 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
9669
Daniel Veillard571b8892002-12-30 12:37:59 +00009670Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9671
9672 * xmlreader.c python/tests/reader.py: fixed another problem
9673 pointed by Stéphane Bidoul
9674
Daniel Veillardaaa105b2002-12-30 11:42:17 +00009675Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9676
9677 * xmlreader.c python/tests/reader.py: fixed a limit case problem
9678 with "<a/>"
9679
Daniel Veillardecaba492002-12-30 10:55:29 +00009680Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9681
9682 * SAX.c: warn on xmlns:prefix="foo"
9683 * xmlreader.c python/tests/reader.py: fixed a couple of problem
9684 for namespace attributes handling.
9685
Daniel Veillard2d84a892002-12-30 00:01:08 +00009686Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9687
9688 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
9689 a really nasty problem raised by a DocBook XSLT transform
9690 provided by Sebastian Bergmann
9691
Daniel Veillard29b3e282002-12-29 11:14:41 +00009692Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
9693
9694 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
9695 by Stéphane Bidoul and integrated it into the tests
9696
Daniel Veillarde18fc182002-12-28 22:56:33 +00009697Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
9698
9699 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
9700 extended the XmlTextReader API a bit, addding accessors for
9701 the current doc and node, and an entity substitution mode for
9702 the parser.
9703 * python/libxml.py python/libxml2class.txt: related updates
9704 * python/tests/Makefile.am python/tests/reader.py
9705 python/tests/reader2.py python/tests/reader3.py: updated a bit
9706 the old tests and added a new one to test the entities handling
9707
Daniel Veillardaba976d2002-12-28 21:14:18 +00009708Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9709
9710 * python/generator.py python/libxml2class.txt
9711 python/tests/reader.py python/tests/reader2.py: changed the
9712 generator to provide casing for the XmlTextReader similar to
9713 C# so that examples and documentation are more directly transposable.
9714 Fixed the couple of tests in the suite.
9715
Daniel Veillard83298842002-12-28 15:12:33 +00009716Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
9717
9718 * doc/guidelines.html: added a document on guildeline for
9719 publishing and deploying XML
9720
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009721Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9722
9723 * valid.c xmlreader.c: final touch running DTD validation
9724 on the XmlTextReader
9725 * python/tests/Makefile.am python/tests/reader2.py: added a
9726 specific run based on the examples from test/valid/*.xml
9727
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009728Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9729
9730 * python/libxml.py: added a few predefined xmlTextReader parser
9731 configuration values.
9732
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009733Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9734
9735 * python/libxml_wrap.h: trying to fix #102037
9736
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009737Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9738
9739 * SAX.c: fixing bug #95296, when the predefined entities
9740 are redefined in the DTD the default one must be used
9741 instead anyway.
9742
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009743Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9744
9745 * doc/xmllint.xml
9746 * doc/xmllint.1
9747 Add discussion of XML_DEBUG_CATALOG to xmllint man
9748 page - bug #100907
9749
9750
Daniel Veillarddf512f42002-12-23 15:56:21 +00009751Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9752
9753 * xmlreader.c: Fixed the empty node detection to avoid reporting
9754 an inexistant close tag.
9755
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009756Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9757
9758 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9759 for Python 2.1
9760
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009761Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9762
9763 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9764
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009765Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9766
9767 * doc/libxml2-api.xml python/tests/reader.py: one really need
9768 to provide the base URI information when creating a reader parser
9769 from an input stream. Updated the API and the example using it.
9770
Daniel Veillardea7751d2002-12-20 00:16:24 +00009771Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9772
9773 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9774 include/libxml/valid.h include/libxml/xmlreader.h: working on
9775 DTD validation on top of xml reader interfaces. Allows to
9776 validate arbitrary large instances. This required some extensions
9777 to the valid module interface and augmenting the size of xmlID
9778 and xmlRef structs a bit.
9779 * uri.c xmlregexp.c: simple cleanup.
9780
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009781Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9782
9783 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9784 work on the xml reader interfaces.
9785 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9786 Web page for the Windows binaries.
9787
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009788Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9789
9790 * xmlIO.c: applied a patch for VMS following the report by
9791 Nigel Hall
9792
Daniel Veillard3772de32002-12-17 10:31:45 +00009793Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9794
9795 * parser.c: the parseStartTag bug fix wasn't complete.
9796
Daniel Veillard67df8092002-12-16 22:04:11 +00009797Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9798
9799 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9800 parseStartTag, fixing it.
9801 * test/att4 result/att4 result/noent/att4: adding the test
9802 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9803 more methods to XmlTextReader.
9804
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009805Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9806
9807 * win32/libxml2.def.src: added more xml reader exports
9808 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9809 to the build
9810
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009811Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9812
9813 * doc/tutorial/xmltutorial.xml
9814 plus generated html and pdf
9815 Updating tutorial again based on further comments from Niraj
9816 Tolia on the last iteration
9817
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009818Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9819
9820 * doc/tutorial/xmltutorial.xml
9821 * doc/tutorial/includekeyword.c
9822 * doc/tutorial/includegetattribute.c
9823 plus generated html and pdf
9824 Adding fix from Niraj Tolia to tutorial to properly free memory.
9825
9826
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009827Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9828
9829 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9830 more methods of XmlTextReader.
9831 * python/libxml2class.txt python/tests/reader.py: this increased the
9832 methods in the bndings, augmented the test to check those new
9833 functions.
9834
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009835Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9836
9837 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9838 methods of XmlTextReader.
9839 * python/generator.py python/libxml_wrap.h python/types.c
9840 python/libxml2class.txt: added the reader to the Python bindings
9841 * python/tests/Makefile.am python/tests/reader.py: added a specific
9842 test for the Python bindings of the Reader APIs
9843 * parser.c: small cleanup.
9844
Daniel Veillard06503452002-12-13 10:42:08 +00009845Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9846
9847 * xinclude.c: fallback was only copying the first child not the
9848 full child list of the fallback element, closes #89684 as reopened
9849 by Bernd Kuemmerlen
9850
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009851Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9852
9853 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9854
Daniel Veillard000eafb2002-12-12 10:04:22 +00009855Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9856
Daniel Veillardc1eed322002-12-12 11:01:32 +00009857 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009858 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009859 gives enum values, fix functype return type, put back fields in
9860 structs
9861 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009862
Daniel Veillard024b5702002-12-12 00:15:55 +00009863Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9864
9865 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9866 about htmlNodeDumpOutput location.
9867 * xpath.c: removed an undefined function signature
9868 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9869 too many symbols in the API breaking the python bindings.
9870 Updated with the libxslt/libexslt changes.
9871
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009872Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9873
9874 * configure.in: preparing release of 2.4.29
9875 * doc/*: rebuilt the docs and API
9876 * xmlreader.c: a few more fixes for the XmlTextReader API
9877
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009878Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9879
9880 * include/win32config.h: applied mingw patch from Magnus Henoch
9881
Daniel Veillard5aad8322002-12-11 15:59:44 +00009882Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9883
9884 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9885
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009886Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9887
9888 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9889 building Python script, does the C parsing directly, generates
9890 a better API description including structure fieds defs and
9891 enums. Still a couple of bugs, but good enough for the python
9892 wrappers now.
9893 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9894 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9895 include/libxml/schemasInternals.h include/libxml/tree.h: more
9896 cleanup based on the python analysis script reports.
9897 * libxml.spec.in: make sure the API XML description is part of the
9898 devel package.
9899
Daniel Veillard01c13b52002-12-10 15:19:08 +00009900Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9901
9902 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9903 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9904 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9905 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9906 code cleanup, especially the function comments.
9907 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9908
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009909Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9910
9911 * Makefile.am xmlreader.c include/libxml/Makefile.am
9912 include/libxml/xmlreader.h: Adding a new set of APIs based on
9913 the C# TextXmlReader API but converted to C. Allow to parse
9914 in constant memory usage, far simpler to program and explain
9915 than the SAX like APIs, unfinished but working.
9916 * testReader.c: test program
9917
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009918Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9919
9920 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9921
Daniel Veillard64b35282002-12-04 15:10:40 +00009922Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9923
9924 * tree.c: Chip turner indicated that XHTML1 serialization
9925 rule for style actually break on both IE and Mozilla,
9926 try to avoid the rule if escaping ain't necessary
9927
Daniel Veillard8efff672002-12-04 11:44:48 +00009928Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9929
9930 * nanhttp.c: handle HTTP URL escaping, problem reported by
9931 Glen Nakamura and Stefano Zacchiroli
9932
Daniel Veillard1c732d22002-11-30 11:22:59 +00009933Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9934
9935 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9936
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009937Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9938
9939 * uri.c: Johann Richard pointed out some XPointer problems for
9940 URN based URI references in XInclude. Modified the URI parsing
9941 and saving routines to allow correct parsing and saving of
9942 XPointers, especially when attached to "opaque" scheme accordingly
9943 to RFC 2396
9944
Daniel Veillard8db67d22002-11-27 19:39:27 +00009945Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9946
9947 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9948 of refactoring to the HTML saving code.
9949 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9950 in the doc.
9951
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009952Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9953
9954 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9955 to a buffer API to reuse the generic dump to an OutputIO layer,
9956 this reduces code, fixes xmlNodeDump() for XHTML, also made
9957 xmlNodeDump() now return the number of byte written.
9958
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009959Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9960
9961 * python/setup.py.in: another patch from Stéphane Bidoul for
9962 Python bindings on Windows
9963 * doc/parsedecl.py: small cleanup
9964
Daniel Veillard9715c172002-11-25 16:33:40 +00009965Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9966
9967 * libxml.spec.in configure.in: add a line in %changelog for releases
9968
Daniel Veillard9bc53102002-11-25 13:20:04 +00009969Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9970
9971 * parser.c: patch from Marcus Clarke fixing a problem in entities
9972 parsing that was detected in KDe documentations environment.
9973
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009974Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9975
9976 * python/libxml.c (libxml_prev): Return the previous as opposed to
9977 the next node (I guess this is the result of some cut & paste programming:)
9978
Daniel Veillard80d7b902002-11-23 16:23:08 +00009979Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9980
9981 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9982
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009983Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9984
9985 * python/generator.py python/libxml.c python/setup.py.in: trying
9986 to fix the Python bindings build on Windows (Stéphane Bidoul)
9987
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009988Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9989
9990 * win32/configure.js: added option for python bindings
9991 * win32/libxml2.def.src: added more exports
9992
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009993Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9994
9995 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9996 pthreads
9997 * win32/wince/*: applied updates to Windows CE port from Javier
9998
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009999Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10000
10001 * configure.in: preparing 2.4.28
10002 * libxml.spec.in doc/Makefile.am: some cleanup
10003 * doc/*: updated the news and regenerated.
10004
Daniel Veillardfee408f2002-11-22 13:18:30 +000010005Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10006
10007 * HTMLparser.c: final touch at closing #87235 </p> end tags
10008 need to be generated.
10009 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
10010 this change slightly the output of a few tests
10011 * doc/*: regenerated
10012
Daniel Veillardd2ff0392002-11-22 12:28:38 +000010013Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10014
10015 * parserInternals.c: fixing bug #99190 when UTF8 document are
10016 parsed using the progressive parser and the end of the chunk
10017 is in the middle of an UTF8 multibyte character.
10018
William M. Brack8b2c7f12002-11-22 05:07:29 +000010019Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10020
10021 * threads.c: fixed initialization problem in xmlNewGlobalState
10022 which was causing crash.
10023 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
10024 in xmlInitializeGlobalState.
10025 * parserInternals.c: cleaned up ctxt->sax initialisation.
10026
Daniel Veillardd5c2f922002-11-21 14:10:52 +000010027Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10028
10029 * tree.c include/libxml/tree.h: modified the existing APIs
10030 to handle XHTML1 serialization rules automatically, also add
10031 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
10032 libxslt serialization uses it when needed without changing
10033 the library API.
10034 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
10035 result/xhtml1: added a new test specifically for xhtml1 output
10036 and updated the result of one XHTML1 test
10037
Daniel Veillardd076a202002-11-20 13:28:31 +000010038Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
10039
10040 * xinclude.c parserInternals.c encoding.c: fixed #99082
10041 for xi:include encoding="..." support on text includes.
10042 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
10043 test/XInclude/ents/isolatin.txt : added a specific regression test
10044 * python/generator.py python/libxml2class.txt: fixed the generator
10045 the new set of comments generated for doc/libxml2-api.xml were
10046 breaking the python generation.
10047
Daniel Veillard817e70b2002-11-19 22:28:48 +000010048Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10049
10050 * doc/Makefile.am: repair some problem if gtk-doc fail or such
10051 * configure.in: patch for Solaris on new autoconf closes #98880
10052 * doc/parsedecl.py: repair the frigging API building script,
10053 did I say that python xmllib sucks ?
10054 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
10055 and some comment are no more truncated.
10056
Daniel Veillarda7e05b42002-11-19 08:11:14 +000010057Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10058
10059 * parser.c: Martin Stoilov pointed out a potential leak in
10060 xmlCreateMemoryParserCtxt
10061
Daniel Veillardbc6e1a32002-11-18 15:07:25 +000010062Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10063
10064 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
10065 included in HTML documents and using the push parser.
10066
Daniel Veillard4efd3be2002-11-18 09:11:13 +000010067Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10068
10069 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
10070 specified, look for the Python interpreter not just in the
10071 specified root but also in the specified location. Fixes #98825
10072
Daniel Veillarda8c0adb2002-11-17 22:37:35 +000010073Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10074
10075 * python/libxml.c: fixing bug #98792 , node may have no doc
10076 and dereferencing without checking ain't good ...
10077
Daniel Veillarddad3f682002-11-17 16:47:27 +000010078Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10079
10080 * configure.in: preparing release 2.4.27
10081 * doc/* : updated and rebuilt the docs
10082 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
10083 and all the docs are actually packaged and in the final RPMs
10084 * parser.c parserInternals.c include/libxml/parser.h: restore
10085 xmllint --recover feature.
10086
Daniel Veillard68e9e742002-11-16 15:35:11 +000010087Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10088
Daniel Veillard784b9352003-02-16 15:50:27 +000010089 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +000010090 processing of parsed entities, and XPath computation on sustitued
10091 entities.
10092 * testXPath.c: make sure entities are substitued.
10093
Daniel Veillard328f48c2002-11-15 15:24:34 +000010094Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10095
Daniel Veillard784b9352003-02-16 15:50:27 +000010096 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +000010097 processing of internal parsed entities, which had to be changed.
10098
Daniel Veillard66651aa2002-11-15 11:21:43 +000010099Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10100
10101 * Makefile.am python/Makefile.am python/tests/Makefile.am:
10102 trying to fix bug #98517 about building outside the source tree
10103 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
10104
Igor Zlatkovic2772cea2002-11-14 17:45:20 +000010105Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10106
10107 * include/win32config.h: cleanup
10108 * win32/Makefile.mingw: integrated mingw in JScript configure
10109 * win32/Makefile.msvc: modified to allow mingw coexistence
10110 * win32/configure.js: integrated mingw
10111 * win32/Readme.txt: cleanup
10112
Daniel Veillard8dd86a52002-11-12 21:14:17 +000010113Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10114
10115 * HTMLparser.c: strengthen the guard in the Pop macros,
10116 like in the XML parser, closes bug #97315
10117
Daniel Veillard0821b152002-11-12 20:57:47 +000010118Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10119
10120 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
10121 callback is never used.
10122
Daniel Veillard8606bbb2002-11-12 12:36:52 +000010123Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10124
10125 * parserInternals.c: fixed the initialization of the SAX structure
10126 which was breaking xsltproc
10127 * xpath.c: patch from Petr Pajas for CDATA nodes
10128 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
10129 * parser.c include/libxml/parser.h: patch from Peter Jones
10130 removing a leak in xmlSAXParseMemory() and adding the
10131 function xmlSAXParseMemoryWithData()
10132
MST 2002 John Fleckf854d992002-11-12 03:49:05 +000010133Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
10134
10135 adding pdf of tutorial, changing web page to link to it
10136 * doc/tutorial/xmltutorial.pdf
10137 * doc/xml.html
10138 * doc/docs.html
10139
MST 2002 John Fleck52717f32002-11-11 03:49:33 +000010140Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
10141
10142 * doc/tutorial/ar01s08.html
10143 adding file what I forgot for tutorial
10144
10145
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +000010146Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
10147
10148 Adding encoding discussion to tutorial
10149 Added:
10150 * doc/tutorial/images/*.png: DocBook admonition image files
10151 * doc/tutorial/apf.html, apg.html: new generated html
10152 * doc/tutorial/includeconvert.c: conversion code entity file
10153 changed:
10154 * doc/tutorial/xmltutorial.xml: DocBook original
10155 * doc/tutorial/*.html: generated html
10156
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010157Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10158
10159 * include/libxml/*.h: retired xmlwin32version.h
10160 * doc/Makefile.am: retired xmlwin32version.h
10161 * win32/configure.js: retired xmlwin32version.h
10162
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010163Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10164
10165 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010166 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
10167 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010168
Daniel Veillard7216cfd2002-11-08 15:10:00 +000010169Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * globals.c: fixed a typo pointed out by Igor
10172 * xpath.c: try to speed up node compare using line numbers
10173 if available.
10174
Daniel Veillarda70d62f2002-11-07 14:18:03 +000010175Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10176
10177 * tree.c: make xmlFreeNode() handle attributes correctly.
10178
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +000010179Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10180
10181 * catalog.c: completed the #96963 fix, as reported by Karl
10182 Eichwalder
10183
Daniel Veillard56f21f22002-11-06 15:49:46 +000010184Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10185
10186 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
10187
Daniel Veillard91ad8792002-11-04 17:06:52 +000010188Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10189
10190 * Makefile.am: switched the order of a couple of includes
10191 to fix bugs #97100
10192
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +000010193Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10194
10195 * catalog.c: fixed bug #96963, reverted to the old behaviour of
10196 xmlLoadCatalogs that used to separate directories with a ':'.
10197
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +000010198Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10199
10200 * threads.c: improvements to the Windows-side of thread handling
10201 * testThreads.c: conditionally excluded unistd.h
10202 * testThradsWin32.c: broke overlong lines
10203 * include/win32config.h: adapted thread-related macros to the new
10204 scheme and for pthreads on Windows
10205 * win32/Makefile.msvc: introduced a more flexible thread build,
10206 added testThreads[Win32].c to the build
10207 * win32/configure.js: introduced a more flexible thread config
10208
John Fleck61f6fb62002-10-31 15:23:29 +0000102092002-10-31 John Fleck <jfleck@inkstain.net>
10210
10211 * doc/xml.html (and, by implication, FAQ.html)
10212 added UTF-8 conversaion FAQ from Marcus Labib Iskander
10213
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +000010214Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10215
10216 * configure.in: removed xmlwin32version.h
10217 * include/libxml/Makefile.am: removed xmlwin32version.h
10218
Daniel Veillardce66ce12002-10-28 19:01:59 +000010219Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10220
10221 * tree.c: applied patch from Brian Stafford to fix a bug
10222 in xmlReconciliateNs()
10223
Daniel Veillard7e3f1402002-10-28 18:52:57 +000010224Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10225
10226 * tree.c: applied patch from Christian Glahn to allow
10227 xmlNewChild() on document fragment nodes
10228
Daniel Veillardb39bc392002-10-26 19:29:51 +000010229Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10230
10231 * parser.c: Christian Glahn found a problem with a recent
10232 patch to xmlParseBalancedChunkMemoryRecover()
10233 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
10234 problems
10235 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
10236 test/schemas/seq*: added the test cases from Charles
10237
Daniel Veillard366a9152002-10-23 20:43:53 +000010238Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10239
10240 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
10241 serious cleanup of the spec file and associated changes
10242 in the Makefiles.
10243 * valid.c: try to remove some warnings on x86_64
10244
Daniel Veillardd033d022002-10-23 14:55:02 +000010245Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10246
10247 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
10248 fix bug #96586
10249
Daniel Veillardce02dbc2002-10-22 19:14:58 +000010250Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10251
10252 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
10253 parsing, applied his patch
10254 * result/HTML/attrents.html result/HTML/attrents.html.err
10255 result/HTML/attrents.html.sax test/HTML/attrents.html:
10256 added the test and result case provided by Mikhail Sogrine
10257
Daniel Veillarde645e8c2002-10-22 17:35:37 +000010258Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10259
10260 * vms/build_libxml.com vms/config.vms vms/readme.vms
10261 include/libxml/parser.h include/libxml/parserInternals.h
10262 include/libxml/tree.h include/libxml/xmlIO.h
10263 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
10264 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
10265 Applied the VMS update patch from Craig A. Berry
10266 * doc/*.html: update
10267
Daniel Veillardf000f072002-10-22 14:28:17 +000010268Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10269
10270 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
10271
Daniel Veillard1e208222002-10-22 14:25:25 +000010272Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10273
10274 * debugXML.c: adding a grep command to --shell in xmllint
10275 for T.V. Raman
10276
Daniel Veillard9cdcf362002-10-22 14:23:59 +000010277Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10278
10279 * xmlcatalog.c: tried to fix some of the problem with --sgml
10280
Daniel Veillard935494a2002-10-22 14:22:46 +000010281Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
10282
10283 * parser.c: tried to fix bug #91500 where doc->children may
10284 be overriden by a call to xmlParseBalancedChunkMemory()
10285
10286Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10287
10288 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
10289 identifiers in SGML catalogs containing '&'
10290
Daniel Veillardc0ac0692002-10-20 21:31:50 +000010291Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10292
10293 * python/types.c: fixed bugs when passing result value tree
10294 to Python functions.
10295
Daniel Veillard48267432002-10-18 11:21:38 +000010296Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10297
10298 * configure.in: preparing the release of 2.4.26
10299 * doc/*: updated and rebuilt the documentation
10300
Daniel Veillardbb284f42002-10-16 18:02:47 +000010301Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10302
10303 * parser.c: fixed a XML Namespace compliance bug reported by
10304 Alexander Grimalovsky
10305
Daniel Veillard44892f72002-10-16 15:23:26 +000010306Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10307
10308 * HTMLtree.c: fixed serialization of script and style when
10309 they are not lowercase (i.e. added using the API to the tree).
10310
Daniel Veillard2fd85422002-10-16 14:32:41 +000010311Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10312
10313 * valid.c: make xmlValidateDocument emit a warning msg if there
10314 is no DTD, pointed by Christian Glahn
10315
Daniel Veillard32370232002-10-16 14:08:14 +000010316Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10317
10318 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
10319 content model when some of the blocks have min or max, and a couple
10320 of bugs found in the process.
10321 * result/schemas/list0* test/schemas/list0*: added some specific
10322 regression tests
10323
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000010324Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
10325
10326 * README: updated the contact informations
10327
Daniel Veillard63186732002-10-15 08:43:17 +000010328Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10329
10330 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
10331 misses it, reported by Peter Bray.
10332
Daniel Veillard96c3a3b2002-10-14 15:39:04 +000010333Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10334
10335 * tree.c: investigating xmlNodeGetContent() on namespace nodes
10336 and removed a few warnings
10337
Daniel Veillard819d5cb2002-10-14 11:15:18 +000010338Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * parser.c: Christian Glahn found a small bug in the push parser.
10341 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
10342 public
10343
Daniel Veillard6045c902002-10-09 21:13:59 +000010344Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * xmlschemas.c include/libxml/xmlschemas.h: added
10347 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
10348 * testSchemas.c: added --memory to test the new interface
10349
Daniel Veillardf0070122002-10-09 14:24:17 +000010350Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10351
10352 * doc/index.py doc/search.php: integrated the XSLT indexing,
10353 a few fixed in the indexer, added a scope selection at the
10354 search level.
10355
Daniel Veillard01992e02002-10-09 10:20:30 +000010356Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10357
10358 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
10359 this was due to uninitialized parts of the validation context
10360
Daniel Veillard321be0c2002-10-08 21:26:42 +000010361Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10362
10363 * debugXML.c: applied patch from Mark Vakoc except the API
10364 change, preserved it.
10365 * doc/*: updated the docs to point to the search engine for
10366 information lookup or before bug/help reports.
10367
Daniel Veillard01e87d22002-10-08 16:55:06 +000010368Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10369
10370 * doc/index.py doc/search.php: added mailing-list archives
10371 indexing and lookup
10372
Daniel Veillard9dc1cf12002-10-08 08:26:11 +000010373Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10374
10375 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
10376
Daniel Veillard9b006132002-10-07 11:13:27 +000010377Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10378
10379 * doc/index.py: improved HTML indexing
10380 * doc/search.php: make the queries also lookup the HTML based indexes
10381
Daniel Veillard141d04b2002-10-06 21:51:18 +000010382Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10383
10384 * doc/index.py: added HTML page indexing
10385
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010386Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10387
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +000010388 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010389 problem in libxslt.
10390 * catalog.c: fixed list handling in XML_CATALOG_FILES
10391
Daniel Veillardceb09b92002-10-04 11:46:37 +000010392Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10393
10394 * valid.c: typo/bug found by Christian Glahn
10395
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +000010396Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10397
10398 * xmlIO.c: applied Windows CE patch from Javier.
10399 * win32/wince: new directory, contains support for the PocketPC
10400 with Windows CE from Javier.
10401 * include/win32config.h: reorganised, removed duplicate
10402 definitions and applied WinCE patch from Javier.
10403 * include/wsockcompat.h: new file, now contains WinSock
10404 compatibility macros.
10405 * win32/Makefile.msvc: introduced double-run compilation.
10406
Daniel Veillarde16b5742002-09-26 17:50:03 +000010407Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10408
10409 * configure.in include/libxml/xmlwin32version.h: preparing release
10410 of 2.4.25
10411 * doc/*: updated and regenerated teh docs and web pages.
10412
Daniel Veillard90d68fb2002-09-26 16:10:21 +000010413Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10414
10415 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
10416 error were not covering namespace declarations.
10417 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
10418 it was missing the attribute declaration for the namespace
10419 * result/VC/NS3: the fix now report breakages in that test
10420
Daniel Veillardabe01742002-09-26 12:40:03 +000010421Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
10424
Daniel Veillard2ace1952002-09-26 12:28:02 +000010425Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10426
10427 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
10428 and regenerated the docs and web site
10429
Daniel Veillarddda8f1b2002-09-26 09:47:36 +000010430Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10431
10432 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
10433 ATTRIBUTE_UNUSED is always put after the attribute declaration,
10434 not before
10435
Daniel Veillardd4cb1e82002-09-26 09:34:23 +000010436Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10437
10438 * python/generator.py python/libxml2class.txt: fixed a stupid error
10439 breaking the python API
10440
Daniel Veillardb7c29c32002-09-25 22:44:43 +000010441Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10442
10443 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
10444 triostr.c triostr.h: applied a trio update patch from
10445 Bjorn Reese which should work with MinGW
10446
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010447Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10448
10449 * tree.c: improving some documentation comments
10450 * xmlregexp.c: found and fixed a mem leak with python regression tests
10451 * doc/*: rebuilt the doc and the API XML file including the
10452 xmlregexp.h xmlautomata.h and xmlunicode.h headers
10453 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
10454 python/types.c: added access to the XML Schemas regexps from
10455 python
10456 * python/tests/Makefile.am python/tests/regexp.py: added a
10457 simple regexp bindings test
10458
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010459Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
10460
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010461 * doc/xml.html:
10462 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010463
Daniel Veillard118aed72002-09-24 14:13:13 +000010464Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10465
10466 * xmlregexp.c: fixed the data callback on transition functionality
10467 which was broken when using the compact form
10468 * result/schemas/*: updated the results, less verbose, all tests
10469 pass like before
10470 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
10471 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
10472 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
10473 annoying warnings
10474 * xpath.c: try to provide better error report when possible
10475
Daniel Veillard72336152002-09-21 13:08:14 +000010476Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10477
10478 * Makefile.am: fixed a breakage raised by Jacob
10479
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +000010480Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10481
10482 * include/win32config.h: added HAVE_ERRNO_H definition for parts
10483 which don't use sockets
10484
Igor Zlatkovic01280582002-09-20 16:40:34 +000010485Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10486
10487 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
10488 * win32/configure.js: applied zlib patch from Daniel Gehriger
10489
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000010490Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10491
10492 * win32/configure.js: applied the patch from Mark Vakoc for
10493 regexp support
10494 * win32/libxml2.def.src: applied the patch from Mark Vakoc
10495 for regexp support
10496
Daniel Veillardb5c05732002-09-20 13:36:25 +000010497Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10498
10499 * xmlschemastypes.c: as pointed by Igor Float and Double
10500 parsing ain't finished yet
10501
Daniel Veillard40b11342002-09-20 12:01:39 +000010502Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10503
10504 * Makefile.am configure.in: trying to fix #88412 by bypassing
10505 all the python subdir if python ain't detected
10506
Daniel Veillard23e73572002-09-19 19:56:43 +000010507Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10508
10509 * Makefile.am configure.in include/libxml/xmlversion.h.in:
10510 made configuring with regexps/automata/unicode the default
10511 but without schemas ATM
10512 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
10513 fixed the regexp based DTD validation performance and memory
10514 problem by switching to a compact form for determinist regexps
10515 and detecting the determinism property in the process. Seems
10516 as fast as the old DTD validation specific engine :-) despite
10517 the regexp built and compaction process.
10518
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000010519Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10520
10521 * valid.c: determinism is debugged, new DTD checking code now works
10522 but xmlFAComputesDeterminism takes far too much CPU and the whole
10523 set usues too much memory to be really usable as-is
10524
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000010525Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10526
10527 * tree.c: fixed another stupid bug in xmlGetNodePath()
10528 * xmllint.c: --version now report the options compiled in
10529
Daniel Veillarda646cfd2002-09-17 21:50:03 +000010530Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10531
10532 * HTMLparser.c: small cleanup
10533 * valid.c xmlregexp.c: switched DTD validation to use only regexp
10534 when configured with them. A bit of debugging around the determinism
10535 checks is still needed
10536
Daniel Veillard63b01c22002-09-17 19:25:28 +000010537Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10538
10539 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
10540
Daniel Veillard92727042002-09-17 17:59:20 +000010541Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10542
10543 * xmlIO.c: small portability glitch fixed.
10544
Daniel Veillard84d70a42002-09-16 10:51:38 +000010545Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10546
10547 * xmlschemastypes.c: incomplete steps for real/double support
10548 * testAutomata.c include/libxml/xmlautomata.h
10549 include/libxml/xmlregexp.h: avoiding a compilation problem
10550 * valid.c include/libxml/valid.h: starting the work toward using
10551 the regexps for actual DTD validation
10552
Daniel Veillardaeb258a2002-09-13 14:48:12 +000010553Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10554
10555 * hash.c: cosmetic cleanup
10556 * valid.c include/libxml/tree.h include/libxml/valid.h: started
10557 integrating a DTD validation layer based on the regexps
10558
Daniel Veillard4402ab42002-09-12 16:02:56 +000010559Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10560
10561 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
10562 the determinism was tested before eliminating the epsilon
10563 transitions :-(
10564
Daniel Veillardc6d4a932002-09-12 15:00:57 +000010565Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
10566
10567 * python/generator.py python/libxml.c python/libxml.py
10568 python/libxml2-python-api.xml python/libxml2class.txt
10569 python/libxml_wrap.h python/types.c: updated the python
10570 bindings, added code for easier File I/O, and the ability to
10571 define a resolver from Python fixing bug #91635
10572 * python/tests/Makefile.am python/tests/inbuf.py
10573 python/tests/outbuf.py python/tests/pushSAXhtml.py
10574 python/tests/resolver.py python/tests/serialize.py: updated
10575 and augmented the set of Python tests.
10576
Igor Zlatkovic353bf582002-09-10 19:07:14 +000010577Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10578
10579 * win32/configure.js: added more readme info for the binary
10580 package.
10581
Daniel Veillard607b35c2002-09-10 12:16:19 +000010582Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10583
10584 * xmlIO.c: fixed a stupid out of bound array error
10585
10586Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10587
10588 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
10589 messing around with support for Windows path, cleanups,
10590 trying to identify and fix the various code path to the
10591 filename access. Added xmlNormalizeWindowsPath()
10592
Daniel Veillard76575762002-09-05 14:21:15 +000010593Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10594
10595 * error.c valid.c: working on better error reporting of validity
10596 errors, especially providing an accurate context.
10597 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
10598 error reports in those cases.
10599
Daniel Veillard3487c8d2002-09-05 11:33:25 +000010600Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10601
10602 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
10603 parser.c parserInternals.c xmlIO.c: get rid of all the
10604 perror() calls made in the library execution paths. This
10605 should fix both #92059 and #92385
10606
Daniel Veillard19aa7022002-09-05 11:14:19 +000010607Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10608
10609 * xmllint.c: memory leak reporting was broken after a change
10610 of the preprocessor symbol used to activate it.
10611
Daniel Veillardec6725e2002-09-05 11:12:45 +000010612Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10613
10614 * tree.c: try to make the copy function work for node of
10615 type XML_DOCUMENT_FRAG_NODE, they are only created by the
10616 DOM layers though, not libxml2 itself.
10617
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000010618Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10619
10620 * valid.c: try to provide file and line informations, not all
10621 messages are covered, but it's a (good) start
10622
Daniel Veillardbbc72c32002-09-05 10:52:10 +000010623Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
10624
10625 * xinclude.c: reimplemented a large part of the XInclude
10626 processor, trying to minimize resources used, James Henstridge
10627 provided a huge test case which was exhibiting severe memory
10628 consumption problems.
10629
Daniel Veillard2206dbf2002-09-05 08:09:37 +000010630Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
10631
10632 * python/Makefile.am: applied patch from Christophe Merlet to
10633 reestablish DESTDIR
10634
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010635Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
10636
10637 * libxml.spec.in: fixes libary path for x86_64 AMD
10638
John Fleckbe98b332002-09-04 03:16:23 +000010639Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
10640
10641 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010642 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000010643 (plus resulting generated html files)
10644 fixing one spot I missed in the tutorial where I hadn't freed
10645 memory properly
10646
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010647Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
10648
10649 * doc/tutorial/includeaddattribute.c
10650 * doc/tutorial/includeaddkeyword.c
10651 * doc/tutorial/includegetattribute.c
10652 * doc/tutorial/includekeyword.c
10653 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010654 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010655 update tutorial to properly free memory (thanks to Christopher
10656 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010657 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010658 added image files so the callouts are graphical, making it
10659 easier to read ( use "--param callout.graphics 1" to generate
10660 html with graphical callouts)
10661
Daniel Veillarde1662542002-08-28 11:50:59 +000010662Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10663
10664 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
10665 nice logos generated by Marc Liyanage
10666 * doc/site.xsl *.html: changed the stylesheet to show the new
10667 logo and regenerated the pages
10668
Daniel Veillardb212bbb2002-08-25 14:39:16 +000010669Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10670
10671 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
10672
Daniel Veillard42766c02002-08-22 20:52:17 +000010673Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10674
10675 * xpath.c: possible mem leak patch from Jason Adams
10676
10677Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10678
10679 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
10680 in the XQuery namespace
10681 * configure.in: preparing 2.4.24
10682 * doc/*.html: updated the web pages
10683
10684Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10685
10686 * python/generator.py: closing bug #85258 by generating conditional
10687 compile check to avoid linking to routines not configured in.
10688
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000106892002-08-22 Havoc Pennington <hp@pobox.com>
10690
10691 * autogen.sh: update error message for missing automake
10692
Daniel Veillard08cccaa2002-08-22 09:47:29 +000010693Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10694
10695 * python/Makefile.am: typo in target name resulted in libxml2.py
10696 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
10697
Daniel Veillard22669b22002-08-22 07:17:11 +000010698Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10699
10700 * win32/win32/Makefile.mingw: updated with version from
10701 Elizabeth Barham at http://soggytrousers.net/repository/
10702
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000010703Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10704
10705 * win32/Makefile.msvc: added the prefix location to the include
10706 and lib search path.
10707
Havoc Pennington830e8972002-08-18 22:22:13 +0000107082002-08-18 Havoc Pennington <hp@pobox.com>
10709
10710 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
10711 both automake 1.6 and 1.4 installed get the right automake. Means
10712 compilation from CVS will now require the latest automake 1.4
10713 release, or manually creating symlinks called "automake-1.4" and
10714 "aclocal-1.4"
10715
Daniel Veillardb6984ef2002-08-14 16:55:31 +000010716Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10717
10718 * configure.in python/Makefile.am: more AMD 64 induced changes from
10719 Frederic Crozat
10720
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010721Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10722
10723 * xinclude.c: oops I was missing the xml:base fixup too
10724 * result/XInclude/*.xml: this adds xml:base attributes to most
10725 results of the tests
10726
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010727Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10728
10729 * xinclude.c: quick but apparently working implementation of
10730 xi:fallback, should close bug #89684
10731 * Makefile.am test/XInclude/docs/fallback.xml
10732 result/XInclude/fallback.xml: added a basic test for fallback,
10733 and run with --nowarning to avoid a spurious warning
10734 * configure.in: applied patch from Frederic Crozat for python
10735 bindings on AMD 64bits machines.
10736
Daniel Veillard9e923512002-08-14 08:48:52 +000010737Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10738
10739 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10740 the caller don't pass a SAX callback block.
10741
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010742Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10743
10744 * tree.c: applied the same fix for the XML-1.0 namespace to
10745 xmlSearchNsByHref() as was done for xmlSearchNs()
10746
Daniel Veillardad11b302002-08-12 14:53:41 +000010747Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10748
10749 * libxml.3: small cleanup of the man page
10750 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10751 when serializing HREF attributes generated by XSLT.
10752
Daniel Veillardc084e472002-08-12 13:27:28 +000010753Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10754
10755 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10756 version of Marc Liyanage' patch for boolean attributes in HTML
10757 output
10758
Daniel Veillard5f91b372002-08-12 12:13:01 +000010759Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10760
10761 * python/tests/serialize.py: fixed the test results, indenting
10762 behaviour changed slightly
10763
Aleksey Sanin9e951762002-08-08 18:02:41 +000010764Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10765
10766 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10767 new c14n function to Windows def files
10768
Aleksey Saninea4272a2002-08-02 23:50:03 +000010769Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10770
10771 * c14n.c: fixed a memory leak in c14n code
10772
Daniel Veillard58e44c92002-08-02 22:19:49 +000010773Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10774
10775 * parser.c include/libxml/parser.h: adding a new API for Christian
10776 Glahn: xmlParseBalancedChunkMemoryRecover
10777 * valid.c: patch from Rick Jones for some grammar cleanup in
10778 validation messages
10779 * result/VC/* result/valid/*: this slightly change some of the
10780 regression tests outputs
10781
Daniel Veillard0bf29002002-08-01 12:54:11 +000010782Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10783
10784 * tree.c: trying to fix a problem in namespaced attribute handling
10785 raised by Christian Glahn
10786
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010787Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10788
10789 * encoding.c include/libxml/encoding.h: Opening the interface
10790 xmlNewCharEncodingHandler as requested in #89415
10791 * python/generator.py python/setup.py.in: applied cleanup
10792 patches from Marc-Andre Lemburg
10793 * tree.c: fixing bug #89332 on a specific case of loosing
10794 the XML-1.0 namespace on xml:xxx attributes
10795
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010796Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10797
10798 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10799 corner case from new Merlin's test suite and added a callback
10800 that will be used to improve xmlsec performance
10801
10802
Daniel Veillard0b22def2002-07-29 16:23:03 +000010803Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10804
10805 * HTMLtree.c: trying to fix the <style> escaping problem in
10806 HTML serialization bug #89342
10807
Daniel Veillard0b28e882002-07-24 23:47:05 +000010808Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10809
10810 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10811 and rebuilt the web site.
10812
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010813Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010814
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010815 * include/libxml/tree.h: added _private member to xmlNs struct
10816
Daniel Veillard1d995272002-07-22 16:43:32 +000010817Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10818
10819 * HTMLparser.c: fixing bug #84876 based on the xml working
10820 code.
10821
William M. Brack61eaba52002-07-21 11:14:18 +000010822Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10823
10824 * python/Makefile.am: enhanced to fix bug 72012 (errors
10825 when using '-jX' make parameter)
10826
William M. Brackef61d202002-07-19 08:32:00 +000010827Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10828
10829 * xpath.c: small additional enhancement for booleans
10830 compared to nodesets
10831
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010832Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10833
10834 * HTMLtree.c: changed the order of the encoding declaration
10835 attributes in the meta tags due to a bug in IE/Mac
10836
William M. Brack0c022ad2002-07-12 00:56:01 +000010837Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10838
10839 * xpath.c: enhanced handling of booleans (especially '='
10840 and '!=' for nodesets) - fixes bug 85256. Added new
10841 routine xmlXPathNotEqualValues for more proper handling
10842 of '!=' when nodesets are involved.
10843
Daniel Veillard06944e22002-07-11 19:55:18 +000010844Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10845
10846 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10847 doc/xmlcatalog_man.xml to the source distribution
10848
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010849Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10850
10851 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10852 asked for this.
10853
Daniel Veillard539638b2002-07-06 19:55:14 +000010854Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10855
10856 * configure.in: preparing 2.4.23
10857 * doc/*: rebuilt the docs
10858
Daniel Veillard176d99f2002-07-06 19:22:28 +000010859Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10860
10861 * parser.c: fixing bug #84169 by fixing the
10862 comment of xmlCreatePushParserCtxt to describe the
10863 encoding detection parameters better.
10864
Daniel Veillard37f961d2002-07-06 17:53:56 +000010865Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10866
10867 * valid.c: fixing bug #79331 in one path the lookup for
10868 ID attributes on a namespaced node wasn't handled correctly :-\
10869
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010870Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10871
10872 * HTMLparser.c: trying to fix 87235 about discarded white
10873 spaces in the HTML parser.
10874 * result/HTML/*: this changes the output of a number of HTML
10875 regression tests
10876
Daniel Veillardfdc91562002-07-01 21:52:03 +000010877Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10878
10879 * xpath.c: applied patch from Richard Jinks for the namespace
10880 axis + fixed a memory error.
10881 * parser.c parserInternals.c: applied patches from Peter Jacobi
10882 removing ctxt->token for good.
10883 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10884 popped out by the regression tests.
10885 * Makefile.am: patch for threads makefile from Gary Pennington
10886
William M. Brack6000af52002-06-28 11:43:13 +000010887Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10888
Daniel Veillardfdc91562002-07-01 21:52:03 +000010889 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010890 expressions involving preceding-sibling (et al).
10891
Daniel Veillard153120c2002-06-18 07:58:35 +000010892Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10893
10894 * hash.c: applied a patch from Peter Jacobi to solve a problem
10895 when compiling with the Watcom C on Win32
10896 * result/schemas/*.err: the change of hashing algo generated
10897 permutations in the output
10898
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010899Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10900
10901 * hash.c: applied patch from Sander Vesik improving the quality of
10902 the hash function.
10903
Aleksey Sanina5808b92002-06-14 17:07:41 +0000109042002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010905
10906 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10907 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10908 xmllint.c xpath.c: replaced sprintf() with snprintf()
10909 to prevent possible buffer overflow (the bug was pointed
10910 out by Anju Premachandran)
10911
Daniel Veillarde059b892002-06-13 15:32:10 +000010912Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10913
10914 * parser.c: removed an uninitialized data error popped by valgrind
10915 on PE references
10916
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010917Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10918
10919 * doc/xml.html
10920 adding tutorial reference to the web page
10921
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010922Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10923
10924 * doc/tutorial/xmltutorial.xml
10925 * doc/tutorial/ar01s07.html
10926 * doc/tutorial/ape.html
10927 * doc/tutorial/includegetattribute.c
10928 adding section to tutorial about retrieving an attribute
10929 value
10930
Daniel Veillardf5582f12002-06-11 10:08:16 +000010931Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10932
10933 * parser.c: applied a couple of patches from Peter Jacobi to start
10934 to get rid of ctxt->token, with a possible significant speed
10935 improvement to be gained once done. Better compliance with PE
10936 references constructs in DTDs too.
10937 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10938 from Peter too
10939
Daniel Veillard38d80e22002-06-11 07:24:56 +000010940Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10941
10942 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10943 xmlParseElement was likely to have been deallocated at the
10944 time of the report, possibly leading to segfault. Just report
10945 the tag name now.
10946
Daniel Veillard9e412302002-06-10 15:59:44 +000010947Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10948
10949 * xpath.c: patch from Richard Jinks for XPath substring() function
10950 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10951
Aleksey Sanina5808b92002-06-14 17:07:41 +0000109522002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010953
10954 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10955
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010956Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10957
10958 *doc/FAQ.html
10959 fixing typos in FAQ, thanks to Robert Funnell for the
10960 editing help
10961
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010962Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10963
10964 * NEWS: got complaints from rpmlint that it was empty
10965
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010966Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10967
10968 * added doc/tutorial, including:
10969 apa.html
10970 apb.html
10971 apc.html
10972 apd.html
10973 ar01s02.html
10974 ar01s03.html
10975 ar01s04.html
10976 ar01s05.html
10977 ar01s06.html
10978 includeaddattribute.c
10979 includeaddkeyword.c
10980 includekeyword.c
10981 includestory.xml
10982 index.html
10983 xmltutorial.xml
10984 libxml tutorial, including generated html
10985
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010986Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10987
10988 * result/c14n/exc-without-comments/merlin-c14n-two-*
10989 result/c14n/without-comments/merlin-c14n-two-*
10990 test/c14n/exc-without-comments/merlin-c14n-two-*
10991 test/c14n/without-comments/merlin-c14n-two-*
10992 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10993 c14n/exc-c14n and slightly modified test script to handle
10994 these test cases
10995 * c14n.c: fixed bugs for complicated nodes set (namespace
10996 without node and others from merlin-c14n-two.tar.gz)
10997 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10998 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10999 for xmlsec performance patch
11000 * xpath.c: fixed self::node() for namespaces and attributes
11001
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011002Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
11003
11004 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
11005 but with the format parameter
11006 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
11007
Aleksey Saninc57f9c12002-05-31 19:14:57 +000011008Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
11009
11010 * Makefile.am: updated c14n tests suite
11011 * c14n.c: performance improvement for previous c14n patch
11012
Daniel Veillarde72c7562002-05-31 09:47:30 +000011013Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11014
11015 * parser.c: another peroformance patch from Peter Jacobi, that
11016 time on parsing attribute values.
11017
Aleksey Sanin508a1012002-05-31 06:32:32 +000011018Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
11019
11020 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
11021 into LibXML2 test suite
11022
Aleksey Sanindffd5c82002-05-31 04:24:13 +000011023Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
11024
11025 * c14n.c: propagating xpath ancesstors node fix to c14n
11026 plus small performance improvement to reduce number of
11027 mallocs
11028 * xpath.c: fixed ancestors axis processing for namespace nodes
11029
Daniel Veillard46de64e2002-05-29 08:21:33 +000011030Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11031
11032 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
11033 Peter Jacobi
11034
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000011035Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11036
11037 * configure.in: preparing 2.4.22
11038
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000011039Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11040
11041 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
11042 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
11043 a public entry point.
11044 * doc/*: rebuilt the API and docs
11045
Daniel Veillarded23b7d2002-05-27 12:16:02 +000011046Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11047
11048 * xpath.c: patch from Richard Jinks to fix a problem introduced
11049 in the previous patch and pointed by Norm
11050
Daniel Veillardc6924812002-05-24 11:10:43 +000011051Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11052
11053 * libxml.spec.in: fixing bug #81112
11054
Daniel Veillard234bc4e2002-05-24 11:03:05 +000011055Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11056
11057 * uri.c: fixing bug #82848
11058
Daniel Veillarda2878972002-05-24 07:54:39 +000011059Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * result/catalogs/mycatalog.full: Aleksey's commit changed the
11062 output of one catalog test
11063
Aleksey Sanin114e4752002-05-24 07:20:27 +000011064Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000011065
Aleksey Sanin114e4752002-05-24 07:20:27 +000011066 * global.data globals.c tree.c include/libxml/globals.h
11067 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
11068 default value for global parameter xmlIndentTreeOutput to 1 and
11069 introduced new global parameter xmlTreeIndentString (the string
11070 used to do one-level indent) with default value " " (as it was
11071 in tree.c)
11072
Daniel Veillard49d5af82002-05-23 11:55:49 +000011073Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11074
11075 * Makefile.am: Merijn Broeren pointed out a problem when compiling
11076 with trio and schemas.
11077
Daniel Veillard7c13af42002-05-22 09:57:32 +000011078Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11079
11080 * xpath.c: patch from Richard Jinks to fix the problem raised in
11081 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
11082
Daniel Veillard5a872412002-05-22 06:40:27 +000011083Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11084
11085 * xmlschemas.c: a bit of work on import.
11086 * xmlschemastypes.c: Charles Bozeman provided a compare function
11087 for date/time types so min/max facet restrictions should work,
11088 indeterminate comparisons return an error instead of equal.
11089 * test/schemas/date_0* result/schemas/date_0_0: specific test
11090 from Charles Bozeman too
11091
Daniel Veillard10b6da42002-05-18 07:55:20 +000011092Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11093
11094 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
11095 from Christian Cornelssen fixing the man pages and the Catalog
11096 building script.
11097 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
11098 next step is <xs:import> I now have a reasonable understanding
11099 of how it works.
11100
Daniel Veillarde5354492002-05-16 08:43:22 +000011101Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11102
11103 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
11104
Igor Zlatkovic1396e182002-05-14 22:22:40 +000011105Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11106
11107 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
11108
Daniel Veillard088bf112002-05-14 11:03:59 +000011109Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11110
11111 * xpath.c: fixing an XPath function evalutation bug pointed out
11112 by Alexey Efimov where the context was lost when evaluating
11113 the function arguments
11114
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011115Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000011116
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011117 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
11118 function public for XMLSec performance optimizations
11119
Daniel Veillard3cd72402002-05-13 10:33:30 +000011120Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11121
11122 * python/generator.py python/libxml2class.txt : fixed a problem
11123 with the HTML parser pointed by Gary Benson
11124 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
11125 example
11126
Aleksey Sanine48a3182002-05-09 18:20:01 +000011127Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11128 * parser.c: fixed bug #81159 (memory growth in SAX)
11129
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011130Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11131 * xpath.c: fixed bug #78858 (the real fix)
11132
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011133Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011134 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011135
Daniel Veillard4cbe4702002-05-05 06:57:27 +000011136Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11137
11138 * tree.c: modified xmlNodeSetBase to allow changing the
11139 base of a document.
11140
Daniel Veillard070803b2002-05-03 07:29:38 +000011141Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
11142
11143 * xmlschemastypes.c: patch Charles Bozeman for validation of
11144 all the date, time, and duration types
11145 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
11146 * configure.in: fixed an error pointed by an user
11147 * xml2-config.in: fixed an error pointed by an user
11148
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000011149Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11150
11151 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
11152 win32/libxml2.def.src xmlIO.c: exported default
11153 'file:', 'http:' and 'ftp:' protocols input handlers
11154 and maked protocols comparisson case insensitive
11155
Daniel Veillard34de97f2002-04-30 14:29:22 +000011156Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11157
11158 * configure.in: Neven Has detected a typo
11159
Daniel Veillard28577c32002-04-30 06:48:41 +000011160Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
11161
11162 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
11163 as one of the persons allowed to commit directly to the
11164 module.
11165
Daniel Veillardfc57b412002-04-29 15:50:14 +000011166Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11167
11168 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
11169 * valid.c: raised a too low limit
11170 * doc/*: rebuilt the docs
11171
Daniel Veillardeca82812002-04-24 11:42:02 +000011172Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11173
11174 * test/XPath/expr/floats test/XPath/expr/functions
11175 result/XPath/expr/floats result/XPath/expr/functions
11176 xpath.c: another XPath conformance patch from Richard Jinks
11177
Daniel Veillard13e04c62002-04-23 17:51:29 +000011178Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
11179
11180 * xmlschemas.c: fixed validation of attribute groups.
11181 * test/schemas result/schemas: added an example from the primer
11182
Daniel Veillard88c58912002-04-23 07:12:20 +000011183Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11184
11185 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
11186 * test/schemas result/schemas: updated the test list
11187
Daniel Veillarde19fc232002-04-22 16:01:24 +000011188Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11189
11190 * TODO: updated a bit
11191 * parser.c: made a comment more specific
11192 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
11193 Schemas conformance.
11194 * test/schemas result/schemas: updated the test list
11195
Daniel Veillard441bc322002-04-20 17:38:48 +000011196Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11197
11198 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
11199 implementing xs:all with minOccurs = 0
11200 * tes/schemas/* result/schemas/*: added more tests covering
11201 xs:all
11202
Daniel Veillard8a001f62002-04-20 07:24:11 +000011203Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
11204
11205 * xmlregexp.c: first implementation of the all particle, this
11206 may need to be revisited for case where not all transitions
11207 must be crossed.
11208
Daniel Veillard7646b182002-04-20 06:41:40 +000011209Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * tree.c: another entity processing update from Markus Henke
11212
Bjorn Reese54d02fb2002-04-19 15:16:01 +000011213Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
11214
11215 * trionan.c: fixed crash on OSF/1
11216
Daniel Veillardb4398962002-04-19 07:01:55 +000011217Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11218
11219 * xmlschemas.c: more Schemas work
11220 * test/schemas/* result/schemas/*: added more tests coming
11221 from the spec.
11222
Daniel Veillard54761132002-04-18 21:00:44 +000011223Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11224
11225 * c14n.c: patch from Aleksey Sanin reflecting a change in the
11226 ExcC14N specification
11227
Daniel Veillardbf8dae82002-04-18 16:39:10 +000011228Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11229
11230 * tree.c: patch from Markus Henke, fix for recursive entities.
11231
Daniel Veillard23b1f372002-04-18 15:50:05 +000011232Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11233
11234 * xpath.c: fix a problem with string() on a document node.
11235
Daniel Veillarddecd64d2002-04-18 14:41:51 +000011236Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11237
11238 * Makefile.am xmlschemas.c: more Schemas work
11239 * test/schemas/* result/schemas/*: added more tests coming
11240 from the spec.
11241
Daniel Veillard6231e842002-04-18 11:54:04 +000011242Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11243
11244 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
11245 * result/HTML/*: this changes a few things in the results
11246
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000011247Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11248
11249 * include/libxml/tree.h: eliminated 'declaration different than
11250 prototype' warning
11251 * include/win32config.h: "resolved" conflicts with errno.h
11252
Daniel Veillardb509f152002-04-17 16:28:10 +000011253Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11254
11255 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
11256 on the automata interfaces and debug of counted choices
11257 * test/schemas/* result/schemas/*: added a number of tests
11258
Daniel Veillard8651f532002-04-17 09:06:27 +000011259Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11260
11261 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
11262 a bit of work on Schemas
11263 * testSchemas.c: try to make it more useful
11264 * test/schemas/* result/schemas/* Makefile.am: changed the
11265 Schemas regression test procedure, started adding a few samples
11266
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011267Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11268
11269 * include/libxml/encoding.h: Patch for the Borland C++ builder
11270 * include/libxml/tree.h: Patch for the Borland C++ builder
11271 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000011272 * win32/bcb5: New directory for the Borland C++ builder
11273 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011274
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000011275Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11276
11277 * win32/Makefile.msvc: Update for XML Schema support
11278 * win32/configure.js: Update for XML Schema support
11279 * win32/libxml2.def.src: Update for XML Schema support
11280
Daniel Veillard4255d502002-04-16 15:50:10 +000011281Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11282
11283 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
11284 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
11285 xmlunicode.c include/libxml/Makefile.am
11286 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
11287 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
11288 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
11289 include/libxml/xmlversion.h.in : merged the current state of
11290 XML Schemas implementation, it is not configured in by default,
11291 a specific --schemas configure option has been added.
11292 * test/automata test/regexp test/schemas Makefile.am
11293 result/automata result/regexp result/schemas:
11294 merged automata/regexp/schemas regression tests
11295
Daniel Veillardbc6f7592002-04-16 07:49:59 +000011296Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * xpath.c: Gary found a compile time problem, fixes #78823
11299
Daniel Veillarda7084cd2002-04-15 17:12:47 +000011300Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11301
11302 * configure.in: release of 2.4.20
11303 * doc/*: updated and rebuilt the docs
11304
Daniel Veillardf544f192002-04-15 12:56:56 +000011305Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11306
11307 * python/Makefile.am: patch from Cristian Gafton to build on
11308 Red Hat 6.2, should also fix #75779
11309
Daniel Veillard940492d2002-04-15 10:15:25 +000011310Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11311
11312 * valid.c: first part of fixing #78729
11313
Daniel Veillardeb475a32002-04-14 22:00:22 +000011314Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
11317 escaping of URI when saving HTML files.
11318 * result/HTML/*: this impacted some tests
11319
Daniel Veillard9b731d72002-04-14 12:56:08 +000011320Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
11321
11322 * configure.in: trying to fix #77441
11323
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000011324Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11325
11326 * include/libxml/xmlIO.h: Hallski complained it could not be
11327 included by itself.
11328
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000011329Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11330
11331 * configure.in: applied an IEEE flag patch for OSF/1 #77825
11332
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000011333Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11334
11335 * win32/configure.js: patch from Nilo for the c14n option
11336 * win32/Makefile.msvc: fixed libxml2.def generation with threads
11337
Daniel Veillardda423da2002-04-10 19:25:38 +000011338Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11339
11340 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
11341 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
11342 LIBXML_THREAD_ENABLED
11343
Daniel Veillard0eafdef2002-04-10 16:14:34 +000011344Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11345
11346 * xpath.c: another patch from Richard Jinks for substring conformance
11347 * test/XPath/expr/floats test/XPath/expr/strings
11348 result/XPath/expr/floats result/XPath/expr/strings: update of the
11349 test suite to check those.
11350
Daniel Veillard01917aa2002-04-10 11:30:41 +000011351Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11352
11353 * xpath.c: patch from Richard Jinks for .x float parsing.
11354
Daniel Veillard46d6c442002-04-09 16:10:39 +000011355Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11356
11357 * parser.c: patch from Markus Henke when an encoding ain't recognized
11358
Daniel Veillard88e0ad42002-04-09 13:48:02 +000011359Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11360
11361 * libxml.m4: got a report that #include <string.h> was needed
11362
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011363Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11364
11365 * xmllint.c: applied a fix from Anthony Jones for -o /--output
11366
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011367Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
11368
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011369 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011370
Daniel Veillardbd6e6312002-04-01 08:04:14 +000011371Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11372
11373 * xpath.c: fixed a bug in the nodeset to boolean comparison code
11374 pointed out by Melvyn Sopacua.
11375
Daniel Veillarde979e3b2002-03-29 22:43:00 +000011376Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11377
11378 * libxml.m4: Frédéric Crozat gave a patch related to the change
11379 of Include paths breaking the libxml.m4
11380
Daniel Veillard7089d6b2002-03-29 17:28:10 +000011381Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11382
11383 * xpath.c: Fix bug #76927 forgot to save some context
11384 when evaluating binary expressions
11385
Daniel Veillardd30be4a2002-03-28 18:25:31 +000011386Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11387
11388 * configure.in: fixed configure for MPE/iX from Markus Henke
11389 * xmlmemory.c: fixed initialization problems
11390 * xpath.c: another set of patches from Richard Jinks this
11391 fixes "make XPathtests" on linux
11392
Daniel Veillard21458c82002-03-27 16:12:22 +000011393Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11394
11395 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
11396 * test/XPath/expr/compare test/XPath/expr/equality
11397 test/XPath/expr/floats test/XPath/expr/functions
11398 test/XPath/expr/strings result/XPath/expr/compare
11399 result/XPath/expr/equality result/XPath/expr/floats
11400 result/XPath/expr/functions result/XPath/expr/strings: Updated
11401 tests though they show a divergence on Linux
11402
Daniel Veillard28dfed12002-03-27 09:08:17 +000011403Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11404
11405 * xpath.c trionan.c: previous commit also included patches
11406 from Richard Jinks on some IEEE support corner case
11407
Daniel Veillard5fc1f082002-03-27 09:05:40 +000011408Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11409
11410 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
11411 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
11412 that $(datadir) should be used for docs
11413
Daniel Veillarddb1dc392002-03-26 12:44:39 +000011414Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11415
11416 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
11417 could leak filedescriptors
11418
Daniel Veillarddd4b9122002-03-26 07:58:43 +000011419Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11420
11421 * configure.in nanohttp.c: applied patch from Allan Clark for
11422 UnixWare/OpenServer
11423
Daniel Veillard19274092002-03-25 16:48:03 +000011424Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11425
11426 * configure.in: preparing 2.4.19
11427 * doc/*: rebuilt the docs
11428
Daniel Veillard56b2db72002-03-25 16:35:28 +000011429Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11430
11431 * nanohttp.c: fixing #76043, got fed up with non-portability
11432 of that piece of code.
11433
Daniel Veillard6f4561a2002-03-25 12:10:14 +000011434Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11435
11436 * valid.c SAX.c: Never commit without running "make tests" :-(
11437 fix a couple of stupidities in the previous commit
11438 * result/*: a few changes in some attribute order result of previous
11439 commit.
11440
Daniel Veillardd85f4f42002-03-25 10:48:46 +000011441Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11442
11443 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
11444 the internal subset should not raise duplicate ID errors,
11445 also there was a small bug in conjunction to namespace
11446 declarations defaulted and xml:xxx attributes DTD definitions.
11447
Daniel Veillard56cd18b2002-03-22 14:14:43 +000011448Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11449
11450 * xpath.c: Richard Jinks also raised some rounding problems
11451 this tries to fix them
11452
Daniel Veillard4e2df542002-03-22 12:23:14 +000011453Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11454
11455 * xpath.c: Richard Jinks spotted an incoherent memory allocation
11456 behaviour in xmlXPathCastToString()
11457
Daniel Veillarddb552912002-03-21 13:27:59 +000011458Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11459
11460 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
11461 raised by Morus Walter
11462
Daniel Veillard9e537932002-03-21 13:08:08 +000011463Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11464
11465 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
11466 from Igor
11467
Daniel Veillard6fbcf422002-03-21 12:32:59 +000011468Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11469
11470 * xpath.c: fixing #75619, related to a problem when trying
11471 to evaluate condition when the current node set resulting
11472 from that sub-step evaluation is empty. Also fixes 2 potential
11473 problem with previous-sibling and next-siblings axis.
11474
Daniel Veillard1840ef02002-03-21 08:05:23 +000011475Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11476
11477 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
11478 HTML support is not configured in.
11479
Daniel Veillard561b7f82002-03-20 21:55:57 +000011480Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11481
11482 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
11483 include/libxml/tree.h: dohh I really didn't intended to commit
11484 this test version :-(
11485
Daniel Veillarde50f3b52002-03-20 19:24:21 +000011486Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11487
11488 * testSAX.c: I wanted to see the real speed at the SAX interface
11489 after a little too many Ximianer started complaining about the
11490 parser speed.
11491 added a --quiet option:
11492 paphio:~/XML -> ls -l db100000.xml
11493 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
11494 paphio:~/XML -> time ./testSAX --quiet db100000.xml
11495 3200006 callbacks generated
11496 real 0m1.270s
11497 Which means 16MBytes/s and 3Mcallback/s
11498
Daniel Veillardc62a1472002-03-19 18:35:12 +000011499Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11500
11501 * xpath.c: valgrind spotted another error that time when running
11502 on libxslt regression tests
11503
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000011504Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11505
11506 * Makefile.am: adding "make valgrind" running the full regression
11507 tests (except python ones) under Valgrind (using valgrind -q
11508 which was kindly added by the author).
11509 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
11510 passes cleanly now except an obcure floating point initialization
11511 raised in log10() in one XPath regression test ???
11512 * tree.c: edited some comments to close #75244
11513
Daniel Veillard28cac6b2002-03-19 11:25:30 +000011514Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11515
11516 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
11517 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
11518 context of ScrollKeeper, made sure that if the number is
11519 an integer, the serialization follows the description at
11520 http://www.w3.org/TR/xpath#section-String-Functions
11521
Daniel Veillard5997aca2002-03-18 18:36:20 +000011522Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
Daniel Veillard34ce8be2002-03-18 19:37:11 +000011524 * configure.in: preparing 2.4.18
11525 * doc/*: updated and rebuilt the web site
11526 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
11527 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000011528 * parser.c: humm, changed the way the SAX parser work when
11529 xmlSubstituteEntitiesDefault(1) is set, it will then
11530 do the entity registration and loading by itself in case the
11531 user provided SAX getEntity() returns NULL.
11532 * testSAX.c: added --noent to test the behaviour.
11533
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000011534Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11535
11536 * parser.c: Wilfried Teiken provided a hackish but working
11537 way to get context reported back on entities when parsing
11538 with SAX and without breaking the DOM build.
11539
Daniel Veillard2d347fa2002-03-17 10:34:11 +000011540Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11541
11542 * c14n.c: applied a new patch from Aleksey Sanin
11543 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
11544 to reference Aleksey implementation of XML digital Signatures
11545
Daniel Veillard38bf6f02002-03-16 22:03:31 +000011546Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11547
11548 * xpath.c: small fix to avoid potential problem due to
11549 ordering of freeing data
11550 * python/Makefile.am: people were complaining about
11551 the generated file in python dir not being built
11552
Daniel Veillardd2379012002-03-15 22:24:56 +000011553Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11554
11555 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
11556 python/generator.py python/libxml.c python/types.c: Cleanup
11557 of the python Makefiles based on Jacob and James feedback,
11558 fixed the spec file accordingly, fixed the number of warning
11559 that passing my pedantic CFLAGS was generating. Conclusion
11560 is that Python includes are real crap.
11561
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000011562Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11563
11564 * configure,in: it was reported quite a few times that
11565 xml2-config --cflags should not output
11566 -I$includeprefix/libxml2/libxml because libxml2 header names
11567 clashes with existing names like list.h from C++ stl.
11568 Includes should be #include<libxml/xxx.h> so ...
11569
Daniel Veillard6f293b12002-03-15 09:42:33 +000011570Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11571
11572 * c14n.c: another patch from Aleksey Sanin
11573
Daniel Veillard5c396542002-03-15 07:57:50 +000011574Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11575
11576 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
11577 canonicalization algorithm
11578 * doc/xml.html doc/index.html: added the C14N references on the
11579 index page.
11580
jacob berkman9be65862002-03-14 02:15:56 +0000115812002-03-13 jacob berkman <jacob@ximian.com>
11582
11583 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
11584 usage, redundant, and gcc specific
11585
Daniel Veillard75be0132002-03-13 10:03:35 +000011586Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11587
11588 * xpath.c: speedup some node selection operations, this can
11589 have a significant impact on DocBook Norm's stylesheets
11590 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
11591 make sure it's always the case
11592 * debugXML.c: distinguish CDATA and comments in ls operations
11593
Daniel Veillard61f26172002-03-12 18:46:39 +000011594Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11595
11596 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
11597 to generate better API descriptions etc...
11598
Daniel Veillard9ff88172002-03-11 09:15:32 +000011599Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11600
11601 * c14n.c: Fixing #74186, made sure all boolean expressions
11602 get fully parenthesized, ran indent on the output
11603 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
11604 include/libxml/tree.h: also #74186 related, removed the
11605 --with-buffers option, and all the preprocessor conditional
11606 sections that were resulting from it.
11607
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000011608Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11609
11610 * valid.c: applied patch from Dodji Seketeli fixing an
11611 uninitailized variable in xmlValidGetValidElements()
11612
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000011613Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11614
11615 * c14n.c: fixed a few comments
11616 * doc/*.html doc/*/*.html: regenerated the docs and added
11617 the C14N API
11618 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
11619
Daniel Veillardfa49d872002-03-09 10:20:00 +000011620Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11621
11622 * check-xml-test-suite.py: fix to adapt varaiations in the
11623 bindings
11624 * configure.in python/setup.py python/setup.py.in: fixed to
11625 have the version of the python scripts automatically updated
11626
Daniel Veillarda3db2e32002-03-08 15:46:57 +000011627Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11628
11629 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
11630 in xmlCopyProp()
11631
Daniel Veillardaf43f632002-03-08 15:05:20 +000011632Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11633
11634 * configure.in: preparing 2.4.17 release
11635 * doc/*: updated and rebuilt the docs
11636 * xpath.c: fixed a comment
11637 * python/libxml.c: fixed a possible reentrancy problem
11638
Daniel Veillardef6c46f2002-03-07 22:21:56 +000011639Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11640
11641 * tree.c python/tests/Makefile.am python/tests/attribs.py:
11642 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
11643 added a specific regression test
11644 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
11645 not raise exceptions when failing to find the attribute.
11646
Daniel Veillard90bc3712002-03-07 15:12:58 +000011647Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11648
11649 * configure.in xmllint.c: owen pointed out a problem with the
11650 ftme fix, gettimeofday() was not detected by configure and
11651 the ftime header wasn't included, dohhh
11652
Daniel Veillard8c1ae602002-03-07 11:21:00 +000011653Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11654
11655 * configure.in xmllint.c: trying to fix #71457 for timing
11656 precision when gettimeofday() is not availble but ftime() is
11657
Daniel Veillardf5a457a2002-03-07 10:25:29 +000011658Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11659
11660 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
11661 are now copied on install and part of the -devel RPM
11662
Daniel Veillard7b416132002-03-07 08:36:03 +000011663Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11664
11665 * xpath.c: trying to avoid bug #72150 which was apparently
11666 caused by a gcc bug (or a processor problem) as detailed
11667 at http://veillard.com/gcc.bug
11668
Daniel Veillardf742d342002-03-07 00:05:35 +000011669Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11670
11671 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
11672 fixed xmlReconciliateNs(), added a Python test/example for
11673 inter-document cut'n paste
11674 * python/libxml.py: fixed node.doc on document nodes and added
11675 xpathEval() onto node objects
11676
Daniel Veillard4e0e2972002-03-06 21:39:42 +000011677Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
11680 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
11681 fixup and integrated tests for the serialization stuff
11682
Daniel Veillarde915b2d2002-03-06 18:42:40 +000011683Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11684
11685 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
11686 moved the libxml man page to section 3
11687
Daniel Veillard1e774382002-03-06 17:35:40 +000011688Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11689
11690 * tree.c: fix bug #72490
11691 * python/libxml.c python/libxml.py: added methods serialize()
11692 and saveTo() to all node elements.
11693
Daniel Veillardddffd2a2002-03-05 20:28:20 +000011694Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11695
11696 * xmlIO.c: closed #73430, don't read from an input source
11697 which indicated an end-of-file or an error.
11698
Daniel Veillard8d24cc12002-03-05 15:41:29 +000011699Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11700
11701 * parser.c: make sure SAX endDocument is always called as
11702 this could result in a Python memory leak otherwise (it's
11703 used to decrement ref-counting)
11704 * python/generator.py python/libxml.c python/libxml.py
11705 python/libxml2-python-api.xml python/libxml2class.txt
11706 python/tests/error.py python/tests/xpath.py: implemented
11707 the suggestions made by Gary Benson and extended the tests
11708 to match it.
11709
Daniel Veillardba5e18a2002-03-05 09:36:43 +000011710Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11711
11712 * python/generator.py: applied patch fixing #73450
11713
Daniel Veillard044fc6b2002-03-04 17:09:44 +000011714Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11715
11716 * xpath.c: fixing #61290 "namespace nodes have no parent"
11717 long standing divergence from the XPath REC. NodeSets
11718 simply hold a copy of namespace nodes and those node ->next
11719 points to the parent (which may not be the node carrying the
11720 definition).
11721 * include/libxml/xpath.h: flagged but didn't added a possible
11722 speedup
11723 * DOCBparser.c HTMLparser.c: removed some warnings from push
11724 parser due to new state being added.
11725 * tree.c: new fix from Boris Erdmann
11726 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11727 the XML Canonalization support from Aleksey Sanin
11728
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011729Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11730
11731 * tree.c: patch from Boris Erdmann fixing some namespace odities
11732 with xmlCopyNode()
11733
Daniel Veillardc6613042002-03-02 09:34:02 +000011734Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11735
11736 * xmlIO.c: fix bug #72706 when loading a NULL entity
11737
Daniel Veillardc0fef772002-03-01 16:16:31 +000011738Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11739
11740 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11741 actually change in a future XML Namespace revision.
11742
Daniel Veillard79426f22002-03-01 16:14:17 +000011743Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11744
11745 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11746 added the possibility of returning nodesets from XPath extension
11747 functions written in Python
11748
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011749Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11750
11751 * python/*: commiting some Python bindings work done while travelling
11752
Daniel Veillard97300512002-03-01 09:13:41 +000011753Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11754
11755 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11756 explicitely with memory debugging switched on
11757
Daniel Veillard6361da02002-02-23 10:10:33 +000011758Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11759
11760 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11761 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11762 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11763 the accessor generator for strings
11764 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11765 regression test.
11766
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011767Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11768
11769 * python/README python/generator.py python/libxml.c python/setup.py:
11770 added the 'usual' setup.py to allow building a libxml2-python
11771 module based on the same code. The initialization is however
11772 different the 2 .so files fo libxml2 and libxslt are identical and
11773 they entry point initialize both libraries. this is done to avoid
11774 some possible nasty problem since the Python don't merge the maps
11775 of all shared modules.
11776
Daniel Veillard158a4d22002-02-20 22:17:58 +000011777Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11778
11779 * parser.c: fixed a push/encoding bug reported by Michael
11780 on librsvg
11781
Daniel Veillard7839e162002-02-20 18:54:48 +000011782Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11783
11784 * include/libxml/parserInternals.h: fixes a misplaced #endif
11785
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011786Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11787
11788 * parser.c valid.c: found and fixed a couple of allocation bugs
11789
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011790Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11791
11792 * doc/xml.html doc/python.html doc/*: added a Python and binding
11793 page describing the current state of the Python bindings and
11794 giving pointers to the other languages wrappers.
11795
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011796Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11797
11798 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11799 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11800 rebuilt the API and web site
11801 * xpath.c: fixed #71978 portability bugs
11802
Daniel Veillard8aff2472002-02-19 21:50:43 +000011803Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11804
11805 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11806
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011807Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11808
11809 * include/libxml/parserInternals.h parser.c: had to change
11810 2 internal parsing API when processing document content
11811 to check the start and end of element content are defined
11812 in the same entity
11813 * valid.c include/libxml/valid.h: attribute normalization can
11814 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11815 with the context to report it.
11816 * SAX.c: fixed the last known bugs, crazy validation constraints
11817 when a document is standalone seems correctly handled. There
11818 is a couple of open issues left which need consideration especially
11819 PE93 on external unparsed entities and standalone status.
11820 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11821 The 2 tests left failing are actually in error. Cleanup done.
11822
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011823Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11824
11825 * valid.c: implemented E59 spaces in CDATA does not match the
11826 nonterminal S
11827
Daniel Veillard878eab02002-02-19 13:46:09 +000011828Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11829
11830 * SAX.c parser.c valid.c: more validation test fixups
11831 * check-xml-test-suite.py: added duration info for the tests
11832
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011833Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11834
11835 * parser.c valid.c: a couple of errors were reported but not
11836 saved back as such in the parsing context. Down to 1% failure rate
11837 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11838
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011839Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11840
11841 * xmlInternald.c: isExtender was missing a char
11842 * parser.c include/libxml/parser.h: % are acceptable in the
11843 internal subset if within a PUBLIC ID
11844
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011845Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11846
11847 * SAX.c parserInternals.c valid.c: more work on the conformance
11848 suite. Took the step to finally block documents with encoding
11849 errors. It's a fatal error per the spec, people should have fixed
11850 their documents by now.
11851
Daniel Veillard55253e22002-02-18 14:32:39 +000011852Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11853
11854 * check-xml-test-suite.py: fixed the test script after some discussion
11855 on the semantic of TYPE="error"
11856 * Makefile.am: added the script to the distrib
11857
Daniel Veillard28757702002-02-18 11:19:30 +000011858Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11859
11860 * SAX.c entities.c: fixed a couple of conformances issues deep
11861 into the validation code (standalone and undeclared Notations)
11862
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011863Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11864
11865 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11866 stayed there for years !
11867
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011868Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11869
11870 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11871 missing
11872
Daniel Veillardc7612992002-02-17 22:47:37 +000011873Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * check-xml-test-suite.py: improved the behaviour a bit as
11876 well as the logs
11877 * parser.c valid.c SAX.c: fixed a few more bugs
11878 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11879
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011880Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11881
11882 * check-xml-test-suite.py: python script to run regression tests
11883 against the XML Test suite of W3C/OASis
11884 * SAX.c: fixed a validation bug
11885 * parser.c: fixed 3 errors pointed by the test suite
11886 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11887 * python/Makefile.am: fixed a dependendy
11888
Daniel Veillard9f28f302002-02-15 20:48:08 +000011889Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11890
11891 * xmlmemory.c: avoid a warning bug #71594
11892
Daniel Veillard144024e2002-02-13 21:14:46 +000011893Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11894
11895 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11896 warning on alpha/Tru64
11897
Daniel Veillarde4301c82002-02-13 13:32:35 +000011898Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11899
11900 * include/libxml/entities.h: fixing a comment
11901 * valid.c: fixing some troubles with validity check on namespaces
11902 * result/VC/NS3 test/VC/NS3: added a specific regression test
11903
Daniel Veillarda6d05382002-02-13 13:07:41 +000011904Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11905
11906 * tree.c: Fixing #71342 serializing '\n' in attribute values
11907 * result/noent/att3 result/att3 test/att3: added a specific
11908 test.
11909
Daniel Veillard797a5652002-02-12 13:46:21 +000011910Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11911
11912 * python/libxml.c: couple of bug fixes
11913
Daniel Veillard01a6d412002-02-11 18:42:20 +000011914Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11915
11916 * python/*.py: removed tabs and used spaces.
11917
Daniel Veillard397ff112002-02-11 18:27:20 +000011918Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11919
11920 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11921 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11922
Daniel Veillard03517542002-02-11 13:54:40 +000011923Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11924
11925 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11926 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11927
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011928Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11929
11930 * include/libxml/encoding.h include/libxml/entities.h
11931 include/libxml/globals.h include/libxml/parser.h
11932 include/libxml/threads.h include/libxml/tree.h
11933 include/libxml/xmlmemory.h: trying to fix the include mess
11934
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011935Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11936
11937 * include/libxml/xmlmemory.h: reverted part of the previous
11938 attempt to provide #69655, this was breaking the build.
11939
Daniel Veillard0ba59232002-02-10 13:20:39 +000011940Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11941
11942 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11943 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11944 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11945 include/libxml/parserInternals.h include/libxml/tree.h
11946 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11947 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11948 clean.
11949 * python/libxml.c: fixed a warning.
11950
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011951Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11952
11953 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11954 copying of node, merge back IDs in the target document.
11955 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11956 test/XInclude/ents/ids.xml: test case
11957 * result/VC/ElementValid4: output changed due to a typo fix
11958
Daniel Veillard1c18e302002-02-09 22:16:40 +000011959Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11960
11961 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011962 generate the dependencies right as Jacob found out. Add
11963 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011964
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011965Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11966
11967 * parserInternals.c valid.c: Justin Fletcher found some parts
11968 of the code needing cleanup
11969 * libxml.spec.in python/Makefile.am python/generator.py
11970 python/libxml.c python/libxml.py: Fixed the python Makefiles
11971 corrected a bug showing up on ia64, changed the name of the
11972 python internal module too
11973
Daniel Veillard07be19b2002-02-08 14:20:35 +000011974Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11975
11976 * Makefile.am: applied patch from Andris Pavenis for binary
11977 name suffixes
11978
Daniel Veillardf216d462002-02-08 13:44:24 +000011979Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11980
11981 * xmllint.c win32/win32config.h: fixing #68748
11982
Daniel Veillardd455d792002-02-08 13:37:46 +000011983Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11984
11985 * valid.c: fixing #70166
11986
11987Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11988
11989 * valid.c: fixing #70077
11990
Daniel Veillardc575b992002-02-08 13:28:40 +000011991Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11992
11993 * Copyright Makefile.am README configure.in libxml.spec.in:
11994 Changed to the MIT Licence
11995 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11996 doc/xmlio.html: updated the doc accordingly
11997 * include/libxml/xmlwin32version.h configure.in: preparing
11998 2.4.14 release
11999 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12000 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12001 fixed the const xmlChar * wrapper and generator, XPath extension
12002 functions now use the context as first argument
12003 * python/tests/tstxpath.py python/tests/xpath.py
12004 python/tests/xpathext.py: Updated the tests accordingly
12005 * tree.c: fixed bug #70067
12006
Daniel Veillard7db38712002-02-07 16:39:11 +000012007Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12008
12009 * Makefile.am: cleanup
12010 * debugXML.c: always use stdout if output is NULL
12011 * xmlIO.c: don't close filedescriptors passed to outputBuffers
12012 * python/Makefile.am python/generator.py python/libxml2class.txt
12013 python/libxml_wrap.h python/types.c: augmented the number of bindings
12014 handling FILE * and XPath contexts
12015 * python/tests/Makefile.am: avoid a stupid problem due to the
12016 use of TEST.
12017
Daniel Veillard15a143b2002-02-06 22:40:50 +000012018Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12019
12020 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
12021
Daniel Veillard70cab352002-02-06 16:06:58 +000012022Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12023
12024 * python/TODO python/libxml.c: cleanup the extension function lookup
12025 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
12026
Daniel Veillard7a96efc2002-02-05 16:34:33 +000012027Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12028
12029 * configure.in python/Makefile.am: do not install outside
12030 of prefix
12031
Daniel Veillard33caa0b2002-02-04 14:07:26 +000012032Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12033
12034 * python/TODO python/libxml.c: started adding SAX interfaces
12035 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
12036 SAX test
12037
Daniel Veillard36eea2d2002-02-04 00:17:01 +000012038Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12039
12040 * tree.c: hardened the addChild function
12041 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12042 python/libxml2class.txt python/libxml_wrap.h python/TODO:
12043 added accessors needed for xmlNode, a bit more testing and
12044 extension of interfaces
12045 * python/tests/Makefile.am python/tests/build.py: added a test
12046 build from scratch/save/load/check
12047
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000012048Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12049
12050 * parserInternals.c: change a small bit in the way valididy
12051 error messages get initialized
12052 * python/TODO python/libxml.c python/libxml2-python-api.xml
12053 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12054 added some memory debugging to track leaks at the libxml2 level
12055 * python/tests/*.py: changed all tests to check for leaks,
12056 there is just one left in XPath extension registrations.
12057
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000012058Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
12059
12060 * python/TODO python/generator.py python/libxml2-python-api.xml
12061 python/libxml2class.txt: more accessor classes for the parser
12062 context, allow to switch on and check validity
12063 * python/tests/Makefile.am python/tests/error.py
12064 python/tests/invalid.xml python/tests/valid.xml
12065 python/tests/validate.py: attded more test and and added error.py
12066 which I forgot to commit in the last step
12067
Daniel Veillard3ce52572002-02-03 15:08:05 +000012068Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12069
12070 * python/Makefile.am python/types.c: cleanup
12071 * python/libxml.c python/libxml.py python/libxml_wrap.h
12072 python/generator.py python/libxml2-python-api.xml
12073 python/libxml2class.txt: added class for parser context, added
12074 first cut for push mode support. Added a framework to generate
12075 accessors functions.
12076 * python/tests/Makefile.am python/tests/push.py: added a push
12077 test
12078
Daniel Veillardcfb05462002-02-02 23:18:22 +000012079Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12080
12081 * python/Makefile.am python/TODO python/libxml.py: fixed a small
12082 bug a bit of cleanup.
12083
Daniel Veillard5d819032002-02-02 21:49:17 +000012084Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12085
12086 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
12087 python/libxml2class.txt: adding error redirections and preformat
12088 to a python handler
12089 * python/tests/Makefile.am python/tests/*.py: cleanup made all
12090 tests self checking
12091
Daniel Veillard7fd7a942002-02-02 12:19:46 +000012092Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12093
12094 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
12095 a function
12096
Daniel Veillard9589d452002-02-02 10:28:17 +000012097Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12098
12099 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
12100 python/libxml.c python/libxml2-python-api.xml
12101 python/libxml2class.txt: Progressing through the TODOs, class
12102 description output, extra XML API, RPM now builds the wrappers
12103 for all python installed versions
12104
Daniel Veillard253aa2c2002-02-02 09:17:16 +000012105Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
12106
12107 * configure.in libxml.spec.in python/Makefile.am python/TODO
12108 python/generator.py python/libxml2class.txt: added more informations
12109 in the libxml2-python package including docs. Slightly changed
12110 the class hierarchy
12111 * python/tests/*: added basic regression tests infrastructure too
12112
12113Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12114
12115 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
12116 added libxml2-python as part of the packages installed
12117
Daniel Veillarda7340c82002-02-01 17:56:45 +000012118Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12119
12120 * python/Makefile.am python/generator.py python/libxml.c
12121 python/libxml.py: more work, now able to extend the
12122 XPath interpreter with functions written in python.
12123
Daniel Veillardc3e39442002-02-01 09:29:41 +000012124Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12125
12126 * python/Makefile.am: Jacob sent a patch to allow building from
12127 tarfile.
12128
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000012129Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12130
12131 * python/Makefile.am python/libxml.c configure.in Makefile.am:
12132 inserted the python wrappers build, I hope this won't be too
12133 unportable
12134
Daniel Veillard1971ee22002-01-31 20:29:19 +000012135Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12136
12137 * xpath.c: minor optimization
12138 * python/generator.py python/libxml.c python/libxml.py
12139 python/libxml_wrap.h: more work on the python bindings,
12140 they now support XPath and there is no evident leak
12141
Daniel Veillard36ed5292002-01-30 23:49:06 +000012142Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12143
12144 * python/generator.py python/libxml.c python/libxml.py:
12145 more work on the python bindings generator.
12146
Daniel Veillard96fe0952002-01-30 20:52:23 +000012147Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12148
12149 * python/generator.py python/libxml.c python/libxml_wrap.h:
12150 more work on the python bindings.
12151
Daniel Veillardd2897fd2002-01-30 16:37:32 +000012152Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12153
12154 * python/generator.py python/libxml.c python/libxml.py
12155 python/libxml_wrap.h: commited early version of a python binding
12156 for private use only ATM
12157
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000012158Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12159
12160 * entities.c tree.c include/libxml/entities.h: applied patch
12161 from Anthony Jones to implement copy of DTD subtree too. Had
12162 just to keep 2 function private which really ought to become
12163 public ones.
12164
Daniel Veillarda42f25f2002-01-25 14:15:40 +000012165Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12166
12167 * xmllint.c: added pointers to the web pages in the usage()
12168
Daniel Veillardbd227ae2002-01-24 16:05:41 +000012169Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12170
12171 * tree.c: more fixes from Petr Kozelka for attribute handling
12172 in the tree API to align the semantic with DOM.
12173
Daniel Veillard36065812002-01-24 15:02:46 +000012174Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12175
12176 * valid.c tree.c entities.c: another set of patches from
12177 Anthony Jones for copy operations cleanup and robustness
12178
Daniel Veillardf8592562002-01-23 17:58:17 +000012179Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12180
12181 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
12182 an alphabetic index based on comments content
12183 * doc/*: rebuilt the web site with the new references
12184
Daniel Veillardc8c7be42002-01-23 17:53:44 +000012185Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12186
12187 * parserInternals.h: Greg Sjaardema suggested to use an
12188 eponential buffer groth policy in xmlParserAddNodeInfo()
12189
Daniel Veillard3bf65be2002-01-23 12:36:34 +000012190Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12191
12192 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
12193 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
12194 doc/parsedecl.py doc/Makefile.am: updated the python extractor
12195 to generate cross-references, and added/updated the stylesheets
12196 to generate and link API indexes. The generic keyword index
12197 is not done yet.
12198 * doc/*.html: regenerated all the usual docs too
12199
Daniel Veillard2070c482002-01-22 22:12:19 +000012200Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12201
12202 * debugXML.c: added an xpath function to the shell for T. V. Raman
12203
12204Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000012205
12206 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
12207 debug routines.
12208
Daniel Veillardc169f8b2002-01-22 21:40:13 +000012209Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12210
12211 * tree.c: apply an patch from Petr Kozelka for unlink and replace
12212 support of attribute nodes
12213
Daniel Veillard9d06d302002-01-22 18:15:52 +000012214Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12215
12216 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
12217 hopefully near complete and fully documented of the API in XML
12218 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
12219 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
12220 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
12221 include/libxml/parserInternals.h include/libxml/valid.hi
12222 include/libxml/xmlIO.h include/libxml/xmlerror.hi
12223 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
12224 include/libxml/xpath.h include/libxml/xpathInternals.h:
12225 Cleaned up the doc comments a lot in the process, the interface
12226 coverage is now 100%
12227
Daniel Veillard2d1464f2002-01-21 23:16:56 +000012228Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12229
12230 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
12231 extracts comments from the gtk-doc DocBook output (a bit
12232 convoluted but seems to work).
12233
Daniel Veillard61006472002-01-21 17:31:47 +000012234Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12235
12236 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
12237 added an XML description of the API, moved the script generating
12238 it here. Added a "make api" target
12239
Daniel Veillardd2f23002002-01-21 13:36:00 +000012240Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12241
12242 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
12243
Daniel Veillard99e55eb2002-01-21 08:56:29 +000012244Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12245
12246 * xpath.c include/libxml/xpathInternals.h: the change made to
12247 xmlXPathFuncLookupFunc was incompatible roll it back
12248
Daniel Veillard963d2ae2002-01-20 22:08:18 +000012249Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12250
12251 * SAX.c: cleanup patch from Anthony Jones
12252 * doc/Makefile.am: fix the headers to avoid in make scan
12253 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
12254 includes, * vs Ptr and general cleanup
12255 * parsedecl.py: first version of a script to extract the
12256 module interfaces, the goal will be to provide .decl or XML
12257 specification of the interfaces to build wrappers.
12258
Daniel Veillard0f5f1622002-01-20 12:42:06 +000012259Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12260
12261 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
12262 now provides return codes in case of errors
12263
Bjorn Reese026d29f2002-01-19 15:40:18 +000012264Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
12265
12266 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
12267 Upgraded to trio baseline 1.6
12268 * strio.h strio.c: Replaced by triostr.h and triostr.c
12269
Daniel Veillard572577e2002-01-18 16:23:55 +000012270Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12271
12272 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
12273 of strdup usage in the code
12274
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012275Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12276
12277 * parser.c error.c: Keith Isdale complained rightly that
12278 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
12279
Daniel Veillardcfa0d812002-01-17 08:46:58 +000012280Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12281
12282 * tree.c: fixed the funxtion to set the xml: attributes
12283 * debugXML.c: added "setbase" to test it.
12284
Daniel Veillard2c748c62002-01-16 15:37:50 +000012285Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12286
12287 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
12288 to allow updating an attribute content
12289
Daniel Veillard8de85c62002-01-15 17:10:15 +000012290Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12291
12292 * libxml.h: try to avoid problems when compiling on Windows
12293
Daniel Veillard314cfa02002-01-14 17:58:01 +000012294Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12295
12296 * hash.c: patch from Anthony Jones for hash.c allocation size
12297 * Makefile.am: trying to work around Yet Another Libtool Madness
12298 and build the 2.4.13 release finally ...
12299
Daniel Veillard744683d2002-01-14 17:30:20 +000012300Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12301
12302 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
12303 * doc/* : update of the documentation
12304
Daniel Veillarde6a55192002-01-14 17:11:53 +000012305Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12306
12307 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
12308 at fixing #61290 :-(
12309
Daniel Veillardfb25a512002-01-13 20:32:08 +000012310Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12311
12312 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
12313 Fixes bug #67229
12314
Daniel Veillardacb2bda2002-01-13 16:15:43 +000012315Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12316
12317 * tree.c: trying to avoid troubles when a subtree is copied
12318 and coalesced in part with the target tree. Should fix
12319 bug #67407
12320
Daniel Veillardd8224e02002-01-13 15:43:22 +000012321Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12322
12323 * valid.c: fixed validation of attributes content of type
12324 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
12325 values, very old bug. Fixes #67671
12326
Daniel Veillard8107a222002-01-13 14:10:10 +000012327Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12328
12329 * parser.c include/libxml/parserInternals.h tree.c: integrated
12330 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
12331 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
12332
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000012333Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12334
12335 * threads.c: applied Serguei Narojnyi's patch to add native
12336 thread support on the Win32 platform
12337 * testThreadsWin32.c Makefile.am: added the test program also
12338 from Serguei, Win32 specific
12339 * include/win32config.h include/libxml/xmlwin32version.h.in:
12340 added patch from Igor for the Windows thread specific defines.
12341
Daniel Veillard845cce42002-01-09 11:51:37 +000012342Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12343
12344 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
12345
Daniel Veillard7b602b42002-01-08 13:26:00 +000012346Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12347
12348 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
12349 output page into XMLinfo.html. Close bug #66951 and
12350 raised by Robert Collins too.
12351
Daniel Veillard73c6e532002-01-08 13:15:33 +000012352Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12353
12354 * encoding.c: Paul Keogh pointed out a possibility of segfault
12355 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
12356 Closes bug # 68238
12357
Daniel Veillard4a859202002-01-08 11:49:22 +000012358Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12359
12360 * doc/*.html: updated the Gdome2 links
12361
Daniel Veillard3c5ed912002-01-08 10:36:16 +000012362Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12363
12364 * libxml.h: Applied following patches from Robert Collins
12365 and make sure IN_LIBXML is defined when compiling it
12366 -------
12367 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
12368 as well as Visual C.
12369 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12370 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12371 * strio.c (PLATFORM_UNIX): Define for Cygwin.
12372 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
12373 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
12374 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
12375 xmlSysIDExists xmlNoNetExists).
12376 * xmllint.c: Don't include winsock2.h for Cygwin.
12377
Daniel Veillard401c2112002-01-07 16:54:10 +000012378Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12379
12380 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
12381 when the version info is not present.
12382
Daniel Veillard6f42c132002-01-06 23:05:13 +000012383Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12384
12385 * tree.c: Anthony Jones pointed out a problem in
12386 xmlStringGetNodeList() and provided a fix for it
12387
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012388Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12389
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012390 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012391 xmlCreatePushParserCtxt() when the initial buffer passed
12392 is large.
12393
Daniel Veillard0e47ee22002-01-05 18:25:52 +000012394Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12395
12396 * win32/*: big cleanup of the Windows/MSVC project files
12397 from Igor Zlatkovic
12398
Daniel Veillardcebb1362002-01-02 13:13:30 +000012399Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12400
12401 * doc/Makefile.am: should fix #67674 and avoid troubles if
12402 xsltproc is not available or fails in the prefix provided
12403
Daniel Veillard26908ab2002-01-01 16:50:03 +000012404Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12405
12406 * xmlmemory.c: one more doc patch from Charlie Bozeman.
12407
Daniel Veillard5344c602001-12-31 16:37:34 +000012408Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12409
12410 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
12411 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
12412 Fixed a few other problems raised by Charlie Bozeman.
12413 * result/VC/ElementValid[5-7]: fixed the output
12414
Daniel Veillardcbaf3992001-12-31 16:16:02 +000012415Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12416
12417 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
12418 patches from Charlie Bozeman. Regenerated the HTML docs.
12419
Daniel Veillard7f9a6802001-12-20 14:01:47 +000012420Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
12421
12422 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
12423 for Windows from Igor
12424
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000012425Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12426
12427 * xmllint.c: applied Justin Fletcher patch for --output or -o
12428
Daniel Veillardd3b29d22001-12-18 07:53:16 +000012429Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
12430
12431 * win32/libxml2/libxml2.def.src: close #67019
12432
Daniel Veillard01db67c2001-12-18 07:09:59 +000012433Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12434
12435 * xmllint.c: applied Justin Fletcher generic timing patch
12436 similar to the one already applied to xsltproc.
12437
Daniel Veillardd1640922001-12-17 15:30:10 +000012438Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12439
12440 * include/libxml/tree.h tree.c: applied documentation patches
12441 from Charlie Bozeman
12442
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000012443Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
12444
12445 *doc/xmllint.xml, xmllint.1 - document --dropdtd
12446
Daniel Veillard29e43992001-12-13 22:21:58 +000012447Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
12448
12449 * valid.c: fix the xmlStrdup() used in the previous patch.
12450 * valid.c: added --dropdtd
12451 * tree.c: fixed xmlUnlinkNode so it also removes the references
12452 from the document if the node is a DTD
12453
Daniel Veillard86fd5a72001-12-13 14:55:21 +000012454Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
12455
12456 * HTMLtree.c valid.c: cleanup some static declarations
12457
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000012458Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12459
12460 * xmllint.c: removed another strdup()
12461 * doc/FAQ: removed the HP/UX entry
12462
Daniel Veillarded472f32001-12-13 08:48:14 +000012463Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
12464
12465 * valid.c: fix bug #66816 when validating.
12466 * xmllint.c: don't use sys/time.h if configure did not found it
12467
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000012468Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
12469
12470 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
12471 xmlcatalog_man.xml
12472
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000012473Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12474
12475 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
12476 xmlInitMemory() was declared twice
12477
Daniel Veillardb82c1662001-12-09 14:00:54 +000012478Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
12479
12480 * globals.c: do not reference strdup() !
12481 * configure.in libxml-2.0.pc.in: trying to fix the libs
12482 of the various config extraction modules
12483
Daniel Veillardef90ba72001-12-07 14:24:22 +000012484Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12485
12486 * configure.in : preparing 2.4.12
12487 * doc/* : updated and rebuilt the docs
12488
Daniel Veillard220346d2001-12-07 11:33:54 +000012489Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12490
12491 * uri.c: closed bug #66159
12492 * testURI.c: added --escape option
12493 * configure.in: some cleanup for xml2-config --cflags
12494
Daniel Veillard2a906822001-12-06 14:34:08 +000012495Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
12496
12497 * globals.c testThreads.c: removed some misplaced includes
12498 of xmlversion.h
12499
Daniel Veillarde28313b2001-12-06 14:08:31 +000012500Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
12501
12502 * threads.c: patch from Gary Pennington fixing a possible
12503 problem at initialization time.
12504
Daniel Veillardd3b08822001-12-05 12:03:33 +000012505Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
12506
12507 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000012508 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000012509 CodeWarrior.
12510
Daniel Veillarda7866932001-12-04 13:14:44 +000012511Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
12512
12513 * xmllint.c: applied Geert Kloosterman's patch to fix
12514 --repeat --timing output
12515
Daniel Veillard19840942001-11-29 16:11:38 +000012516Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12517
12518 * parser.c: Robin Berjon <robin@knowscape.com> found a case
12519 where non-wellformed XML declaractions were not detected.
12520
Daniel Veillarde85d9342001-11-28 14:43:12 +000012521Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12522
12523 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
12524
Daniel Veillard22f25a82001-11-28 09:12:23 +000012525Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12526
12527 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
12528 gets reset by xmlCleanupInputCallbacks() and this makes the
12529 function useless. Same for output.
12530
Daniel Veillard107ccaa2001-11-27 16:23:50 +000012531Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12532
12533 * xmlIO.c: robert pointed out a loop error in callback cleanups
12534
Daniel Veillard8faa7832001-11-26 15:58:08 +000012535Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12536
12537 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
12538 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
12539 they are not really tied to debugging
12540
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000012541Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12542
12543 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
12544 * xmllint.c: better --catalogs description
12545
Daniel Veillard4855c8c2001-11-25 10:35:25 +000012546Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12547
12548 * tree.c: fixed a couple of problems in xmlSetProp()
12549
Daniel Veillardcd337f02001-11-22 18:20:37 +000012550Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
12551
12552 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
12553 unappropriate stdout output.
12554
Daniel Veillard566d4df2001-11-22 13:00:53 +000012555Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
12556
12557 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
12558 by Denis Beurive, closes #65111
12559
Daniel Veillardb4545fd2001-11-20 09:37:09 +000012560Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
12561
12562 * valid.c: in case of content model validity error, don't
12563 print it if validity warnings were not requested.
12564
Daniel Veillardc69e0b12001-11-20 08:35:07 +000012565Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12566
12567 * nanoftp.c: applied a couple of patches from Brian D Ripley.
12568 * parserInternals.c: removed the last exit() call. Print an
12569 unmaskable error on stderr instead (library mismatch detection)
12570
MST 2001 John Fleck42304042001-11-18 00:18:06 +000012571Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
12572
12573 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
12574 shell instructions from Heiko Rupp
12575
Daniel Veillardf7b094f2001-11-15 13:54:39 +000012576Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12577
12578 * catalog.c: use the URL notation file:// for default catalog paths
12579
Daniel Veillard0ec98632001-11-14 15:04:32 +000012580Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12581
12582 * include/libxml/tree.h: better comments for _private fields
12583 * tree.c: removed a problem when copying an entity reference.
12584
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000012585Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12586
12587 * vms/*: updated instructions and diffs from John A Fotheringham
12588
Daniel Veillarda11001b2001-11-12 22:45:36 +000012589Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12590
12591 * include/libxml/xmlerror.h: avoid an include problem if
12592 #include <libxml/xmlerror.h> happens first in code
12593 seems to be the case in KDE libs
12594
Daniel Veillard8e3943c2001-11-12 21:35:44 +000012595Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12596
12597 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
12598 from Igor for Windows
12599
12600Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12601
12602 * Makefile.am: Gary Pennington pointed out a missing prefix
12603
Daniel Veillard43d3f612001-11-10 11:57:23 +000012604Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12605
12606 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
12607 * doc/*: upgraded and rebuilt the docs
12608
Daniel Veillardc1f78342001-11-10 11:43:05 +000012609Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12610
12611 * HTMLparser.c: fix comment in scripts element parsing.
12612 * result/HTML/doc3*: updated the results.
12613
12614Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12615
12616 * uri.c: another URI bug fix #63336, using Joel Young patch.
12617
Daniel Veillardc6e013a2001-11-10 10:08:57 +000012618Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
12619
12620 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
12621 a cleaned up version of the Pwd shell string generation.
12622
Daniel Veillardbe480fb2001-11-08 23:36:42 +000012623Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12624
12625 * valid.c include/libxml/tree.h: trying to fix namespaces +
12626 validation problems for good, closing #63619 in the process
12627 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
12628 wrong in this respect, fixed it.
12629
Daniel Veillardd536f702001-11-08 17:32:47 +000012630Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12631
12632 * xmllint.c: Morus Walter patch to allow --format and --encode
12633
Daniel Veillard5004f422001-11-08 13:53:05 +000012634Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12635
12636 * debugXML.c: Stefan Kost provided an help command for the shell
12637
Daniel Veillarda6825e82001-11-07 13:33:59 +000012638Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
12639
12640 * debugXML.c: Heiko Rupp pointed that the shell would crash
12641 on empty nodesets returns.
12642
Daniel Veillard03f848d2001-11-07 12:53:46 +000012643Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12644
12645 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
12646 migh need the history libraries
12647
Daniel Veillard957fdcf2001-11-06 22:50:19 +000012648Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
12649
12650 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
12651 handle the case of < in quoted attributes, Bastian Kleineidam
12652
Daniel Veillardc853b322001-11-06 15:24:37 +000012653Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12654
12655 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
12656 fixing catalog breakages
12657 * Makefile.am catalog.c result/catalogs/catal
12658 result/catalogs/mycatalog.* test/catalogs/catal*:
12659 fixed more problems in catalog support, added more regression tests
12660 for both XML and SGML catalog handling
12661
Daniel Veillard66870c72001-11-05 19:27:49 +000012662Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12663
12664 * debugXML.c: applied an improvement to xmlGetLineNo() from
12665 Keith Isdale
12666
Daniel Veillardffe09c92001-11-05 14:21:47 +000012667Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12668
12669 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
12670 Side effect of the progressive catalog loading
12671
Daniel Veillardad661b92001-11-05 11:43:15 +000012672Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
12673
12674 * Makefile.am: confexecdir and confexec_DATA were defined twice
12675 pointed out by Karl Eichwalder
12676
Daniel Veillard6eb17722001-11-04 22:19:27 +000012677Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12678
12679 * xmlcatalog.c: avoid unlink() and use remove() instead.
12680
Daniel Veillardea898282001-11-04 22:13:45 +000012681Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12682
12683 * libxml.spec.in: cleanup
12684 * include/libxml/xmlwin32version.h: updated with 2.4.8
12685
Daniel Veillarda4617b82001-11-04 20:19:12 +000012686Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12687
12688 * encoding.c global.data globals.c testThreads.c: fix bug #63752
12689 of compiling libxml with a non standard set of options
12690
John Fleck027edfb2001-11-04 20:13:58 +000012691Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
12692
12693 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
12694 document --sgml option, fixing gnome bugzilla #63382
12695
Daniel Veillardcd21dc72001-11-04 20:03:38 +000012696Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12697
12698 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
12699 breakage of 2.4.7, added a couple of really needed APIs
12700 like xmlCatalogIsEmpty() and xmlNewCatalog()
12701 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
12702 for install-catalog
12703 * configure.in: preparing 2.4.8
12704
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000012705Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
12706
12707 * HTMLtree.c tree.c include/libxml/HTMLtree.h
12708 include/libxml/tree.h include/libxml/xmlIO.h: more include
12709 cleanups, export cleanly one html output + format function.
12710
12711Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12712
12713 * parser.c: removed initGenericErrorDefaultFunc call from
12714 xmlInitParser() since it could destroy previous calls to
12715 xsltSetGenericErrorFunc() effects
12716
Daniel Veillardebd38c52001-11-01 08:38:12 +000012717Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12718
12719 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12720 keyword.
12721
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012722Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12723
12724 * Makefile.am: cleanup
12725 * threads.c: cleanup too
12726 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12727 from xsltproc
12728 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012729 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012730
Daniel Veillard91c00402001-10-30 17:41:38 +000012731Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12732
12733 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12734 was not used anymore !
12735
Daniel Veillard52dcab32001-10-30 12:51:17 +000012736Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12737
12738 * configure.in: preparing 2.4.7
12739 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12740 manual page from John
12741 * doc/*: updated the doc and rebuilt the generated pages
12742
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012743Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12744
12745 * xmlIO.c: closing bug #62711, the library should never
12746 close stdin or stdout.
12747
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012748Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12749
12750 * uri.c: second pass at fixing #63336, using Joel Young
12751 final patch. looks okay.
12752
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012753Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12754
12755 * uri.c include/libxml/uri.h: trying to clear #63336
12756 allowing the escaping routine to parse unconformant
12757 URI-References.
12758
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012759Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12760
12761 * vms/readme.vms vms/build_libxml.com nanoftp.c
12762 include/libxml/xmlversion.h.in: a few VMS updates from
12763 John A Fotheringham
12764 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12765 and xmlCleanupOutputCallbacks() for the Perl binding people.
12766
Daniel Veillard635ef722001-10-29 11:48:19 +000012767Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12768
12769 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12770 apply fixes to close #63271 and avoid segfaults when
12771 the error routine gets callbed before xmlInitParser()
12772 get called.
12773 * nanoftp.c error.c: Applied patches from Justin Fletcher
12774 correcting some xmlGenericError misuses.
12775
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012776Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12777
12778 *doc/xmllint.xml, doc/xmllint.1
12779 New and improved man page for xmllint - .xml is the original, .1
12780 is the generated man page
12781
Daniel Veillardc9484202001-10-24 12:35:52 +000012782Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12783
12784 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12785 the web site from the main HTML document.
12786
Daniel Veillard5151c062001-10-23 13:10:19 +000012787Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12788
12789 * parser.c: fixed an erroneous validation bug when PE refs
12790 occurs in external parsed entities referenced from the
12791 internals subset
12792 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12793 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12794 added the associated testcase, it's a nice one.
12795 * HTMLparser.c: generate the DTD node as HTML still ...
12796 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12797
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012798Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12799
12800 * HTMLparser.c: fixed a bug in htmlNewDoc()
12801
Daniel Veillard89cad532001-10-22 09:46:13 +000012802Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12803
12804 * test/threads/*: added entities testing to the Thread test
12805 * testThreads.c: make the test reasonable
12806 * DOCBparser.c: fix the DTD public and system ID
12807 * xmllint.c: added --sgml for SGML DocBook importing
12808 * Makefile.am: added Docbtests target
12809
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012810Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12811
12812 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12813 * testThreads.c: removed bogus include
12814
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012815Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12816
12817 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12818 fixed a very serious (looping) validation bug
12819
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012820Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12821
12822 * include/libxml/globals.h include/libxml/threads.h threads.c
12823 testThreads.c: far more testing, cleaning up bugs
12824 * *.c : make sure globals.h is always included.
12825
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012826Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12827
12828 * HTMLparser.c: try to get rid of parser loops for good.
12829
Daniel Veillardab7488e2001-10-17 11:30:37 +000012830Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12831
12832 * configure.in: fixed some bugs in CFLAGS passing.
12833 * test/threads Makefile.am testThreads.c: added a specific
12834 threaded test case (really nasty, guaranteed).
12835
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012836Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12837
12838 * catalog.c: serious cleanup on the management of the
12839 XML catalog tree, more tests done, especially with
12840 the catalog PI.
12841
Daniel Veillard364789a2001-10-16 12:45:00 +000012842Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12843
12844 * catalog.c: avoid a problem in catalog cleanup on SMP if
12845 catalogs were not initialized.
12846
Daniel Veillard81463942001-10-16 12:34:39 +000012847Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12848
12849 * catalog.c xpath.c: trying to cleanup the not thread safe
12850 parts of the library.
12851
Daniel Veillard64a411c2001-10-15 12:32:07 +000012852Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12853
12854 * include/libxml/globals.h configure.in global.data: make
12855 the allocation be per-thread a configure option
12856 * encoding.c include/libxml/parser.h: fixed compilation
12857 errors
12858
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012859Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12860
12861 * include/libxml/parser.h: Norm reported that a few lines
12862 added were breaking libxslt compile, removed them for now
12863
Daniel Veillard6f350292001-10-14 09:56:15 +000012864Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12865
12866 * parser.c parserInternals.c threads.c: debugged and fixed
12867 initialization problems which were giving troubles on SMP
12868 boxes.
12869
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012870Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12871
12872 * include/libxml/Makefile.am: missing globals.h
12873
Daniel Veillarde7090612001-10-13 12:18:28 +000012874Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012875
Daniel Veillarde7090612001-10-13 12:18:28 +000012876 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012877
Daniel Veillardd0463562001-10-13 09:15:48 +000012878Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12879
12880 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12881 include/libxml/parserInternals.h include/libxml/tree.h
12882 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12883 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12884 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12885 Applied the last patches from Gary, cleanup, activated threading
12886 all user accessible global variables are now handled in globals.[ch]
12887 Still a bit rought but make tests passes with either
12888 --with-threads defined at configure time or not.
12889 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12890 linking options
12891
Daniel Veillardb8478642001-10-12 17:29:10 +000012892Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12893
12894 * Makefile.am include/libxml/Makefile.am
12895 include/libxml/globals.h globals.c include/libxml/threads.h
12896 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12897 configure.in: started integrating the core of the thread support
12898 not activated yet but half integrated. The code should still
12899 compile and work anyway.
12900
Daniel Veillardb44025c2001-10-11 22:55:55 +000012901Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12902
12903 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12904 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12905 integrating the non-controversial parts of Gary Pennington
12906 multithread patches
12907 * catalog.c: corrected a small bug introduced
12908
Daniel Veillard75b96822001-10-11 18:59:45 +000012909Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12910
12911 * catalog.c include/libxml/catalog.h: very serious cleanup,
12912 isolating unportable code and as much as possible the accesses
12913 to the global shared catalog. May need more testing !
12914
Daniel Veillard78d12092001-10-11 09:12:24 +000012915Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12916
12917 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12918 Keith Isdale patches for the XSLT debugger interfaces. Some
12919 cleanup
12920
Daniel Veillardff0b7312001-10-11 06:46:09 +000012921Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12922
12923 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12924 * DOCBparser.c: generate line nubers in elements
12925
Daniel Veillard60087f32001-10-10 09:45:09 +000012926Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12927
12928 * configure.in: preparing 2.4.6 release
12929 * doc/xml.html doc/html/*: updated and rebuilt the docs
12930 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12931
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012932Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12933
12934 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12935 adding documentation for DV's supercatalog support
12936
Daniel Veillard82d75332001-10-08 15:01:59 +000012937Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12938
12939 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12940 super catalog support adding one API and one flag --sgml to
12941 xmlcatalog
12942
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012943Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12944
12945 * doc/xmlcatalog_man.xml, xmlcatalog.1
12946 One more crack at
12947 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12948
12949
Thomas Broyer47334c02001-10-07 16:41:52 +000012950Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12951
12952 * xpath.c: implemented xmlXPathObjectCopy for external objects
12953 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12954
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012955Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12956
12957 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12958 finishing up fix to
12959 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12960 the xmlcatalog man page display more elegantly
12961
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012962Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12963
12964 * configure.in: closing bug #61832
12965 * HTMLparser.c: removed a warning
12966
Daniel Veillard6ab38382001-10-06 13:08:27 +000012967Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12968
12969 * xpath.c: fixing #61673 part I, do not loose doc information
12970 when copying result value trees.
12971
Daniel Veillard556c6682001-10-06 09:59:51 +000012972Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12973
12974 * xpath.c: trying to harden the XPath interpreter
12975
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012976Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12977
12978 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12979 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12980
William M. Brack1633d182001-10-05 15:41:19 +000012981Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12982
12983 * HTMLparser: repaired another loop problem
12984
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012985Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12986
12987 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12988 parsing.
12989 * xpath.c: fix bug #61291 the default XML namespace node is
12990 missing from the namespace axis.
12991 * tree.c: refuse to create namespaces nodes with prefix "xml"
12992
Daniel Veillard651f9472001-10-04 14:51:06 +000012993Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12994
12995 * SAX.c: ouch a non-defined namespace could lead to a crash,
12996 fixed #61215
12997
Daniel Veillard7dd05702001-10-04 14:25:12 +000012998Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12999
13000 * parserInternals.c: closed bug #61054
13001
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000013002Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13003
13004 * include/libxml/Makefile.am: closing #60708
13005
Daniel Veillarda293c322001-10-02 13:54:14 +000013006Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13007
13008 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
13009 adding xmlSAXParseFileWithData following Marco Stipek suggestion
13010
Daniel Veillardf4309d72001-10-02 09:28:58 +000013011Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13012
13013 * valid.c: close bug #61550 when xml: wasn't considered a namespace
13014
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000013015Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13016
13017 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
13018 * DOCBparser.c HTMLparser.c parser.c: fixed typos
13019
Daniel Veillard16756b62001-10-01 07:36:25 +000013020Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
13021
13022 * catalog.c: Justin Fletcher provided cleaup code in case
13023 HAVE_STAT is not defined
13024 * include/win32config.h: Igor Zlatkovic suggested to have
13025 HAVE_STAT defined there
13026
William M. Brack5e1cac12001-09-28 16:19:18 +000013027Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13028
13029 * catalog.c - fixed typing error reported by M. Barros
13030
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000013031Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
13032
13033 * xmllint.c - fixing typo
13034
William M. Brackd28e48a2001-09-23 01:55:08 +000013035Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13036
13037 * HTMLparser.c: small enhancement to prevent loop on
13038 unrecognizable data
13039
Daniel Veillardb1d62872001-09-21 09:47:08 +000013040Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13041
13042 * parserInternals.c: applying patch from bug #60757 this
13043 should close it
13044
Daniel Veillardc0631a62001-09-20 13:56:06 +000013045Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13046
13047 * catalog.c xmlcatalog.c: removed a couple of warning
13048 * xpath.c: try to solve the linking problem on platforms
13049 needing trio to compile
13050
Daniel Veillard1a123612001-09-19 08:06:23 +000013051Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013052
Daniel Veillard1a123612001-09-19 08:06:23 +000013053 * Makefile.am libxml.spec.in: backing up non-documented changes
13054 commited without review or aproval by Jens Finke <jens@gnome.org>
13055 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013056
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013057Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
13058
13059 * configure.in: Joe Orton provided a patch fixing a problem
13060 when iconv is specified to be in a non-standard directory
13061 but wasn't exported in xml2-config --cflags
13062
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013063Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13064
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013065 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013066 troubles with 2.4.4 errors.
13067
Daniel Veillard16698282001-09-14 10:29:27 +000013068Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13069
13070 * encoding.c entities.c: do not output hexadecimal charrefs
13071 when serializing HTML since some version of Netscape can't
13072 grok it, generate decimal ones.
13073 * result/HTML/doc3.htm: output changed due to previous test
13074 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
13075
Daniel Veillard98fed372001-09-13 11:34:58 +000013076Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
13077
13078 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
13079 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
13080
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013081Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000013082 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013083
13084 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
13085 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
13086 updated the configuration scripts systems accordingly
13087
Daniel Veillard04382ae2001-09-12 18:51:30 +000013088Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13089
13090 * configure.in: preparing for 2.4.4
13091 * doc/xml.html doc/html/*: updated and rebuilt the docs
13092
Daniel Veillardd63437e2001-09-12 15:00:27 +000013093Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13094
13095 * win32/dsp/libxml2.def.src: tried to incorporate comments
13096 from bug #59220
13097
Daniel Veillard319a7422001-09-11 09:27:09 +000013098Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
13099
13100 * parser.c result/noent/wml.xml: fixed bug #59981 related
13101 to handling of '&' in attributes when entities are substitued
13102
Daniel Veillard7cf5e442001-09-10 20:16:32 +000013103Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13104
13105 * libxml.h include/libxml/xmlversion.h.in
13106 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
13107 Tried to close bug #60131
13108
Daniel Veillardbce62332001-09-10 18:46:55 +000013109Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13110
13111 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
13112
Daniel Veillard143b04f2001-09-10 18:14:14 +000013113Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
13114
13115 * SAX.c: fixing bug #59946 on xmlns=""
13116
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000013117Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13118
13119 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
13120 but allocates a new error code.
13121
Daniel Veillard05c13a22001-09-09 08:38:09 +000013122Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13123
13124 * xmllint.c: John Fleck fixed typos in the options output
13125 * parser.c SAX.c: fix ignorable white space SAX selection
13126
13127Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13128
13129 * entities.c: Steve Underwood found the possibility of an
13130 ininite loop in case of error.
13131
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000013132Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13133
13134 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
13135
Daniel Veillarda050d232001-09-05 15:51:05 +000013136Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13137
13138 * parser.c: warn if version is not 1.0 but it's not
13139 strictly speaking an error after analyzing the spec
13140
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000013141Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
13142
13143 *doc/catalog.html - add link to the html version of the
13144 man page, other linguistic cleanups
13145
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000013146Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
13147
13148 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
13149 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
13150 file, has not yet been included in the build.
13151
Daniel Veillard99784ff2001-09-01 16:20:28 +000013152Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13153
13154 * catalog.c: removed a duplicate affectation Justin Fletcher
13155
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000013156Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
13157
13158 * tree.c: Armin Sander pointed a possible text coalescing
13159 problem, completed his patch.
13160
Bjorn Reese0b2ae432001-08-31 16:31:57 +000013161Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13162
13163 * trionan.c: Fixed const and volatile re-definition problem
13164
Daniel Veillard5d96fff2001-08-31 14:55:30 +000013165Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
13166
13167 * libxml.4 parser.c: doc updates from Heiko Rupp
13168 * parserInternals.c: 2 sanity checks from Heiko Rupp
13169
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013170Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
13171
13172 * tree.c: applied patch from Armin Sander to make some pointers
13173 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000013174 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013175
Daniel Veillardb06c6142001-08-27 14:26:30 +000013176Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13177
13178 * xpath.c: hum, restrict the integer usage gcc bug workaround
13179 to only gcc compilers so that other architecture don't get
13180 penalized by this limitation.
13181 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
13182
Daniel Veillard268fd1b2001-08-26 18:46:36 +000013183Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13184
13185 * valid.c: fixed a Windows compiler warning (Chris Poblete)
13186 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
13187
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000013188Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
13189
13190 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
13191 --convert option to xmlcatalog to convert SGML ones to
13192 the XML syntax.
13193 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
13194
13195 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000013196Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13197
13198 * catalog.c xmlIO.c: started some serious testing and fixed
13199 a few bug and optmization needs.
13200
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000013201Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13202
13203 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13204 preparing for a 2.4.3 release even if it may not be ready yet
13205 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
13206 all file parsing lookup to go through the entity resolver, add
13207 to add an API to bypass it (needed to load catalogs themselves),
13208 some cleanup on the catalog code too.
13209 * nanoftp.c: small cleanup
13210 * doc/catalog.html: small update
13211
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000013212Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13213
13214 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
13215 Jun Kuriyama
13216
Daniel Veillardffb120d2001-08-23 00:52:23 +000013217Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13218
13219 * doc/catalog.html: finished the catalog documentation
13220
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000013221Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13222
13223 * doc/catalog.html doc/xml.html: added documentation about
13224 Catalog support, misses an API description
13225 * doc/html/*: reextracted the API pages
13226
Daniel Veillarddc2cee22001-08-22 16:30:37 +000013227Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13228
13229 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
13230 Added the part about section 7.2 on URI resolution,
13231 fixed a side effect in the HTML parser, look complete
13232 and ready to rock except the URI/SystemID part!
13233
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000013234Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13235
13236 * include/libxml/catalog.h include/libxml/parser.h
13237 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
13238 xmlIO.c: added support and APIs needed for the catalog PI
13239 * include/libxml/xmlIO.h: cleanup
13240
Daniel Veillarde2940dd2001-08-22 00:06:49 +000013241Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13242
13243 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
13244 include/libxml/catalog.h: starts to look okay, really
13245 plugged the new framework, cleaned a lot of stuff,
13246 added some APIs, except the PI's support missing this
13247 should be mostly complete
13248 * result/catalogs/* test/catalogs/*: added new test, enriched
13249 the existing one with URN ID tests
13250
Daniel Veillard64339542001-08-21 12:57:59 +000013251Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13252
13253 * catalog.c: fixed nextCatalog
13254 * result/catalogs/docbook test/catalogs/*: started adding
13255 a small regression test
13256
Daniel Veillardcda96922001-08-21 10:56:31 +000013257Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
13258
13259 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
13260 more work on the XML catalog support.
13261 * parser.c include/libxml/parser.h: small cleanup seems using
13262 list as a public parameter name can give portability troubles
13263 * trionan.c trionan.h xpath.c include/libxml/trionan.h
13264 include/libxml/xpath.h include/libxml/Makefile.am: removed
13265 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
13266 wrappers
13267
Bjorn Reese45029602001-08-21 09:23:53 +000013268Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13269
13270 * Makefile.am trio.c triodef.h trionan.c xpath.c
13271 include/libxml/Makefile.am include/libxml/trionan.h:
13272 Re-worked Not-A-Number and Infinity support.
13273 * xmlcatalog.c: added readline include files
13274
Daniel Veillard344cee72001-08-20 00:08:40 +000013275Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13276
13277 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
13278 testCatalog as xmlcatalog, making it an installed app
13279 adding a shell, and preparing it to be a /etc/xml/catalog
13280 management tool, though not ready yet
13281 * catalog.c include/libxml/catalog.h: adding support for
13282 XML Catalogs http://www.oasis-open.org/committees/entity/
13283 not finished, there is some interesting tradeoffs and a
13284 few open questions left.
13285
Daniel Veillardb7664f42001-08-19 13:00:43 +000013286Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
13287
13288 * xmllint.c: fixed a line formatting problem
13289
Daniel Veillard5015b712001-08-17 09:37:52 +000013290Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13291
13292 * SAX.c: removed a couple of unused variable (Albert Chin)
13293
Daniel Veillardbb371292001-08-16 23:26:59 +000013294Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13295
13296 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
13297 trying to fix some troubles w.r.t. function returning
13298 const xxxPtr.
13299
Daniel Veillardb60c54e2001-08-16 19:34:27 +000013300Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13301
13302 * win32/dsp/libxml2.def.src: another set of symbols conditionally
13303 defined
13304
Daniel Veillardae6db172001-08-16 19:32:00 +000013305Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13306
13307 * xpointer.c: removed unused var
13308
Daniel Veillard09190202001-08-16 16:27:41 +000013309Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13310
13311 * testXPath.c: another small cleanup closing bug #59110
13312
Daniel Veillard796f4b62001-08-16 16:00:13 +000013313Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13314
13315 * win32/dsp/libxml2.def.src: small cleanup closing bug
13316 #59108
13317
Daniel Veillard5aac4e42001-08-15 20:46:57 +000013318Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13319
13320 * example/gjobread.c: add xmlCleanupParser() before leaving
13321
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000013322Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
13323
13324 * config.h.in configure.in include/libxml/xmlwin32version.h:
13325 released 2.4.2
13326
Daniel Veillardd3d06722001-08-15 12:06:36 +000013327Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
13328
13329 * include/libxml/valid.h debugXML.c valid.c: deprecate
13330 the non-boundchecking Sprintf functions, add Snprintf
13331 this should close bug #57984
13332
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000013333Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
13334
13335 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
13336 URIs before doing the lookups (pointed by Mark Vakoc)
13337
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000013338Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13339
13340 * xpath.c: serious changes on Result Value Trees and NodeSets
13341 w.r.t. deallocation and collect operations. Probably not
13342 100% clean (merge of allocated trees smells like a problem).
13343 Seems sufficient to close #58943
13344
Daniel Veillard90493a92001-08-14 14:12:47 +000013345Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13346
13347 * xmllint.c: adding a --format option
13348
Daniel Veillardfe703322001-08-14 12:18:09 +000013349Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
13350
13351 * xpath.c: count() was broken on Result Value Tree
13352 * xmlIO.c: fixed file:/// accesses on _WIN32
13353
Daniel Veillard70ac0e32001-08-13 11:24:16 +000013354Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13355
13356 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
13357 macro was renamed, this should close bug #58683
13358
Daniel Veillardf300b7e2001-08-13 10:43:15 +000013359Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13360
13361 * SAX.c: small fix fixing bug #58539 reported by coolo, in
13362 entity substitution mode text at the end of the entity might
13363 be added due to text coalescing.
13364 * nanoftp.c parser.c: small cleanup
13365
Daniel Veillard0c720972001-08-08 20:59:00 +000013366Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13367
13368 * HACKING: added John Fleck right to commit in the doc subdir
13369
Daniel Veillard48da9102001-08-07 01:10:10 +000013370Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13371
13372 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
13373 allow to inherit attributes from the DTD directly in the
13374 tree, this is needed for XPath and can be a useful feature.
13375 Inherited namespaces are always provided at the tree level now
13376 * test/defattr* result/defattr* result/noent/defattr*: added a couple
13377 of tests for this feature (XSLT being the prime user).
13378
Daniel Veillard50f34372001-08-03 12:06:36 +000013379Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13380
13381 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
13382 testSAX.c xmlIO.c xmllint.c include/win32config.h
13383 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
13384 include/libxml/xmlwin32version.h.in win32/README.MSDev
13385 win32/dsp/*: applied Win32 Facelift No.2 patches from
13386 Igor Zlatkovic for Windows/MSC
13387
Daniel Veillard9f4eb912001-08-01 21:22:27 +000013388Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
13389
13390 * SAX.c: unparsedEntityDecl() the URI computation of the
13391 entity wasn't done breaking XSLT unparsed-entity-uri()
13392
Daniel Veillard567e1b42001-08-01 15:53:47 +000013393Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
13394
13395 * xpath.c: fixed a bug when walking the descendants and
13396 the current node has no children
13397 * debugXML.c: show up when a text node is supposed to not be escaped
13398
Thomas Broyerf186c822001-07-31 23:30:37 +000013399Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13400
13401 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
13402 worked like the set:leading() function)
13403 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
13404
Daniel Veillardba6db032001-07-31 16:25:45 +000013405Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
13408
Daniel Veillard57905372001-07-31 15:52:17 +000013409Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * include/libxml/xmlIO.h: apply change to close #58141
13412 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
13413
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000013414Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13415
13416 * parser.c: when the internal subset uses a PE, then the
13417 included entity can use conditional sections.
13418
Daniel Veillard7d7e3792001-07-30 13:42:13 +000013419Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13420
13421 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
13422 when walking the namespace axis showing up in
13423 libxst/tests/general/bug-12
13424 * xmlmemory.c: added the possibility to trace a given block
13425 defined by its address
13426
Daniel Veillard4aafa792001-07-28 17:21:12 +000013427Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13428
13429 * parser.c: don't override existing encoding specified before
13430 starting xmlParseDocument()
13431
Daniel Veillardfdb1f242001-07-27 23:32:44 +000013432Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13433
13434 * include/libxml/xmlwin32version.h: reinserted, needed for
13435 Windows users of CVS
13436
Darin Adlera77cac02001-07-27 17:41:51 +0000134372001-07-27 Darin Adler <darin@bentspoon.com>
13438
Darin Adler699613b2001-07-27 22:47:14 +000013439 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
13440 * testCatalog.c: Add include of <libxml/parser.h>.
13441
134422001-07-27 Darin Adler <darin@bentspoon.com>
13443
Darin Adlera77cac02001-07-27 17:41:51 +000013444 * include/libxml/.cvsignore:
13445 * include/libxml/xmlwin32version.h:
13446 Remove this file from CVS because it's generated.
13447
Daniel Veillard50822cb2001-07-26 20:05:51 +000013448Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13449
13450 * parser.c include/libxml/parser.h: applied const patches from
13451 Tom Moog #58002
13452
Thomas Broyerba4ad322001-07-26 16:55:21 +000013453Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13454
13455 * xpath.c include/libxml/xpath{,Internals}.h: added a function
13456 lookup framework
13457
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000013458Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13459
13460 * tree.c: fixed xmlCopyNode() for documents
13461
Daniel Veillard6dd398f2001-07-25 22:41:03 +000013462Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * parser.c: fixed bugs #58073 reported by Greg Shtilman
13465
13466Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000013467
13468 * parser.c: fixes bug #57652 reported by Morus Walter
13469
Daniel Veillarde3924972001-07-25 20:25:21 +000013470Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13471
13472 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
13473
Daniel Veillarda53c6882001-07-25 17:18:57 +000013474Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13475
13476 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
13477 errors, lesson don't add new functions at 1am before a release
13478 * xpath.c: integrated fix from Bjorn to avoid divide by zero
13479 from XPath initialization when possible.
13480
Daniel Veillardd9bad132001-07-23 19:39:43 +000013481Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13482
13483 * result/scripts/base*: removing history/readline changed
13484 this slightly
13485 * include/libxml/parser.h SAX.c parser.c parserInternals.c
13486 xmllint.c: make element content line number generation
13487 optionnal to avoid breaking old apps added interface to switch
13488
Daniel Veillardf012a642001-07-23 19:10:52 +000013489Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13490
13491 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000013492 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000013493 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
13494 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
13495 John Kroll fixes to allow saving to HTTP via PUT (or
13496 POST of needed).
13497 * doc/html/*.html: regenerated the docs
13498
Thomas Broyere8126242001-07-22 03:54:15 +000013499Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13500
13501 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
13502 xmlHashScanFull and xmlHashScannFull3 to get passed the
13503 three keys as arguments to the callback function
13504
Daniel Veillard5e2dace2001-07-18 19:30:27 +000013505Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13506
13507 * configure.in Makefile.am: removed libxml softlink for good
13508 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
13509 100% coverage by gtk-doc
13510
Daniel Veillard8599e702001-07-17 21:38:51 +000013511Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13512
13513 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
13514 fixed serious troubles due to size_t vs. int mismatch
13515
Daniel Veillard8fcc4942001-07-17 20:07:33 +000013516Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13517
13518 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
13519
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013520Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13521
13522 * include/libxml/xpath{,Internals}.h xpath.c: added a more
13523 convenient extension API for value and context managing
13524 Now handles external objects through xmlXPathPopExternal,
13525 xmlXPathWrapExternal and xmlXPathReturnExternal.
13526 Added functions for sets operations (intersection, etc.)
13527
Daniel Veillard22090732001-07-16 00:06:07 +000013528Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13529
13530 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
13531 xmlIO.c tree.c parserInternals.c entities.c encoding.c
13532 HTMLparser.c: cleanup of global variables, marking some
13533 const or private.
13534
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013535Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000013536
13537 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
13538 fixed xmlXPathNodeSetItem when passing index=0
13539
Daniel Veillard05dec342001-07-14 21:57:39 +000013540Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13541
13542 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
13543
Daniel Veillard28ae6362001-07-14 16:44:32 +000013544Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13545
13546 * xmllint.c: fixed compilation under Cygwin #57503
13547 * TODO: update
13548
Peter Williamsed156f52001-07-13 18:35:13 +0000135492001-07-13 Peter Williams <peterw@ximian.com>
13550
13551 * config.h.in: add #undef HAVE_DLFCN_H
13552
13553 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
13554 builddir.
13555
Daniel Veillard73b36e32001-07-12 15:09:52 +000013556Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13557
13558 * win32/libxml2/libxml2.def.src: added a couple of exported entries
13559 raised by #57348 and #57381
13560
Daniel Veillard7db37732001-07-12 01:20:08 +000013561Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13562
13563 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
13564 tree.c xpointer.c: store the line numbder in element->content,
13565 may break some software, need a configuration mechanism
13566
Darin Adler96037892001-07-11 00:03:16 +0000135672001-07-10 Darin Adler <darin@bentspoon.com>
13568
13569 * .cvsignore:
13570 * example/.cvsignore:
13571 * include/.cvsignore:
13572 * include/libxml/.cvsignore:
13573 Various things that are generated and should be ignored.
13574
Daniel Veillard09ab7e12001-07-10 15:49:44 +000013575Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13576
13577 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
13578 * doc/xml.html doc/html/*: updated the docs
13579
Daniel Veillard04e2dae2001-07-09 20:07:25 +000013580Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13581
13582 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
13583 validation occured on content with element child
13584
Daniel Veillardb8c9be92001-07-09 16:01:19 +000013585Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13586
13587 * tree.c: fixed XML Base computation which was broken
13588 * debugXML.c: added a base function to the shell
13589 * Makefile.am result/scripts/* test/scripts/*: added scripts
13590 based regression tests, and adding 2 XML Base tests
13591
Daniel Veillard19e96c32001-07-09 10:32:59 +000013592Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13593
13594 * tree.c: set properties doc and call xmlSetListDoc for properties
13595 content when grafting them in a different tree.
13596 * aclocal.m4: remove from CVS
13597
Daniel Veillarde086f5c2001-07-08 21:10:40 +000013598Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13599
13600 * win32/libxml2/libxml2.def.src: added some missing entry point
13601 for XPath (Mark Vakoc)
13602
Daniel Veillard388236f2001-07-08 18:35:48 +000013603Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13604
13605 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
13606 layer should URI-Unescape before trying to open resources.
13607
Daniel Veillard04383752001-07-08 14:27:15 +000013608Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13609
13610 * xpath.c: fix the name() bug for elements in the default
13611 namespace reported by Charlie Bozeman
13612
Daniel Veillard7583a592001-07-08 13:15:55 +000013613Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13614
13615 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
13616 led to an XPath fix, improvements of SAX initialization, and
13617 an added option --nocdata to testXPath
13618
Daniel Veillard449d7392001-07-07 19:11:06 +000013619Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13620
13621 * doc/libxml-doc.el: Felix Natter provided anew version working
13622 with XEmacs too
13623
Daniel Veillard5168dbf2001-07-07 00:18:23 +000013624Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13625
13626 * include/libxml/xpath.h: small cleanup
13627 * doc/xml.html: update
13628
Daniel Veillardf524d6e2001-07-05 23:41:40 +000013629Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13630
13631 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13632 released 2.3.14
13633
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013634Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13635
13636 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000013637 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013638
Daniel Veillard73c9c042001-07-05 20:02:54 +000013639Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13640
13641 * xpath.c: a bug reported by Stephan Kulow empty nodesets
13642 were not equal to empty strings
13643
Daniel Veillard1fd36d22001-07-04 22:54:28 +000013644Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13645
13646 * SAX.c: fixed a URI-Reference computation problem when validating
13647 * xmlIO.c: small cleanup
13648
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000013649Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13650
13651 * parser.c: improved the description of a couple of interfaces
13652 upon Larry Stamper suggestion
13653
Daniel Veillard62f313b2001-07-04 19:49:14 +000013654Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13655
13656 * SAX.c entities.c parser.c: changed completely the way entities
13657 are handled when running the parser in entity substitution mode.
13658 This fixes a bug reported by Stephan Kulow and nearly divides
13659 by 3 the amount of memory required by libxslt to load and process
13660 DocBook TDG.
13661
Daniel Veillardf420ac52001-07-04 16:04:09 +000013662Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * HTMLparser.c: fixing a too early root closing problem raised
13665 byt Prashanth Naidu
13666
Daniel Veillard8c357d52001-07-03 23:43:33 +000013667Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13668
13669 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
13670 raised by Mark Vakoc.
13671
Daniel Veillard6e90d192001-07-03 16:37:49 +000013672Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13673
13674 * example/Makefile.am: fixed the include path to add srcdir/include
13675 * Makefile.am configure.in: fix from Albert Chin for iconv detection
13676 and some cleanup
13677
Daniel Veillardf06307e2001-07-03 10:35:50 +000013678Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13679
13680 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
13681 lot of optimization work, results in significant improvements
13682 when handling really complex XPath queries. Add a small optimizer
13683 for unions, improve [n] and [last()], avoid some costly ops.
13684
Daniel Veillard77044732001-06-29 21:31:07 +000013685Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13686
13687 * include/libxml/parser.h parser.c: xmlStrstr args are both const
13688 * xpath.c: small cleanup
13689 * xmlGetNsList: reformated, fixed problems if used on Entities
13690
Daniel Veillard2adbb512001-06-28 16:20:36 +000013691Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13692
13693 * doc/xml.html: added 1.8.14 and 2.3.13 releases
13694
Daniel Veillardb37ecd02001-06-28 16:18:11 +000013695Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13696
13697 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
13698 * Makefile.am example/Makefile.am: workaround automake generating
13699 erroneous deps
13700
Daniel Veillard12f7d292001-06-28 13:12:11 +000013701Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13702
13703 * include/win32config.h: bug #56801 Yon Derek provided a patch
13704 to the windows config file.
13705
Daniel Veillard87ee9142001-06-28 12:54:16 +000013706Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13707
13708 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
13709 libxml.h : Yon Derek provided a set of changes to compile from
13710 CVS on Windows/MSC
13711
Daniel Veillard0e4cd172001-06-28 12:13:56 +000013712Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13713
13714 * parser.c: fixed UTF8 BOM support in push mode
13715 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
13716 added a specific testcase
13717
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013718Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13719
13720 * Makefile.am: added --push regression tests
13721 * parserInternals.c: the XML parser segfaulted in --push mode
13722
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013723Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13724
13725 * configure.in: moved the symlinks detection within a CVS
13726 check, this is not portable and will be removed soon.
13727 * xpath.c: small cleanup/speedup
13728
Daniel Veillard11648102001-06-26 16:08:24 +000013729Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13730
13731 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13732 release of 2.3.12
13733 * parser.c: make an error message if unknow entities in all cases
13734
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013735Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13736
13737 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13738
Daniel Veillard23793842001-06-25 16:07:45 +000013739Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13740
13741 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13742 includes were installed in the wrong dir
13743
Daniel Veillardf5498f32001-06-25 15:08:36 +000013744Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13745
13746 * doc/html.xml: warn against sending code to exhibit bugs.
13747
Daniel Veillard56f06462001-06-24 21:34:03 +000013748Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13749
13750 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13751 Tru64 from Thomas Leitner
13752
Daniel Veillardc5d64342001-06-24 12:13:24 +000013753Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13754
13755 * AUTHORS: added William and Bjorn
13756 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13757 daniel@veillard.com hopefully I won't have to do this again
13758 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13759 docs can be rebuilt cleanly now
13760 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13761 from CVs it's generated, added include/libxml/xmlwin32version.h
13762 also generated but which should change far less frequently.
13763 * catalog.c nanoftp.c: made sure to include libxml.h not
13764 libxml/xmlversion.h directly
13765 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13766 when compiling on WIN32 and MSC
13767
Daniel Veillard07385fd2001-06-23 21:55:48 +000013768Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13769
13770 * include/Makefile.am include/libxml/Makefile.am configure.in:
13771 fixed make distcheck and rebuilding the rpms
13772
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013773Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13774
13775 * configure.in: should finish the migration of exported includes
13776 into a real include/libxml in CVS, at least for CVS users.
13777 * removed the exported headers, added in include/libxml (as well
13778 as xmlversion.h.in).
13779
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013780Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13781
13782 * configure.in: fixed the way to detect symlink
13783
Daniel Veillard66541772001-06-23 18:31:04 +000013784Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13785
13786 * configure.in: updated, include/libxml is now a real CVS dir
13787
Daniel Veillardca989762001-06-23 17:39:29 +000013788Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13789
13790 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13791 version works with both libxml1 and libxml2 (it autodetects
13792 the prefix of the html-files) from Felix Natter.
13793 * doc/xml.html: updated doc accordingly
13794
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013795Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13796
13797 * xpath.c: fixed the bug generating a template loop in libxslt
13798 when using docbook-xsl-1.4, * should filter out document nodes
13799 * HACKING: added William
13800 * TODO: updated
13801
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013802Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13803
13804 * doc/FAQ.html: added a warning about gcc-3.0
13805 * doc/xml.html: added reference to gdome2 and removed a confusing
13806 sentence
13807
Daniel Veillardf7f41852001-06-22 15:18:01 +000013808Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13809
13810 * xmlversion.h: okay this is a generated file, but Windows
13811 users need it and they can't generate it, and I want CVS
13812 Windows users ...
13813 * win32/libxml2/libxml2_so.dsp: Windows project file for
13814 the shared lib version of libxml2
13815 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13816 resources needed for libxslt/xsltproc by Yon Derek
13817
Bjorn Reese3157b342001-06-22 14:41:45 +000013818Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13819
13820 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13821
Daniel Veillard4151acb2001-06-22 10:48:57 +000013822Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13823
Daniel Veillardcc146db2001-06-22 11:10:52 +000013824 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13825
13826Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13827
Daniel Veillard4151acb2001-06-22 10:48:57 +000013828 * include/win32config.h: Yon Derek provided a first fix
13829 to be able to compile libxslt/xsltproc on Windows
13830
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013831Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13832
13833 * xpath.c: attempt to work around what seemed a gcc optimizer
13834 bug when handling floats on i386 http://veillard.com/gcc.bug
13835 * tree.c entities.c encoding.c: doing some cleanups while
13836 chasing it
13837
Daniel Veillard017b1082001-06-21 11:20:21 +000013838Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13839
13840 * Makefile.am: cleanup when --without-debug is specified
13841 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13842 w.r.t. --without-debug and other include points
13843 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13844 Catalogs
13845 * configure.in entities.h tree.h HTMLparser.c: removed
13846 --without-corba, made the _private field mandatory
13847
Daniel Veillard87a764e2001-06-20 17:41:10 +000013848Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13849
13850 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13851 outputs a BOM in UTF8, an errata has been issued to avoid the
13852 problem, that was the most reasonable solution... Add support
13853 for a leading UTF8 BOM in entities.
13854
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013855Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13856
13857 * valid.c: fixed a bug found when post validating an entity ref
13858 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13859 activate it too
13860
Daniel Veillard39196eb2001-06-19 18:09:42 +000013861Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13862
13863 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13864 weakness in the node copy the XPointer and the XInclude
13865 implementations. Serious cleanup.
13866
Daniel Veillard3739b982001-06-19 12:51:30 +000013867Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13868
13869 * Makefile.am: Kjartan Maraas provided a small patch to
13870 add xml2-config.in to EXTRA_DIST
13871
Daniel Veillarda9142e72001-06-19 11:07:54 +000013872Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13873
13874 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13875 provided another failing case found in KDE, the way the
13876 ctxt->vctxt.nodeTab was allocated and freed changed over
13877 time but it wasn't completely cleaned up. This should fix it.
13878
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013879Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13880
13881 * parser.c: Stephan Kulow also raised the fact that line number
13882 could get miscounted making debug harder, fixed the problem
13883 in xmlParseCharData()
13884
Daniel Veillard64b98c02001-06-17 17:20:21 +000013885Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13886
13887 * valid.c: Stephan Kulow pointed out a problem when validating
13888 and using an empty entity, forgot a 'break' in a case.
13889
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013890Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13891
13892 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13893 * doc/xml.html: updated with 2.3.11
13894
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013895Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * TODO: updated adding cleanup of generated doc
13898 * configure.in: prepared to release 2.3.11
13899 * xmllint.c: added --version for bug reporting
13900 * doc/html/*.html: rebuilt the doc
13901
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013902Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13903
13904 * xpath.c: first part of the work on selecting namespace to
13905 fix bug #56115
13906
Daniel Veillard96ed5832001-06-15 22:22:04 +000013907Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13908
13909 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13910 when using -liconv
13911 * TODO: updated
13912
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013913Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13914
13915 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13916 cleanup, encoding support.
13917
Daniel Veillard608ad072001-06-14 08:32:28 +000013918Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13919
13920 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13921
Daniel Veillard239d0522001-06-13 23:02:48 +000013922Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13923
13924 * xpath.c: bug detected by Ankh when / is used as a function arg
13925
Daniel Veillard02bb1702001-06-13 21:11:59 +000013926Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13927
13928 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13929 of element and use it to avoid outputting formatting spaces at
13930 the wrong place. Implemented the format parameter for HTML save.
13931 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13932 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13933 result/HTML/wired.html: of course this impact the result of a
13934 number of HTML tests
13935
Daniel Veillard95d845f2001-06-13 13:48:46 +000013936Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13937
13938 * HTMLtree.[ch]: started augmenting the HTML save API with
13939 encoding and formatting parameters
13940
Daniel Veillardeca60d02001-06-13 07:45:41 +000013941Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13942
13943 * HTMLtree.h: cleanup and started evaluating the work needed on
13944 revamping the HTML output code
13945
Daniel Veillard84666b32001-06-11 17:31:08 +000013946Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13947
13948 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13949
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013950Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13951
13952 * valid.c: fixed bug #56049, forgot one check in the
13953 validation routine
13954
Daniel Veillardca2366a2001-06-11 12:09:01 +000013955Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13956
13957 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13958
Daniel Veillard6761eee2001-06-11 10:29:38 +000013959Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13960
13961 * libxml.h: fixed an error in last commit
13962 * doc/FAQ.html: added an entry for compilation from CVS
13963
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013964Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13965
13966 * xmlversion.h.in libxml.h: Cygwin patches
13967 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13968 * tree.h: cleanup
13969
Daniel Veillardacd370f2001-06-09 17:17:51 +000013970Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13971
13972 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13973 memory block in a strange case where libxml is linked twice
13974 in the binary.
13975
Daniel Veillard1d047672001-06-09 16:41:01 +000013976Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13977
13978 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13979 state far too often, simple fix used to avoid it.
13980
Daniel Veillard4497e692001-06-09 14:19:02 +000013981Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13982
13983 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13984 being processed, applied his patch
13985 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13986
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013987Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13988
13989 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13990 provided fixes to compile on MSCC again
13991 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13992 also provided an update for the project files.
13993
Daniel Veillarda682b212001-06-07 19:59:42 +000013994Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13995
13996 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13997 bug #55810
13998
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013999Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14000
14001 * tree.c: fixed xmlGetNsProp() to close bug #55683
14002 Note this requires libxslt to use it's own function instead.
14003
Daniel Veillardf0c53762001-06-07 16:07:07 +000014004Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14005
14006 * HTMLtree.c: when in a pre element no formatting space should
14007 be added.
14008 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
14009
Daniel Veillard068a9652001-06-07 15:30:26 +000014010Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14011
14012 * configure.in: added tests for signal() and signal.h
14013
Daniel Veillard541d6552001-06-07 14:20:01 +000014014Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14015
14016 * xpath.c: robert pointed out xmlXPathNINF was not initialized
14017
Daniel Veillard8a367d42001-06-07 14:01:34 +000014018Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14019
14020 * doc/libxml-doc.el: Felix Natter provided a new version for
14021 libxml2
14022
Daniel Veillard8a926292001-06-07 11:20:20 +000014023Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14024
14025 * HTMLtree.c: when in a pre element no formatting space should
14026 be added.
14027
Daniel Veillard14839d52001-06-06 16:11:56 +000014028Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14029
14030 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
14031
Daniel Veillarde95e2392001-06-06 10:46:28 +000014032Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14033
14034 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
14035 hack
14036 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
14037 * uri.c: fixed a warning
14038
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000014039Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14040
14041 * HTMLtree.c: trying to close bug #55772 escaping in script
14042 elements
14043 * doc/xml.html: suggest to send mail to the list
14044
14045Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000014046
14047 * error.c: attempt to fix the xmlGetVarStr breakage once and for
14048 good. Use a macro and based on the solution provided in
14049 vsnprintf manual page from GNU.
14050
Bjorn Reese99748722001-06-05 12:49:15 +000014051Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14052
14053 * error.c: Workaround for non-preserving variadic list.
14054 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
14055
Daniel Veillard2e4f1882001-06-01 10:11:57 +000014056Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14057
14058 * doc/xml.html: added 2.3.10 release
14059
Daniel Veillardb3a182e2001-06-01 09:28:09 +000014060Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14061
14062 * configure.in: releasing 2.3.10
14063
Daniel Veillard3c2758d2001-05-31 18:43:43 +000014064Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14065
14066 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
14067
Daniel Veillard20042422001-05-31 18:22:04 +000014068Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14069
14070 * encoding.c: Robert Collins provided a patch to add the
14071 "US-ASCII" encoding alias
14072
Daniel Veillard97ac1312001-05-30 19:14:17 +000014073Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14074
14075 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
14076 string oriented functions and started cleaning the related areas
14077 in xpath.c which needed fixing in this respect
14078
Daniel Veillard2d703722001-05-30 18:32:34 +000014079Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14080
14081 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
14082 #55380
14083 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
14084
Daniel Veillard9403a042001-05-28 11:00:53 +000014085Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14086
14087 * TODO: updated
14088 * nanohttp.[ch] : started adding APIs to get the redirected URL
14089 when this occurs (needed for further base computation
14090 * tree.h: cleanup
14091 * encoding.c: cleanup
14092 * SAX.c: minor change around ctxt->loadsubset
14093
Daniel Veillard6278fb52001-05-25 07:38:41 +000014094Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14095
14096 * Makefile.am include/Makefile.am: small change to have
14097 include/libxml rebuilt if working from CVS.
14098 * uri.c: applied another patch from Carl Douglas for URI escaping,
14099 this should close bug #51876
14100
Daniel Veillardd16df9f2001-05-23 13:44:21 +000014101Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14102
14103 * xinclude.c: fixed XInclude recursive behaviour bug #54678
14104 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
14105 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
14106 added specific regression test
14107 * parser.h: preparing for the XSLT mode where DTD inherited
14108 attributes are added to the tree.
14109
Daniel Veillardbbd22452001-05-23 12:02:27 +000014110Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14111
14112 * xinclude.[ch]: Updated the namespace for the Last Call version
14113 * result/XInclude/include test/XInclude/include: updated the
14114 testsuite accordingly
14115
Daniel Veillard8514c672001-05-23 10:29:12 +000014116Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14117
14118 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
14119 related to bug #51876
14120
Daniel Veillard42596ad2001-05-22 16:57:14 +000014121Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14122
14123 * tree.c: fixed a gross mistake in base computation, xml:base is
14124 not completely correct yet (need cascade).
14125 * xpath.[ch]: added the few things needed to find a function name
14126 and URI from the XPath context when it is called.
14127
Daniel Veillard81418e32001-05-22 15:08:55 +000014128Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14129
14130 * catalog.[ch]: fixes and add xmlLoadCatalogs()
14131 * DOCBparser.c: small cleanup
14132 * xmllint.c: added a --catalogs option to load catalogs from
14133 $SGML_CATALOG_FILES
14134 * tree.c: cleanup
14135 * configure.in: iconv library fixup, ICONV_LIBS
14136
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000014137Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14138
14139 * catalog.c: handling of CATALOG entries. detection of recursion,
14140 and a few bugfixes
14141 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
14142 against the default namespace
14143
Daniel Veillard04b93292001-05-21 08:15:31 +000014144Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14145
14146 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
14147
Daniel Veillarda97a19b2001-05-20 13:19:52 +000014148Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14149
14150 * parser.c: fixed propagation context info when parsing an
14151 external entity.
14152 * doc/html/*.html: regenerated a couple of docs
14153
Daniel Veillard4623acd2001-05-19 15:13:15 +000014154Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14155
14156 * doc/xml.html: update with 2.3.9 informations
14157
Daniel Veillardbed7b052001-05-19 14:59:49 +000014158Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14159
14160 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
14161 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
14162 * doc/html/* : rebuilt the docs
14163 * valid.c: small patch which may improve some case when
14164 validating.
14165
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000014166Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14167
14168 * HTMLparser.c: Closed bug #54891
14169 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
14170 to the suite
14171
14172Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14173
14174 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
14175 applied a documentation patch from LotR and filled in a few missing
14176 descriptions
14177
Daniel Veillard76d66f42001-05-16 21:05:17 +000014178Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14179
14180 * xpath.c tree.c parser.c: speed optimizations at the parser level
14181 document tree freeing and xpath evaluation
14182
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000014183Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14184
14185 * parser.c parser.h parserInternals.h: fixed a couple of
14186 interfaces for handling memory buffer input to const char *
14187 upon suggestion of JamesH.
14188
Daniel Veillardc3739e72001-05-15 15:23:27 +000014189Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14190
14191 * configure.in: LoTR sent a patch fixing the previous commit
14192
Daniel Veillarda4f27e02001-05-15 12:41:29 +000014193Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14194
14195 * configure.in: trying to deal again with the stoopid -R linking
14196 flag of Solaris
14197
Daniel Veillard790142b2001-05-15 10:51:53 +000014198Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14199
14200 * xpath.h: two nodeset access macros from Thomas Broyer
14201
Daniel Veillardba0b8c92001-05-15 09:43:47 +000014202Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14203
14204 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
14205 patch from Thomas Broyer
14206
Daniel Veillarde62d36c2001-05-15 08:53:16 +000014207Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14208
14209 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
14210 case
14211 * INSTALL: was empty added stuff from the FAQ
14212
Daniel Veillard75bea542001-05-11 17:41:21 +000014213Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14214
14215 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
14216 attributes handling and #54433 by adding xmlUnsetProp()
14217 and xmlUnsetNsProp()
14218
Daniel Veillard0a2a1632001-05-11 14:18:03 +000014219Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14220
14221 * HTMLparser.c: Patch from Jonas Borgström
14222 (htmlGetEndPriority): New function, returns
14223 the priority of a certain element.
14224 (htmlAutoCloseOnClose): Only close inline elements if they
14225 all have lower or equal priority.
14226 * result/HTML: this of course changed a number of tests results.
14227
Daniel Veillard7d6fd212001-05-10 15:34:11 +000014228Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14229
14230 * xmlIO.c catalog.c: plugged in the default catalog resolution
14231 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
14232 documentations
14233 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
14234
Daniel Veillarda7374592001-05-10 14:17:55 +000014235Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14236
14237 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
14238 integrating catalogs
14239 * catalog.[ch] testCatalog.c: adding a small catalo API
14240 (only SGML catalog support).
14241 * parser.c: restaured xmlKeepBlanksDefault(0) API
14242
Daniel Veillardc17337c2001-05-09 10:51:31 +000014243Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14244
14245 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
14246
Daniel Veillard257d9102001-05-08 10:41:44 +000014247Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14248
14249 * parser.c: added xmlParseExternalEntityPrivate() to allow
14250 propagation of ctxt->_private when parsing external entities
14251
Daniel Veillard083c2662001-05-08 08:27:14 +000014252Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14253
14254 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
14255
Daniel Veillard01ef7382001-05-08 07:31:43 +000014256Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14257
14258 * configure.in: fixed a small portability problem with AM_CONDITIONAL
14259
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000014260Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14261
14262 * valid.c: warn when indeterminist content model is detected
14263 * result/VC/ElementValid8: this adds a message
14264 * Makefile.am: add --novalid for VCM tests
14265 * parserInternals.c: added a call to Init memory
14266
Daniel Veillard64269352001-05-04 17:52:34 +000014267Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14268
14269 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
14270 when both parameters are NULL.
14271
Daniel Veillard37721922001-05-04 15:21:12 +000014272Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14273
14274 * valid.c: applied small patch from Gary Pennington, reindented
14275 some part of the code.
14276
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000014277Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14278
14279 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
14280 release, updated and regenerated the docs
14281
Daniel Veillard357c9602001-05-03 10:49:20 +000014282Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14283
14284 * xpath.c result/XPath/expr/floats : clarified and cleanup
14285 printing of abnormal floats in tests.
14286
Daniel Veillarda2bc3682001-05-03 08:27:20 +000014287Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14288
14289 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
14290 * results/HTML/ : a few changes in the output of the HTML tests as
14291 a result.
14292 * configure.in: tying to fix -liconv where needed
14293
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000014294Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14295
14296 * Makefile.am: fixed a stupid error
14297
Daniel Veillard7150a032001-05-02 16:41:11 +000014298Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14299
14300 * configure.in Makefile.am: make the inclusion of the trio
14301 modules in the library conditional
14302
Daniel Veillardc057c5d2001-05-02 12:41:24 +000014303Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14304
14305 * DOCBparser.c: patche from László Kovács, fixed entities refs
14306 in attributes handling
14307
Daniel Veillardedddff92001-05-02 10:58:52 +000014308Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14309
14310 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
14311 flushing
14312
Daniel Veillardc8f620b2001-04-30 20:31:33 +000014313Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14314
14315 * xpath.c: fix of an XSLT namespace bug reported on the list
14316 general/bug-8-
14317
Daniel Veillard5792e162001-04-30 17:44:45 +000014318Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14319
14320 * strio.h trio.c: Dan McNichol suggested a couple of small
14321 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
14322
Daniel Veillard02141ea2001-04-30 11:46:40 +000014323Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14324
14325 * tree.c parser.c encoding.c: spent a bit more time looking
14326 at the parsing speed and DOM handling. Added a few more
14327 speedups.
14328
Daniel Veillard3ed155f2001-04-29 19:56:59 +000014329Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14330
14331 * parser.c: small but effective parsing speed improvement
14332
Daniel Veillardb59076b2001-04-29 17:04:07 +000014333Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14334
14335 * configure.in: default on the DocBook parser inclusion (for Gnome)
14336 * DOCBparser.h: fixed a header reference
14337
Daniel Veillardb45c43b2001-04-28 17:02:11 +000014338Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14339
14340 * configure.in xpath.c: applied Bjorn patches for FPE on the
14341 alpha
14342
Daniel Veillardeefd4492001-04-28 16:55:50 +000014343Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14344
14345 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
14346 xmlSaveFormatFileTo()
14347
Daniel Veillarde39a93d2001-04-28 14:35:02 +000014348Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14349
14350 * xpath.c: simple and efficient optimization, XPath functions
14351 aways bind to the same code, cache this
14352 * TODO: updated (by saying some is obsolete)
14353
Daniel Veillard2156a562001-04-28 12:24:34 +000014354Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14355
14356 * xpath.c: more cleanup work on XPath name parsing routines
14357
Daniel Veillard61d80a22001-04-27 17:13:01 +000014358Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14359
14360 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
14361 xmlXPathParseName
14362 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
14363 * debugXML.c: avoid compilation problems if compiling without
14364 HTML support, Igor Zlatkovic
14365 * win32/libxml2/libxml2.def.src: being able to compile without
14366 XPath on Windows
14367
Daniel Veillarddbb14a72001-04-26 20:54:01 +000014368Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14369
14370 * libxml.m4: yet another patch from Toshio Kuratomi
14371
Daniel Veillard2913e4c2001-04-26 19:29:02 +000014372Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14373
14374 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
14375
Daniel Veillard67fee942001-04-26 18:59:03 +000014376Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14377
14378 * tree.[ch]: added xmlSaveFormatFile interface for saving
14379 and indenting a file.
14380
Daniel Veillard82e49712001-04-26 14:38:03 +000014381Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14382
14383 * xpath.c: fixed bug #53689 related to processing-instruction()
14384
Daniel Veillard02f077a2001-04-26 10:59:11 +000014385Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14386
14387 * DOCBparser.c: patche from László Kovács
14388
Daniel Veillard30211a02001-04-26 09:33:18 +000014389Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14390
14391 * parser.c: applied fixes from Christian Glahn bug report #53391
14392
Daniel Veillard5a7c3452001-04-26 09:16:13 +000014393Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14394
14395 * error.c: Jean François Lecomte provided a complete description
14396 and a fix to bug #53537
14397
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000014398Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14399
14400 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
14401
Daniel Veillard1034da22001-04-25 19:06:28 +000014402Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14403
14404 * DOCBparser.c SAX.c: a bit more work on entities processing.
14405 Still Need to cleanup XML output and references in attributes
14406
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000014407Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14408
14409 * DOCBparser.c include/Makefile.am: two patches from László Kovács
14410
Daniel Veillardb33c2012001-04-25 12:59:04 +000014411Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14412
14413 * tree.c: trying to fix #53574, not completely complete,
14414 I would like xmllint --copy --debug test/ent1 and
14415 xmllint --debug test/ent1 to show the same result.
14416 * xpath.c: fix a bug when trying to sort namespace nodes
14417
Daniel Veillard5146f202001-04-25 10:29:44 +000014418Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14419
14420 * HTMLtree.c: real fix for #53402
14421
Daniel Veillard7533cc82001-04-24 15:52:00 +000014422Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14423
14424 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
14425 PIs when using xsl:output
14426 * valid.c: closing #53537 some case generate segfaults if there
14427 is validity errors
14428
Daniel Veillard61b33d52001-04-24 13:55:12 +000014429Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14430
14431 * SAX.c testDocbook.c DOCBparser.c: more work on the support
14432 of external parsed entities, added --noent to testDocbook
14433 * valid.c: Garry Pennington found an uninitialized variable
14434 access in xmlValidateElementContent()
14435
Daniel Veillard56098d42001-04-24 12:51:09 +000014436Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14437
14438 * HTMLparser.c : HTML parsing still sucks ... trying to deal
14439 with madness
14440 * result/HTML/ : this modified the result of the regression tests
14441 a lot.
14442
Daniel Veillard122376b2001-04-24 12:12:30 +000014443Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14444
14445 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
14446 to doc where it wasn't checked against NULL reported by
14447 Jens Laas
14448
Daniel Veillard43dadeb2001-04-24 11:23:35 +000014449Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14450
14451 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
14452 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
14453
Daniel Veillardeae522a2001-04-23 13:41:34 +000014454Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14455
14456 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
14457 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
14458 * SAX.[ch]: cleanup and updates for DocBook
14459 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
14460 ex SGML identifier changes
14461 * valid.c: removed a static unused function.
14462
Daniel Veillardde57c612001-04-23 09:13:36 +000014463Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14464
14465 * HTMLtree.c: applied change for Paul Sponagl on script saving
14466 * Makefile.am: the warning about entity title.xml are normal.
14467
Daniel Veillard393df012001-04-22 20:11:18 +000014468Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14469
14470 * configure.in: release of 2.3.7
14471 * Makefile.am: fixing make distcheck
14472
Daniel Veillarda41123c2001-04-22 19:31:20 +000014473Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14474
14475 * doc/html/* doc/xml.html: updated and regenerated the docs
14476
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000014477Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14478
14479 * xpath.c: fixed the XPointer problem introduced in 2.3.6
14480
Daniel Veillarde82a9922001-04-22 12:12:58 +000014481Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14482
14483 * tree.c: fixed #53388 with the provided patch
14484
Daniel Veillard06803992001-04-22 10:35:56 +000014485Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14486
14487 * valid.c: Bjorn detected an invalid memory access. Fixed
14488 vstateVPush()
14489
Daniel Veillard40af6492001-04-22 08:50:55 +000014490Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14491
14492 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
14493
Bjorn Reese70a9da52001-04-21 16:57:29 +000014494Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14495
14496 * libxml.h: new header used only for the compilation of libxml
14497 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
14498 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
14499 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
14500 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
14501 xmlmemory.c xpath.c xpointer.c: libxml.h integration
14502 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
14503 baseline (version 1.2 plus a single patch).
14504 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
14505 scientific notation for numbers. Tests added.
14506 * xpath.c: formatting of numbers changed to use sprintf
14507 (contribution from William Brack)
14508
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000014509Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14510
14511 * valid.c: cleanup, more useful debugging
14512 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
14513 * xmlIO.c: entity loading is printed as an error when validating
14514
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000014515Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14516
14517 * valid.c: fixed to validate within entities
14518 * test/VCM/v22.xml: added a specific testcase
14519
Daniel Veillardca1f1722001-04-20 15:47:35 +000014520Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14521
14522 * valid.c: forgot an epsilon transition in for ()+
14523 * test/VCM/v21.xml : added a specific test case
14524
Daniel Veillard85349052001-04-20 13:48:21 +000014525Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14526
14527 * valid.c: removed a state explosion exhibited by RSS
14528 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
14529 from bug #51872
14530
Daniel Veillarddab4cb32001-04-20 13:03:48 +000014531Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14532
14533 * valid.[ch] tree.h: worked *hard* to get non-determinist content
14534 validation without using an ugly NFA -> DFA algo in the source.
14535 Made a specific algorithm easier to maintain, using a single
14536 stack and without recursion.
14537 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
14538 * hash.c: made the growing routine static
14539 * tree.h parser.c: added the parent information to an
14540 xmlElementContent node.
14541
Daniel Veillarde470df72001-04-18 21:41:07 +000014542Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14543
14544 * SAX.c parser.c xpath.c: generating IDs when not validating
14545 from an external parsed entity was poisoning the ID has table
14546 with removed values. This was killing XSLT on the KDE help
14547 browser.
14548
Daniel Veillardceacdd92001-04-18 15:10:35 +000014549Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14550
14551 * entities.h: andrew@ugh.net.au detected a double declaration
14552
Daniel Veillarda10efa82001-04-18 13:09:01 +000014553Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14554
14555 * debugXML.c hash.c tree.h valid.c : some changes related to
14556 the validation suport to improve speed with DocBook
14557 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
14558 the way validation errors get reported
14559
Daniel Veillard1ed3f882001-04-18 09:45:35 +000014560Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14561
14562 * HTMLparser.c HTMLtree.c: applied part of the patches provided
14563 by P C Chow and William M. Brack for XSLT HTML output
14564
Daniel Veillard2d90de42001-04-16 17:46:18 +000014565Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14566
14567 * xmlversion.h.in win32config.h win32/libxml2/*: applied
14568 Igor Zlatkovic patches for MSC compilation and added his
14569 updates
14570
Daniel Veillarde043ee12001-04-16 14:08:07 +000014571Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14572
14573 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
14574 prefix lookup.
14575 * parserInternals.c: fixed the bug reported by Morus Walter
14576 due to an off by one typo in xmlStringCurrentChar()
14577
Daniel Veillarda3bfca52001-04-12 15:42:58 +000014578Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14579
14580 * HTMLparser.c result/HTML/*: revamped the way the HTML
14581 parser handles end of tags or end of input
14582
Daniel Veillard82daa812001-04-12 08:55:36 +000014583Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14584
14585 * tree.[ch] : added xmlDocCopyNode for gdome2 support
14586
Daniel Veillard67a21302001-04-11 14:39:16 +000014587Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14588
14589 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
14590 bug where the linktime verions of free() won't work ...
14591
Daniel Veillard27b55282001-04-11 12:22:25 +000014592Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14593
14594 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
14595
Daniel Veillardafc73112001-04-11 11:51:41 +000014596Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14597
14598 * doc/xml.html: added 2.3.6 release
14599
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000014600Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14601
14602 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
14603 * result/wml.xml: resulted in a small output change
14604
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000014605Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14606
14607 * tree.c: xmlNewDoc was missing the charset initialization
14608 * xmllint.c: added --auto to autogenerate a doc, allow to
14609 reproduce the problem fixed on xmlNewDoc
14610
Daniel Veillard1731d6a2001-04-10 16:38:06 +000014611Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14612
14613 * xpath.c: trying to get 52979 solved
14614 * tree.c result/ result/noent/: trying to get 52712 solved, this
14615 also made me clean up the fact that XML output in general should
14616 not add formating blanks by default, this changed the output of
14617 a few tests
14618
Daniel Veillard73639a72001-04-10 14:31:39 +000014619Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14620
14621 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
14622
Daniel Veillardfac26a12001-04-08 13:08:14 +000014623Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14624
14625 * configure.in: finally released 2.3.6
14626
Daniel Veillard911f49a2001-04-07 15:39:35 +000014627Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14628
14629 * xpath.c: checking for null pointer generated by new code
14630
Daniel Veillardd8df6c02001-04-05 16:54:14 +000014631Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14632
14633 * xpath.c: fixed a [] evaluation problem reported
14634 * test/XPath/tests/simpleaddr: extended test
14635 * result/XPath/simpleaddr: updated result
14636
Daniel Veillard3b2c2612001-04-04 00:09:00 +000014637Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14638
14639 * xmllint.c: Dan Timis reported a portability problem
14640 on Macs without mmap, fixed it.
14641
Daniel Veillardb38bd552001-04-03 18:22:00 +000014642Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14643
14644 * testXPath.c : added a --tree option allowing to display the
14645 tree dump of the XPath expression
14646
Daniel Veillard4dd93462001-04-02 15:16:19 +000014647Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14648
14649 * xpath.c: fixed a memleak when comparing nodesets
14650 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
14651 * tree.c: added a TODO
14652
Daniel Veillard92ad2102001-03-27 12:47:33 +000014653Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14654
14655 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
14656 we need string functions
14657 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
14658 to be able to use them where needed. Applied some changes
14659 to reduce name linking pollution and compile in only what's
14660 needed.
14661 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
14662 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
14663 for the string manipulation functions
14664 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
14665 to the free() function of xmlmemory.c
14666 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
14667 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
14668 usage.
14669
14670
Daniel Veillard2be30642001-03-27 00:32:28 +000014671Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14672
14673 * error.c: applied the context output patch of the error
14674 handling submitted by Chuck Griffith
14675 * error/VC/*: this slightly change some error logs
14676
Daniel Veillard50582112001-03-26 22:52:16 +000014677Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14678
14679 * parser.c: fixed line number reporting on error
14680
Daniel Veillard04be4f52001-03-26 21:23:53 +000014681Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14682
14683 * parser.c: Sullivan and Darin found a parser bug,
14684 applied the patch.
14685
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000014686Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14687
14688 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
14689 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
14690 xmlversion.h.in xpointer.c: of course the way I defined
14691 UNUSED breaks on old gcc version. Try to be smart and
14692 also define it directly in xmlversion.h
14693 * configure.in: removed -ansi flag from the pedantic set
14694
14695Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000014696 Huge cleanup, I switched to compile with
14697 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
14698 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
14699 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
14700 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
14701 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
14702 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
14703 encoding.h entities.c error.c list.[ch] nanoftp.c
14704 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
14705 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
14706 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
14707 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
14708 Cleanup, staticfied a number of non-exported functions,
14709 detected and cleaned up a dozen of problem found this way,
14710 avoided a lot of public function name/typedef/system names clashes
14711 * doc/xml.html: updated
14712 * configure.in: switched private flags to the really pedantic ones.
14713
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000014714Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14715
14716 * configure.in: 2.3.5
14717 * doc/html/*: rebuilt the docs
14718
Daniel Veillard146c9122001-03-22 15:22:27 +000014719Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14720
14721 * parser.c: fixed a reported bug in NOTATION parsing
14722 * uri.c: accepted but not fixed bug 51876, added TODO
14723 * Makefile.am: fixed bug 51876
14724
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014725Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14726
14727 * config.h.in configure.in error.c: fix a compilation problem
14728 on platforms without vsnprintf (xml@thewrittenword.com)
14729
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014730Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14731
14732 * parser.c: fixed a function name header typo
14733 * SAX.c: notations can also occur in external subset.
14734
Daniel Veillard7d42b542001-03-20 13:22:46 +000014735Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14736
14737 * error.c: removed a C++ like comment
14738
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014739Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14740
14741 * parser.c: fixing bug 52299 strange condition leading
14742 to a parser crash due to a buffer overflow
14743 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14744 added the specific test case
14745
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014746Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14747
14748 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14749 xmlXPathConvert{String,Number,Boolean} to be able to make
14750 type casts without a context stack, fixed some implementation
14751 problems related to the absence of context at parse-time,
14752 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14753 in the public API too
14754 * xpointer.c xpathInternals.h: we need to know at parse time
14755 whether we are compiling an XPointer
14756
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014757Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14758
14759 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14760 cleaned up the parser internals, refactored XPath code, added
14761 new compilation based APIs and cleanly separated public and
14762 private APIs.
14763
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014764Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14765
14766 * xpath.h: the comp field must be added at the end to avoid
14767 killing binary compat.
14768
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014769Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14770
14771 * Makefile.am: detect XPath memleaks in regreson tests
14772 * error.c: fixed and error w.r.t. error reporting still using
14773 stderr
14774 * hash.c: added new line at end of file
14775 * tree.h: minor cleanup
14776 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14777 expression parsing from evaluation, resulted in a number of
14778 changes internally, and in XPointer. Likely to break stuff
14779 using xpathInternals.h but should remain binary compatible,
14780 new interfaces will be added.
14781
Daniel Veillardd574f782001-03-14 19:40:17 +000014782Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14783
14784 * configure.in: fixed a couple of problems reported by
14785 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14786 without gcc on non linux platforms.
14787
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014788Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14789
14790 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14791 a fix for --with-html-dir= configure support. I hope it won't
14792 break rpm generation
14793
Daniel Veillarda022fe02001-03-14 16:30:00 +000014794Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14795
14796 * xmlIO.c: one function comment cleanup.
14797
Daniel Veillard25239c12001-03-14 13:56:48 +000014798Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14799
14800 * SAX.c: external subset notations were improperly registered
14801 in the internal subset.
14802
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014803Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14804
14805 * README.cvs-commits: added, pointing to HACKING
14806 * HACKING: updated
14807
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014808Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14809
14810 * parser.c: and Matt Sergeant found one in the XML push
14811 parser (erroneous check I forgot to remove when I fixed the
14812 main parser).
14813
Daniel Veillard68d7b672001-03-12 18:22:04 +000014814Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14815
14816 * xpath.c: ptittom found a small bug in UnaryExpr
14817
Daniel Veillarde356c282001-03-10 12:32:04 +000014818Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14819
14820 * configure.in: bumped to 2.3.4
14821 * error.c: fixed bug #51860
14822 * tree.c: fixed bug #51861
14823 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14824 * tree.[ch] : added xmlDefaultBufferSize
14825 * nanoftp.c: typo in function name header block
14826 * doc/xml.html : updated, added link to XML::LibXSLT
14827 * doc/html/* : rebuilt the docs
14828
Daniel Veillard80f32572001-03-07 19:45:40 +000014829Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14830
14831 * parser.c SAX.c: the new content parsing code raised an
14832 ugly bug in the characters() SAX callback. Found it
14833 just because of strangeness in XSLT XML Rec ouptut :-(
14834
Daniel Veillard6c831202001-03-07 15:57:53 +000014835Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14836
14837 * Makefile.am: Martin Baulig suggested to add -lm
14838 * tree.c: found another bug in xmlNodeGetContent()
14839
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014840Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14841
14842 * xpath.c: Bjorn found the error related to strictness of comparison.
14843
Daniel Veillard29631a82001-03-05 09:49:20 +000014844Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14845
14846 * parser.c: trying to fix the Dtd parsing problem reported
14847 by Gary, side effect of last week speed optimizations.
14848
Daniel Veillard14be0a12001-03-03 18:50:55 +000014849Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14850
14851 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14852 * parserInternals.c: removed unneeded test raised by Stric
14853
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014854Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14855
14856 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14857 and fixed by William Brack). Added xmlXPathFormatNumber.
14858 Changed the sorting slightly.
14859 * configure.in Makefile.am example/Makefile.am: Added -lm.
14860 Please note that applications linking with libxml2, must
14861 also like with the math library from now on.
14862
Daniel Veillardf9533d12001-03-03 10:04:57 +000014863Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14864
14865 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14866
Daniel Veillard2f362242001-03-02 17:36:21 +000014867Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14868
14869 * parser.c: one must report spaces even if the Dtd element
14870 content proves that this is not part of the element content.
14871 * result/valid/*.xml: this changed the ouptu slightly
14872
Daniel Veillardb402c072001-03-01 17:28:58 +000014873Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14874
14875 * configure.in: bumped to 2.3.3
14876 * doc/xml.html: updated
14877
Daniel Veillard77851712001-02-27 21:54:07 +000014878Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14879
14880 * tree.c: minor doc fix
14881 * xpath.c: deallocation issues when a result tree has been
14882 converted to a node-set
14883
Daniel Veillardec70e912001-02-26 20:10:45 +000014884Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14885
14886 * doc/xml.html: oops corrected dates s/2000/2001
14887
Daniel Veillard8730c562001-02-26 10:49:57 +000014888Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14889
14890 * valid.c: new patch from Gary Pennington
14891
Daniel Veillard91e9d582001-02-26 07:31:12 +000014892Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14893
14894 * doc/xml.html: applied patch from Ankh
14895
Daniel Veillardedac3c92001-02-26 01:36:19 +000014896Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14897
14898 * xinclude.c: fixed a problem building on Mac
14899
Daniel Veillard21a0f912001-02-25 19:54:14 +000014900Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14901
14902 * parser.c: more work on increasing parsing ferformances
14903
Daniel Veillard48b2f892001-02-25 16:11:03 +000014904Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14905
14906 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14907 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14908 avoiding memcpy in production builds MEM_CLEANUP macro use
14909 * parser.[ch] parserInternals.c: optimizations of the tightest
14910 internal loops inside the parser. Better checking of I/O
14911 flushing/loading conditions
14912 * xmllint.c : added --timing
14913
Daniel Veillard71681102001-02-24 17:48:53 +000014914Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14915
14916 * configure.in: bumped to 2.3.2
14917 * doc/xml.html: updated for release
14918
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014919Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14920
14921 * xpath.c: found a memleak and fixed a nasty bug
14922
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014923Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14924
14925 * xmllint.[c1] : added return code errors for xmllint
14926 * xpath.c: specific debug dump function for result value trees
14927
Daniel Veillard4b637072001-02-21 21:52:55 +000014928Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14929
14930 * xpath.c: finally implemented xmlXPathCompareNodeSets
14931 * test/XPath/expr/floats results/XPath/expr/floats: added
14932 a test for float expressions
14933
Daniel Veillardf714aa32001-02-21 03:07:44 +000014934Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14935
14936 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14937 * parserInternals.[ch]: trying to speed up parsing
14938 * xpath.c : speeded up node set equality op
14939
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014940Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14941
14942 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14943 better handling of ID/IDREF and the list modules associated
14944 * configure.in: small CFLAGS cleanup
14945
Daniel Veillarda8abee62001-02-19 15:14:59 +000014946Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14947
14948 * configure.in: fixed iconv detection on AIX (stric)
14949
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014950Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014951
14952 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14953
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014954Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14955
14956 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14957 and optimized xmlXPathNodeSetSort
14958
Daniel Veillard142adbf2001-02-17 13:21:05 +000014959Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14960
14961 * xpath.c: bug fix when context size is 0
14962 * parser.c: I like Norm's Dtd because they still manage to break
14963 the parser occasionally
14964
Daniel Veillardf23e0092001-02-16 13:21:29 +000014965Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14966
14967 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14968
Daniel Veillarde0e26512001-02-16 00:11:46 +000014969Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14970
14971 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14972 attributes within the XML-1.0 namespace
14973
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014974Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14975
14976 * xpathInternals.h: exported a few axis functions
14977 * doc/xml.html: updated the doc
14978
Daniel Veillard760f4422001-02-15 14:59:48 +000014979Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14980
14981 * configure.in: applied patch from Daniel van Balen for OpenBSD
14982 and bumped version to 2.3.1
14983 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14984 attempt to find autoclosing was simply broken, removed it,
14985 updated the examples, this is better
14986
Daniel Veillardd194dd22001-02-14 10:37:43 +000014987Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14988
14989 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14990 hash functionnalities.
14991 * doc/html/* : rebuild the doc
14992
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014993Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14994
14995 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14996 on predicate
14997 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14998 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14999 really want to have tags closed on output even if we accept
15000 unclosed ones on input
15001
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000015002Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15003
15004 * xpath.c: ouch don't free NULL, rare case fixed
15005 * tree.c: don't coalesce text nodes if they don't have the
15006 same behaviour wrt escaping on output
15007
Daniel Veillardd12b69d2001-02-11 20:17:31 +000015008Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15009
15010 * xpath.c: small fixup
15011 * SAX.c: don't warn on empty namespaces.
15012
Daniel Veillard6a2e4062001-02-08 10:31:33 +000015013Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15014
15015 * README: a bit of cleanup
15016 * configure.in: preparing for 2.3.0 release
15017
Daniel Veillard1f83d392001-02-08 09:37:42 +000015018Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15019
15020 * hash.[ch]: added a first version of xmlHashSize()
15021 * valid.c: another bug fix from Gary Pennington
15022
Daniel Veillard5eef6222001-02-07 18:24:48 +000015023Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15024
15025 * valid.c: couple of bug fixes pointed by Gary Pennington
15026 * HTMLtree.c: #if 0 cleanup
15027
Daniel Veillard2c257ec2001-02-06 13:29:07 +000015028Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15029
15030 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
15031 which removes a time consuming check of xmlXPathNodeSetAdd()
15032 and use it in places where we are sure to not break unicity
15033
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000015034Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15035
15036 * xpath.c: bug fixes found from XSLT
15037 * tree.c: preserve node->name special values when copying nodes.
15038 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
15039 external subset are fetched when available but without full
15040 validation. Added xmlLoadExtDtdDefaultValue, need a function.
15041 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
15042 output with encoding disabled.
15043
Daniel Veillard2c833b62001-02-03 08:52:06 +000015044Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15045
15046 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
15047 xmlCheckFilename should not be called from xmlFileOpenW
15048 and xmlGzfileOpenW
15049
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000015050Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15051
15052 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
15053 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
15054 added the new tests for URI normalization
15055 * testURI.c: fixed stoopid bugs
15056 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
15057 the URI in the error messages are now properly normalized
15058
Daniel Veillardea28ce62001-02-02 08:20:19 +000015059Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15060
15061 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
15062
Daniel Veillarde99a4762001-02-01 04:34:35 +000015063Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15064
15065 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
15066
Daniel Veillard2b325a02001-01-31 20:46:31 +000015067Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15068
15069 * xpath.c: fixed mod operator
15070
Daniel Veillardde55cf62001-01-31 15:53:13 +000015071Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15072
15073 * parser.c: fixed xmlStrcat doc
15074 * tree.c: 2 fixes form Anders Carlson for copying nodes and
15075 trees.
15076
Daniel Veillard2f913b72001-01-31 13:23:49 +000015077Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15078
15079 * xpath.c result/XPath/tests/chaptersbase
15080 result/XPath/tests/simplebase: fixed XPath node()
15081 * tree.c: small fix in xmlNewNs()
15082 * Makefile.am: removed extraneous xml2Conf.sh rule
15083
Daniel Veillardb42042b2001-01-28 07:40:36 +000015084Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15085
15086 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
15087 Changed the library name, in order to get libxml-devel and
15088 libxml2-devel to coexist on a single system
15089 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
15090 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
15091
Daniel Veillardee0a4662001-01-27 18:59:33 +000015092Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15093
15094 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
15095 libxml2-devel installable in // as libxml-devel.
15096
Daniel Veillard5eb05942001-01-27 17:50:22 +000015097Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15098
15099 * doc/Makefile.am: fixed make rebuild in doc
15100 * doc/html/*.html: rebuilt the docs
15101
Daniel Veillard65c295d2001-01-26 09:32:39 +000015102Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15103
15104 * tree.c: patch from Bjorn Reese on xmlBufferCCat
15105
Daniel Veillard8e199902001-01-25 18:54:39 +000015106Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15107
15108 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
15109 the HTML doc to go into the -devel RPM ...
15110 * aclocal.m4 config.h.in: some updates due to auto* magic
15111
Daniel Veillard93086662001-01-25 18:13:04 +000015112Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15113
15114 * xpath.h: added a hook in the context structure allowing to
15115 link to extra support, needed for XSLT
15116
Daniel Veillardf17e09b2001-01-25 13:55:35 +000015117Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15118
15119 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
15120 xmlXPtrCmpPoints to use it.
15121 * propagated the following patch from Alejandro Forero
15122 * include/win32config.h xmlIO.c: applied further suggestions
15123 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
15124 * example/gjobread.c: fixed warnings, now that it builds
15125
15126Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
15127
15128 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
15129
15130 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
15131 filename points to a valid file (not a directory).
15132 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
15133 Added calls to xmlCheckFilenameDir.
15134
15135 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
15136 `path' (rather than `filename') as the parameter to gzopen and open.
15137
Daniel Veillard48177c22001-01-23 15:27:41 +000015138Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15139
15140 * Makefile.am: fixed a problem with EXTRA_DIST
15141
Daniel Veillardb83ba402001-01-22 22:45:10 +000015142Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15143
15144 * Makefile.am example/Makefile.am: finally found the trick
15145 to build the example, i.e. add "." in SUBDIRS before example
15146 in the list <grin/>
15147
Daniel Veillard82687162001-01-22 15:32:01 +000015148Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15149
15150 * doc/xml.html: updated with an XSLT section, removed pointer to
15151 W3C CVS base.
15152
Daniel Veillard8a7642f2001-01-22 10:45:16 +000015153Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15154
15155 * xpath.c: when copying a XSLT tree object teh tree need to be copied
15156 too, and deallocation need to occur the same way.
15157
Daniel Veillarde4566462001-01-22 09:58:39 +000015158Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15159
15160 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
15161 type correponding to an XSLT result tree fragment. Share most
15162 of the data format with node set, as well as operators.
15163 * HTMLtree.c: added a newline at the end of the doctype output
15164 whe this one is not present initially.
15165 * tree.c: make sure taht the parent and doc pointers are properly
15166 set when copying attributes (lists).
15167
Daniel Veillard701c7362001-01-21 09:48:59 +000015168Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15169
15170 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
15171
Daniel Veillard5a2b6972001-01-20 21:15:50 +000015172Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15173
15174 * xpath.c: seems I finally killed that ugly path evaluation
15175 context bug (tagged 9999 in case is is wrong)
15176
Daniel Veillard8f4d9752001-01-19 05:32:34 +000015177Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15178
15179 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
15180 for XSLT
15181
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000015182Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15183
15184 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
15185 for xmlGzfileOpen() bug
15186
Daniel Veillardf6eea272001-01-18 12:17:12 +000015187Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15188
15189 * xpath.c: removed an error found by XSLT usage
15190 * tree.c parserInternals.h: use a predefined static string
15191 for text and comment nodes, avoid freeing them in xmlFreeNode,
15192 exported the string name in parserInternals.h and added
15193 another value to disable encoding at output (for XSLT),
15194 gain memory, time.
15195
Daniel Veillard8f2cc572001-01-17 08:19:35 +000015196Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15197
15198 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
15199 win32/libxml2/libxml2_so.dsp: new makefiles and update
15200 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
15201
Daniel Veillardf831bfb2001-01-16 17:26:04 +000015202Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15203
15204 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
15205 Gary Pennington
15206
Daniel Veillard389e6b72001-01-15 19:41:13 +000015207Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15208
15209 * xpath.c: fixed the comaprision of values and nodelists,
15210 need to compare nodelist still ...
15211 * debugXML.c: avoided a possible core dump
15212 * HTMLparser.c: cleanup
15213 * nanohttp.c: contributed fix.
15214 * tree.c: fixes in properties handling added xmlSetNsProp
15215 needed by libxslt
15216 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
15217 comment
15218 * TODO: updated
15219
Daniel Veillard167bd532001-01-06 21:09:34 +000015220Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15221
15222 * parser.c parserInternals.c: applied Bjorn Reese optimization
15223 patch
15224
15225Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15226
15227 * Makefile.am: applied patch fro make check from Martin Vidner
15228
Daniel Veillard503b8932001-01-05 06:36:31 +000015229Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15230
15231 * configure.in: preparing 2.2.11
15232 * doc/html/*: rebuild the HTML files
15233 * doc/xml.html : updated
15234
Daniel Veillardc2f4df22001-01-04 14:06:39 +000015235Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15236
15237 * tree.c: fixed a stupid bug
15238 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
15239 patches related to validation of an XInclude processing result
15240 * TODO: updated
15241
Daniel Veillarde2488192001-01-04 10:54:22 +000015242Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15243
15244 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
15245 on large files
15246
Daniel Veillardf060a412001-01-03 20:52:44 +000015247Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15248
15249 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
15250
Daniel Veillard45cff692001-01-03 18:02:04 +000015251Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15252
15253 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
15254 reported by Jonas Borgström
15255 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
15256
Daniel Veillard08108982001-01-03 15:24:58 +000015257Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15258
15259 * testXPath.c xpath.c: fixing the XPath union expressions problem
15260 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
15261
Daniel Veillard4a6845d2001-01-03 13:32:39 +000015262Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15263
15264 * xmllint.c: Made is so if the file name is "-" is will read form
15265 standard input. Sven Heinicke <sven@zen.org>
15266 * tree.c: fixed a problem when growing buffer
15267 * tree.h: fixed the comment of the node types following andersca
15268 comment
15269 * TODO: updated
15270
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000015271Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15272
15273 * HTMLparser.[ch]: added a way to avoid adding automatically
15274 omitted tags. htmlHandleOmittedElem() allows to change the
15275 default handling.
15276 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
15277 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
15278 of xmllint too when using --memory flag, added a memory test
15279 suite at the Makefile level.
15280 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
15281 with namespace use when encountering QNames in XPath evalation,
15282 added xmlns() scheme in XPointer.
15283 * nanoftp.c : incorporated a fix
15284 * parser.c xmlIO.c: fixed problems raised with encoding when using
15285 the memory I/O
15286 * parserInternals.c: closed bug 25934 reported by
15287 torsten.landschoff@innominate.de
15288 * TODO: updated
15289
Daniel Veillarda1fe9102000-11-25 10:49:25 +000015290Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15291
15292 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
15293 on a non-updated tree :-(, made a 2.2.10 release to correct the
15294 situation
15295
Daniel Veillardce6e98d2000-11-25 09:54:49 +000015296Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15297
15298 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
15299 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
15300 integrated a set of OpenVMS changes from Howard Taylor
15301 <Howard.Taylor@pacoast.com>
15302
Daniel Veillard58770e72000-11-25 00:48:47 +000015303Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15304
15305 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
15306 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
15307
Daniel Veillardf62ceff2000-11-24 23:36:01 +000015308Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15309
15310 * HTMLparser.c: some fixes on auto-open of html/head/body
15311 * encoding.c: fixed a compilation error on some gcc env
15312 * xpath.c xpointer.[ch] xpathInternals.h: improved the
15313 XPointer implementation
15314 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
15315 related XPointer tests and associated results
15316
Daniel Veillard300f7d62000-11-24 13:04:04 +000015317Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15318
15319 * doc/xmldtd.html doc/xml.html: following a short step by step
15320 guidance on IRC to help maciej with DTDs I started a small
15321 page on the subject.
15322
Daniel Veillard748e45d2000-11-17 16:36:08 +000015323Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15324
15325 * HTMLparser.c: fixed handling of broken charrefs
15326 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
15327 patches
15328
Daniel Veillard28929b22000-11-13 18:22:49 +000015329Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15330
15331 * doc/xml.html doc/html/* : rebuilt the docs after adding
15332 xinclude and updated page for 2.2.7 and 2.2.8
15333 * configure.in: releasing 2.2.8
15334
Daniel Veillard41e06512000-11-13 11:47:47 +000015335Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15336
15337 * parser.[ch] parserInternals.c: applied the conditional
15338 section processing fix from Jonathan P Springer
15339 <jonathan.springer2@gte.net>
15340 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
15341 project file, fixed iconv default non support
15342 * xpath.c: fixed the problem of evaluating relative expressions
15343 when a node context is provided.
15344
Daniel Veillardbf432752000-11-12 15:56:56 +000015345Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15346
15347 * nanoftp.c: fixed gcc 2.95 new warnings
15348 * SAX.c: fixed a stupid bug
15349 * tree.c: fixed a formatting problem when round-tripping
15350 from/to memory
15351 * xinclude.c: chased memleak, fixed a base problem
15352 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
15353 xmlXPtrBuildNodeList()
15354 * TODO: updated
15355 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
15356 adding a first small set of regression tests for XInclude
15357
Daniel Veillardc2def842000-11-07 14:21:01 +000015358Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15359
15360 * nanohttp.[ch]: applied Wayne Davison patches to access
15361 the WWW-Authorization header.
15362 * parser.c: Closed Bug#30847: Problems when switching encoding
15363 in short files by applying Simon Berg's patch.
15364 * valid.c: fixed a validation problem
15365 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
15366 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
15367 Wayne Davison
15368 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
15369 need to be extended to non full nodes selections.
15370 * xinclude.c: starts to work decently
15371
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000015372Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15373
15374 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
15375 debugXML.c xmlversion.h.in: Started adding XInclude support,
15376 this is a new xmllint option
15377 * tree.c xpath.c: applied TOM patches for XPath
15378 * xpointer.c: fixed a couple of errors.
15379 * uri.c: added an escaping function needed for xinclude
15380 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
15381 new warning from RH70 gcc's version
15382
Daniel Veillarda4964b72000-10-31 18:23:44 +000015383Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15384
15385 * HTMLparser.c: fixed loop on invalid char in scripts
15386 * parser.c: update to description of xmlIOParseDTD()
15387 * libxml.m4 xmlversion.h.in: changes contributed by
15388 Michael Schmeing <m.schmeing@internet-factory.de>
15389 * configure.in: preparing for 2.2.7
15390 * Makefile.am: trying to avoid config.h and acconfig.h
15391 being included in the distrib
15392 * configure.in: released 2.2.7
15393
15394Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15395
15396 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
15397 like namespaces for good. Unified xmlNs and xmlNode somewhat.
15398
Daniel Veillard01411222000-10-30 15:33:22 +000015399Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15400
15401 * parser.[ch]: added xmlIOParseDTD()
15402 * xpointer.c: added support for the 2 extra parameters of
15403 string-range, fixed a stoopid error when '0' was present
15404 in XPointer expressions
15405 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
15406 testsuite for the above
15407
Daniel Veillard6db58192000-10-30 09:27:53 +000015408Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15409
15410 * libxml.spec.in: improved package descriptions
15411
Daniel Veillarda5db68a2000-10-29 18:06:06 +000015412Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15413
15414 * xpath.c xpathInternals.h: applied a large cleaning patch
15415 from TOM <ptittom@free.fr>, it also add namespace support
15416 for function and variables registration.
15417
Daniel Veillardbd20df72000-10-29 17:53:40 +000015418Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15419
15420 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
15421 * Makefile.mingw: Wayne Davison's update adding hash.c
15422
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000015423Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15424
15425 * xpath.c: fixed the root evaluation problems
15426 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
15427 ignorable spaces with <b> <bold> <em>
15428 * tree.c: fixed a loop in xmlSearchNsByHref()
15429
Daniel Veillard767662d2000-10-27 17:04:52 +000015430Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15431
15432 * xpath.c: applied another XPath patch from TOM
15433 * xpath.c include/makefile.am: applied another patch from
15434 china@thewrittenword.com (cleanup on IRIX).
15435
Daniel Veillard211cc0a2000-10-27 11:49:33 +000015436Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15437
15438 * xml-config.1: received a fixed version from Fredrik Hallenberg
15439 <hallon@lysator.liu.se>
15440
Daniel Veillardf6bf9212000-10-26 14:07:44 +000015441Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15442
15443 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
15444 cleanup patch for XPath
15445
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000015446Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15447
15448 * patched to redirrect all "out of context" error messages to
15449 a reconfigurable routine. The changes are:
15450 * xmlerror.h : added the export of an error context type (void *)
15451 an error handler type xmlGenericErrorFunc there is an interface
15452 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
15453 to reset the error handling routine and its argument
15454 (by default it's equivalent to respectively fprintf and stderr.
15455 * all the c files: all wild accesses to stderr or stdout within
15456 the library have been replaced to calls to the handler.
15457
Daniel Veillard29a11cc2000-10-25 13:32:39 +000015458Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15459
15460 * configure.in: release 2.2.6
15461 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
15462 exporting the inner functions of xpath for extension modules
15463 * doc/*: updated and rebuilt the doc
15464
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000015465Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15466
15467 * nanohttp.c : applied Wayne HTTP cleanup patch
15468 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
15469 and xmlNodeSetSpacePreserve()
15470
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000015471Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15472
15473 * xpath.c: closing bug #29260
15474
Daniel Veillard126f2792000-10-24 17:10:12 +000015475Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * hash.[ch] debugXML.c: expanded/enhanced the API, added
15478 multikey tuples, made hash structure opaque
15479 * valid.[ch]: moved elements, attributes, notations decalarations
15480 as well as ID and refs to hash tables.
15481 * entities.c: hash cleanup
15482 * xmlmemory.c: fixed a dump problem in debug mode
15483 * include/Makefile.am: problem passing in DESTDIR= values patch
15484 from Marc Christensen <marc@calderasystems.com>
15485 * nanohttp.c: removed debugging remains
15486 * HTMLparser.c: the bogus tag should be ignored (Wayne)
15487 * HTMLparser.c parser.c: fixing a number of problems with the
15488 macros in the *parser.c files (Wayne).
15489 * HTMLparser.c: close the previous option when opening a new one
15490 (Marc Sanfacon).
15491 * result/HTML/*: updated the HTML results accordingly
15492
Daniel Veillard52afe802000-10-22 16:56:02 +000015493Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15494
15495 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
15496 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
15497 XPath functions and XML entities table to them. More to come...
15498 * xmlIO.c: fixed libxml closing FILEs it didn't open.
15499
Daniel Veillard683cb022000-10-22 12:04:13 +000015500Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15501
15502 * tree.c: coalesce adjacent text nodes
15503 * valid.c: handling of blank nodes in DTd validation (raised
15504 by problems with a posteriori validation).
15505 * nanohttp.c: changing behaviour on HTTP write stuff.
15506 * HTMLtree.c: forced body and html to be explicitely closed.
15507 * xpath.h: exported more XPath functions.
15508
Daniel Veillard1baf4122000-10-15 20:38:39 +000015509Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15510
15511 * Release of 2.2.5
15512 * xpointer.c: range() range-inside and other helper functions
15513 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
15514
Daniel Veillard47e12f22000-10-15 14:24:25 +000015515Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15516
15517 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
15518 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
15519
Daniel Veillardb732a0e2000-10-15 11:27:01 +000015520Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15521
15522 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
15523 and XPointer modules
15524
Daniel Veillard134c9f32000-10-15 10:27:08 +000015525Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15526
15527 * SAX.h: closed #25107
15528
Daniel Veillard39915622000-10-15 10:06:55 +000015529Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15530
15531 * testSAX.c: fixed problem with cdata reporting
15532 * SAXresult/* : updated
15533
Daniel Veillard1e851392000-10-15 10:02:56 +000015534Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15535
15536 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
15537 Closed bug #27499, added to regression tests
15538 * TODO: updated
15539
Daniel Veillard7eda8452000-10-14 23:38:43 +000015540Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15541
15542 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
15543 support for SCRIPT and STYLE with help from Bjorn Reese
15544 * test/HTML/* result/HTML/*: added simple testcase and updated
15545 the existing ones.
15546
Daniel Veillardff9c3302000-10-13 16:38:25 +000015547Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15548
15549 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
15550 string-range for empty strings
15551 * test/XPath/docs/str test/XPath/xptr/chaptersrange
15552 test/XPath/xptr/strrange: augmented the XPointer testsuite
15553
Daniel Veillard189446d2000-10-13 10:23:06 +000015554Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15555
15556 * doc/xml.html doc/xmlmem.html: added a module describing memory
15557 interfaces and use, updated the main page.
15558
Daniel Veillard2f971a22000-10-12 23:26:32 +000015559Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15560
15561 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
15562 nanoftp code work on Windows too now
15563
15564Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000015565
15566 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
15567 * xpointer.c: implemented string-range() at least a good first version
15568 * test/XPath/docs/str test/XPath/xptr/strrange
15569 result/XPath/xptr/strrange: the string-range() tests
15570
Daniel Veillardd3c68c42000-10-12 08:06:28 +000015571Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15572
15573 * Makefile.am include/Makefile.am include/win32config.h
15574 win32/Makefile.mingw: fixed problems reported by Wayne Davison
15575 and make distcheck
15576
Daniel Veillard19d61112000-10-11 23:50:35 +000015577Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15578
15579 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
15580 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
15581 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
15582
Daniel Veillardb0426ca2000-10-11 23:39:43 +000015583Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15584
15585 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
15586 patch for socklen_t detection by
15587 Albert Chin-A-Young <china@thewrittenword.com>
15588
Daniel Veillardcd429612000-10-11 15:57:05 +000015589Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15590
15591 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
15592 and added a --dtdvalid option to xmllint used to test it
15593
Daniel Veillard47c02452000-10-11 13:04:36 +000015594Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15595
15596 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
15597 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
15598
Daniel Veillard2d38f042000-10-11 10:54:10 +000015599Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15600
15601 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
15602 handlings (registration, lookup, cleanup)
15603
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000015604Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15605
15606 * configure.in Makefile.am include/makefile.am: adding XPointer
15607 and XPtrtests target
15608 * xpointer.[ch] : new files for XPointer support
15609 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
15610 more XPath tests
15611
Daniel Veillard57fda592000-10-10 23:24:14 +000015612Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15613
15614 * configure.in: fixed, very broken, make distcheck works again
15615
Daniel Veillarde8282ed2000-10-10 23:01:31 +000015616Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15617
15618 * More work toward 2.2.5, integrated a number of patches
15619 * configure.in Makefile.am win32config.h.in: trying to cleanup
15620 make distcheck .... huh ...
15621 * include/Makefile.am include/win32config.h: new directory
15622 for includes
15623 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
15624 updated teh makefiles and instructions for WIN32
15625 * xpath.c: small fixes
15626 * test/XPath/ results/XPath: updated the testcases and results
15627 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
15628 suggested patches
15629 * valid.c: fixed an ID bug
15630
Daniel Veillardb71379b2000-10-09 12:30:39 +000015631Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15632
15633 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000015634 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000015635 * xpath.[ch]: worked on XPointer
15636
Daniel Veillard7e99c632000-10-06 12:59:53 +000015637Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15638
15639 * configure.in Makefile.am: 2.2.5, ship the include in an
15640 include/libxml subdirectory, use symlinks when using CVS
15641 * testSAX.c: fixed small bug
15642 * testXPath.c: changed the way testfiles are parsed
15643 * debugXML.c: same kind of cleanup when parsing an argument expression
15644 XPath/XPointers can have blanks embedded
15645 * xpath.[ch]: more cleanup, reorgs for XPointer work
15646 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
15647 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
15648
Daniel Veillard55b91f22000-10-05 16:30:11 +000015649Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15650
15651 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
15652 in the XPath engine, rewrote large parts of it, now it's far
15653 cleaner and in sync with the REC not an old WD. Fixed a parsing
15654 problem in the interactive XML shell found when testing XPath.
15655
Daniel Veillardac260302000-10-04 13:33:43 +000015656Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15657
15658 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
15659 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
15660 examples with the extra test
15661
Daniel Veillard7cfce322000-10-04 12:40:27 +000015662Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15663
15664 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
15665 the global init function.
15666
Daniel Veillard970112a2000-10-03 09:33:21 +000015667Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15668
15669 * HTMLparser.c: Doohhh, attribute name parsing was still case
15670 sensitive ! Fixed this ...
15671 * result/HTML/* : updated the tests results accordingly
15672
Daniel Veillard740abf52000-10-02 23:04:54 +000015673Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15674
15675 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
15676 engine, should be far more stable, incorporated a new version of
15677 preceding/following axis, need testing
15678 * uri.c: fixed file:///c:/a/b/c problem
15679 * test/XPath/tests/idsimple: augmented the XPath tests
15680
Daniel Veillard3bff2b02000-10-01 20:33:47 +000015681Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15682
15683 * doc/* rebuilding docs for 2.2.4 release
15684
Daniel Veillard8b5dd832000-10-01 20:28:44 +000015685Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15686
15687 * configure.in: releasing 2.2.4
15688 * parser.[ch]: added xmlStrEqual()
15689 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
15690 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
15691 use xmlStrEqual instead
15692 * TODO: updated
15693 * added an XPath test
15694
Daniel Veillardbc765302000-10-01 18:23:35 +000015695Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15696
15697 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
15698 * entities.h: exported xmlInitializePredefinedEntities
15699 * parser.[ch] : added xmlInitParser()
15700 * parserInternals.h : had to export htmlInitAutoClose()
15701
Daniel Veillardf09e7e32000-10-01 15:53:30 +000015702Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15703
15704 * xpath.[ch] : fixed some serious XPath Predicate evaluation
15705 problems
15706 * Makefile.am : added XPath regression tests to normal tests
15707 * uri.c: fixed a problem with local paths, cleanup
15708 * parser.c: fixed a problem with large CData sections
15709
Daniel Veillardd2ade932000-09-30 14:39:55 +000015710Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15711
15712 * configure.in xml-config.in: patch from "Ben Taylor"
15713 <sol7x86@hotmail.com> for solaris shared libs lookup
15714
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000157152000-09-30 Martin Baulig <baulig@suse.de>
15716
15717 * libxml-2.0.pc.in: Provide pkg-config script.
15718
15719 * configure.in: Create the libxml-2.0.pc script from the
15720 libxml-2.0.pc.in templates.
15721 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015722 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015723
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015724Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15725
15726 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15727 when compiling with MSC
15728
Daniel Veillard46057e12000-09-24 18:49:59 +000015729Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15730
15731 * xpath.c: patch for normalize-string() substring-before(),
15732 substring-after() and translate() functions from Bjorn Reese
15733 <breese@mail1.stofanet.dk>
15734 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15735 Fredrik Hallenberg <hallon@lysator.liu.se>
15736 * TODO: updated
15737
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015738Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15739
15740 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15741 problem of socklen_t being undefined on a number of platforms
15742 * debugXML.c: fixed a compilation problem when without snprintf
15743
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015744Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15745
15746 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15747 an URI bug and a fix for the control-character-induced infinite loop
15748 * nanohttp.c: preventive fix for compiling on WIN32
15749
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015750Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15751
15752 * xmlint.c: closing bug #25000
15753
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015754Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15755
15756 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15757 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15758 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15759 related function, fixing xmlStrncmp(), and associated cleanup
15760 * result/HTML/entities.html.sax: updating result
15761
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015762Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15763
15764 * uri.c: applied patch for URI escaping from Wayne Davison
15765 <wayned@blorf.net>
15766 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15767 from Denis Barbier <barbier@imacs.polytechnique.fr>
15768 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15769 patch from Wayne Davison
15770
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015771Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15772
15773 * doc/xml.html : updated with new releases, adding "how to help"
15774
Daniel Veillard04698d92000-09-17 16:00:22 +000015775Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15776
15777 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15778 removed a few warnings in pedantic mode ...
15779 * parserInternals.c parser.c: moved encoding switching function
15780 to parserInternals.c
15781 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15782
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015783Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15784
15785 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15786 error or warning handlers
15787
Daniel Veillardb1059e22000-09-16 14:02:43 +000015788Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15789
15790 * parserInternals.c parserInternals.h parser.c Makefile.am:
15791 created a new module parserInternals.c, moved most of the
15792 code shared by the various parsers there, as well as
15793 deprecated code from parser.c. More cleanup of parser.c
15794 * uri.c: fixed a problem when URI is NULL
15795 * valid.c: speedup when looking for an attribute declaration
15796
Daniel Veillard39c7d712000-09-10 16:14:55 +000015797Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15798
15799 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15800 the cleanup of the computation of URI references when seeking
15801 external entities. The URI reference string and the resulting
15802 URI are both stored now.
15803 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15804 large s(n)printf checks and cleanup from Denis Barbier
15805 <barbier@imacs.polytechnique.fr>
15806 * xmlversion.h.in tree.h: couple of SGML declarations for a
15807 possible docbook module.
15808 * result/VC/ : a couple of test output changed due to the change
15809 of the entities URI
15810
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015811Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15812
15813 * parser.h: added a _private field for linking user's data
15814
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015815Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15816
15817 * parser.c parserInternals.h: demacroified most of the IS_XXX
15818 the gain in size is significant so ...
15819
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015820Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15821
15822 * entities.c: cases where looking up entities with doc==NULL
15823 covered
15824
Daniel Veillard90e11312000-09-05 10:42:32 +000015825Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15826
Daniel Veillard1de50802000-09-07 08:54:32 +000015827 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015828 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15829
Daniel Veillard98a79162000-09-04 11:15:39 +000015830Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15831
Daniel Veillard1de50802000-09-07 08:54:32 +000015832 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015833 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15834 * Makefile.in: added URItest and included thenin "make tests"
15835
15836Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015837
15838 * xmlversion.h.in: closed bug 22941
15839
Daniel Veillard2bb89092000-08-31 14:57:50 +000015840Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15841
15842 * doc/xmlio.html: added doc and example for entity loader
15843 redefinition.
15844
Daniel Veillard96984452000-08-31 13:50:12 +000015845Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15846
15847 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15848 used by libxml
15849
Daniel Veillarde715dd22000-08-29 18:29:38 +000015850Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * parser.c: Fixed bug on invalid ontent characters and when using
15853 push.
15854 * xmllint.c: fixed xmllint endling of errors in push mode
15855
Daniel Veillard4948eb42000-08-29 09:41:15 +000015856Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15857
15858 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015859 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015860 * result/HTML/*.sax: regenerated HTML SAX output
15861 * parser.c: more cleanup.
15862
Daniel Veillarde010c172000-08-28 10:04:51 +000015863Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15864
15865 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015866 patches from Wayne Davison <wayned@users.sourceforge.net>,
15867 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015868 * HTMLparser.c: fixed an ignorable white space detection bug
15869 occuring when parsing with SAX only
15870 * result/HTML/*.sax: updated since the output is now HTML
15871 encoded...
15872
Daniel Veillard47f3f312000-08-27 22:40:15 +000015873Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15874
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015875 * HTMLparser.[ch]: applied some of Wayne Davison
15876 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015877
Daniel Veillarde0854c32000-08-27 21:12:29 +000015878Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15879
15880 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15881 undeclared namespace prefix was used, added a warning.
15882 Cleaned up support w.r.t. entities, spilling out a warning
15883 and being pedantic on lookups.
15884 * test/warning/ent9 : added testcase for previous example.
15885 * TODO: updated
15886 * parserInternals.h parser.c: changed the way names are parsed
15887 now allow infinite size and decrease penalty for normal use
15888 * parser.c: Started a big cleanup/check of the parser code,
15889 fixed some of the most tortuous entity code, spotted code
15890 unused anymore
15891 * test/*: added tests for very long names and related nasty
15892 things.
15893
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015894Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15895
15896 * doc/encoding.html: added encoding aliases doc
15897 * doc/xml.html: updates
15898 * encoding.[ch]: added EncodingAliases functions
15899 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15900 bottleneck affecting large DTDs like Docbook
15901 * parser.[ch] xmllint.c: added a pedantic option, will be
15902 useful
15903 * SAX.c: redefinition of entities is reported in pedantic mode
15904 * testHTML.c: uninitialized warning from gcc
15905 * uri.c: fixed a couple of bugs
15906 * TODO: added issue raised by Michael
15907
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015908Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15909
15910 * doc/encoding.html: propagated Martin Duerst suggestions
15911
Daniel Veillard52402ce2000-08-22 23:36:12 +000015912Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15913
15914 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15915 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15916 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15917 by Wayne Davison
15918
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015919Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15920
15921 * nanoftp.c nanohttp.c: small cleanup
15922 * TODO: updated
15923
Daniel Veillard244ece92000-08-19 20:58:02 +000015924Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15925
15926 * added an old VC testcase and updated title.xml entity
15927
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015928Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15929
15930 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15931 done on auto-opening of <p> tags and cleanup of SAX output
15932
Daniel Veillard979e55e2000-08-19 16:48:54 +000015933Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15934
15935 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15936
Daniel Veillard4540be42000-08-19 16:40:28 +000015937Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15938
15939 * doc/xml.html libxml.* structure.*: updated the doc a bit
15940
Daniel Veillard808a3f12000-08-17 13:50:51 +000015941Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15942
15943 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15944 of SAX tests
15945
Daniel Veillard29579362000-08-14 17:57:48 +000015946Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15947
15948 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15949 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15950
Daniel Veillard1255ab72000-08-14 15:13:33 +000015951Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15952
15953 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15954 * testHTML.c: fix core dump on Solaris 2.x systems
15955 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15956 * result/HTML/*.sax: previous bug fix lead to new results
15957
Daniel Veillard03109292000-08-14 14:58:22 +000015958Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15959
15960 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15961 * configure.in: added --with-readline=DIR to accept alternate
15962 path for readline include/library
15963 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15964 for ANSI under HP-UX
15965 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15966 includes @LIBS@
15967
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015968Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15969
15970 * doc/* : rebuilt the docs
15971 * getting ready for 2.2.2 release
15972
Daniel Veillard87b95392000-08-12 21:12:04 +000015973Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15974
15975 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15976 and xmlAddFeature()
15977 * tree.[ch]: added xmlAddChildList()
15978 * xmllint.c: MAP_FAILED macro test
15979 * parser.h: added xmlParseCtxtExternalEntity()
15980 * valid.c: applied bug fixes removed warning
15981 * tree.c: added CDATA block to elements content
15982 * testSAX.c: cleanup of output
15983 * testHTML.c: added SAX testing
15984 * encoding.c: better error recovery
15985 * SAX.c, parser.c: fixed one of the external entity processing
15986 of the OASis testsuite
15987 * Makefile.am: added HTML SAX regression tests
15988 * configure.in: bumped to 2.2.2
15989 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15990 SAX results
15991
Daniel Veillard88a172f2000-08-04 18:23:10 +000015992Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15993
15994 * configure.in: patch for HP compiler
15995
159962000-08-04 Sven Heinicke <sven@zen.org>
15997
15998 * xmllint.c: Was coredumping sometimes when the file given didn't
15999 exist.
16000
Daniel Veillard46e370e2000-07-21 20:32:03 +000016001Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16002
16003 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016004
Daniel Veillard46e370e2000-07-21 20:32:03 +000016005 when using in memory parsing. Need some cleanup.
16006 * xmllint.c configure.in: added a --memory flag to test memory
16007 parsing
16008
Daniel Veillard36650692000-07-21 15:16:39 +000016009Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16010
16011 * nanohttp.c: fixed socklen_t replacement to unsigned int
16012 * parser.c: fixed a space handdling missing at the end of
16013 production 28 DOCTYPE.
16014 * xmlmemory.c: fixed a stupid bug on the routine to override
16015 allocation functions
16016 * TODO: updated
16017
Daniel Veillarde46e20d2000-07-14 15:02:46 +000016018Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16019
16020 * doc/ regenerated the docs
16021
Daniel Veillard32bc74e2000-07-14 14:49:25 +000016022Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16023
16024 * doc/encoding.html doc/xml.html: added I18N doc
16025 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
16026 improvements, both parser and filters, added ASCII & HTML,
16027 fixed the ISO-Latin-1 one
16028 * xmllint.c testHTML.c: added/made visible --encode
16029 * debugXML.c : cleanup
16030 * most .c files: applied patches due to warning on Windows and
16031 when using Sun Pro cc compiler
16032 * xpath.c : cleanup memleaks
16033 * nanoftp.c : added a TESTING preprocessor flag for standalong
16034 compile so that people can report bugs more easilly
16035 * nanohttp.c : ditched socklen_t which was a portability mess
16036 and replaced it with unsigned int.
16037 * tree.[ch]: added xmlHasProp()
16038 * TODO: updated
16039 * test/ : added more test for entities, NS, encoding, HTML, wap
16040 * configure.in: preparing for 2.2.0 release
16041
Daniel Veillard49703262000-07-10 10:27:46 +000016042Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16043
16044 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000016045 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000016046
Daniel Veillard306be992000-07-03 12:38:45 +000016047Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16048
16049 * doc/xml.html: changed the xmlsoft.org structure, updated the
16050 examples w.r.t. root and childs
16051
Daniel Veillard7d853352000-07-02 18:53:09 +000016052Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16053
Daniel Veillard784b9352003-02-16 15:50:27 +000016054 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000016055
Daniel Veillard365e13b2000-07-02 07:56:37 +000016056Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16057
16058 * HTMLparser.c: Work on character encoding support for the HTML parser
16059 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
16060 * encoding.c: Fixed a potential memleak in the encoding stuff
16061
Daniel Veillardaf743792000-07-01 11:49:28 +000016062Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16063
16064 * doc/FAQ.html doc/Makefile.am : added a FAQ
16065
16066Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000016067
16068 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
16069 of the HTML parser to force it to not bypass SAX
16070
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000016071Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16072
16073 * win32config.h.in: updated
16074 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
16075 lacks iconv support :-( need to release 2.1.1
16076 * configure.in: release 2.1.1
16077 * HTMLparser: fixed bug #14784
16078 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
16079 by Windows compiler
16080 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
16081 the SAX startDocument() callback.
16082 * TODO: updated
16083
16084Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16085
16086 * added xmlStopParser()
16087
Daniel Veillardbe803962000-06-28 23:40:59 +000016088Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16089
16090 * configure.in: 2.1.0 prerelease
16091 * Large resync between W3C and Gnome tree
16092 * nanoftp, nanohttp.c: fixed stalled connections probs
16093 * HTMLtree.c SAX.c : support for attribute without values in
16094 HTML for andersca
16095 * valid.c: Fixed most validation + namespace problems
16096 * HTMLparser.c: start document callback for andersca
16097 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
16098 * parser.h, SAX.c: serious speed improvement for large
16099 CDATA blocks
16100 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
16101 different encoding
16102 * example/Makefile.am example/gjobread.c tree.h: work on
16103 libxml1 libxml2 convergence.
16104 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
16105 and the LIBXML_TEST_VERSION macro
16106
Daniel Veillardc310d562000-06-23 18:32:15 +000016107Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16108
16109 * doc/xml.html: various patches and improvements typo fixed by
16110 Felix Natter
16111 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
16112 from Felix Natter <fnatter@gmx.net>
16113
Daniel Veillardf3029822000-05-06 08:11:19 +000016114Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16115
16116 * doc/upgrade.html: updated with instructions for support of both
16117 libxml-1.x and libxml-2.x
16118 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
16119 for 2.x support and also fixed includes
16120
16121
Daniel Veillard496a1cf2000-05-03 14:20:55 +000016122Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16123
16124 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
16125 the encoding support, added iconv support, so now libxml if
16126 compiled with iconv automatically support japanese encodings
16127 among others. Work based on initial patch from Yuan-Chen Cheng
16128 I may have broken binary compat in the encoding handler
16129 registration scheme, but that was so utterly broken I don't
16130 expect anybody to have used this feature until now.
16131 * parserInternals.h: fixup on the CHAR range macro
16132 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
16133 code.
16134 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
16135 * uri.c: added xmlParseURI() I can't believe I forgot to
16136 implement this one in 2.0 !!!
16137 * SAX.c: moved doc->encoding update in the endDocument() call.
16138 * TODO: updated.
16139
Daniel Veillard06047432000-04-24 11:33:38 +000016140Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16141
16142 * tree.h: removed extraneous xmlRemoveProp definition
16143 * TODO: added item about --disable-corba configure switch
16144 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
16145 * nanoftp.c: fixed include problems giving troubles on AIX and
16146 slowlaris
16147 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
16148 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
16149 comment and headers changes to lower gtk-doc number of warnings
16150 * doc/html/*: rebuilt docs
16151
Daniel Veillarde0aed302000-04-16 08:52:20 +000016152Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16153
16154 * HACKING: documented the tag for 1.x and instructions
16155
Daniel Veillard5e873c42000-04-12 13:27:38 +000016156Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16157
16158 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
16159 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
16160 xmlCreateIOParserCtxt
16161 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
16162 significant overall improvement
16163 * xmllint.c: added I/O test to xmllint
16164 * testSAX.c: added a speed test
16165 * doc/* : updated/regenerated
16166
Daniel Veillardfc708e22000-04-08 13:17:27 +000016167Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16168
16169 * xpath.c uri.h parserInternals.h: cosmetic changes from
16170 "Timur I. Bakeyev" <timur@bat.ru>, including making
16171 xmlCreateURI() public
16172
Daniel Veillard5d211f42000-04-07 17:00:24 +000016173Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16174
16175 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
16176 and the code at the same time. Added a clean mechanism for
16177 overload or added input methods: xmlRegisterInputCallbacks()
16178 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
16179 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
16180 * TODO: updated
16181 * doc/* : updated/regenerated
16182 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
16183 source dir
16184
Daniel Veillarde77a9182000-04-05 19:12:29 +000016185Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16186
16187 * testURI.c: yet another forgotten commit, I should get some sleep !
16188
Daniel Veillardce8b83b2000-04-05 18:38:42 +000016189Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16190
16191 * xmllint.c: forgot to commit this too ?
16192
Daniel Veillardb9df4042000-04-05 14:23:16 +000016193Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16194
16195 * xmlversion.h.in : forgot to commit this previously
16196
Daniel Veillard361d8452000-04-03 19:48:13 +000016197Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16198
16199 * configure.in: preparing libxml-2.0.0 version looks Ok so far
16200 * README TODO: updated for release
16201 * uri.c uri.h: added authority parsing/saving
16202 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
16203 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
16204 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
16205 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
16206 Makefile.am : added compile-time customization of libxml
16207 --with-ftp --with-http --with-html --with-xpath --with-debug
16208 --with-mem-debug
16209 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
16210 #include <libxml/xxx.h> I hope it won't break too much stuff
16211 and will be manageable in the future...
16212 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
16213 and added xmllint to the installed programs
16214 * uri.h: added xmlFreeURI()
16215
Daniel Veillardec303412000-03-24 13:41:54 +000016216Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16217
16218 * uri.c uri.h: finished the escaping handling, the base support
16219 and the URI path normalization. Looks good just lacks the
16220 authority content parsing code.
16221 * Makefile.am: added instructions to generate testURI
16222 * TODO: updated
16223 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
16224 added links and icons for W3C and Gnome
16225
Daniel Veillard8f621982000-03-20 13:07:15 +000016226Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16227
16228 * xmlmemory.[ch] : seems I forgot to actually update the files in
16229 the last commit :-)
16230 * doc/xml.html doc/html/* : updated and uploaded the docs
16231
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016232Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16233
16234 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
16235 * TODO: updated
16236 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000016237 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016238 gfree).
16239 * Makefile.am, uri.c, uri.h: added a set of functions to do
16240 exact (litteraly copied from the RFC 2396 productions) parsing
16241 and handling of URI. Will be needed for XLink, one XML WFC,
16242 XML Base and reused in the nano[ftp/http] modules. Still work
16243 to be done.
16244
Daniel Veillardedfb29b2000-03-14 19:59:05 +000016245Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16246
16247 * configure.in, libxml.spec.in : libxml2
16248 * doc/* : updated the doc page, rebuilt the docs
16249
Daniel Veillardcf461992000-03-14 18:30:20 +000016250Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16251
16252 * all: tagged LIB_XML_1_X
16253 * *.c *.h : updated from W3C CVS tree
16254 * configure.in : 2.0.0-beta
16255 * libxml.spec.in : libxml2 package nam
16256 * result/* : new version of the tests output
16257
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000016258Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16259
16260 * doc/xml.html, doc/update.html: updated docs, 1.8.7
16261
Daniel Veillardb566ce12000-03-04 11:39:42 +000016262Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16263
16264 * doc/* : rebuilt the docs
16265 * parser.c: final patch on #6766
16266 * valid.c: small patch on validity checks.
16267
Daniel Veillardfb76c402000-03-04 11:39:42 +000016268Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16269
16270 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
16271 added
16272 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
16273 compatibility w.r.t. XML spec and existing code.
16274
Daniel Veillard90fb02c2000-03-02 03:46:43 +000016275Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16276
16277 * parser.c: seems a better solution to <a> </a> exists,
16278 will try it for a while
16279
Daniel Veillard83a30e72000-03-02 03:33:32 +000016280Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16281
16282 * parser.c: tried to remove the <a> </a> generating <a/>
16283 this is hard. Left a flag for that purpose. Fixed bug #6766
16284 * configure.in: prepared 1.8.7 not released, due to previous
16285 problem
16286
Daniel Veillard88f00ae2000-03-02 00:15:55 +000016287Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16288
16289 * doc/xml.html : applied second patch from Paul DuBois
16290
Daniel Veillard402e8c82000-02-29 22:57:47 +000016291Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16292
16293 * doc/xml.html : applied patch from Paul DuBois
16294
Daniel Veillardd0f7f742000-02-02 17:42:48 +000016295Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16296
16297 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
16298
Daniel Veillard5feb8492000-02-02 17:15:36 +000016299Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16300
16301 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
16302 compilation warnings on various platforms.
16303 * parser.c: Fixed #5281 validity error callbacks are now desactived
16304 by default if not validating.
16305
Daniel Veillardf341f932000-02-02 14:52:08 +000016306Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16307
16308 * nanoftp.c, win32config.h.in: patches to compile on WIN32
16309
Daniel Veillard13c757e2000-02-01 23:59:15 +000016310Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16311
16312 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
16313 <gkatsi@cs.toronto.edu>
16314
Daniel Veillard726e8792000-01-30 20:04:29 +000016315Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16316
16317 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
16318 processing URLs
16319
Daniel Veillarde41f2b72000-01-30 20:00:07 +000016320Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16321
16322 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
16323 xmlNanoFTPUpdateURL for persistent control connections.
16324 * configure.in: 1.8.6
16325
16326Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16327
16328 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
16329 * tree.[ch] : added xmlSaveNoEmptyTags
16330
James Henstridgef3be9312000-01-28 13:59:21 +0000163312000-01-29 James Henstridge <james@daa.com.au>
16332
16333 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
16334
16335 * Makefile.am: added nanoftp.[ch] to the build.
16336
Daniel Veillardaeea04f2000-01-25 19:27:27 +000016337Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16338
16339 * nanoftp.[ch]: cleanup, comments, API
16340 * debugXML.c : fixed a bug in the cat command
16341 * doc/*: regenerated the docs
16342
Daniel Veillardda07c342000-01-25 18:31:22 +000016343Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16344
16345 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
16346 * debugXML.c : fixed a bug in the cat command
16347 * valid.c: fixing some small probs
16348 * libxml.spec.in: get rid of the SNAP suffix
16349 * doc/xml.html: updated the status
16350
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000016351Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16352
16353 * xml-config.in: xml-config --version to just return the
16354 version number
16355 * xpath.c: some cleanup w.r.t. axis when the current node is
16356 an attribute.
16357 * TODO: updated
16358
Daniel Veillard461a66c2000-01-18 18:01:01 +000016359Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16360
16361 * configure.in: prepared for libxml-1.8.5
16362 * doc/* recompiled the documentation
16363
163642000-01-17 Jody Goldberg <jgoldberg@home.com>
16365
16366 * configure.in : WARNING autoconf subtlety alert :
16367 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
16368 when looking for zlib.h so that HAVE_ZLIB_H is defined.
16369 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
16370 get defined by AC_CHECK_HEADERS.
16371
Daniel Veillardf967b902000-01-17 16:06:10 +000016372Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16373
16374 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
16375 Rune.Djurhuus@fast.no
16376
Daniel Veillardad8f99d2000-01-15 14:20:03 +000016377Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16378
16379 * TODO: updated
16380 * tree.c, parser.c: made sure that only memory alloc problems
16381 and internal parser errors are allowed to write to stdout or
16382 stderr.
16383
Daniel Veillard0142b842000-01-14 14:45:24 +000016384Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16385
16386 * tree.c : restored xmlNewGlobalNs since this seems used by
16387 a lot of existing code :-(, fixed a bug in xmlNewNs
16388 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
16389 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
16390 to exit() from the library code.
16391 * xpath.c, parser.c: removed bugs or unused code detected by
16392 Windows compilers
16393 * parser.c: started adding interfaces for parsing well balanced
16394 XML fragments
16395 * configure.in: releasing 1.8.4
16396 * doc/* : rebuilt the docs
16397
Daniel Veillard2eac5032000-01-09 21:08:56 +000016398Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16399
16400 * tree.[ch] : added xmlNewDocFragment() for DOM
16401 * testHTML.c: uninitialized variable.
16402
Daniel Veillardf3a73582000-01-05 14:58:39 +000016403Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16404
16405 * doc/* : rebuild the docs
16406
Daniel Veillard71b656e2000-01-05 14:46:17 +000016407Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16408
16409 * acconfig.h: readline and history patch
16410 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
16411 * tree.c: added check and handling when possibly removing an ID
16412 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
16413 and saving.
16414 * test/HTML/entities.html result/HTML/entities.html* : test for
16415 various entities reference cases
16416 * result/HTML/* : as a result output of some testcase have
16417 changed
16418 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
16419 by previous example. added xmlParseTryOrFinish().
16420 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
16421 entities.h debugXML.h HTMLparser.h: changed the way struct are
16422 declared to allow gtk-doc to expose those
16423 * parser.c: closed bug #4960
16424 * Makefile.am configure.in: Applied patch from
16425 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
16426 and math/socket libs detection
16427
Daniel Veillard437b87b2000-01-03 17:30:46 +000016428Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16429
16430 * configure.in, Makefile.am: link tester against readline
16431 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
16432
Daniel Veillard686d6b62000-01-03 11:08:02 +000016433Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16434
16435 * tree.[ch]: added xmlRemoveProp
16436 * win32config.h.in nanohttp.c: avoid including the Windows
16437 socket stuff in every C files
16438 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
16439 the XmL parser(s)
16440 * test/ns4 result/ns4 etc...: added test case for previous prob
16441 * tree.c: xmlNewNs wasn't checking for double definition
16442 * Makefile.in: fixed a problem with dist-hook duplicates
16443 * parser.[hc], xmlIO.c: fixed the loading of external entities
16444 APIs, now xmlLoadExternalEntity() is used everywhere and
16445 setting up an app specific front-end using the
16446 * SAX.c parser.c: some fixes, now the xhtml spec validates
16447 with the xhtml DTD.
16448 * error.c: fixed crashes in case of no input stream
16449 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
16450 to the validation tests and results
16451
Daniel Veillard5e5c6231999-12-29 12:49:06 +000016452Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16453
16454 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
16455 too htmlCreatePushParserCtxt() and htmlParseChunk()
16456 * parser.c: a bit of cleanup.
16457 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
16458 to XML) removed the last mem leak known
16459 * HTMLtree.c: output message cleanup
16460 * xmlmemory.c: display content info about memory blocks
16461 * result/HTML/wired.* : missing att value warning change
16462
Daniel Veillardbe849cf1999-12-28 16:43:59 +000016463Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16464
16465 * doc/* : rebuilt the documentation
16466
Daniel Veillarddbfd6411999-12-28 16:35:14 +000016467Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16468
16469 * parser.[ch] parserInternals.h: Push parser for XML,
16470 seems to work fine now
16471 * tester.c debugXML.[ch]: Added an XML shell debug facility and
16472 --push for push testing
16473 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
16474 * testSAX.c: added --push
16475 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
16476 subtree
16477 * xmlIO.[ch] : enriched API + fixes for push mode
16478 * entities.[ch]: added the entity content length to the struct.
16479 * xmlmemory.[ch]: new API to show the last entries for the shell
16480 * valid.c: added required attribute testing
16481 * SAX.c: the cdata callback now merge contiguous fragments
16482 * HTMLparser.c: cleanup of some macros
16483
Daniel Veillard3c558c31999-12-22 11:30:41 +000016484Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16485
16486 * parser.c: fix for PIs name starting with xml
16487 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000016488 * *.c, configure.in win32config.h.in : generate win32config.h for
16489 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000016490
Daniel Veillard0caf07a1999-12-21 16:25:49 +000016491Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16492
16493 * parser.c: fixed a stupid = vs. == bug :-(
16494 * doc/gnome-xml.sgml: s/glade/xml/
16495
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000016496Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16497
16498 * configure.in, doc/xml.html : bug fix release 1.8.2
16499 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
16500 Hopefully the end of that silly C++ include problem
16501 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
16502 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
16503 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
16504 troubles with autoclosed elements when the stree shape doesn't
16505 follow the DtD specs. Added htmlIsAutoClosed() and
16506 htmlAutoCloseTag()
16507 * result/HTML/*.htm*: Updated the HTML examples regression tests output
16508 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
16509 * debugXML.c: fixed a bug on printing default namespaces.
16510 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
16511
Daniel Veillardb24054a1999-12-18 15:32:46 +000016512Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16513
16514 * result/HTML/*.htm[l] : updated the HTML regression tests according
16515 to the new output
16516 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
16517 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
16518 problem due to intermix of extern "C" { ... } declarations for C++
16519 and recursive includes in the headers
16520
Chris Lahey323c48c1999-12-18 15:32:45 +0000165211999-12-20 Chris Lahey <clahey@umich.edu>
16522
16523 * HTMLtree.c: Made it so that html nodes with a single child do
16524 not insert a carriage return before or after the child node.
16525
Daniel Veillardb24054a1999-12-18 15:32:46 +000016526Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000016527
16528 * configure.in, doc/xml.html : bug fix release 1.8.1
16529 * parser.c: fixed bug #4344
16530 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
16531 added the glue to avoid C++ problems
16532 * doc/* : regenerated the documentation
16533
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000016534Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16535
16536 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
16537 namespace recognition, and Dia as a resul :-(
16538 * encoding.c: closed bug #3950
16539
Daniel Veillard944b5ff1999-12-15 19:08:24 +000016540Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16541
16542 * valid.c: debugging a posteriori validation, except URI expansion
16543 stuff this should be fixed now
16544 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
16545 Carl Nygard <cnygard@bellatlantic.net>
16546 * tester.c: added --postvalid, cleaning of the code
16547 * tree.[ch]: added xmlDocGetRootElement()
16548
Ramiro Estrugobfce3771999-12-15 04:32:07 +000016549Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
16550
16551 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
16552 c++ losage.
16553
Daniel Veillard10a2c651999-12-12 13:03:50 +000016554Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16555
16556 * configure.in, doc/xml.html : bumped to 1.8.0
16557 * xlink.[ch], Makefile.am : added framework for link detection
16558 * parser.h: added nbChars to parser context, needed for cleanup.
16559 * xmlmemory.c: removed a nasty bug when out of mem
16560 * valid.[ch]: adding namespace support for attribute decl
16561 * tester.c: added --debugent option
16562 * debugXML.[ch]: added xmlDebugDumpEntities()
16563 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
16564 buffers instead, this was really needed, validation was breaking
16565 in strange ways due to that. Added xmlParseStringPEReference()
16566 and other parsing from strings functions. Entities processing
16567 modified again, but PERef are still not handled correcly but
16568 unless you're Eve Maller you won't notice :-)
16569 * HTMLparser.c: large changes toward reliability, and switched to
16570 lowercase internal tags, XHTML is lowercase, so it will help
16571 that output is closer to next version.
16572 * doc/* : regenerated the documentation, it is now hosted at
16573 http://xmlsoft.org/ (same bits I just bought the domain :-)
16574
16575
Daniel Veillard294cbca1999-12-03 13:19:09 +000016576Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16577
16578 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
16579 doc generation
16580 * parser.c: fixed bugs #3908 and #3937 and a memory leak
16581 in the SAX API
16582 * doc/*: rebuilt the doc making sure everything appears in the
16583 HTML files
16584
Daniel Veillardf5c2c871999-12-01 09:51:45 +000016585Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16586
16587 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
16588 added the patch from Carl Nygard <cnygard@bellatlantic.net>
16589 which allow impressive speed improvement on dataset with
16590 large text pieces, but at the cost of broken binary
16591 compatibility and slightly bigger memory usage.
16592 Configure with --with-buffers to activate them, they
16593 are protected with XML_USE_BUFFER_CONTENT define.
16594 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
16595 goal is 0 memory left allocated once parser is no more used
16596 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
16597 call xmlCleanupParser() and xmlMemoryDump()
16598
Daniel Veillarda819dac1999-11-24 18:04:22 +000016599Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16600
16601 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
16602 * parser.[ch] encoding.[ch]: added memory cleanup routines
16603 * parser.c: closing bug #3788
16604 * doc/*: rebuilt the doc
16605
Daniel Veillard11a48ec1999-11-23 10:40:46 +000016606Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16607
16608 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
16609 xmlNewTextChild() and xmlSetCompressMode() behaviour.
16610 * tester.c: added --compress option
16611 * doc/*: rebuilt the documentation
16612
Daniel Veillard4c3a2031999-11-19 17:46:26 +000016613Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16614
16615 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
16616 if given /proc/kcore as input !
16617 * doc/xml.html doc/*: updated and rebuilt the documentation
16618
16619Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000016620
16621 * parser.c: Fixed some wrongly space collapsing code due to
16622 a misreading of the spec.
16623 * result/*: fixed the output accordingly
16624
16625Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000016626
16627 * encoding.c: bug fix and typos
16628 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
16629 * parser.c: added attribute normalization closing bug #3597
16630 * test/att* result/att* SAXresult/att*: testcase for attribute
16631 normalization
16632
Daniel Veillardd7e200c1999-11-15 17:53:11 +000016633Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16634
16635 * configure.in: closing bug #3163 by adding extra flags for the
16636 cc compiler on HP-UX
16637
Daniel Veillard51e3b151999-11-12 17:02:31 +000016638Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16639
16640 * valid.[ch] : removed a typo and an enumerated type bug in the
16641 xmlAddElementDecl() function
16642 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
16643 call to xmlEncodeEntitiesReentrant() so that the functions
16644 New, Set and Get are at the same level.
16645 * parser.c HTMLparser.c: extra memory allocation bug for
16646 attributes detected by someone using libxml in embedded systems :-)
16647
Daniel Veillard962195f1999-10-28 15:51:53 +000016648Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16649
16650 * xmlmemory.h: turned off mem debug :-\
16651
Daniel Veillard35008381999-10-25 13:15:52 +000016652Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16653
16654 * parser.c: closed bug #2784 a one line fix, but worth pushing
16655 a new release out
16656 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
16657 some structures, comments before and after the
16658 main element, and other nastyness
16659 * HTMLtree.c tree.c: accomodate the extended HTML supported
16660 * configure.in: pushing 1.7.4
16661 * test/ent8 and related outputs : added a new test for bug #2784
16662 * test/HTML/wired.html and related output: a nasty HTML example
16663 * Makefile.am: improved the test scripts
16664 * docs/* : reran the documentation extractor, updated xml.html
16665
Daniel Veillard7c1206f1999-10-14 09:10:25 +000016666Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16667
16668 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
16669 HTMLparser and debugged the HTML related code. HTML documents
16670 now have their own type
16671 * entities.c: do not dump &apos; for HTML output
16672 * xmlmemory.c: improvement, breakpoint mechanism
16673 * testHTML.c: added --sax --repeat ...
16674 * Makefile.am: improved the HTML tests
16675 * valid.[ch]: added xmlValidGetValidElements and
16676 xmlValidGetPotentialChildren
16677 * tester.c: added --insert to test the 2 new functions
16678 * test//* result//* SAXresult//* : regression test cleanup
16679 and extension.
16680 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
16681 gnome-xml-nanohttp.html
16682
Daniel Veillard7d2c2761999-10-11 15:09:51 +000016683Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16684
16685 * HTMLparser.c: fixed problems with some autoclose tags
16686 * tree.c: fixed XML output problems.
16687 * result/* SAXresult/*: update of the tests output
16688
Daniel Veillard6077d031999-10-09 09:11:45 +000016689Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16690
16691 * Makefile.am: Arturo patch for xmlConf.sh version info
16692 * parser.c: Tim Josling patch for single quoted items
16693 * tester.c: Tim Josling patch for tester options usage
16694 * tree.h: indent cleanup
16695
Daniel Veillard2673d3c1999-10-08 14:37:09 +000016696Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16697
16698 * HTMLparser.c parser.h : Fixed problems with HTML parsing
16699 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
16700
Daniel Veillard00fdf371999-10-08 09:40:39 +000016701Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16702
16703 * tree.c : Raph patch for initialization of CORBA fields
16704 * parser.c, xpath.c, ...: modification of doc comments
16705 * xpath.c : allow spaces in xpath expressions
16706
Daniel Veillardad219441999-09-27 08:17:49 +000016707Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16708
16709 * xmlmemory.h: turning off memory debug :-(
16710
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016711Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16712
16713 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
16714 better SAX interfaces.
16715 * testSAX.c: uses the new SAX routine, avoid fetching any remote
16716 entity.
16717 * configure.in: 1.7.2
16718
16719Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016720
16721 * libxml.spec.in: fixed the URL
16722 * doc/xml.html: improved the documentation front-end
16723
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016724Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016725
16726 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16727
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016728Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016729
16730 * libxml.spec.in: fixed the alpha compile problem
16731 * parser.[ch]: changed errno to errNo in the parser context :-(
16732 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16733 * doc/xml.html: changed CHAR to xmlChar
16734 * doc/html/*: recompiled the documentation
16735 * configure.in: 1.7.1
16736
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016737Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16738
16739 * parser.h: modified the parser context struct to regain 1.4.0
16740 binary compatibility
16741 * parser.c, xml-error.h: added errno ot teh context and defined
16742 a set of errors values with update of errno
16743 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16744 DTDs and entities
16745 * *.h, *.c: complete cleanup of the use of config.h and include
16746 protection depending on the current setup.
16747 * overalll debugging, maintenance and bug-fixing on all modules
16748 * updated the documentation
16749 * ready for 1.7.0
16750
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016751Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16752
16753 * HTMLparser.c : cleanup
16754 * SAX.c valid.c valid.h: added ID/IDREF checking
16755 * tree.c tree.h: extended doc structure for refs
16756 * configure.in: 1.6.2
16757 * parser.c: patched bug in SAX user arg call
16758 * parserInternals.h: patched missing close in C++ wrapping
16759 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16760 especially upcoming XPointer implementation.
16761 * doc/xml.html: augmented, typo
16762
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016763Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16764
16765 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16766 not all invocations of install understand -d.
16767
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016768Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16769
16770 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16771 to make 'check' works, when builddir != srcdir.
16772
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016773Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16774
16775 * doc/xml.html : updated the documentation
16776
Daniel Veillard6454aec1999-09-02 22:04:43 +000016777Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16778
16779 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16780 not deallocated memory blocks
16781 * *.c : replaces all calls to malloc() free() and realloc() to
16782 the wrapper functions/macros
16783 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16784 instead of xmlFreeNodeList()
16785
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016786Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16787
16788 * HTMLparser.c: corrected a stupid bug leading to core dump at
16789 tree deallocation. Removed warnings indicated by
16790 Stephane.Conversy@lri.fr
16791 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16792 looked for in the external subset
16793
16794Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016795
16796 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16797 on SGI by Stephane.Conversy@lri.fr
16798
Daniel Veillardb96e6431999-08-29 21:02:19 +000016799Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16800
16801 * all .h : changed the prototype declaration indent as in gtk
16802 * most .c : working on reducing the TODOs in the code
16803 * most .c : cleanup though -pedantic and Insure++
16804 * improvements on validation ID checkings.
16805 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16806 * xml-config.in: closed #1810
16807
16808Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016809
16810 * tree.h, valid.c, valid.h: more work on validity, IDs
16811 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16812 definition for AIX
16813
Daniel Veillardb556eb51999-08-15 17:19:50 +000016814Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16815
16816 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16817 the distribution due to a cut'n paste error at last commit
16818
Daniel Veillardb05deb71999-08-10 19:04:08 +000016819Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16820
16821 * configure.in: upgraded to version 1.4.0
16822 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16823 Big update, added a large part of the validation process,
16824 it should be usable, but some parts are missing
16825 * xpath.c: improved the implementation w.r.t. root.
16826 * Makefile.am: added more tests
16827 * test and result trees: added a lot of tests
16828 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16829
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016830Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16831
16832 * Added an HACKING file
16833
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016834Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16835
16836 * xpath.[ch] : improvements and debug of the XPath implementation
16837 * parser.c, HTMLparser.c : modified the parsers to be progressive
16838 * tree.[ch] : extended the Buffer promitives
16839 * xmlIO.[ch] : added basic I/O routines providing progressive
16840 parsing and ready for I18N conversion plugins
16841 * SAXresult/* : the SAX callback sequence maybe slightly different
16842 now
16843 * test*.c : improved/updated the tests programs
16844 * doc/* : recompiled the docs.
16845
Daniel Veillard15b75af1999-07-26 16:42:37 +0000168461999-07-26 Michael Meeks <michael@edenproject.org>
16847
16848 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16849
16850 * tree.c: Ditto.
16851
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016852Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16853
16854 * configure.in: upgraded to version 1.4.0
16855 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16856 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16857 XML query language, see http://www.w3.org/TR/xpath for more details.
16858 * parser.c, parser.h: added CHAR* related string functions for XPath
16859 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16860 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16861 rebuild the docs.
16862 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16863 and regression testing capabilities for XPath.
16864
Daniel Veillardd79d7871999-07-12 10:38:12 +000016865Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16866
16867 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16868 closing bug #1646
16869
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016870Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16871
16872 * Makefile.am, example/Makefile.am: closed bug #1683
16873
Daniel Veillard3166ab11999-07-11 16:14:19 +000016874Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16875
16876 * example/Makefile.am, configure.in: added the makefile for the
16877 gjobread example
16878
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016879Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16880
16881 * doc/Makefile.am:
16882 - fix which allow "make install DESTDIR=</install/prefix>".
16883
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016884Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16885
16886 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16887 which fixed a problem on the file reading-code.
16888
Daniel Veillard82150d81999-07-07 07:32:15 +000016889Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16890
16891 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16892 output.
16893 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16894
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016895Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16896
16897 * parser.h : Oops removed the binary compatibility problem
16898 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16899 * parser.c, HTMLparser.c: applied patches for reading from stdin
16900
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016901Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16902
16903 * parser.c, entities.c, valid.c: cleanup bug #1591
16904 * configure.in: cleanup bug #1592
16905 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16906 the same tree back-end. Hence gdome will be available for it.
16907 * doc/Makefile.am: close bug #617
16908
Daniel Veillard97fea181999-06-26 23:07:37 +000016909Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16910
16911 * parser.c: alloctate a per parser context SAX interface block
16912
Daniel Veillard14fff061999-06-22 21:49:07 +000016913Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16914
16915 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16916 and xmlEncodeEntitiesReentrant with the correct one :-\
16917
16918Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16919
16920 * commit of my internal XML base changes, quite a lot of
16921 changes, cleanups, better entities support, framework for
16922 new I/O and charset detection and handling
16923 * Fixed the configure/Makefile stuff to generate shared libs
16924 with the proper version info, so we jumped on rev from
16925 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16926 xmlEncodeEntities() result need to be freed now, and a string
16927 xmlParserVersion provide the current library version.
16928
Raph Levien05240da1999-06-15 21:27:11 +000016929Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16930
16931 * parser.c: fixed a buffer overrun for when you have a very long
16932 attribute with no entities in it.
16933
Daniel Veillardbb2da581999-06-13 14:37:07 +000016934Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16935
16936 * added example directory
16937 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16938
Daniel Veillard011b63c1999-06-02 17:44:04 +000016939Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16940
16941 * Release of libxml-1.1, nearly everything has been touched for
16942 this.
16943 * Added more regression tests
16944 * Updated the documentation
16945
Daniel Veillard27d88741999-05-29 11:51:49 +000016946Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16947
16948 * tree.[ch]: unified the XML_NO_CORBA defines.
16949 * parser.c encoding.[ch]: started plugging in char encoding detection
16950
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016951Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16952
16953 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16954 Also freed allocated buffer.
16955
Daniel Veillard27d88741999-05-29 11:51:49 +000016956Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016957 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16958 reentrancy problem at printing. One is left in entities.c, to
16959 remove ASAP
16960 * testSAX.c : added a test example showing the use of the SAX
16961 interface if one doesn't want to build the DOM tree.
16962 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16963
Daniel Veillard517752b1999-04-05 12:20:10 +000016964Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16965
16966 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16967 large revamping of the parser to use SAX callbacks
16968 http://www.megginson.com/SAX/ (or at least a C like interface
16969 a la Expat). It's now possible to set up your own callbacks
16970 and the parser will not build a DOM tree.
16971 * test/* result/*: updated the test suite, I finally removed
16972 the old Namespace draft support (PI based).
16973
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016974Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16975
16976 * Makefile.am: added test result to EXTRA_DIST for make tests
16977
Daniel Veillard64068b31999-03-24 20:42:16 +000016978Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16979
16980 * parser.c, parserInternals.h: moved the chars macro definitions
16981 to parserInternals.h
16982 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16983 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16984
Daniel Veillard012ccc11999-03-23 10:11:11 +000016985Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16986
16987 * xml-config.in : applied patch to make --version work
16988
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000169891999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16990
16991 * Makefile.am (check-local): Alias for `tests' target. This will
16992 cause `make check' to do the right thing.
16993 (tests): Don't run tests in srcdir. Also, replaced calls to
16994 basename with a `sed' "equivalent".
16995
Daniel Veillardd109e371999-03-05 06:26:45 +000016996Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16997
16998 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16999 it in the header and not the sources, updated the doc.
17000 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
17001 pointing this out.
17002
Daniel Veillardbc50b591999-03-01 12:28:53 +000017003Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17004
17005 * parser.c, parser.h, parserInternals.h: memory leak hunting,
17006 exported the inputStream routines.
17007 * doc/html/* : updated accordingly
17008
Daniel Veillardd692aa41999-02-28 21:54:31 +000017009Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17010
17011 * parser.c, parser.h, parserInternals.h: added a few extra
17012 internal calls to allocate and free parser contexts ...
17013 * doc/html/* : updated accordingly
17014
Daniel Veillard55a99271999-02-25 11:01:29 +000017015Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17016
17017 * configure.in, Makefile.am, doc/makefile.am : General changes for
17018 1.0.0 release and including the generated HTML documentation.
17019
Daniel Veillard35925471999-02-25 08:46:07 +000017020Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17021
17022 * makefile.am : added parserInternals.h, oops.
17023
Daniel Veillard1e346af1999-02-22 10:33:01 +000017024Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17025
17026 * parserInternals.h: added this header giving access to the parser
17027 internal functions.
17028 * doc/Makefile.am : added a rebuild target which rebuilds the full
17029 set of documentations
17030 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
17031 the internal subset.
17032 * *.c *.h: modifications needed to generate the documentation using
17033 gtk-doc, cleanup of functions blocks, reorganisation of struct
17034 declarations.
17035
Daniel Veillard1164e751999-02-16 16:29:17 +000017036Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17037
17038 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
17039 the tar and spec file to include the beginning of the doc.
17040
Nuno Ferreira03d04781999-02-13 00:07:17 +0000170411999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
17042
17043 * doc/.cvsignore: Added this file.
17044
Daniel Veillard6800ef31999-02-08 18:33:22 +000017045Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17046
17047 * tree.c: fixed xmlGetProp to return "" when the attribute
17048 exists, even if the node-list is NULL.
17049
Daniel Veillard726c7e31999-02-08 15:13:10 +000017050Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17051
17052 * tree.c: patched an error outputting empty attribute values.
17053 * Makefile.am and doc/makefile.am: have been updated during the
17054 week-end. Sorry for an empty CVS log, I got a shell problem.
17055
Daniel Veillard1899e851999-02-01 12:18:54 +000017056Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17057
17058 * tree.h: cleaned up using enums instead of defines
17059 * parser.c, valid.[ch]: more work on parsing/output of element
17060 declarations
17061
Daniel Veillard3b9def11999-01-31 22:15:06 +000017062Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17063
17064 * valid.[ch], tree.c, parser.c : more work toward full parsing
17065 of XML DTDs.
17066 * README: added informations about mailing-list and on-line
17067 documentation
17068
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000170691999-01-27 Raja R Harinath <harinath@cs.umn.edu>
17070
17071 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
17072
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000017073Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17074
17075 * parser.c, tree.[ch] : more work toward conformance testing,
17076 added a last element to accelerate parsing of very flat structures
17077 started working on internal subset Element content declaration.
17078 * valid.[ch] : first cut at adding code toward validation.
17079 * previous changes had also small impact on most files, especially
17080 the conformance testing using James Clark test suite.
17081
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000017082Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17083
17084 * test/* : updated the examples, most of them were not well
17085 formed (humm), and added rdf2.
17086 * result/* : resulting changes in the output.
17087
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000017088Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17089
17090 * tree.c: changed the behaviour of xmlGetProp on NULL values.
17091
Daniel Veillard44b3a061998-12-05 17:27:22 +000017092Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17093
17094 * tree.c: patched a bug in the generation of empty attributes
17095
Daniel Veillardbe36afe1998-11-27 06:39:50 +000017096Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17097
17098 * entities.[ch], tree.[ch], tester.c: added copy interfaces
17099 for node/trees/documents/... Biggest problem is namespace
17100 support when copying subtrees.
17101
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000017102Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17103
17104 * parser.c, entities.c: improve entities and char ref encoding,
17105 and cleanups of error messages.
17106
Daniel Veillard242590e1998-11-13 18:04:35 +000017107Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17108
17109 * parser.c, entities.c: simple bug hunting done during rpm2html and
17110 rpmfind integration.
17111
Daniel Veillard42dc9b31998-11-09 01:17:21 +000017112Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17113
17114 * parser.[ch]: Added interfaces allowing to specify a SAX
17115 handler before parsing.
17116
Daniel Veillarde3bffb91998-11-08 14:40:56 +000017117Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17118
17119 * parser.c: redirrect all errors reporting through the SAX
17120 error function
17121
Daniel Veillardda4d3c41998-11-04 20:07:05 +000017122Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17123
17124 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
17125 * libtool, tlmain ...: update of the libtool files
17126
Miguel de Icaza442321c1998-11-04 18:13:38 +0000171271998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
17128
17129 * entities.c: Use g_snprintf insteda of snprintf.
17130
Daniel Veillard0ba4d531998-11-01 19:34:31 +000017131Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17132
17133 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
17134 added ent5 test for this purpose.
17135 * parser.c, parser.h: formatting, comments and UTF-8 planning.
17136
Daniel Veillard27271681998-10-30 06:39:40 +000017137Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17138
17139 * parser.c: fixed? a strange error due to compression on a GWP
17140 document.
17141
Daniel Veillard25940b71998-10-29 05:51:30 +000017142Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17143
17144 * tree.[ch]: bug fixing
17145 * entities.[ch]: defined a specific type for predefined entities
17146 * doc/xml.html: more documentation on the library, how to use it,
17147 overview of the interfaces.
17148
Daniel Veillard16253641998-10-28 22:58:05 +000017149Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17150
17151 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
17152
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017153Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17154
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000017155 * tree.c: corrected a small bug
17156 * doc/xml.html: continuing writing documentation.
17157
17158Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17159
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017160 * debugXML.h debugXML.c: added debugging utilities.
17161 * tester.c: added --debug switch.
17162 * tree.c: patched an incorrect node->type assignment.
17163 * parser.c: formatting, ensure that node->doc != NULL in attributes
17164
Daniel Veillardccb09631998-10-27 06:21:04 +000017165Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17166
17167 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
17168 entity support and provide an internal representation close to
17169 DOM one (entity ref nodes, and attribute value as tree). I tried
17170 to preserve the interface but this will surely break some apps
17171 (I have to change rpm2html/rpmfind for example). I had to change
17172 two interfaces, and the generated tree is somewhat different.
17173 * doc/* : started documenting the XML library, the tree and
17174 DOM/Corba. This is a first step.
17175
Daniel Veillard11e00581998-10-24 18:27:49 +000017176Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17177
17178 * parser.c: Set up the fonctions comment block, boring but useful.
17179 * parser.h, SAX.c, parser.c: now attributes are processed through
17180 the SAX interface. The problem is that my SAX interface diverged
17181 quite a bit from the original one, well this is not an official
17182 spec, and translating it from Java to C is hairy anyway...
17183
Daniel Veillard97b58771998-10-20 06:14:16 +000017184Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17185
17186 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
17187 fonctions comment block, boring but useful.
17188
17189Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000017190
17191 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
17192 conversion routines. However they are not yet used to convert the
17193 inputs. The core will run with UTF-8.
17194
Daniel Veillard33942841998-10-18 19:12:41 +000017195Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17196
17197 * tree.c : make sure that the type id is properly set-up when
17198 a new object is allocated, needed for DOM.
17199
Daniel Veillard27fb0751998-10-17 06:47:46 +000017200Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17201
17202 * tree.h, tree.c: Ok, the main objects in the tree will be native
17203 corba objects, it costs 8 bytes per Node, Attribute and Document
17204 but it simplifies the Corba integration a lot (no extra interface
17205 objects to allocate/free).
17206
Daniel Veillard0bef1311998-10-14 02:36:47 +000017207Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17208
17209 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
17210 and changed NODEs contants for conformity with DOM Level 1
17211
Daniel Veillard27864701998-10-08 03:47:24 +000017212Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17213
17214 * added hooks to keep track of servants when creating objects
17215 xmlDoc and xmlNode (for Corba export).
17216
Daniel Veillarda6e1d121998-10-04 14:41:05 +000017217Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17218
17219 * added xml-config script.
17220
Daniel Veillard7066a791998-10-01 20:28:28 +000017221Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17222
17223 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
17224 to autoupdate libtool and automake conf files.
17225
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000172261998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
17227
17228 * Makefile.am: Use '?' to separate the sed
17229 commands as ',' is used when people pass -Wl,something.
17230
17231
Daniel Veillard15a8df41998-09-24 19:15:06 +000017232Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17233
17234 * tree.c, tree.h: added a per-document compression interface.
17235
Daniel Veillard151b1b01998-09-23 00:49:46 +000017236Tue Sep 22 20:47:38 EDT 1998
17237
17238 * tree.c, tree.h: added saving with compression and added interfaces
17239 to control the compression level (xmlGetCompressMode,
17240 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
17241
Daniel Veillard70120ff1998-09-22 00:24:21 +000017242Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17243
17244 * parser.c: corrected a loop for files of size 0
17245
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000172461998-08-20 Raja R Harinath <harinath@cs.umn.edu>
17247
17248 * error.h: New file. Contains prototyes from `error.c'.
17249
Tom Tromeyc19653d1998-08-14 01:22:43 +000017250Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
17251
17252 * Makefile.am (xmlincdir): New macro.
17253 (xmlinc_HEADERS): Renamed from include_HEADERS.
17254
Daniel Veillard845664d1998-08-13 04:43:19 +000017255Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17256
17257 * applied small patch on numeric entities from
17258 Christopher Blizzard <blizzard@appliedtheory.com>
17259
Daniel Veillard260a68f1998-08-13 03:39:55 +000017260Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17261
17262 * New release 0.2, removed the old xml_* files so that it's
17263 coherent with the other CVS base (W3C), far better conformance
17264 to standard, new namespaces, decent entities support, beginning
17265 of a SAX-like interface. Nearly nothing left intact, even the
17266 test examples ...
17267
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000172681998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
17269
17270 * .cvsignore: Add .deps dir
17271
Daniel Veillardf8015fa1998-07-26 21:31:38 +000017272Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17273
17274 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
17275
Daniel Veillardfe926001998-07-26 04:28:20 +000017276Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017277
Daniel Veillardfe926001998-07-26 04:28:20 +000017278 * configure.in: added test for CPP
17279 * AUTHORS, Changelog: the original ones didn't get commited but the
17280 glib ones instead, fixed.
17281 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000017282
Daniel Veillardfe926001998-07-26 04:28:20 +000017283Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017284
Daniel Veillardfe926001998-07-26 04:28:20 +000017285 * integrated code developped at W3C
17286 * changed the original Copyright
17287 * migrated to automake
17288 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000017289