blob: 6119ba5a06aebb42db5c47351286d77e19e90c18 [file] [log] [blame]
Daniel Veillardbf1e3d82003-08-14 23:57:26 +00001Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
4 Malcolm Tredinnick with the patch he suggested.
5
Daniel Veillarde8ed6202003-08-14 23:39:01 +00006Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
7
8 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9
Daniel Veillard608d0ac2003-08-14 22:44:25 +000010Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
11
12 * uri.c: fixing an use of strcpy() where both strings overlap
13 pointed out by valgrind.
14
Daniel Veillard98485322003-08-14 15:44:40 +000015Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
16
17 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
18 some compilation warnings.
19 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
20 plus some cleanup and better error reporting.
21
Daniel Veillardab1ae3a2003-08-14 12:19:54 +000022Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
23
24 * encoding.c: applied UTF-16 encoding handling patch provided by
25 Mark Itzcovitz
26 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
27 not having iconv support.
28
Daniel Veillard1638a472003-08-14 01:23:25 +000029Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
30
31 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
32 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
33 mingw compiler on Windows.
34
Daniel Veillardb19ba832003-08-14 00:33:46 +000035Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
36
37 * parser.c: fixed the serious CPU usage problem reported by
38 Grant Goodale
Daniel Veillardab1ae3a2003-08-14 12:19:54 +000039 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
Daniel Veillardb19ba832003-08-14 00:33:46 +000040 missing in htmlSAXParseDoc
41
William M. Brackccf9e392003-08-13 14:50:18 +000042Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
43
44 * doc/Makefile.am: Removed dependency from libxml2.def.src
45
William M. Brack476cd962003-08-13 11:09:42 +000046Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
47
48 * autogen.sh: took away the requirement for automake-1.4,
49 changed the messages for getting auto* tools to current
50 gnu pages.
51 * configure.in: added check for Linux Dec alpha requiring
52 -ieee flag, fixed test for ipv6
53 * trionan.c: fixed problem for compiling on Linux Dec alpha
54 using native compiler
55 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
56 whenever libxml2-api.xml is changed.
57
Daniel Veillard6b621b82003-08-11 15:03:34 +000058Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
59
60 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
61 is not used.
62
William M. Brack30909422003-08-10 00:14:20 +000063Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
64
65 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
66
Daniel Veillard83ee40d2003-08-09 22:24:09 +000067Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
68
69 * News configure.in: preparing libxml2-2.5.9 release
70 * doc/* : updated the doc and rebuilt
71
Daniel Veillard0ab6fa02003-08-09 18:01:53 +000072Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
73
74 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
75 definition to get a correct API XML description. This was apparently
76 breaking Windows build.
77
Daniel Veillard14f752c2003-08-09 11:44:50 +000078Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
79
80 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
81 the progressive HTML parser front-end on large character data
82 island leading to an erroneous end of data detection by the
83 parser. Some cleanup too to get closer from the XML progressive
84 parser.
85
William M. Brack6d13f332003-08-08 16:40:36 +000086Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
87
88 * win32/configure.js: Added in support for the ISO8859X
89 module (patch provided by Jesse Pelton)
90
Daniel Veillard70bcb0e2003-08-08 14:00:28 +000091Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
92
93 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
94 when the library is not initialized and one try to save, the
95 locks in threaded env might not been initialized, playing safe
96 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
97 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
98 his tests to the regression suite.
99
William M. Brack41e6bed2003-08-08 10:53:06 +0000100Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
101
102 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
103 (with apologies to Igor) - Enhanced handling of docb and
104 nanohttp.
105
William M. Brack16db7b62003-08-07 13:12:49 +0000106Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
107
108 * encoding.c: further small changes for warnings when
109 configured with --with-iconv=no
110
William M. Bracka71a8ef2003-08-06 04:43:55 +0000111Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
112
113 * error.c trionan.[ch] testThreads.c python/generator.py:
114 further small changes to elminate most of the remaining
115 warnings.
116
William M. Brackc1939562003-08-05 15:52:22 +0000117Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
118
119 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
120 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
121 python/libxml.c include/libxml/xmlmemory.h: small changes
122 to syntax to get rid of compiler warnings. No changes
123 to logic.
124
Daniel Veillardc758c222003-08-04 20:42:34 +0000125Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
126
127 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
128
Daniel Veillard20aa0fb2003-08-04 19:43:15 +0000129Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
130
131 * tree.c: fixed a small problem in the patch for #118763
132 * result/HTML/doc3.htm*: this reverts back to the previous result
133
Daniel Veillard91e69c52003-08-04 01:43:07 +0000134Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
135
136 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
137 and rebuilt, apparently some C++ wrappers are not available,
138 c.f. bug #118943
139
Daniel Veillard39057f42003-08-04 01:33:43 +0000140Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
141
142 * tree.c: fixing HTML attribute serialization bug #118763
143 applying a modified version of the patch from Bacek
144 * result/HTML/doc3.htm*: this modifies the output from one test
145
Daniel Veillard8d73bcb2003-08-04 01:06:15 +0000146Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
147
148 * tree.c include/libxml/tree.h: added a new API to split a
149 QName without generating any memory allocation
150 * valid.c: fixed another problem with namespaces on element
151 in mixed content case
152 * python/tests/reader2.py: updated the testcase with
153 Bjorn Reese fix to reader for unsignificant white space
154 * parser.c HTMLparser.c: cleanup.
155
Daniel Veillard5ee43b02003-08-04 00:58:46 +0000156Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
157
158 * catalog.c: trying to fix #118754 of possible recursion in the
159 catalogs. Not fantastically happy about the current fix since
160 it's likely to break under very thread intensive concurrent
161 access to the catalog. Better solution might to keep the depth
162 an extra argument to the resolution functions.
163
Daniel Veillard7b68df92003-08-03 22:58:54 +0000164Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
165
166 * valid.c: fixed bug #118712 about mixed content, and namespaced
167 element names.
168 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
169 in the regression tests
170
William M. Brack779af002003-08-01 15:55:39 +0000171Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
172
173 Coninuing work on bug 118559
174 * DOCBparser.c: removed 2 unsed vars
175 * xmlregexp.c: changed some numeric const to their enum symbols
176 * xmlreader.c: changed one var define from int to enum
177 (a little more to be done, awaiting co-ordination)
178 * relaxng.c: deleted one unused var
179 * xmllint.c: deleted some unused vars, changed one arg
180 val from int to enum
181 * testHTML.c, testDocbook.c: changed some arg vals to enum const
182 * xmlIO.c: fixed typo from last night (small warning msg)
183
William M. Brack78637da2003-07-31 14:47:38 +0000184Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
185
186 Working on bug 118559
187 * error.c: deleted unused variable
188 * parserInternals.c: deleted unneeded 'const' qualifier
189 * parser.c: changed variable type for enum temp storage
190 * xmlIO.c: changed debugging var to be inside #ifdef
191 * valid.c: removed unused variable
192 * HTMLparser.c: removed some unneeded 'const' qualifiers
193 * xpath.c: added some type casts, removed some unused vars
194 * xinclude.c: added one type cast
195 * nanohttp.c: repositioned some #ifdef to avoid unused var
196 * nanoftp.c: removed unused var
197
Daniel Veillard97e01882003-07-30 18:59:19 +0000198Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
199
200 * HTMLparser.c: applied a patch from William Brack about
201 the problem of parsing very large HTML instance with comments
202 as raised by Nick Kew
203
Daniel Veillardd6038e02003-07-30 16:37:18 +0000204Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
205
206 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
207 patch from Bjorn Reese for xmlTextReaderNodeType() and
208 significant whitespace. There is an enum for node type
209 values now.
210
Daniel Veillard01fc1a92003-07-30 15:12:01 +0000211Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
212
213 * encoding.c: applying patch from Peter Jacobi to added
214 ISO-8859-x encoding support when iconv is not available
215 * configure.in include/libxml/xmlversion.h.in
216 include/libxml/xmlwin32version.h.in: added the glue needed
217 at the configure level and made it the default for Windows
218
Daniel Veillardc2664642003-07-29 20:44:53 +0000219Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
220
221 * python/generator.py python/libxml.c python/libxml2class.txt:
222 patch from Joachim Bauch + cleanup for Relax NG error callbacks
223 in python
224
Daniel Veillarda6874ca2003-07-29 16:47:24 +0000225Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
226
227 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
228 cleanup patch, and also avoided a possible memory leak
229
Daniel Veillard9ff7de12003-07-29 13:30:42 +0000230Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
231
232 * encoding.c: fix the previous commit
233
William M. Brack4a557d92003-07-29 04:28:04 +0000234Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
235
236 * HTMLparser.c: fixed problem with comments reported by Nick Kew
237 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
238 some future cleanup of UTF8 handling
239
Daniel Veillard9deb2422003-07-28 20:40:59 +0000240Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
241
242 * xpath.c: applied a change suggested by Sean Griffin in bug
243 #118494 about a memory leak in EXSLT
244
Daniel Veillardd94849b2003-07-28 13:02:24 +0000245Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
246
247 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
248 when fixing the previous Relax-NG bugs
249 * result/relaxng/*: This slightly changes the output messages of
250 some regression tests.
251 * configure.in: added support of -with-fexceptions for nested C++
252 support.
253
MDT 2003 John Fleck63f3a472003-07-24 21:48:30 +0000254Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
255
256 * doc/tutorial/apa.html
257 * doc/tutorial/apb.html
258 * doc/tutorial/apc.html
259 * doc/tutorial/apd.html
260 * doc/tutorial/ape.html
261 * doc/tutorial/apf.html
262 * doc/tutorial/apg.html
263 * doc/tutorial/aph.html
264 * doc/tutorial/ar01s02.html
265 * doc/tutorial/ar01s03.html
266 * doc/tutorial/ar01s04.html
267 * doc/tutorial/ar01s05.html
268 * doc/tutorial/ar01s06.html
269 * doc/tutorial/ar01s07.html
270 * doc/tutorial/ar01s08.html
271 * doc/tutorial/index.html
272 * doc/tutorial/ix01.html
273 * doc/tutorial/xmltutorial.pdf
274 * doc/tutorial/xmltutorial.xml
275 update tutorial with XPath example
276
277
Daniel Veillard597bc482003-07-24 16:08:28 +0000278Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
279
280 * SAX.c parser.c: fixing a bug about a special case of namespace
281 handling, this closes bug #116841
282
Daniel Veillard2134ab12003-07-23 19:56:29 +0000283Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
284
285 * relaxng.c result/relaxng/*: checked and fixed the compilation
286 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
287 This slightly changes the output messages of some regression tests.
288
Daniel Veillardc127adc2003-07-23 15:07:08 +0000289Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
290
291 * xmlreader.c: fixed an out of bound error #118052 , the good
292 part if that base64 code was not in use yet ...
293
MDT 2003 John Fleck2ae05c72003-07-23 01:43:53 +0000294Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
295
296 * doc/xmllint.html
297 include html version of the xmllint man page, so an
298 up-to-date version is visible on the Web
299
Daniel Veillard8edf1c52003-07-22 20:52:14 +0000300Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
301
302 * xinclude.c include/libxml/xinclude.h: added a new API
303 xmlXIncludeProcessTree() to process XInclude only on a subtree
304 this should fix bug #115385
305
Daniel Veillard409a8142003-07-18 15:16:57 +0000306Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
307
308 * relaxng.c include/libxml/relaxng.h: adding Get interface for
309 the error callback and parameters of parsing and validation
310 contexts
311 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
312 on text nodes.
313
Daniel Veillard2dcb9372003-07-16 21:18:19 +0000314Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
315
316 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
317 when using the push XML parser.
318 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
319 added the test to the regression suite.
320
Daniel Veillard2009c4e2003-07-15 20:04:34 +0000321Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
322
323 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
324 as suggested by Rob Richards
325
Daniel Veillard34ba3872003-07-15 13:34:05 +0000326Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
327
328 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
329 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
330 to unsigned int and a couple of others.
331
332Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
333
334 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
335
Daniel Veillard3dc93a42003-07-10 14:04:33 +0000336Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
337
338 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
339
Daniel Veillarddf101d82003-07-08 14:03:36 +0000340Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
341
342 * globals.c threads.c: fixes some problem when freeing unititialized
343 mutexes
344
Daniel Veillard2db8c122003-07-08 12:16:59 +0000345Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
346
347 * nanoftp.c nanohttp.c: the modules should not import <config.h>
348 directly, some cleanups
349 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
350 validation code.
351
Daniel Veillard13d07cd2003-07-07 16:02:41 +0000352Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
353
354 * win32/configure.js: Jesse Pelton pointed out a problem in the
355 javascript code.
356
Daniel Veillard75eb1ad2003-07-07 14:42:44 +0000357Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
358
359 * NEWS doc/*: regenerated
360 * nanoftp.c nanohttp.c: might fix includes problems with the
361 Ipv6 support on solaris
362 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
363 defined as #IMPLIED
364
Daniel Veillard560c2a42003-07-06 21:13:49 +0000365Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
366
Daniel Veillard83ee40d2003-08-09 22:24:09 +0000367 * configure.in doc/*: preparing release 2.5.8
Daniel Veillard560c2a42003-07-06 21:13:49 +0000368 * nanohttp.c: changed some preprocessor block
369 * xmlschemastypes.c: applied patch from Charles Bozeman adding
370 hexBinary schema datatype and adding support for totalDigits and
371 fractionDigits facets.
372
Daniel Veillard7a985a12003-07-06 17:57:42 +0000373Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
374
375 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
376
Daniel Veillardffe4f5e2003-07-06 17:35:43 +0000377Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
378
379 * xinclude.c: fixed bug #116095 removing the error message when
380 reapplying XInclude to a document.
381
Daniel Veillard1997c3e2003-07-05 20:43:43 +0000382Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
383
384 * xmlIO.c: applied small changes to portability layer for
385 compilation on DJGPP Ms-DOS compiler.
386
Daniel Veillardd9d32ae2003-07-05 20:32:43 +0000387Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
388
389 * parser.c HTMLparser.c: use the character() SAX callback
390 if the cdataBlock ain't defined.
391 * xpath.c: fix bug #115349 allowing compilation when configured
392 with --without-xpath since the Schemas code needs NAN and co.
393
William M. Brack59002e72003-07-04 17:01:59 +0000394Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
395
396 Fixed problem with multi-threading, shown by the test program
397 testThreads. After fix, ran mutiple tests on various speed
398 machines (single and dual processor X86), which all seem okay.
399
400 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
401
402 * threads.c: added missing initialisation for condition variable
403 in xmlNewRMutex.
404
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000405Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
406
407 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
408 closing bug #114837
409
410 * configure.in: Added checks for IPv6 support and getaddrinfo().
411
412 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
413
414 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
415
416 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
417 field or sockaddr_in field, depending upon the availability of IPv6
418 support.
419 have_ipv6(): Added to check for run-time IPv6 support.
420 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
421 Modified to parse a URI with IPv6 address given in [].
422 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
423 resolution, if it is available on the system, as gethostbyname
424 does not return IPv6 addresses on some platforms.
425 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
426 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
427 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
428 we are dealing with.
429
430 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
431 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
432 a URI with IPv6 address given in [].
433 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
434 available on the system. Also IPv6 addresses will be resolved by
435 gethostbyname only if IPv6 run-time support is available.
436 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
437
Igor Zlatkovic72f92a82003-06-14 16:48:26 +0000438Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
439
440 * win32/configure.js include/win32config.h
441 include/libxml/xmlversion.h.in: Applied the patch for BCB
442 by Eric Zurcher.
443
Daniel Veillardd7cec922003-06-13 12:30:10 +0000444Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
445
446 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
447 due to #115104 and while fixing #115101 . HTML URLs must not
448 be version dependant.
449
Daniel Veillard8265a182003-06-13 10:05:56 +0000450Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
451
452 * entities.c: do not generate &quot; for " outside of attributes
453 * result//*: this changes the output of some tests
454
Daniel Veillard4e9b1bc2003-06-09 10:30:33 +0000455Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
456
457 * parser.c xmlIO.c: trying to fix #114277 about when file
458 remapping and escaping should really be attempted.
459
Daniel Veillarda37aab82003-06-09 09:10:36 +0000460Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
461
462 * doc/*: applied a patch from Gman for building docs
463 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
464 Gary Pennington to provide an allocator for xmlValidCtxt
465 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
466 #113580 about data not being passed immediately.
467
Daniel Veillarde1326112003-06-05 09:32:20 +0000468Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
469
470 * tree.c: applied a couple of patches from Mark Itzcovitz
471 to handle saving back "UTF-16" documents.
472
Daniel Veillarda84c0b32003-06-02 16:58:46 +0000473Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
474
475 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
476 some work done while in the Maldives (hence the timezone on the
477 laptop !)
478 * result/schemas/length3* test/schemas/deter0_*
479 test/schemas/group0_*: some tests added too
480
Daniel Veillard8caa9c22003-06-02 13:35:24 +0000481Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
482
483 * encoding.c: small fix
484 * xmlIO.c: fixed an error message
485
Daniel Veillard0e0f37a2003-05-20 12:22:41 +0000486Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
487
488 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
489 accepting an improper UTF8 sequence
490
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000491Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
492
493 * threads.c: applied the patch from Stéphane Bidoul for getting
494 rid of extra threads in a dynamic library.
Igor Zlatkovicfb7f0842003-05-17 11:31:20 +0000495 * win32/configure.js: threads default to 'native' now.
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000496
Daniel Veillard5f5b7bb2003-05-16 17:19:40 +0000497Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
498
499 * HTMLtree.c: fixing bug #112904: html output method escaped
500 plus sign character in URI attribute.
501
Daniel Veillard781ac8b2003-05-15 22:11:36 +0000502Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
503
504 * build_glob.py global.data globals.c parser.c
505 include/libxml/globals.h: patch from Stéphane Bidoul for setting
506 up threads global defaults.
507 * doc/libxml2-api.xml: this extends the API with new functions
508 * python/tests/Makefile.am python/tests/reader2.py
509 python/tests/thread2.py: integrated the associated testcase and
510 fixed the error string used in reader2
511
Daniel Veillard38b80a82003-05-14 18:59:00 +0000512Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
513
514 * configure.in libxml.spec.in python/Makefile.am: trying
515 to conciliate --with-python= requirements and RPM builds,
516 a PITA really...
517
Daniel Veillard104caa32003-05-13 22:54:05 +0000518Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
519
520 * HTMLparser.c: oops last commit introduced a memory leak.
521
Daniel Veillarde8b09e42003-05-13 22:14:13 +0000522Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
523
524 * xmllint.c doc/xmllint.xml: added --nonet option
525 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
526 xsltproc or xmllint
527 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
528 rebuilt
529 * HTMLparser.c: cleaned up the HTML parser context build when
530 using an URL
531
Daniel Veillardd437d322003-05-13 21:07:01 +0000532Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
533
534 * libxml.spec.in: added a comment about bug #112902
535
William M. Brack3dd57f72003-05-13 02:06:18 +0000536Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
537
538 * minor cleanup of configure '--help' display
539 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
540
Daniel Veillardd72c7e32003-05-12 21:55:03 +0000541Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
542
543 * tree.c: PI nodes in external subset were not freed :-\
544 fixes bug #112842
545
Daniel Veillard75bb3bb2003-05-12 15:25:56 +0000546Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
547
548 * xmllint.c: added --schema option to run WXS schema validation
549 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
550 tried to improve error reporting in the Schema code, some cleanup
551 too.
552
Daniel Veillard82bbbd42003-05-11 20:16:09 +0000553Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
554
555 * xmlschemas.c: fixed some problems in the handling of errors,
556 and attributes addressed by references.
557 * test/schemas/* result/schemas/*: dropped the verbosity level
558 and added a couple of new tests
559
Daniel Veillardadbb0e62003-05-10 20:02:45 +0000560Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
561
562 * relaxng.c: Stéphane Bidoul found an off by one addressing
563 error on the error handling.
564
Daniel Veillarda77cf712003-05-09 23:09:55 +0000565Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
566
567 * xmlschemastypes.c: trying to fix #112673
568
Daniel Veillardc3ca5ba2003-05-09 22:26:28 +0000569Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
570
571 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
572 warning, this fixed a bug and should close #111574
573
Daniel Veillard37fc84d2003-05-09 19:38:15 +0000574Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
575
576 * xmlschemas.c: fixing bug #104081 with xs:all with an element
577 holding minOccurs="0"
578 * test/schemas/all_* result/schemas/all_*: added some regression
579 tests for that bug
580 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
581 Garry Pennington to compile without schemas support.
582
Daniel Veillarda067e652003-05-01 08:03:46 +0000583Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
584
585 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
586
Daniel Veillard61c52202003-04-30 12:20:34 +0000587Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
588
589 * xml2-config.in: try to fix Red hat bug #89957, do not
590 output -L/usr/lib64
591 * xmlreader.c: fixed a typo in a comment
592
MDT 2003 John Fleck6d68f612003-04-29 13:33:21 +0000593Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
594
595 * doc/tutorial/aph.html, ix01.html
596 forgot to cvs add the new files. Thanks to Roland van Laar
597 for pointing this out
598
Daniel Veillardd4330462003-04-29 12:40:16 +0000599Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
600
601 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
602 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
603 to the XML/XSLT doc generation closing #111799
604 * doc/html/*: complete update of the HTML results
605
Igor Zlatkovica28d2362003-04-28 12:56:01 +0000606Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
607
608 * win32/defgen.xsl: fixed the conditional for unicode map,
609 removed hardcoded schema entries
610
611Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
612
613 * win32/defgen.xsl: new file, stylesheet for generating
614 win32/libxml2.def.src from doc/libxml2-api.xml
615 * win32/libxml2.def.src: is autogenerated from now on, changes
616 to this file will not appear here anymore
617
Daniel Veillard94bb2f12003-04-27 22:14:07 +0000618Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
619
620 * win32/configure.js python/setup.py.in: applied patch
621 from Stéphane Bidoul for the Python bindings on the new
622 release.
623
Igor Zlatkovic34656b42003-04-27 16:00:05 +0000624Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
625
626 * debugXML.c: included libxml/uri.h for xmlCanonicPath
627 declaration
628 * win32/configure.js: thread-enabled build is now default
629 * win32/libxml2.def.src: added more exports
630
Daniel Veillard1177ca42003-04-26 22:29:54 +0000631Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
632
633 * NEWS doc/*.xsl doc/*.html: updated the web site separated
634 developers from common pages, made the transition to XHTML1,
635 added validity checking to the makefile rules.
636
Daniel Veillard329456a2003-04-26 21:21:00 +0000637Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
638
639 * parser.c: fix for xmlIOParseDTD same as previous and reported
640 by Petr Pajas
641
Daniel Veillardc6abc3d2003-04-26 13:27:30 +0000642Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
643
644 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
645 closing #111638
646
Daniel Veillard2b32e6f2003-04-26 12:03:54 +0000647Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
648
649 * python/generator.py: fixed a problem in the generator where
650 the way functions are remapped as methods on classes was
651 not symetric and dependant on python internal hash order,
652 as reported by Stéphane Bidoul
653
MDT 2003 John Fleck8aff3b72003-04-26 03:54:07 +0000654Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
655
656 * doc/tutorial:
657 xmltutorial.xml
658 xmltutorial.pdf
659 *.html
660 add appendix on generating compiler flags, more indexing
661
Daniel Veillard1c960272003-04-25 23:12:22 +0000662Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
663
664 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
665 to get libxml-2.5.7 to compile on OpenVMS
666
Daniel Veillardc5573462003-04-25 16:43:49 +0000667Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
668
669 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
670
Daniel Veillardfd583412003-04-25 13:22:10 +0000671Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
672
673 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
674 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
675 man page based on xsltproc and a stylesheet PI in the XML.
676
Daniel Veillarddc07e182003-04-25 10:39:38 +0000677Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
678
679 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
680 character preventing rendering by the man command.
681
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000682Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
683
684 * NEWS configure.in: preparing release 2.5.7
685 * doc/*: updated and rebuilt the docs
686 * doc/apibuild.py: fixed the script
687
Daniel Veillardde0a0a52003-04-24 17:12:57 +0000688Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
689
690 * Makefile.am doc/apibuild.py: make sure the OOM code don't
691 get in the way of the builds
692 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
693
Daniel Veillarda76fe5c2003-04-24 16:06:47 +0000694Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
695
696 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
697 Memory test from Havoc Pennington #109368
698 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
699 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
700 include/libxml/parser.h: a lot of memory allocation cleanups
701 based on the results of the OOM testing
702 * check-relaxng-test-suite2.py: seems I forgot to commit the
703 script.
704
Daniel Veillard18f113d2003-04-23 15:18:26 +0000705Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
706
707 * xmlschemastypes.c: trivial fix for 109774 removing a warning
708
Daniel Veillard85095e22003-04-23 13:56:44 +0000709Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
710
711 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
712 more places where xmlCanonicPath() must be used to convert
713 filenames to URLs, trying to fix #111088
714
Daniel Veillard54396242003-04-23 07:36:50 +0000715Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
716
717 * python/libxml.c python/libxml.py: applied patch from
718 Brent M Hendricks adding binding for xmlCatalogAddLocal
719
Daniel Veillard45269b82003-04-22 13:21:57 +0000720Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
721
722 * HTMLparser.c: tried to fix #98879 again in a more solid
723 way.
724
Igor Zlatkovic94f48842003-04-22 12:00:37 +0000725Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
726
727 * win32/libxml2.def.src: added more exports from the relaxng and
728 xmlreader clan
729
Daniel Veillardf431eb82003-04-22 08:37:26 +0000730Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
731
732 * SAX.c test/valid/ns* test/result/ns*: applied the patch
733 provided by Brent Hendricks fixing #105992 and integrated the
734 examples in the testsuite.
735
Daniel Veillardc4f65ab2003-04-21 23:07:45 +0000736Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
737
738 * TODO: updated a bit
739 * configure.in: fixed the comment, threads now default to on
740 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
741
Daniel Veillarda880b122003-04-21 21:36:41 +0000742Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
743
744 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
745 xmlreader.c include/libxml/parser.h: a lot of performance work
746 especially the speed of streaming through the reader and push
747 interface. Some thread related optimizations. Nearly doubled the
748 speed of parsing through the reader.
749
MDT 2003 John Fleck83c8a5c2003-04-20 16:45:07 +0000750Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
751
752 * doc/xmllint.xml
753 * doc/xmllint.1
754 update man page to explain use of --stream
755
Daniel Veillard3c908dc2003-04-19 00:07:51 +0000756Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
757
758 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
759 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
760 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
761 include/libxml/globals.h include/libxml/xmlmemory.h: added
762 xmlMallocAtomic() to be used when allocating blocks which
763 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
764 to allow registering the full set of functions needed by
765 a garbage collecting allocator like libgc, ref #109944
766
Daniel Veillard84942712003-04-18 14:40:05 +0000767Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
768
769 * configure.in: switched to have thread support enabled by default,
770 didn't got troubles with ABI compatibility on Linux, hope it
771 won't break on strange OSes, if yes, report the system ID
772 * doc/libxml2-api.xml: just rebuilt the API
773
Daniel Veillard3e59fc52003-04-18 12:34:58 +0000774Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
775
776 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
777 added support for large file, tested with a 3+GB instance,
778 and some cleanup.
779 * catalog.c: added a TODO
780 * Makefile.am: added some "make tests" comments
781
Daniel Veillardac297932003-04-17 12:55:35 +0000782Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
783
784 * relaxng.c: some cleanups
785 * doc/xmlreader.html: extended the document to cover RelaxNG and
786 tree operations
787 * python/tests/Makefile.am python/tests/reader[46].py: added some
788 xmlReader example/regression tests
789 * result/relaxng/tutor*.err: updated the output of a number of tests
790
Daniel Veillard62163602003-04-17 09:36:38 +0000791Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
792
793 * relaxng.c: valgrind pointed out an uninitialized variable error.
794
Daniel Veillard33300b42003-04-17 09:09:19 +0000795Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
796
797 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
798 xmlreader.c: augnemting the APIs, cleanups.
799 * parser.c: cleanup bug #111005
800 * xmlIO.c: added some missing comments
801
Daniel Veillardce192eb2003-04-16 15:58:05 +0000802Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
803
804 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
805 trying to improve the subset compiled, and more testing.
806 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
807 documentation
808 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
809 * result/relaxng/*.err: fix some of the outputs
810
Daniel Veillardf4e55762003-04-15 23:32:22 +0000811Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
812
813 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
814 include/libxml/xmlreader.h: implemented streaming of
815 RelaxNG (when possible) on top of the xmlReader interface,
816 provided it as xmllint --stream --relaxng .rng .xml
817 This seems to mostly work.
818 * Makefile.am: updated to test RelaxNG streaming
819
Daniel Veillardc58f4ef2003-04-14 16:11:26 +0000820Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
821
822 * relaxng.c include/libxml/relaxng.h: integrated the regexp
823 based validity checking of fragments of the document for
824 which the RNG can be compiled to regexps. Works on all regression
825 tests, only fix needed is related to error messages.
826
Daniel Veillard52b48c72003-04-13 19:53:42 +0000827Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
828
829 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
830 include/libxml/xmlregexp.h: Starting work precompiling
831 parts of RelaxNG schemas. Not plugged onto validity checking
832 yet, just the regexp building part. Needed to extend some
833 of the automata and regexp APIs.
834
Daniel Veillardf6bad792003-04-11 19:38:54 +0000835Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
836
837 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
838 xmllint --stream and xmllint --stream --valid returns errors
839 code appropriately
840
Daniel Veillardc6cae7b2003-04-11 09:02:11 +0000841Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
842
843 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
844 and Next() operation to work on subtrees within the reader
845 framework.
846 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
847 * python/tests/reader5.py: added an example for those new
848 functions of the reader.
849
Daniel Veillard645c6902003-04-10 21:40:49 +0000850Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
851
852 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
853
Daniel Veillard9e077102003-04-10 13:36:54 +0000854Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
855
856 * xmlreader.c: fixing HasValue for namespace as raised by
857 Denys Duchier
858
Daniel Veillard02ea1412003-04-09 12:08:47 +0000859Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
860
861 * HTMLparser.c include/libxml/HTMLparser.h: exported
862 htmlCreateMemoryParserCtxt() it was static
863
Daniel Veillardd3b9cd82003-04-09 11:24:17 +0000864Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
865
866 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
867 update from Charles Bozeman for date and duration types
868 * test/schemas/date_0.* test/schemas/dur_0.*
869 result/schemas/date_0.* result/schemas/dur_0.*: updated too
870
Daniel Veillardc00cda82003-04-07 10:22:39 +0000871Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
872
873 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
874 fixing bug #107129, removing excessive allocation and calls
875 to *printf in the code to build QName strings.
876
Igor Zlatkovic69651182003-04-05 09:43:30 +0000877Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
878
879 * win32/libxml2.def.src: fixed conditional exports, reported by
880 Luke Murray.
881
Daniel Veillardadba5f12003-04-04 16:09:01 +0000882Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
883
884 * parser.c: fixed a possible problem with xmlRecoverMemory()
885
Daniel Veillarda48ed3d2003-04-03 15:28:28 +0000886Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
887
888 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
889 triostr.h: Bjorn sent an update for the TRIO portability layer.
890
Igor Zlatkovicd6c86502003-04-01 20:00:42 +0000891Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
892
893 * win32/libxml2.def.src: exported new functions
894
Daniel Veillardc2d4a932003-04-01 11:13:05 +0000895Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
896
897 * configure.in NEWS: preparing release 2.5.6
898 * doc/*: updated and rebuilt the docs
899
Daniel Veillarde5020412003-04-01 09:55:20 +0000900Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
901
902 * SAX.c: fixed an uninitialized memory access pointed by valgrind
903 on C14Ntests
904
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +0000905Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
906
907 * relaxng.c: one more fixup of error message reporting
908
Daniel Veillard5f1946a2003-03-31 16:38:16 +0000909Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
910
911 * relaxng.c: more work on bug #109225, and fixed an uninitialized
912 variable pointed out by valgrind
913
Daniel Veillarda507fbf2003-03-31 16:09:37 +0000914Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
915
916 * relaxng.c: try to work on bug #109225 and provide better
917 error reports.
918 * result/relaxng/* : this change the output of a number of tests
919 * xinclude.c: fixing the parsed entity redefinition problem
920 raised on the list.
921 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
922
Daniel Veillardb3721c22003-03-31 11:22:25 +0000923Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
924
925 * xmlschemastypes.c: fixed date comparison to handle the tzo
926 The only failures left are disagreements on Notations and
927 '+1' not being allowed for ulong, uint, ushort and ubyte.
928
Daniel Veillard455cc072003-03-31 10:13:23 +0000929Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
930
931 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
932 to the XML Schemas errata
933 http://www.w3.org/2001/05/xmlschema-errata#e2-12
934
Daniel Veillarde637c4a2003-03-30 21:10:09 +0000935Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
936
937 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
938 and facets support. Currently only schemas with binHex or
939 base64 don't compile. A few error left in the test suite:
940 found 1035 test instances: 919 success 23 failures
941 most are gdate or gdateyear failing check, and a few cases where
942 James clark tests results are strange.
943 * valid.c: allow to reuse the Notation checking routine without
944 having a validation context.
945 * SAX.c: removed a #if 0
946
Daniel Veillardb6c7f412003-03-29 16:41:55 +0000947Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
948
949 * xinclude.c: forgot to apply one check from #106931 patch
950 * xmlschemastypes.c: more work on XML Schemas datatypes
951
Daniel Veillardc4c21552003-03-29 10:53:38 +0000952Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
953
954 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
955 on cleaning up XML Schemas datatypes based on James Clark tests
956 test/xsdtest/xsdtest.xml
957
Daniel Veillard80b19092003-03-28 13:29:53 +0000958Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
959
960 * relaxng.c: implemented comparisons for Schemas values.
961 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
962 some bugs in duration handling, comparisons for durations
963 and decimals, removed all memory leaks pointed out by James
964 testsuite. Current status is now
965 found 238 test schemas: 197 success 41 failures
966 found 1035 test instances: 803 success 130 failures
967
Daniel Veillard91a13252003-03-27 23:44:43 +0000968Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
969
970 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
971 leaks in the W3C XML Schemas code
972 * xmlschemastypes.c: implemented nonPositiveInteger
973 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
974 fixed the test and result.
975
Daniel Veillard6560a422003-03-27 21:25:38 +0000976Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
977
978 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
979 parser and a typo
980 * xmlschemastypes.c: reindenting, fixing a memory access
981 problem with dates.
982
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000983Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
984
985 * parser.c: fixing #109227 providing more context in case of
986 start/end tag mismatch
987 * python/tests/ctxterror.py python/tests/readererr.py: update the
988 tests accordingly
989
Daniel Veillardd9b72832003-03-27 14:24:00 +0000990Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
991
992 * xinclude.c: should fix #109327 errors on memory accesses
993
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000994Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
995
996 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
997 is an URI reference
998
Daniel Veillarde209b332003-03-26 21:40:13 +0000999Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1000
1001 * xpath.c: fixed bug #109160 on non-ASCII IDs
1002
Daniel Veillard642104e2003-03-26 16:32:05 +00001003Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1004
1005 * parser.c: Norm suggested a nicer error message for xml:space values
1006 errors
1007
Daniel Veillarde4fa2932003-03-26 00:38:10 +00001008Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1009
1010 * xpath.c include/libxml/xpath.h: first part of the fix to
1011 performance bug #108905, adds xmlXPathOrderDocElems() providing
1012 document order for nodes.
1013 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
1014
Daniel Veillard09628212003-03-25 15:10:27 +00001015Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1016
1017 * xmlschemastypes.c: removing a warning with Sun compiler
1018 bug #109154
1019
MST 2003 John Fleckda271742003-03-25 14:05:17 +00001020Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
1021
1022 * doc/xmllint.xml
1023 * doc/xmllint.1
1024 update xmllint man page with --relaxng option
1025
Daniel Veillard2032d292003-03-25 11:09:40 +00001026Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1027
1028 * python/setup.py.in : was missing "drv_libxml2.py"
1029
Daniel Veillard9adc0462003-03-24 18:39:54 +00001030Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1031
1032 * tree.c xpath.c: some changes related to the new way of
1033 handling Result Value Tree, before 2.5.5
1034
Daniel Veillardd8da01c2003-03-24 15:58:23 +00001035Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1036
1037 * configure.in NEWS: preparing release 2.5.5
1038 * doc/* : updated the documentation and regenerated it.
1039
Daniel Veillardef0b4502003-03-24 13:57:34 +00001040Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1041
1042 * xpath.c: fixed some problems related to #75813 about handling
1043 of Result Value Trees
1044
Daniel Veillard9231ff92003-03-23 22:00:51 +00001045Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1046
1047 * uri.c: applied a set of patches from Lorenzo Viali correcting
1048 URI parsing errors.
1049
Daniel Veillard5f8d1a32003-03-23 21:02:00 +00001050Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1051
1052 * parser.c: validity status was not passed back when validating in
1053 entities, but raised by Oliver Fischer
1054
Daniel Veillard04ee2f22003-03-23 20:31:46 +00001055Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1056
1057 * HTMLtree.c: avoid escaping ',' in URIs
1058
Daniel Veillardef8dd7b2003-03-23 12:02:56 +00001059Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1060
1061 * parser.c: fixing bug #108976 get the ID/REFs to reference
1062 the ID in the document content and not in the entity copy
1063 * SAX.c include/libxml/parser.h: more checking of the ID/REF
1064 stuff, better solution for #107208
1065 * xmlregexp.c: removed a direct printf, dohhh
1066 * xmlreader.c: fixed a bug on streaming validation of empty
1067 elements in entities
1068 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
1069 cleanup of the validation tests
1070 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
1071 added more ID/IDREF tests to the suite
1072
Daniel Veillard2cfd9df2003-03-22 22:39:16 +00001073Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1074
1075 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
1076 compiler.
1077
Daniel Veillard20863822003-03-22 17:51:47 +00001078Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1079
1080 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
1081
Daniel Veillard9ff2d472003-03-22 15:18:01 +00001082Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1083
1084 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
1085 defined in entities content
1086
Daniel Veillard99737f52003-03-22 14:55:50 +00001087Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
1088
1089 * SAX.c: Fixed validation bug #108858 on namespace names using
1090 entities and reported by Brent Hendricks
1091 * xmllint.c: report xmlTextReaderHasValue() result in --stream
1092 --debug output.
1093
Daniel Veillard48ef4c92003-03-22 12:38:15 +00001094Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1095
1096 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
1097 about the DocType node not being reported sometimes.
1098 * python/tests/reader.py: added to test to the regression checks
1099
Daniel Veillard120e8eb2003-03-22 01:00:34 +00001100Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1101
1102 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
1103 reported by Edd Dumbill
1104
Daniel Veillard77a90a72003-03-22 00:04:05 +00001105Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1106
1107 * HTMLparser.c parser.c parserInternals.c: patch from
1108 johan@evenhuis.nl for #107937 fixing some line counting
1109 problems, and some other cleanups.
1110 * result/HTML/: this result in some line number changes
1111
Daniel Veillard580ced82003-03-21 21:22:48 +00001112Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1113
1114 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
1115 instead of libxml.spec
1116 * relaxng.c: fixed some of the error reporting excessive
1117 verbosity
1118 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
1119 xmlschemastypes.c: removed some warnings from gcc
1120 * doc/libxml2-api.xml: rebuilt
1121
Daniel Veillarde063f482003-03-21 16:53:17 +00001122Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1123
1124 * relaxng.c: another optimization, for choice this time
1125 * result/relaxng/spec1* result/relaxng/tutor12_1*
1126 result/relaxng/tutor3_7: cleanups.
1127
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +00001128Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1129
1130 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
1131 * test/relaxng/testsuite.xml: augmented the test suite
1132 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
1133 some schemas validation tests in the presence of foreign
1134 namespaces.
1135
Daniel Veillardbbb78b52003-03-21 01:24:45 +00001136Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1137
1138 * relaxng.c: added another interleave speedup.
1139
Daniel Veillardef2e4ec2003-03-20 16:23:26 +00001140Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1141
1142 * xmlschemastypes.c: added integer and fixed one of the
1143 IDREFS regression tests pbm
1144 * result/relaxng/docbook_0.err: updated
1145
Daniel Veillard249d7bb2003-03-19 21:02:29 +00001146Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1147
1148 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
1149 declared both in the DTD and in the Schemas <grin/>
1150 * relaxng.c: more debug, added a big optimization for <mixed>
1151 * test/relaxng/testsuite.xml: augmented the testsuite
1152 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
1153 DocBook example to the regression tests
1154
Daniel Veillard798024a2003-03-19 10:36:09 +00001155Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
1156
1157 * check-xsddata-test-suite.py: cosmetic change for output
1158 * relaxng.c: try to minimize calls to malloc/free for states.
1159
Daniel Veillarda1a9d042003-03-18 16:53:17 +00001160Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1161
1162 * tree.c: removed a warning
1163 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
1164 support
1165 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
1166 cleanup/improvements of the regression tests batch
1167 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
1168
Daniel Veillard28c52ab2003-03-18 11:39:17 +00001169Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1170
1171 * relaxng.c: fixed error msg cleanup deallocation
1172 * xmlschemastypes.c: added a function to handle lists of
1173 atomic types, added support for IDREFS
1174
Daniel Veillardc3da18a2003-03-18 00:31:04 +00001175Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
1176
1177 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
1178 and IDREF, usable from RelaxNG now
1179 * include/libxml/xmlschemastypes.h: need to add a new interface
1180 because the validation modifies the infoset
1181 * test/relaxng/testsuite.xml: extended the testsuite
1182
Daniel Veillard952379b2003-03-17 15:37:12 +00001183Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1184
1185 * relaxng.c: fixed the last core RelaxNG bug known #107083,
1186 shemas datatype ID/IDREF support still missing though.
1187 * xmlreader.c: fix a crashing bug with prefix raised by
1188 Merijn Broeren
1189 * test/relaxng/testsuite.xml: augmented the testsuite with
1190 complex inheritance tests
1191
Daniel Veillardfd573f12003-03-16 17:52:32 +00001192Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1193
1194 * relaxng.c: switched back to the previous Relax-NG code base,
1195 the derivation algorithm need severe constraining code to avoid
1196 combinatorial explosion. Fixed the problem with Sebastian Rahtz
1197 TEI based example and other bugs
1198 * result/relaxng/*err: updated the results
1199 * test/relaxng/testsuite.xml: started a new test suite
1200
Daniel Veillard1564e6e2003-03-15 21:30:25 +00001201Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
1202
1203 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
1204 that the original RelaxNG validation code was un-fixeable, it got
1205 rewritten to use the derivation algorithm from James Clark and
1206 redebugged it (nearly) from scratch:
1207 found 373 test schemas: 372 success 1 failures
1208 found 529 test instances: 529 success 0 failures
1209
Daniel Veillard39eb88b2003-03-11 11:21:28 +00001210Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1211
1212 * SAX.c parser.c: fix some recursion problems introduced in the
1213 last release.
1214 * relaxng.c: more debugging of the RNG validation engine, still
1215 problems though.
1216
Daniel Veillard5add8682003-03-10 13:13:58 +00001217Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1218
1219 * Makefile.am: stop generating wrong result file with * in name
1220 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
1221 * result/relaxng/demo* test/relaxng/demo: added the tests from
1222 Sebastian reproducing the problem.
1223
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001224Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
1225
Daniel Veillard5add8682003-03-10 13:13:58 +00001226 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
1227 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001228
Aleksey Sanin693c9bc2003-03-09 22:36:52 +00001229Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
1230
1231 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
1232 variable to control the indentation for the xmllint "--format"
1233 option
1234
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +00001235Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1236
1237 * encoding.c: applied Gennady's patch against buffer overrun
1238
Daniel Veillard42f12e92003-03-07 18:32:59 +00001239Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1240
1241 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
1242 Clark it appeared I had bug in URI parsing code ...
1243 * relaxng.c include/libxml/relaxng.h: completely revamped error
1244 reporting to not loose message from optional parts.
1245 * xmllint.c: added timing for RNG validation steps
1246 * result/relaxng/*: updated the result, all error messages changed
1247
Daniel Veillardedfd5882003-03-07 14:20:40 +00001248Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1249
1250 * xpath.c: fix bug #107804, the algorithm used for document order
1251 computation was failing on attributes.
1252
Daniel Veillard83391282003-03-06 21:37:30 +00001253Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1254
1255 * valid.c: fix bug #107764 , possibility of buffer overflow
1256 in xmlValidDebug()
1257
Daniel Veillard6c73cb82003-03-05 16:45:40 +00001258Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1259
1260 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
1261 from Philipp Dunkel
1262
Daniel Veillard5f704af2003-03-05 10:01:43 +00001263Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1264
1265 * xmlschemastype.c: made powten array static it should not be exported
1266 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
1267 parser function.
1268 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
1269
Daniel Veillard7b72ee52003-02-27 23:24:53 +00001270Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1271
1272 * tree.c: fixed a node dump crash on attributes
1273 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
1274 an URI test bug and get better output.
1275
Daniel Veillard463a5472003-02-27 21:30:32 +00001276Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1277
1278 * check-xsddata-test-suite.py: give more infos
1279 * relaxng.c: fix a bug reported by Sebastian Rahtz and
1280 REF->DEF in attribute values.
1281
Daniel Veillardeb7189f2003-02-27 20:11:13 +00001282Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1283
1284 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
1285 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
1286 regression tests from James Clark.
1287
Daniel Veillard8bc6cf92003-02-27 17:42:22 +00001288Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1289
1290 * relaxng.c xmlschemas.c xmlschemastypes.c
1291 include/libxml/xmlschemastypes.h: added param support for relaxng
1292 type checking, started to increment the pool of simple types
1293 registered, still much work to be done on simple types and
1294 facets checkings.
1295
Daniel Veillard19ab45b2003-02-26 15:49:03 +00001296Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1297
1298 * entities.c: fixes again one of the problem raised by
1299 James Clark in #106788
1300
Daniel Veillardc482e262003-02-26 14:48:48 +00001301Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1302
1303 * relaxng.c: Fixed a couple of problem raised by James Clark
1304 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
1305 datatype level still not fixed though.
1306
Daniel Veillard17bed982003-02-24 20:11:43 +00001307Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1308
1309 * configure.in: preparing release 2.5.4
1310 * doc/*: updated and rebuilt the docs
1311 * relaxng.c: removed warnings
1312 * result/relaxng/*: updated the results
1313
Daniel Veillardf4be0182003-02-24 19:54:33 +00001314Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1315
1316 * valid.c: fixes a DTD regexp generation problem.
1317
Daniel Veillard02111c12003-02-24 19:14:52 +00001318Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1319
1320 * parser.c: fixes bug #105998 about false detection of
1321 attribute consumption loop.
1322
Daniel Veillard2406abd2003-02-24 18:16:47 +00001323Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1324
1325 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
1326
Daniel Veillardfcc822e2003-02-24 17:52:08 +00001327Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1328
1329 * SAX.c: fixed bug #105992
1330
Daniel Veillard3ebc7d42003-02-24 17:17:58 +00001331Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
1332
1333 * tree.c: fixed xmlSetProp and al. when the node passed is not an
1334 element.
1335 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
1336 found 373 test schemas: 369 success 4 failures
1337 found 529 test instances: 525 success 4 failures
1338 * check-relaxng-test-suite.py: added memory debug reporting
1339
Daniel Veillardc64b8e92003-02-24 11:47:13 +00001340Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1341
1342 * uri.c parser.c: some warning removal on Igor's patch
1343 * tree.c: seems I messed up with #106788 fix
1344 * python/libxml.c: fixed some base problems when Python provides
1345 the resolver.
1346 * relaxng.c: fixed the interleave algorithm
1347 found 373 test schemas: 364 success 9 failures
1348 found 529 test instances: 525 success 4 failures
1349 the resulting failures are bug in the algorithm from 7.3 and
1350 lack of support for params
1351
Daniel Veillard0046c0f2003-02-23 13:52:30 +00001352Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1353
1354 * parser.c: another fix for nodeinfo in entities problem
1355 * tree.c entities.c: fixed bug #106788 from James Clark
1356 some spaces need to be serialized as character references.
1357
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +00001358Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1359
1360 * parser.c uri.c: fixed the bug I introduced in the path
1361 handling, reported by Sebastian Bergmann
1362
Daniel Veillard44e1dd02003-02-21 23:23:28 +00001363Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1364
1365 * parser.c: fixing some nodeinfo in entities problem raised
1366 by Glenn W. Bach
1367 * relaxng.c: implemented the first section 7.3 check
1368 * result/relaxng/*: updated the results
1369
Daniel Veillardc5312d72003-02-21 17:14:10 +00001370Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1371
1372 * relaxng.c: fixed some problems in the previous commit
1373 and finished implementing 4.16 rules checking
1374 found 373 test schemas: 353 success 20 failures
1375 found 529 test instances: 519 success 6 failures
1376 * result/relaxng/*: updated the results
1377
Daniel Veillard4c5cf702003-02-21 15:40:34 +00001378Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1379
1380 * relaxng.c: implemented checks from section 7.2
1381
Daniel Veillard77648bb2003-02-20 15:03:22 +00001382Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1383
1384 * relaxng.c: implemented the checks from section 7.1, fixed
1385 some of the 4.20 and 4.21 problems.
1386 found 373 test schemas: 338 success 35 failures
1387 found 529 test instances: 519 success 6 failures
1388 * result/relaxng/*: updated the results
1389
Daniel Veillard1c745ad2003-02-20 00:11:02 +00001390Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1391
1392 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
1393 * result/relaxng/*: updated the results
1394
Daniel Veillardce14fa52003-02-19 17:32:48 +00001395Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1396
1397 * relaxng.c: more bugfixes
1398 * result/relaxng/*: updated the results
1399
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +00001400Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1401
1402 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
1403 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
1404 * SAX.c: ensured xmlDoc.URL is always canonic
1405 * parser.c: obsoleted xmlNormalizeWindowsPath
1406 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
1407 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
1408 * win32/libxml2.def.src: added few exports
1409
1410
Daniel Veillard2e9b1652003-02-19 13:29:45 +00001411Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
1412
1413 * Makefile.am configure.in: patched to have shared libraries
1414 for Python regression tests and static binaries for gdb debug
1415 in my development environment
1416 * relaxng.c: more bugfixes
1417 found 373 test schemas: 296 success 77 failures
1418 found 529 test instances: 516 success 8 failures
1419 * result/relaxng/*: updated the results
1420
Daniel Veillard8fe98712003-02-19 00:19:14 +00001421Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1422
1423 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
1424
Daniel Veillardd4310742003-02-18 21:12:46 +00001425Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1426
1427 * xmlschemastypes.c: float/double check bugfix
1428 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
1429 validation
1430 * xmlreader.c: add a TODO for Jody
1431 * relaxng.c: bugfix bugfix bugfix
1432 found 373 test schemas: 300 success 73 failures
1433 found 529 test instances: 507 success 10 failures
1434 * result/relaxng/*: updated the results
1435
Daniel Veillard2df2de22003-02-17 23:34:33 +00001436Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1437
1438 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
1439
Daniel Veillard416589a2003-02-17 17:25:42 +00001440Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1441
1442 * relaxng.c check-relaxng-test-suite.py: more work on the
1443 RelaxNG implementation conformance testing.
1444 found 373 test schemas: 284 success 89 failures
1445 found 529 test instances: 448 success 47 failures
1446 * result/relaxng/*: updated the results
1447
Daniel Veillard784b9352003-02-16 15:50:27 +00001448Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1449
1450 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
1451 a patch from Kjartan Maraas to fix some typos
1452
Daniel Veillardfebcca42003-02-16 15:44:18 +00001453Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1454
1455 * relaxng.c: more bug-hunting
1456 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
1457 intermediate rng tree
1458 * python/generator.py: patch from Stephane Bidoul to fix the generator
1459 on python < 2.2
1460
Daniel Veillardd2298792003-02-14 16:54:11 +00001461Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1462
1463 * check-relaxng-test-suite.py relaxng.c: more testing on the
1464 Relax-NG front, cleaning up the regression tests failures
1465 current state and I forgot support for "mixed":
1466 found 373 test schemas: 280 success 93 failures
1467 found 529 test instances: 401 success 68 failures
1468 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
1469 moved the Name, NCName and QName validation routine in tree.c
1470 * uri.c: fixed handling of URI ending up with #, i.e. having
1471 an empty fragment ID.
1472 * result/relaxng/*: updated the results
1473
Daniel Veillard9a237c92003-02-13 15:52:58 +00001474Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1475
1476 * check-xinclude-test-suite.py: improved the script accordingly
1477 to the XInclude regression tests updates
1478 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
1479 November 2002
1480 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
1481 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
1482 augmented the Xpointer testsuite for the element() scheme
1483
Daniel Veillardf4b4f982003-02-13 11:02:08 +00001484Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1485
1486 * relaxng.c: added TODO for the DTD compatibility spec
1487 * xinclude.c: more bug fixes driven by the testsuite
1488
Daniel Veillardd581b7e2003-02-11 18:03:05 +00001489Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
1490
1491 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
1492 regression tests for XInclude, improved the script, improving
1493 XInclude error reporting mechanism
1494
Daniel Veillard1d788d22003-02-10 16:21:58 +00001495Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1496
1497 * NEWS doc/* configure.in: preparing release 2.5.3
1498
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +00001499Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1500
1501 * tree.c: trying to fix #104934 about some XHTML1 serialization
1502 issues.
1503
Daniel Veillard809faa52003-02-10 15:43:53 +00001504Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1505
1506 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
1507 encoding conversion when the input buffer stops in the
1508 middle of a multibyte char
1509
Daniel Veillard1703c5f2003-02-10 14:28:44 +00001510Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1511
1512 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
1513 * check-relaxng-test-suite.py: python script to run regression
1514 against OASIS RelaxNG testsuite
1515 * relaxng.c: some cleanup tweaks
1516 * HTMLparser.c globals.c: cleanups in comments
1517 * doc/libxml2-api.xml: updated the API
1518 * result/relaxng/*: errors moved files, so large diffs but
1519 no changes at the semantic level.
1520
Daniel Veillard6aa2f602003-02-10 00:01:56 +00001521Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1522
1523 * tree.c: fixing #105678 problem when dumping a namespace node.
1524
Daniel Veillard591b4be2003-02-09 23:33:36 +00001525Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1526
1527 * xpath.c: fixed doc comment problems
1528 * python/generator.py python/libxml_wrap.h python/types.c: adding
1529 RelaxNG wrappers
1530 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
1531 test of those early Python RelaxNG bindings
1532
1533Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +00001534
1535 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
1536 * relaxng.c: found the validation problem I had with interleave
1537 when not covering all remaining siblings
1538 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
1539 testsuite and check the RNG schemas against the RNG schemas
1540 given in appendix A
1541
Igor Zlatkovic6dacee62003-02-08 17:52:57 +00001542Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1543
1544 * win32/Makefile.msvc: updates for RelaxNG
1545 * win32/Makefile.mingw: updates for RelaxNG
1546 * win32/libxml2.def.src: added RelaxNG exports
1547
Daniel Veillard97fd5672003-02-07 13:01:54 +00001548Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1549
1550 * xinclude.c: applied another bug fix from Sean Chittenden
1551
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001552Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1553
1554 * configure.in xmllint.c: I f...ed up the default configuration
1555 of schemas and --relaxng option display in xmllint, pointed by
1556 Morus Walter.
1557 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
1558 detection module, fixes bug #105374.
1559
Daniel Veillardc5a70f22003-02-06 23:41:59 +00001560Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1561
1562 * xmlschemastypes.c: added the boolean base type.
1563
Daniel Veillard96a4b252003-02-06 08:22:32 +00001564Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1565
1566 * xmlschemastypes.c: started implementing some of the missing
1567 default simple types
1568 * result/relaxng/*: updated the results
1569
Daniel Veillard72fef162003-02-05 14:31:19 +00001570Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1571
1572 * NEWS doc/*: updated the docs, ready for 2.5.2 release
1573
Daniel Veillard71531f32003-02-05 13:19:53 +00001574Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1575
1576 * HTMLparser.c tree.c xmlIO.c: comments cleanups
1577 * Makefile.am: use xmllint for doing the RelaxNG tests
1578 * configure.in: preparing 2.5.2 made schemas support default to
1579 on instead of off
1580 * relaxng.c: removed the verbosity
1581 * xmllint.c: added --relaxng option
1582 * python/generator.py python/libxml_wrap.h: prepared the integration
1583 of the new RelaxNG module and schemas
1584 * result/relaxng/*: less verbose output
1585
Daniel Veillardec498e12003-02-05 11:01:50 +00001586Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
1587
1588 * valid.c: do not run content model validation if the
1589 content is not determinist
1590
Daniel Veillardde590ca2003-02-05 10:45:26 +00001591Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1592
1593 * SAX.c: added the redefinition of namespaced attribute
1594 check that was missing as Fabrice Desré pointed out.
1595
Daniel Veillard930dfb62003-02-05 10:17:38 +00001596Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1597
1598 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
1599 improvements from Nick Kew, allowing to do more checking
1600 to HTML elements and attributes.
1601
Daniel Veillard4287c572003-02-04 22:48:53 +00001602Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1603
1604 * xinclude.c: fixing bug #105137 about entities declaration
1605 needing to be copied to the including document.
1606
Daniel Veillard652d8a92003-02-04 19:28:49 +00001607Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1608
1609 * catalog.c: fixed bug #104817 with delegateURI
1610 * xpath.c: fixing bugs #104123 and #104125
1611
Daniel Veillard0e298ad2003-02-04 16:14:33 +00001612Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
1613
1614 * configure.in valid.c xmlreader.c python/libxml_wrap.h
1615 python/types.c: fixing #104096 to compile without regexps
1616
Daniel Veillard57e79b32003-02-04 15:33:12 +00001617Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1618
1619 * valid.c: fixing bug #103969 forgot to add an epsilon transition
1620 when building the automata for elem*
1621
Daniel Veillard358a9892003-02-04 15:22:32 +00001622Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1623
1624 * HTMLparser.c: applied patch from Arne de Bruijn fixing
1625 bug #103827
1626
Daniel Veillardeb137172003-02-04 15:18:06 +00001627Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1628
1629 * HTMLparser.c: updating a comment, fixing #103776
1630
Daniel Veillard8d589042003-02-04 15:07:21 +00001631Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1632
1633 * parser.c: fixing bug 105049 for validity checking of content
1634 within recursive entities.
1635
Daniel Veillarde5b110b2003-02-04 14:43:39 +00001636Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1637
1638 * HTMLparser.c: try to fix # 105049
1639 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
1640 * tree.c: updated a function comment
1641
Daniel Veillard419a7682003-02-03 23:22:49 +00001642Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1643
1644 * relaxng: more work on grammars and refs/defs
1645 * test/relaxng/* result/relaxng/*: augmented/updated the
1646 regression tests
1647
Daniel Veillard144fae12003-02-03 13:17:57 +00001648Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1649
1650 * relaxng: more work on name classes, except support
1651 * test/relaxng/* result/relaxng/*: augmented/updated the
1652 regression tests
1653
Daniel Veillard1ed7f362003-02-03 10:57:45 +00001654Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1655
1656 * relaxng: more work on name classes, the "validate all" schemas
1657 seems to work now.
1658 * test/relaxng/* result/relaxng/*: augmented/updated the
1659 regression tests
1660
Daniel Veillard3b2e4e12003-02-03 08:52:58 +00001661Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1662
1663 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
1664 * parser.c: put a guard against infinite document depth, basically
1665 trying to avoid another kind of DoS attack.
1666 * relaxng.c: some code w.r.t. nameClasses
1667
Daniel Veillardfc1a4502003-02-02 16:02:55 +00001668Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1669
1670 * test/relaxng/* result/relaxng/*: check all the namespace support
1671 was actually correct based on tutorial section 10.
1672
Daniel Veillarde2a5a082003-02-02 14:35:17 +00001673Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1674
1675 * relaxng: include seems to work okay now
1676 * test/relaxng/* result/relaxng/*: augmented/updated the
1677 regression tests
1678
Daniel Veillarda9d912d2003-02-01 17:43:10 +00001679Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1680
1681 * relaxng.c: a bit of work done in the train back.
1682 * test/relaxng/*: added one of the include tests
1683
Daniel Veillard154877e2003-01-30 12:17:05 +00001684Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1685
1686 * relaxng: more work done in the train
1687 * test/relaxng/* result/relaxng/*: augmented/updated the
1688 regression tests
1689
Daniel Veillarde431a272003-01-29 23:02:33 +00001690Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1691
1692 * relaxng.c: debugging of externalRef
1693 * test/relaxng/* result/relaxng/*: augmented/updated the
1694 regression tests
1695
Daniel Veillardd41f4f42003-01-29 21:07:52 +00001696Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1697
1698 * relaxng.c: more work on Relax-NG, implementing externalRef
1699 * test/relaxng/* result/relaxng/*: augmented/updated the
1700 regression tests
1701 * Makefile.am: cleanup to Relaxtests target
1702
Daniel Veillardb08c9812003-01-28 23:09:49 +00001703Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1704
1705 * relaxng.c: more work on Relax-NG, implementing interleave
1706 * test/relaxng/* result/relaxng/*: augmented/updated the
1707 regression tests
1708
Daniel Veillard76fc5ed2003-01-28 20:58:15 +00001709Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1710
1711 * relaxng.c: more work on Relax-NG, implementing interleave
1712 * test/relaxng/* result/relaxng/*: augmented/updated the
1713 regression tests
1714
MST 2003 John Fleckda81d192003-01-27 14:35:56 +00001715Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
1716
1717 * doc/tutorial/customfo.xsl
1718 * doc/tutorial/customhtml.xsl
1719 adding stylesheet customizations used to generate fo
1720 for pdf and html
1721
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001722Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1723
1724 * relaxng.c: more work on Relax-NG
1725 * test/relaxng/* result/relaxng/*: augmented/updated the
1726 regression tests
1727 * xmlschemastypes.c: added a number of base type definition but not
1728 the associated checks, those are still TODOs
1729
MST 2003 John Fleck731967e2003-01-27 00:39:50 +00001730Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
1731
1732 in docs/tutorial:
1733 * apa.html
1734 * apb.html
1735 * apc.html
1736 * apd.html
1737 * ape.html
1738 * apf.html
1739 * apg.html
1740 * ar01s02.html
1741 * ar01s03.html
1742 * ar01s04.html
1743 * ar01s05.html
1744 * ar01s06.html
1745 * ar01s07.html
1746 * ar01s08.html
1747 * index.html
1748 * xmltutorial.pdf
1749 * xmltutorial.xml
1750 add index to tutorial
1751
MST 2003 John Fleck937362d2003-01-27 00:04:32 +00001752Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
1753
1754 * doc/xmlcatalog.1
1755 * doc/xmlcatalog_man.html
1756 * doc/xmlcatalog_man.xml
1757 belatedly fixing bug #93622 (adds rewriteURI type to
1758 "--add" option in xmlcatalog man page
1759
Daniel Veillard3be27512003-01-26 19:49:04 +00001760Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1761
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001762 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +00001763 Julio Merino, closing #104475
1764
Daniel Veillardea3f3982003-01-26 19:45:18 +00001765Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1766
1767 * relaxng.c: more work on Relax-NG
1768 * test/relaxng/* result/relaxng/*: augmented/updated the
1769 regression tests
1770
Daniel Veillardedc91922003-01-26 00:52:04 +00001771Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1772
1773 * relaxng.c: more work on Relax-NG
1774 * test/relaxng/* result/relaxng/*: augmented/updated the
1775 regression tests
1776
Daniel Veillarddd1655c2003-01-25 18:01:32 +00001777Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1778
1779 * README: updated the policy on private mail answers
1780 * relaxng.c: more work on Relax-NG
1781 * test/relaxng/* result/relaxng/*: augmented/updated the
1782 regression tests
1783
Daniel Veillard7424eb62003-01-24 14:14:52 +00001784Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
1785
1786 * error.c parser.c tree.c: applied a documentation patch from
1787 Stefan Kost
1788
Daniel Veillard276be4a2003-01-24 01:03:34 +00001789Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1790
1791 * relaxng.c: more work on Relax-NG
1792 * doc/*: regenerated the docs
1793 * test/relaxng/* result/relaxng/*: updated and augmented the
1794 Relax-NG regression tests and results
1795
Daniel Veillard6eadf632003-01-23 18:29:16 +00001796Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1797
1798 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
1799 First commit of the new Relax-NG validation code, not generally
1800 useful yet.
1801 * test/relaxng/* result/relaxng/*: current state of the regression
1802 tests
1803
Daniel Veillard814a76d2003-01-23 18:24:20 +00001804Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1805
1806 * tree.c: minimized the memory allocated for GetContent
1807 and a bit of cleanup.
1808
Daniel Veillardff12c492003-01-23 16:42:55 +00001809Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1810
1811 * python/generator.py: seems there is no good reasons to
1812 not generate bindings for XPointer
1813
Daniel Veillard540a31a2003-01-21 11:21:07 +00001814Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1815
1816 * xmlreader.c doc/apibuild.py: applied a new patch from
1817 Stéphane Bidoul for cleanups
1818 * doc/libxml2-api.xml: rebuilt the API description with
1819 new entry points
1820
Daniel Veillard417be3a2003-01-20 21:26:34 +00001821Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1822
1823 * xmlreader.c python/drv_libxml2.py python/generator.py
1824 python/libxml.c python/libxml.py python/libxml_wrap.h
1825 python/types.c: patch from Stéphane Bidoul for better per
1826 context error message APIs
1827 * python/tests/ctxterror.py python/tests/readererr.py:
1828 update of the tests
1829
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00001830Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
1831
1832 * doc/guidelines.html
1833 grammar and spelling cleanup
1834
Daniel Veillard26f70262003-01-16 22:45:08 +00001835Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1836
1837 * xmlreader.c include/libxml/xmlreader.h python/generator.py
1838 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
1839 a patch from Stéphane Bidoul to allow per XMLtextReader error
1840 and warning handling
1841 * python/tests/Makefile.am python/tests/readererr.py: adding the
1842 specific regression test
1843
Daniel Veillard71f9d732003-01-14 16:07:16 +00001844Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1845
1846 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
1847 should raise a syntax error
1848
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001849Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1850
1851 * python/libxml.c: cleanup patch from Stéphane Bidoul
1852
Daniel Veillard81601f92003-01-14 13:42:37 +00001853Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1854
1855 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
1856
Daniel Veillarde6227e02003-01-14 11:42:39 +00001857Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1858
1859 * python/generator.py python/libxml.c python/libxml.py
1860 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001861 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00001862 Python level.
1863 * python/tests/Makefile.am python/tests/ctxterror.py: added a
1864 regression test for it.
1865
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00001866Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1867
1868 * xmlreader.c: fixed the streaming property of the reader,
1869 it was generating tree faster than consuming it. Pointed out
1870 by Nate Myers
1871 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
1872
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001873Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1874
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00001875 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001876
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00001877Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1878
1879 * xpath.c: fix to the XPath implementation for parent and
1880 ancestors axis when operating on a Result Value Tree.
1881 Fixes bug #100271
1882
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001883Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1884
1885 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1886 to fix some URI/file escaping problems
1887
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001888Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1889
1890 * python/generator.py: fixed a bug raised by Raymond Wiker,
1891 docSetRootElement() should not raise an exception if the
1892 return is None
1893
Daniel Veillard3e20a292003-01-10 13:14:40 +00001894Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1895
1896 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1897 fixed bug #102181 by applying the suggested change and fixing
1898 the generation/registration problem.
1899
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001900Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1901
1902 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1903 routines.
1904
Daniel Veillard8f872442003-01-09 23:19:02 +00001905Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1906
1907 * parser.c: one more IsEmptyElement crazyness, that time in
1908 external parsed entities if substitution is asked.
1909 * python/tests/reader3.py: added a specific test.
1910
Daniel Veillarde329fc22003-01-09 21:36:42 +00001911Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1912
1913 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1914 support and improved error handler registration
1915
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001916Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1917
1918 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1919 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1920 * README: fixed a link
1921
Daniel Veillarde2830f12003-01-08 17:47:49 +00001922Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1923
1924 * configure.in doc/* NEWS: preparing 2.5.1 release
1925 * SAX.c parser.c: fixing XmlTextReader bug
1926
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001927Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1928
1929 * SAX.c: fuck, I introduced a memory leak on external parsed
1930 entities in 2.5.0 :-(
1931
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001932Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1933
1934 * xmllint.c: another fix needed as pointed by Christophe Merlet
1935 for --stream --debug if compiled without debug support.
1936
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001937Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1938
1939 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001940 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001941 update man page with --stream and --chkregister
1942
Daniel Veillard8326e732003-01-07 00:19:07 +00001943Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1944
1945 * globals.c: fixed --with-threads compile
1946 * xmllint.c: fixed --without-debug compile
1947 * include/libxml/globals.h: cleanup
1948 * include/libxml/schemasInternals.h: add a missing include
1949
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001950Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1951
1952 * configure.in NEWS: preparing 2.5.0 release
1953 * SAX.c: only warn in pedantic mode about namespace name
1954 brokeness
1955 * globals.c: fix a doc generation problem
1956 * uri.c: fix #101520
1957 * doc/*: updated and rebuilt the doc for the release, includuding
1958 stylesheet update
1959 * python/Makefile.am: fix a filename bug
1960
1961Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1962
1963 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1964 should not be called.
1965
1966Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1967
1968 * libxml-2.0.pc.in: applied the patch to fix #101894
1969
1970Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1971
1972 * tree.c : applied patch from Lukas Schroeder for register callbacks
1973 * valid.c: modified patch from Lukas Schroeder to test
1974 register callbacks with --chkregister
1975
1976Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1977
1978 * xmlreader.c: seriously changed the way data are pushed to
1979 the underlying parser, go by block of 512 bytes instead of
1980 tryng to detect tag boundaries at that level. Changed the
1981 way empty element are detected and tagged.
1982 * python/tests/reader.py python/tests/reader2.py
1983 python/tests/reader3.py: small changes mostly due to context
1984 reporting being different and DTD node being reported. Some
1985 errors previously undetected are now caught and fixed.
1986 * doc/xmlreader.html: flagged last section as TODO
1987
1988Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1989
1990 * python/libxml.py: integrated the Python 2.2 optimizations
1991 from Hannu Krosing, while maintaining compatibility with
1992 1.5 and 2.1
1993
1994Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1995
1996 * xmllint.c: a bit of cleanup
1997 * xmlreader.c: small fix
1998 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1999 * python/libxml.py: a few fixes pointed out by Hannu Krosing
2000
2001Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
2002
2003 * python/setup.py.in: patch from Stéphane Bidoul to include
2004 drv_libxml2.py in setup.py
2005
2006Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
2007
2008 * doc/xmlreader.html: starting documenting the new XmlTextReader
2009 interface.
2010
2011Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
2012
2013 * xmllint.c: added the --stream flag to use the TextReader API
2014 * xmlreader.c: small performance tweak
2015
2016Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
2017
2018 * xmlreader.c python/tests/reader2py: okay the DTD validation
2019 code on top of the XMLTextParser API should be solid now.
2020
2021Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
2022
2023 * xmlreader.c python/tests/reader2py: Fixing some more mess
2024 with validation and recursive entities while using the
2025 reader interface, it's getting a bit messy...
2026
2027Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2028
2029 * xmlreader.c python/tests/reader.py: another couple of problem
2030 related to IsEmptyElement reported by Stéphane Bidoul needed
2031 some fixes.
2032
2033Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2034
2035 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
2036 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
2037 based on the python XmlTextReader interface.
2038
2039Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
2040
2041 * tree.c: backing out one change in the last patch which broke the
2042 regression tests
2043
2044Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
2045
2046 * global.data globals.c tree.c include/libxml/globals.h: applied
2047 an old patch from Lukas Schroeder to track node creation and
2048 destruction. Probably missing a lot of references at the moment
2049 and not usable reliably.
2050
2051Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2052
2053 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
2054 from doc/news.html and a stylesheet
2055
2056Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
2057
2058 * xmlreader.c python/tests/reader.py: fixed another couple of
2059 xmlreader bugs reported by Stéphane Bidoul and added tests.
2060
2061Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2062
2063 * xmlreader.c python/tests/reader2.py: fixed another validity
2064 checking in external parsed entities raised by Stéphane Bidoul
2065 and added a specific regression test.
2066 * python/tests/reader3.py: cleanup
2067
2068Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2069
2070 * xmlreader.c python/tests/reader2.py: fixed a problem with
2071 validation within entities pointed by Stéphane Bidoul, augmented
2072 the tests to catch those.
2073
2074Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2075
2076 * python/generator.py: modified the generator to allow keeping
2077 class references when creating new classes, needed to fix a bug
2078 pointed by Stéphane Bidoul where the input buffer of the
2079 xmlTextReader instance gets destroyed if the python wrapper for
2080 the input is not referenced anymore.
2081
2082Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2083
2084 * xmlreader.c python/tests/reader.py: fixed another pair of problem
2085 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
2086
2087Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2088
2089 * xmlreader.c python/tests/reader.py: fixed another problem
2090 pointed by Stéphane Bidoul
2091
2092Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2093
2094 * xmlreader.c python/tests/reader.py: fixed a limit case problem
2095 with "<a/>"
2096
2097Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2098
2099 * SAX.c: warn on xmlns:prefix="foo"
2100 * xmlreader.c python/tests/reader.py: fixed a couple of problem
2101 for namespace attributes handling.
2102
2103Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2104
2105 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
2106 a really nasty problem raised by a DocBook XSLT transform
2107 provided by Sebastian Bergmann
2108
2109Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
2110
2111 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
2112 by Stéphane Bidoul and integrated it into the tests
2113
2114Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2115
2116 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
2117 extended the XmlTextReader API a bit, addding accessors for
2118 the current doc and node, and an entity substitution mode for
2119 the parser.
2120 * python/libxml.py python/libxml2class.txt: related updates
2121 * python/tests/Makefile.am python/tests/reader.py
2122 python/tests/reader2.py python/tests/reader3.py: updated a bit
2123 the old tests and added a new one to test the entities handling
2124
2125Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2126
2127 * python/generator.py python/libxml2class.txt
2128 python/tests/reader.py python/tests/reader2.py: changed the
2129 generator to provide casing for the XmlTextReader similar to
2130 C# so that examples and documentation are more directly transposable.
2131 Fixed the couple of tests in the suite.
2132
2133Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2134
2135 * doc/guidelines.html: added a document on guildeline for
2136 publishing and deploying XML
2137
2138Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2139
2140 * valid.c xmlreader.c: final touch running DTD validation
2141 on the XmlTextReader
2142 * python/tests/Makefile.am python/tests/reader2.py: added a
2143 specific run based on the examples from test/valid/*.xml
2144
2145Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2146
2147 * python/libxml.py: added a few predefined xmlTextReader parser
2148 configuration values.
2149
2150Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2151
2152 * python/libxml_wrap.h: trying to fix #102037
2153
2154Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2155
2156 * SAX.c: fixing bug #95296, when the predefined entities
2157 are redefined in the DTD the default one must be used
2158 instead anyway.
2159
2160Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
2161
2162 * doc/xmllint.xml
2163 * doc/xmllint.1
2164 Add discussion of XML_DEBUG_CATALOG to xmllint man
2165 page - bug #100907
2166
2167
2168Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2169
2170 * xmlreader.c: Fixed the empty node detection to avoid reporting
2171 an inexistant close tag.
2172
2173Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2174
2175 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
2176 for Python 2.1
2177
2178Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2179
2180 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
2181
2182Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2183
2184 * doc/libxml2-api.xml python/tests/reader.py: one really need
2185 to provide the base URI information when creating a reader parser
2186 from an input stream. Updated the API and the example using it.
2187
2188Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2189
2190 * testReader.c xmlreader.c valid.c include/libxml/tree.h
2191 include/libxml/valid.h include/libxml/xmlreader.h: working on
2192 DTD validation on top of xml reader interfaces. Allows to
2193 validate arbitrary large instances. This required some extensions
2194 to the valid module interface and augmenting the size of xmlID
2195 and xmlRef structs a bit.
2196 * uri.c xmlregexp.c: simple cleanup.
2197
2198Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2199
2200 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
2201 work on the xml reader interfaces.
2202 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
2203 Web page for the Windows binaries.
2204
2205Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2206
2207 * xmlIO.c: applied a patch for VMS following the report by
2208 Nigel Hall
2209
2210Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2211
2212 * parser.c: the parseStartTag bug fix wasn't complete.
2213
2214Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2215
2216 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
2217 parseStartTag, fixing it.
2218 * test/att4 result/att4 result/noent/att4: adding the test
2219 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2220 more methods to XmlTextReader.
2221
2222Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2223
2224 * win32/libxml2.def.src: added more xml reader exports
2225 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
2226 to the build
2227
2228Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
2229
2230 * doc/tutorial/xmltutorial.xml
2231 plus generated html and pdf
2232 Updating tutorial again based on further comments from Niraj
2233 Tolia on the last iteration
2234
2235Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
2236
2237 * doc/tutorial/xmltutorial.xml
2238 * doc/tutorial/includekeyword.c
2239 * doc/tutorial/includegetattribute.c
2240 plus generated html and pdf
2241 Adding fix from Niraj Tolia to tutorial to properly free memory.
2242
2243
2244Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2245
2246 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2247 more methods of XmlTextReader.
2248 * python/libxml2class.txt python/tests/reader.py: this increased the
2249 methods in the bndings, augmented the test to check those new
2250 functions.
2251
2252Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2253
2254 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
2255 methods of XmlTextReader.
2256 * python/generator.py python/libxml_wrap.h python/types.c
2257 python/libxml2class.txt: added the reader to the Python bindings
2258 * python/tests/Makefile.am python/tests/reader.py: added a specific
2259 test for the Python bindings of the Reader APIs
2260 * parser.c: small cleanup.
2261
2262Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2263
2264 * xinclude.c: fallback was only copying the first child not the
2265 full child list of the fallback element, closes #89684 as reopened
2266 by Bernd Kuemmerlen
2267
2268Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2269
2270 * win32/libxml2.def.src: exported htmlNodeDumpOutput
2271
2272Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2273
2274 * configure.in: preparing release of 2.4.30
2275 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
2276 gives enum values, fix functype return type, put back fields in
2277 structs
2278 * doc/*: updated the docs rebuilt
2279
2280Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2281
2282 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
2283 about htmlNodeDumpOutput location.
2284 * xpath.c: removed an undefined function signature
2285 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
2286 too many symbols in the API breaking the python bindings.
2287 Updated with the libxslt/libexslt changes.
2288
2289Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2290
2291 * configure.in: preparing release of 2.4.29
2292 * doc/*: rebuilt the docs and API
2293 * xmlreader.c: a few more fixes for the XmlTextReader API
2294
2295Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2296
2297 * include/win32config.h: applied mingw patch from Magnus Henoch
2298
2299Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2300
2301 * catalog.c doc/libxml2-api.xml: a bit more cleanup
2302
2303Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2304
2305 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
2306 building Python script, does the C parsing directly, generates
2307 a better API description including structure fieds defs and
2308 enums. Still a couple of bugs, but good enough for the python
2309 wrappers now.
2310 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
2311 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
2312 include/libxml/schemasInternals.h include/libxml/tree.h: more
2313 cleanup based on the python analysis script reports.
2314 * libxml.spec.in: make sure the API XML description is part of the
2315 devel package.
2316
2317Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2318
2319 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
2320 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
2321 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
2322 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
2323 code cleanup, especially the function comments.
2324 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
2325
2326Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2327
2328 * Makefile.am xmlreader.c include/libxml/Makefile.am
2329 include/libxml/xmlreader.h: Adding a new set of APIs based on
2330 the C# TextXmlReader API but converted to C. Allow to parse
2331 in constant memory usage, far simpler to program and explain
2332 than the SAX like APIs, unfinished but working.
2333 * testReader.c: test program
2334
2335Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2336
2337 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
2338
2339Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2340
2341 * tree.c: Chip turner indicated that XHTML1 serialization
2342 rule for style actually break on both IE and Mozilla,
2343 try to avoid the rule if escaping ain't necessary
2344
2345Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2346
2347 * nanhttp.c: handle HTTP URL escaping, problem reported by
2348 Glen Nakamura and Stefano Zacchiroli
2349
2350Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2351
2352 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
2353
2354Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2355
2356 * uri.c: Johann Richard pointed out some XPointer problems for
2357 URN based URI references in XInclude. Modified the URI parsing
2358 and saving routines to allow correct parsing and saving of
2359 XPointers, especially when attached to "opaque" scheme accordingly
2360 to RFC 2396
2361
2362Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2363
2364 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
2365 of refactoring to the HTML saving code.
2366 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
2367 in the doc.
2368
2369Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2370
2371 * tree.c include/libxml/tree.h: refactored the XML dump of a node
2372 to a buffer API to reuse the generic dump to an OutputIO layer,
2373 this reduces code, fixes xmlNodeDump() for XHTML, also made
2374 xmlNodeDump() now return the number of byte written.
2375
2376Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
2377
2378 * python/setup.py.in: another patch from Stéphane Bidoul for
2379 Python bindings on Windows
2380 * doc/parsedecl.py: small cleanup
2381
2382Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2383
2384 * libxml.spec.in configure.in: add a line in %changelog for releases
2385
2386Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2387
2388 * parser.c: patch from Marcus Clarke fixing a problem in entities
2389 parsing that was detected in KDe documentations environment.
2390
2391Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2392
2393 * python/libxml.c (libxml_prev): Return the previous as opposed to
2394 the next node (I guess this is the result of some cut & paste programming:)
2395
2396Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2397
2398 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
2399
2400Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2401
2402 * python/generator.py python/libxml.c python/setup.py.in: trying
2403 to fix the Python bindings build on Windows (Stéphane Bidoul)
2404
2405Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2406
2407 * win32/configure.js: added option for python bindings
2408 * win32/libxml2.def.src: added more exports
2409
2410Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2411
2412 * win32/Makefile.mingw: fixed unresolved symbols when linking with
2413 pthreads
2414 * win32/wince/*: applied updates to Windows CE port from Javier
2415
2416Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2417
2418 * configure.in: preparing 2.4.28
2419 * libxml.spec.in doc/Makefile.am: some cleanup
2420 * doc/*: updated the news and regenerated.
2421
2422Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2423
2424 * HTMLparser.c: final touch at closing #87235 </p> end tags
2425 need to be generated.
2426 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
2427 this change slightly the output of a few tests
2428 * doc/*: regenerated
2429
2430Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2431
2432 * parserInternals.c: fixing bug #99190 when UTF8 document are
2433 parsed using the progressive parser and the end of the chunk
2434 is in the middle of an UTF8 multibyte character.
2435
2436Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2437
2438 * threads.c: fixed initialization problem in xmlNewGlobalState
2439 which was causing crash.
2440 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
2441 in xmlInitializeGlobalState.
2442 * parserInternals.c: cleaned up ctxt->sax initialisation.
2443
2444Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * tree.c include/libxml/tree.h: modified the existing APIs
2447 to handle XHTML1 serialization rules automatically, also add
2448 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
2449 libxslt serialization uses it when needed without changing
2450 the library API.
2451 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
2452 result/xhtml1: added a new test specifically for xhtml1 output
2453 and updated the result of one XHTML1 test
2454
2455Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
2456
2457 * xinclude.c parserInternals.c encoding.c: fixed #99082
2458 for xi:include encoding="..." support on text includes.
2459 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
2460 test/XInclude/ents/isolatin.txt : added a specific regression test
2461 * python/generator.py python/libxml2class.txt: fixed the generator
2462 the new set of comments generated for doc/libxml2-api.xml were
2463 breaking the python generation.
2464
2465Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2466
2467 * doc/Makefile.am: repair some problem if gtk-doc fail or such
2468 * configure.in: patch for Solaris on new autoconf closes #98880
2469 * doc/parsedecl.py: repair the frigging API building script,
2470 did I say that python xmllib sucks ?
2471 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
2472 and some comment are no more truncated.
2473
2474Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2475
2476 * parser.c: Martin Stoilov pointed out a potential leak in
2477 xmlCreateMemoryParserCtxt
2478
2479Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2480
2481 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
2482 included in HTML documents and using the push parser.
2483
2484Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2485
2486 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
2487 specified, look for the Python interpreter not just in the
2488 specified root but also in the specified location. Fixes #98825
2489
2490Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2491
2492 * python/libxml.c: fixing bug #98792 , node may have no doc
2493 and dereferencing without checking ain't good ...
2494
2495Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2496
2497 * configure.in: preparing release 2.4.27
2498 * doc/* : updated and rebuilt the docs
2499 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
2500 and all the docs are actually packaged and in the final RPMs
2501 * parser.c parserInternals.c include/libxml/parser.h: restore
2502 xmllint --recover feature.
2503
2504Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2505
Daniel Veillard784b9352003-02-16 15:50:27 +00002506 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002507 processing of parsed entities, and XPath computation on sustitued
2508 entities.
2509 * testXPath.c: make sure entities are substitued.
2510
2511Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2512
Daniel Veillard784b9352003-02-16 15:50:27 +00002513 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002514 processing of internal parsed entities, which had to be changed.
2515
2516Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2517
2518 * Makefile.am python/Makefile.am python/tests/Makefile.am:
2519 trying to fix bug #98517 about building outside the source tree
2520 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
2521
2522Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2523
2524 * include/win32config.h: cleanup
2525 * win32/Makefile.mingw: integrated mingw in JScript configure
2526 * win32/Makefile.msvc: modified to allow mingw coexistence
2527 * win32/configure.js: integrated mingw
2528 * win32/Readme.txt: cleanup
2529
2530Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2531
2532 * HTMLparser.c: strengthen the guard in the Pop macros,
2533 like in the XML parser, closes bug #97315
2534
2535Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2536
2537 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
2538 callback is never used.
2539
2540Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2541
2542 * parserInternals.c: fixed the initialization of the SAX structure
2543 which was breaking xsltproc
2544 * xpath.c: patch from Petr Pajas for CDATA nodes
2545 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
2546 * parser.c include/libxml/parser.h: patch from Peter Jones
2547 removing a leak in xmlSAXParseMemory() and adding the
2548 function xmlSAXParseMemoryWithData()
2549
2550Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
2551
2552 adding pdf of tutorial, changing web page to link to it
2553 * doc/tutorial/xmltutorial.pdf
2554 * doc/xml.html
2555 * doc/docs.html
2556
2557Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
2558
2559 * doc/tutorial/ar01s08.html
2560 adding file what I forgot for tutorial
2561
2562
2563Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
2564
2565 Adding encoding discussion to tutorial
2566 Added:
2567 * doc/tutorial/images/*.png: DocBook admonition image files
2568 * doc/tutorial/apf.html, apg.html: new generated html
2569 * doc/tutorial/includeconvert.c: conversion code entity file
2570 changed:
2571 * doc/tutorial/xmltutorial.xml: DocBook original
2572 * doc/tutorial/*.html: generated html
2573
2574Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2575
2576 * include/libxml/*.h: retired xmlwin32version.h
2577 * doc/Makefile.am: retired xmlwin32version.h
2578 * win32/configure.js: retired xmlwin32version.h
2579
2580Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2581
2582 * win32/libxml2.def.src: exported additional symbols
2583 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
2584 sisterhood
2585
2586Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2587
2588 * globals.c: fixed a typo pointed out by Igor
2589 * xpath.c: try to speed up node compare using line numbers
2590 if available.
2591
2592Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * tree.c: make xmlFreeNode() handle attributes correctly.
2595
2596Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2597
2598 * catalog.c: completed the #96963 fix, as reported by Karl
2599 Eichwalder
2600
2601Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2602
2603 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
2604
2605Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2606
2607 * Makefile.am: switched the order of a couple of includes
2608 to fix bugs #97100
2609
2610Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2611
2612 * catalog.c: fixed bug #96963, reverted to the old behaviour of
2613 xmlLoadCatalogs that used to separate directories with a ':'.
2614
2615Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2616
2617 * threads.c: improvements to the Windows-side of thread handling
2618 * testThreads.c: conditionally excluded unistd.h
2619 * testThradsWin32.c: broke overlong lines
2620 * include/win32config.h: adapted thread-related macros to the new
2621 scheme and for pthreads on Windows
2622 * win32/Makefile.msvc: introduced a more flexible thread build,
2623 added testThreads[Win32].c to the build
2624 * win32/configure.js: introduced a more flexible thread config
2625
26262002-10-31 John Fleck <jfleck@inkstain.net>
2627
2628 * doc/xml.html (and, by implication, FAQ.html)
2629 added UTF-8 conversaion FAQ from Marcus Labib Iskander
2630
2631Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2632
2633 * configure.in: removed xmlwin32version.h
2634 * include/libxml/Makefile.am: removed xmlwin32version.h
2635
2636Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2637
2638 * tree.c: applied patch from Brian Stafford to fix a bug
2639 in xmlReconciliateNs()
2640
2641Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2642
2643 * tree.c: applied patch from Christian Glahn to allow
2644 xmlNewChild() on document fragment nodes
2645
2646Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2647
2648 * parser.c: Christian Glahn found a problem with a recent
2649 patch to xmlParseBalancedChunkMemoryRecover()
2650 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
2651 problems
2652 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
2653 test/schemas/seq*: added the test cases from Charles
2654
2655Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2656
2657 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
2658 serious cleanup of the spec file and associated changes
2659 in the Makefiles.
2660 * valid.c: try to remove some warnings on x86_64
2661
2662Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2663
2664 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
2665 fix bug #96586
2666
2667Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2668
2669 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
2670 parsing, applied his patch
2671 * result/HTML/attrents.html result/HTML/attrents.html.err
2672 result/HTML/attrents.html.sax test/HTML/attrents.html:
2673 added the test and result case provided by Mikhail Sogrine
2674
2675Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * vms/build_libxml.com vms/config.vms vms/readme.vms
2678 include/libxml/parser.h include/libxml/parserInternals.h
2679 include/libxml/tree.h include/libxml/xmlIO.h
2680 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
2681 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
2682 Applied the VMS update patch from Craig A. Berry
2683 * doc/*.html: update
2684
2685Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2686
2687 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
2688
2689Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2690
2691 * debugXML.c: adding a grep command to --shell in xmllint
2692 for T.V. Raman
2693
2694Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2695
2696 * xmlcatalog.c: tried to fix some of the problem with --sgml
2697
2698Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
2699
2700 * parser.c: tried to fix bug #91500 where doc->children may
2701 be overriden by a call to xmlParseBalancedChunkMemory()
2702
2703Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2704
2705 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
2706 identifiers in SGML catalogs containing '&'
2707
2708Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2709
2710 * python/types.c: fixed bugs when passing result value tree
2711 to Python functions.
2712
2713Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2714
2715 * configure.in: preparing the release of 2.4.26
2716 * doc/*: updated and rebuilt the documentation
2717
2718Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2719
2720 * parser.c: fixed a XML Namespace compliance bug reported by
2721 Alexander Grimalovsky
2722
2723Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2724
2725 * HTMLtree.c: fixed serialization of script and style when
2726 they are not lowercase (i.e. added using the API to the tree).
2727
2728Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2729
2730 * valid.c: make xmlValidateDocument emit a warning msg if there
2731 is no DTD, pointed by Christian Glahn
2732
2733Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2734
2735 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
2736 content model when some of the blocks have min or max, and a couple
2737 of bugs found in the process.
2738 * result/schemas/list0* test/schemas/list0*: added some specific
2739 regression tests
2740
2741Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
2742
2743 * README: updated the contact informations
2744
2745Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2746
2747 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
2748 misses it, reported by Peter Bray.
2749
2750Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2751
2752 * tree.c: investigating xmlNodeGetContent() on namespace nodes
2753 and removed a few warnings
2754
2755Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
2756
2757 * parser.c: Christian Glahn found a small bug in the push parser.
2758 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
2759 public
2760
2761Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2762
2763 * xmlschemas.c include/libxml/xmlschemas.h: added
2764 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
2765 * testSchemas.c: added --memory to test the new interface
2766
2767Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2768
2769 * doc/index.py doc/search.php: integrated the XSLT indexing,
2770 a few fixed in the indexer, added a scope selection at the
2771 search level.
2772
2773Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2774
2775 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
2776 this was due to uninitialized parts of the validation context
2777
2778Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2779
2780 * debugXML.c: applied patch from Mark Vakoc except the API
2781 change, preserved it.
2782 * doc/*: updated the docs to point to the search engine for
2783 information lookup or before bug/help reports.
2784
2785Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2786
2787 * doc/index.py doc/search.php: added mailing-list archives
2788 indexing and lookup
2789
2790Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2791
2792 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
2793
2794Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2795
2796 * doc/index.py: improved HTML indexing
2797 * doc/search.php: make the queries also lookup the HTML based indexes
2798
2799Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2800
2801 * doc/index.py: added HTML page indexing
2802
2803Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2804
2805 * xmlIO.c: extended Windows path normalisation to fix the base
2806 problem in libxslt.
2807 * catalog.c: fixed list handling in XML_CATALOG_FILES
2808
2809Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2810
2811 * valid.c: typo/bug found by Christian Glahn
2812
2813Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2814
2815 * xmlIO.c: applied Windows CE patch from Javier.
2816 * win32/wince: new directory, contains support for the PocketPC
2817 with Windows CE from Javier.
2818 * include/win32config.h: reorganised, removed duplicate
2819 definitions and applied WinCE patch from Javier.
2820 * include/wsockcompat.h: new file, now contains WinSock
2821 compatibility macros.
2822 * win32/Makefile.msvc: introduced double-run compilation.
2823
2824Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2825
2826 * configure.in include/libxml/xmlwin32version.h: preparing release
2827 of 2.4.25
2828 * doc/*: updated and regenerated teh docs and web pages.
2829
2830Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2831
2832 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
2833 error were not covering namespace declarations.
2834 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
2835 it was missing the attribute declaration for the namespace
2836 * result/VC/NS3: the fix now report breakages in that test
2837
2838Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2839
2840 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
2841
2842Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2843
2844 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
2845 and regenerated the docs and web site
2846
2847Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2848
2849 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
2850 ATTRIBUTE_UNUSED is always put after the attribute declaration,
2851 not before
2852
2853Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2854
2855 * python/generator.py python/libxml2class.txt: fixed a stupid error
2856 breaking the python API
2857
2858Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2859
2860 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
2861 triostr.c triostr.h: applied a trio update patch from
2862 Bjorn Reese which should work with MinGW
2863
2864Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * tree.c: improving some documentation comments
2867 * xmlregexp.c: found and fixed a mem leak with python regression tests
2868 * doc/*: rebuilt the doc and the API XML file including the
2869 xmlregexp.h xmlautomata.h and xmlunicode.h headers
2870 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
2871 python/types.c: added access to the XML Schemas regexps from
2872 python
2873 * python/tests/Makefile.am python/tests/regexp.py: added a
2874 simple regexp bindings test
2875
2876Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
2877
2878 * doc/xml.html:
2879 fixing ftp links - thanks to Vitaly Ostanin
2880
2881Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2882
2883 * xmlregexp.c: fixed the data callback on transition functionality
2884 which was broken when using the compact form
2885 * result/schemas/*: updated the results, less verbose, all tests
2886 pass like before
2887 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2888 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2889 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2890 annoying warnings
2891 * xpath.c: try to provide better error report when possible
2892
2893Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2894
2895 * Makefile.am: fixed a breakage raised by Jacob
2896
2897Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2898
2899 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2900 which don't use sockets
2901
2902Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2903
2904 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2905 * win32/configure.js: applied zlib patch from Daniel Gehriger
2906
2907Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2908
2909 * win32/configure.js: applied the patch from Mark Vakoc for
2910 regexp support
2911 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2912 for regexp support
2913
2914Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2915
2916 * xmlschemastypes.c: as pointed by Igor Float and Double
2917 parsing ain't finished yet
2918
2919Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2920
2921 * Makefile.am configure.in: trying to fix #88412 by bypassing
2922 all the python subdir if python ain't detected
2923
2924Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2925
2926 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2927 made configuring with regexps/automata/unicode the default
2928 but without schemas ATM
2929 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2930 fixed the regexp based DTD validation performance and memory
2931 problem by switching to a compact form for determinist regexps
2932 and detecting the determinism property in the process. Seems
2933 as fast as the old DTD validation specific engine :-) despite
2934 the regexp built and compaction process.
2935
2936Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * valid.c: determinism is debugged, new DTD checking code now works
2939 but xmlFAComputesDeterminism takes far too much CPU and the whole
2940 set usues too much memory to be really usable as-is
2941
2942Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2943
2944 * tree.c: fixed another stupid bug in xmlGetNodePath()
2945 * xmllint.c: --version now report the options compiled in
2946
2947Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2948
2949 * HTMLparser.c: small cleanup
2950 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2951 when configured with them. A bit of debugging around the determinism
2952 checks is still needed
2953
2954Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2955
2956 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2957
2958Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2959
2960 * xmlIO.c: small portability glitch fixed.
2961
2962Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2963
2964 * xmlschemastypes.c: incomplete steps for real/double support
2965 * testAutomata.c include/libxml/xmlautomata.h
2966 include/libxml/xmlregexp.h: avoiding a compilation problem
2967 * valid.c include/libxml/valid.h: starting the work toward using
2968 the regexps for actual DTD validation
2969
2970Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2971
2972 * hash.c: cosmetic cleanup
2973 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2974 integrating a DTD validation layer based on the regexps
2975
2976Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2977
2978 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2979 the determinism was tested before eliminating the epsilon
2980 transitions :-(
2981
2982Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2983
2984 * python/generator.py python/libxml.c python/libxml.py
2985 python/libxml2-python-api.xml python/libxml2class.txt
2986 python/libxml_wrap.h python/types.c: updated the python
2987 bindings, added code for easier File I/O, and the ability to
2988 define a resolver from Python fixing bug #91635
2989 * python/tests/Makefile.am python/tests/inbuf.py
2990 python/tests/outbuf.py python/tests/pushSAXhtml.py
2991 python/tests/resolver.py python/tests/serialize.py: updated
2992 and augmented the set of Python tests.
2993
2994Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2995
2996 * win32/configure.js: added more readme info for the binary
2997 package.
2998
2999Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3000
3001 * xmlIO.c: fixed a stupid out of bound array error
3002
3003Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3004
3005 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
3006 messing around with support for Windows path, cleanups,
3007 trying to identify and fix the various code path to the
3008 filename access. Added xmlNormalizeWindowsPath()
3009
3010Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3011
3012 * error.c valid.c: working on better error reporting of validity
3013 errors, especially providing an accurate context.
3014 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
3015 error reports in those cases.
3016
3017Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3018
3019 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
3020 parser.c parserInternals.c xmlIO.c: get rid of all the
3021 perror() calls made in the library execution paths. This
3022 should fix both #92059 and #92385
3023
3024Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
3025
3026 * xmllint.c: memory leak reporting was broken after a change
3027 of the preprocessor symbol used to activate it.
3028
3029Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * tree.c: try to make the copy function work for node of
3032 type XML_DOCUMENT_FRAG_NODE, they are only created by the
3033 DOM layers though, not libxml2 itself.
3034
3035Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
3036
3037 * valid.c: try to provide file and line informations, not all
3038 messages are covered, but it's a (good) start
3039
3040Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * xinclude.c: reimplemented a large part of the XInclude
3043 processor, trying to minimize resources used, James Henstridge
3044 provided a huge test case which was exhibiting severe memory
3045 consumption problems.
3046
3047Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
3048
3049 * python/Makefile.am: applied patch from Christophe Merlet to
3050 reestablish DESTDIR
3051
3052Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
3053
3054 * libxml.spec.in: fixes libary path for x86_64 AMD
3055
3056Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
3057
3058 * doc/tutorial/includekeyword.c
3059 * doc/tutorial/xmltutorial.xml:
3060 (plus resulting generated html files)
3061 fixing one spot I missed in the tutorial where I hadn't freed
3062 memory properly
3063
3064Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
3065
3066 * doc/tutorial/includeaddattribute.c
3067 * doc/tutorial/includeaddkeyword.c
3068 * doc/tutorial/includegetattribute.c
3069 * doc/tutorial/includekeyword.c
3070 * doc/tutorial/xmltutorial.xml
3071 * doc/tutorial/*.html:
3072 update tutorial to properly free memory (thanks to Christopher
3073 R. Harris for pointing out that this needs to be done)
3074 * doc/tutorial/images/callouts/*.png:
3075 added image files so the callouts are graphical, making it
3076 easier to read ( use "--param callout.graphics 1" to generate
3077 html with graphical callouts)
3078
3079Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
3080
3081 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
3082 nice logos generated by Marc Liyanage
3083 * doc/site.xsl *.html: changed the stylesheet to show the new
3084 logo and regenerated the pages
3085
3086Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3087
3088 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
3089
3090Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3091
3092 * xpath.c: possible mem leak patch from Jason Adams
3093
3094Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3095
3096 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
3097 in the XQuery namespace
3098 * configure.in: preparing 2.4.24
3099 * doc/*.html: updated the web pages
3100
3101Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3102
3103 * python/generator.py: closing bug #85258 by generating conditional
3104 compile check to avoid linking to routines not configured in.
3105
31062002-08-22 Havoc Pennington <hp@pobox.com>
3107
3108 * autogen.sh: update error message for missing automake
3109
3110Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3111
3112 * python/Makefile.am: typo in target name resulted in libxml2.py
3113 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
3114
3115Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3116
3117 * win32/win32/Makefile.mingw: updated with version from
3118 Elizabeth Barham at http://soggytrousers.net/repository/
3119
3120Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3121
3122 * win32/Makefile.msvc: added the prefix location to the include
3123 and lib search path.
3124
31252002-08-18 Havoc Pennington <hp@pobox.com>
3126
3127 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
3128 both automake 1.6 and 1.4 installed get the right automake. Means
3129 compilation from CVS will now require the latest automake 1.4
3130 release, or manually creating symlinks called "automake-1.4" and
3131 "aclocal-1.4"
3132
3133Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3134
3135 * configure.in python/Makefile.am: more AMD 64 induced changes from
3136 Frederic Crozat
3137
3138Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3139
3140 * xinclude.c: oops I was missing the xml:base fixup too
3141 * result/XInclude/*.xml: this adds xml:base attributes to most
3142 results of the tests
3143
3144Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3145
3146 * xinclude.c: quick but apparently working implementation of
3147 xi:fallback, should close bug #89684
3148 * Makefile.am test/XInclude/docs/fallback.xml
3149 result/XInclude/fallback.xml: added a basic test for fallback,
3150 and run with --nowarning to avoid a spurious warning
3151 * configure.in: applied patch from Frederic Crozat for python
3152 bindings on AMD 64bits machines.
3153
3154Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3155
3156 * parser.c: xmlSAXUserParseMemory() really ought to fail if
3157 the caller don't pass a SAX callback block.
3158
3159Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3160
3161 * tree.c: applied the same fix for the XML-1.0 namespace to
3162 xmlSearchNsByHref() as was done for xmlSearchNs()
3163
3164Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3165
3166 * libxml.3: small cleanup of the man page
3167 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
3168 when serializing HREF attributes generated by XSLT.
3169
3170Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3171
3172 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
3173 version of Marc Liyanage' patch for boolean attributes in HTML
3174 output
3175
3176Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3177
3178 * python/tests/serialize.py: fixed the test results, indenting
3179 behaviour changed slightly
3180
3181Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3182
3183 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
3184 new c14n function to Windows def files
3185
3186Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
3187
3188 * c14n.c: fixed a memory leak in c14n code
3189
3190Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3191
3192 * parser.c include/libxml/parser.h: adding a new API for Christian
3193 Glahn: xmlParseBalancedChunkMemoryRecover
3194 * valid.c: patch from Rick Jones for some grammar cleanup in
3195 validation messages
3196 * result/VC/* result/valid/*: this slightly change some of the
3197 regression tests outputs
3198
3199Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3200
3201 * tree.c: trying to fix a problem in namespaced attribute handling
3202 raised by Christian Glahn
3203
3204Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3205
3206 * encoding.c include/libxml/encoding.h: Opening the interface
3207 xmlNewCharEncodingHandler as requested in #89415
3208 * python/generator.py python/setup.py.in: applied cleanup
3209 patches from Marc-Andre Lemburg
3210 * tree.c: fixing bug #89332 on a specific case of loosing
3211 the XML-1.0 namespace on xml:xxx attributes
3212
3213Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
3214
3215 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
3216 corner case from new Merlin's test suite and added a callback
3217 that will be used to improve xmlsec performance
3218
3219
3220Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3221
3222 * HTMLtree.c: trying to fix the <style> escaping problem in
3223 HTML serialization bug #89342
3224
3225Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3226
3227 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
3228 and rebuilt the web site.
3229
3230Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
3231
3232 * include/libxml/tree.h: added _private member to xmlNs struct
3233
3234Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3235
3236 * HTMLparser.c: fixing bug #84876 based on the xml working
3237 code.
3238
3239Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3240
3241 * python/Makefile.am: enhanced to fix bug 72012 (errors
3242 when using '-jX' make parameter)
3243
3244Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3245
3246 * xpath.c: small additional enhancement for booleans
3247 compared to nodesets
3248
3249Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3250
3251 * HTMLtree.c: changed the order of the encoding declaration
3252 attributes in the meta tags due to a bug in IE/Mac
3253
3254Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3255
3256 * xpath.c: enhanced handling of booleans (especially '='
3257 and '!=' for nodesets) - fixes bug 85256. Added new
3258 routine xmlXPathNotEqualValues for more proper handling
3259 of '!=' when nodesets are involved.
3260
3261Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3262
3263 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
3264 doc/xmlcatalog_man.xml to the source distribution
3265
3266Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3267
3268 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
3269 asked for this.
3270
3271Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3272
3273 * configure.in: preparing 2.4.23
3274 * doc/*: rebuilt the docs
3275
3276Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3277
3278 * parser.c: fixing bug #84169 by fixing the
3279 comment of xmlCreatePushParserCtxt to describe the
3280 encoding detection parameters better.
3281
3282Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3283
3284 * valid.c: fixing bug #79331 in one path the lookup for
3285 ID attributes on a namespaced node wasn't handled correctly :-\
3286
3287Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3288
3289 * HTMLparser.c: trying to fix 87235 about discarded white
3290 spaces in the HTML parser.
3291 * result/HTML/*: this changes the output of a number of HTML
3292 regression tests
3293
3294Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3295
3296 * xpath.c: applied patch from Richard Jinks for the namespace
3297 axis + fixed a memory error.
3298 * parser.c parserInternals.c: applied patches from Peter Jacobi
3299 removing ctxt->token for good.
3300 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
3301 popped out by the regression tests.
3302 * Makefile.am: patch for threads makefile from Gary Pennington
3303
3304Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3305
3306 * xpath.c: enhanced behaviour of position() after usage of
3307 expressions involving preceding-sibling (et al).
3308
3309Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3310
3311 * hash.c: applied a patch from Peter Jacobi to solve a problem
3312 when compiling with the Watcom C on Win32
3313 * result/schemas/*.err: the change of hashing algo generated
3314 permutations in the output
3315
3316Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3317
3318 * hash.c: applied patch from Sander Vesik improving the quality of
3319 the hash function.
3320
33212002-06-14 Aleksey Sanin <aleksey@aleksey.com>
3322
3323 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
3324 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
3325 xmllint.c xpath.c: replaced sprintf() with snprintf()
3326 to prevent possible buffer overflow (the bug was pointed
3327 out by Anju Premachandran)
3328
3329Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3330
3331 * parser.c: removed an uninitialized data error popped by valgrind
3332 on PE references
3333
3334Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
3335
3336 * doc/xml.html
3337 adding tutorial reference to the web page
3338
3339Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
3340
3341 * doc/tutorial/xmltutorial.xml
3342 * doc/tutorial/ar01s07.html
3343 * doc/tutorial/ape.html
3344 * doc/tutorial/includegetattribute.c
3345 adding section to tutorial about retrieving an attribute
3346 value
3347
3348Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3349
3350 * parser.c: applied a couple of patches from Peter Jacobi to start
3351 to get rid of ctxt->token, with a possible significant speed
3352 improvement to be gained once done. Better compliance with PE
3353 references constructs in DTDs too.
3354 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
3355 from Peter too
3356
3357Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3358
3359 * parser.c: Babak Vahedipour-Kunze reported that openTag in
3360 xmlParseElement was likely to have been deallocated at the
3361 time of the report, possibly leading to segfault. Just report
3362 the tag name now.
3363
3364Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3365
3366 * xpath.c: patch from Richard Jinks for XPath substring() function
3367 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
3368
33692002-06-06 Aleksey Sanin <aleksey@aleksey.com>
3370
3371 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
3372
3373Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
3374
3375 *doc/FAQ.html
3376 fixing typos in FAQ, thanks to Robert Funnell for the
3377 editing help
3378
3379Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3380
3381 * NEWS: got complaints from rpmlint that it was empty
3382
3383Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
3384
3385 * added doc/tutorial, including:
3386 apa.html
3387 apb.html
3388 apc.html
3389 apd.html
3390 ar01s02.html
3391 ar01s03.html
3392 ar01s04.html
3393 ar01s05.html
3394 ar01s06.html
3395 includeaddattribute.c
3396 includeaddkeyword.c
3397 includekeyword.c
3398 includestory.xml
3399 index.html
3400 xmltutorial.xml
3401 libxml tutorial, including generated html
3402
3403Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3404
3405 * result/c14n/exc-without-comments/merlin-c14n-two-*
3406 result/c14n/without-comments/merlin-c14n-two-*
3407 test/c14n/exc-without-comments/merlin-c14n-two-*
3408 test/c14n/without-comments/merlin-c14n-two-*
3409 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
3410 c14n/exc-c14n and slightly modified test script to handle
3411 these test cases
3412 * c14n.c: fixed bugs for complicated nodes set (namespace
3413 without node and others from merlin-c14n-two.tar.gz)
3414 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
3415 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
3416 for xmlsec performance patch
3417 * xpath.c: fixed self::node() for namespaces and attributes
3418
3419Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
3420
3421 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
3422 but with the format parameter
3423 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
3424
3425Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
3426
3427 * Makefile.am: updated c14n tests suite
3428 * c14n.c: performance improvement for previous c14n patch
3429
3430Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * parser.c: another peroformance patch from Peter Jacobi, that
3433 time on parsing attribute values.
3434
3435Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
3436
3437 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
3438 into LibXML2 test suite
3439
3440Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
3441
3442 * c14n.c: propagating xpath ancesstors node fix to c14n
3443 plus small performance improvement to reduce number of
3444 mallocs
3445 * xpath.c: fixed ancestors axis processing for namespace nodes
3446
3447Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3448
3449 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
3450 Peter Jacobi
3451
3452Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3453
3454 * configure.in: preparing 2.4.22
3455
3456Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3457
3458 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
3459 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
3460 a public entry point.
3461 * doc/*: rebuilt the API and docs
3462
3463Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3464
3465 * xpath.c: patch from Richard Jinks to fix a problem introduced
3466 in the previous patch and pointed by Norm
3467
3468Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3469
3470 * libxml.spec.in: fixing bug #81112
3471
3472Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3473
3474 * uri.c: fixing bug #82848
3475
3476Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3477
3478 * result/catalogs/mycatalog.full: Aleksey's commit changed the
3479 output of one catalog test
3480
3481Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3482
3483 * global.data globals.c tree.c include/libxml/globals.h
3484 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
3485 default value for global parameter xmlIndentTreeOutput to 1 and
3486 introduced new global parameter xmlTreeIndentString (the string
3487 used to do one-level indent) with default value " " (as it was
3488 in tree.c)
3489
3490Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3491
3492 * Makefile.am: Merijn Broeren pointed out a problem when compiling
3493 with trio and schemas.
3494
3495Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3496
3497 * xpath.c: patch from Richard Jinks to fix the problem raised in
3498 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
3499
3500Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3501
3502 * xmlschemas.c: a bit of work on import.
3503 * xmlschemastypes.c: Charles Bozeman provided a compare function
3504 for date/time types so min/max facet restrictions should work,
3505 indeterminate comparisons return an error instead of equal.
3506 * test/schemas/date_0* result/schemas/date_0_0: specific test
3507 from Charles Bozeman too
3508
3509Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3510
3511 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
3512 from Christian Cornelssen fixing the man pages and the Catalog
3513 building script.
3514 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
3515 next step is <xs:import> I now have a reasonable understanding
3516 of how it works.
3517
3518Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3519
3520 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
3521
3522Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3523
3524 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
3525
3526Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3527
3528 * xpath.c: fixing an XPath function evalutation bug pointed out
3529 by Alexey Efimov where the context was lost when evaluating
3530 the function arguments
3531
3532Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3533
3534 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
3535 function public for XMLSec performance optimizations
3536
3537Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3538
3539 * python/generator.py python/libxml2class.txt : fixed a problem
3540 with the HTML parser pointed by Gary Benson
3541 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
3542 example
3543
3544Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3545 * parser.c: fixed bug #81159 (memory growth in SAX)
3546
3547Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3548 * xpath.c: fixed bug #78858 (the real fix)
3549
3550Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3551 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
3552
3553Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * tree.c: modified xmlNodeSetBase to allow changing the
3556 base of a document.
3557
3558Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * xmlschemastypes.c: patch Charles Bozeman for validation of
3561 all the date, time, and duration types
3562 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
3563 * configure.in: fixed an error pointed by an user
3564 * xml2-config.in: fixed an error pointed by an user
3565
3566Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3567
3568 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
3569 win32/libxml2.def.src xmlIO.c: exported default
3570 'file:', 'http:' and 'ftp:' protocols input handlers
3571 and maked protocols comparisson case insensitive
3572
3573Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3574
3575 * configure.in: Neven Has detected a typo
3576
3577Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
3578
3579 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
3580 as one of the persons allowed to commit directly to the
3581 module.
3582
3583Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3584
3585 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
3586 * valid.c: raised a too low limit
3587 * doc/*: rebuilt the docs
3588
3589Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3590
3591 * test/XPath/expr/floats test/XPath/expr/functions
3592 result/XPath/expr/floats result/XPath/expr/functions
3593 xpath.c: another XPath conformance patch from Richard Jinks
3594
3595Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
3596
3597 * xmlschemas.c: fixed validation of attribute groups.
3598 * test/schemas result/schemas: added an example from the primer
3599
3600Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3601
3602 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
3603 * test/schemas result/schemas: updated the test list
3604
3605Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3606
3607 * TODO: updated a bit
3608 * parser.c: made a comment more specific
3609 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
3610 Schemas conformance.
3611 * test/schemas result/schemas: updated the test list
3612
3613Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3614
3615 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
3616 implementing xs:all with minOccurs = 0
3617 * tes/schemas/* result/schemas/*: added more tests covering
3618 xs:all
3619
3620Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3621
3622 * xmlregexp.c: first implementation of the all particle, this
3623 may need to be revisited for case where not all transitions
3624 must be crossed.
3625
3626Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3627
3628 * tree.c: another entity processing update from Markus Henke
3629
3630Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
3631
3632 * trionan.c: fixed crash on OSF/1
3633
3634Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3635
3636 * xmlschemas.c: more Schemas work
3637 * test/schemas/* result/schemas/*: added more tests coming
3638 from the spec.
3639
3640Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3641
3642 * c14n.c: patch from Aleksey Sanin reflecting a change in the
3643 ExcC14N specification
3644
3645Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3646
3647 * tree.c: patch from Markus Henke, fix for recursive entities.
3648
3649Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3650
3651 * xpath.c: fix a problem with string() on a document node.
3652
3653Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3654
3655 * Makefile.am xmlschemas.c: more Schemas work
3656 * test/schemas/* result/schemas/*: added more tests coming
3657 from the spec.
3658
3659Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3660
3661 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
3662 * result/HTML/*: this changes a few things in the results
3663
3664Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3665
3666 * include/libxml/tree.h: eliminated 'declaration different than
3667 prototype' warning
3668 * include/win32config.h: "resolved" conflicts with errno.h
3669
3670Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3671
3672 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
3673 on the automata interfaces and debug of counted choices
3674 * test/schemas/* result/schemas/*: added a number of tests
3675
3676Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3677
3678 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
3679 a bit of work on Schemas
3680 * testSchemas.c: try to make it more useful
3681 * test/schemas/* result/schemas/* Makefile.am: changed the
3682 Schemas regression test procedure, started adding a few samples
3683
3684Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3685
3686 * include/libxml/encoding.h: Patch for the Borland C++ builder
3687 * include/libxml/tree.h: Patch for the Borland C++ builder
3688 * threads.c: Patch for the Borland C++ builder
3689 * win32/bcb5: New directory for the Borland C++ builder
3690 project files
3691
3692Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3693
3694 * win32/Makefile.msvc: Update for XML Schema support
3695 * win32/configure.js: Update for XML Schema support
3696 * win32/libxml2.def.src: Update for XML Schema support
3697
3698Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3699
3700 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
3701 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
3702 xmlunicode.c include/libxml/Makefile.am
3703 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
3704 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
3705 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
3706 include/libxml/xmlversion.h.in : merged the current state of
3707 XML Schemas implementation, it is not configured in by default,
3708 a specific --schemas configure option has been added.
3709 * test/automata test/regexp test/schemas Makefile.am
3710 result/automata result/regexp result/schemas:
3711 merged automata/regexp/schemas regression tests
3712
3713Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
3714
3715 * xpath.c: Gary found a compile time problem, fixes #78823
3716
3717Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3718
3719 * configure.in: release of 2.4.20
3720 * doc/*: updated and rebuilt the docs
3721
3722Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3723
3724 * python/Makefile.am: patch from Cristian Gafton to build on
3725 Red Hat 6.2, should also fix #75779
3726
3727Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3728
3729 * valid.c: first part of fixing #78729
3730
3731Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
3732
3733 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
3734 escaping of URI when saving HTML files.
3735 * result/HTML/*: this impacted some tests
3736
3737Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
3738
3739 * configure.in: trying to fix #77441
3740
3741Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3742
3743 * include/libxml/xmlIO.h: Hallski complained it could not be
3744 included by itself.
3745
3746Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3747
3748 * configure.in: applied an IEEE flag patch for OSF/1 #77825
3749
3750Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3751
3752 * win32/configure.js: patch from Nilo for the c14n option
3753 * win32/Makefile.msvc: fixed libxml2.def generation with threads
3754
3755Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3756
3757 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
3758 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
3759 LIBXML_THREAD_ENABLED
3760
3761Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3762
3763 * xpath.c: another patch from Richard Jinks for substring conformance
3764 * test/XPath/expr/floats test/XPath/expr/strings
3765 result/XPath/expr/floats result/XPath/expr/strings: update of the
3766 test suite to check those.
3767
3768Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3769
3770 * xpath.c: patch from Richard Jinks for .x float parsing.
3771
3772Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3773
3774 * parser.c: patch from Markus Henke when an encoding ain't recognized
3775
3776Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3777
3778 * libxml.m4: got a report that #include <string.h> was needed
3779
3780Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3781
3782 * xmllint.c: applied a fix from Anthony Jones for -o /--output
3783
3784Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
3785
3786 * doc/example.html: fixing typo
3787
3788Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3789
3790 * xpath.c: fixed a bug in the nodeset to boolean comparison code
3791 pointed out by Melvyn Sopacua.
3792
3793Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3794
3795 * libxml.m4: Frédéric Crozat gave a patch related to the change
3796 of Include paths breaking the libxml.m4
3797
3798Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3799
3800 * xpath.c: Fix bug #76927 forgot to save some context
3801 when evaluating binary expressions
3802
3803Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3804
3805 * configure.in: fixed configure for MPE/iX from Markus Henke
3806 * xmlmemory.c: fixed initialization problems
3807 * xpath.c: another set of patches from Richard Jinks this
3808 fixes "make XPathtests" on linux
3809
3810Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3811
3812 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
3813 * test/XPath/expr/compare test/XPath/expr/equality
3814 test/XPath/expr/floats test/XPath/expr/functions
3815 test/XPath/expr/strings result/XPath/expr/compare
3816 result/XPath/expr/equality result/XPath/expr/floats
3817 result/XPath/expr/functions result/XPath/expr/strings: Updated
3818 tests though they show a divergence on Linux
3819
3820Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3821
3822 * xpath.c trionan.c: previous commit also included patches
3823 from Richard Jinks on some IEEE support corner case
3824
3825Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3826
3827 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
3828 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
3829 that $(datadir) should be used for docs
3830
3831Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3832
3833 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
3834 could leak filedescriptors
3835
3836Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3837
3838 * configure.in nanohttp.c: applied patch from Allan Clark for
3839 UnixWare/OpenServer
3840
3841Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3842
3843 * configure.in: preparing 2.4.19
3844 * doc/*: rebuilt the docs
3845
3846Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3847
3848 * nanohttp.c: fixing #76043, got fed up with non-portability
3849 of that piece of code.
3850
3851Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3852
3853 * valid.c SAX.c: Never commit without running "make tests" :-(
3854 fix a couple of stupidities in the previous commit
3855 * result/*: a few changes in some attribute order result of previous
3856 commit.
3857
3858Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3859
3860 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
3861 the internal subset should not raise duplicate ID errors,
3862 also there was a small bug in conjunction to namespace
3863 declarations defaulted and xml:xxx attributes DTD definitions.
3864
3865Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3866
3867 * xpath.c: Richard Jinks also raised some rounding problems
3868 this tries to fix them
3869
3870Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3871
3872 * xpath.c: Richard Jinks spotted an incoherent memory allocation
3873 behaviour in xmlXPathCastToString()
3874
3875Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3876
3877 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
3878 raised by Morus Walter
3879
3880Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3881
3882 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3883 from Igor
3884
3885Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3886
3887 * xpath.c: fixing #75619, related to a problem when trying
3888 to evaluate condition when the current node set resulting
3889 from that sub-step evaluation is empty. Also fixes 2 potential
3890 problem with previous-sibling and next-siblings axis.
3891
3892Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3893
3894 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3895 HTML support is not configured in.
3896
3897Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3898
3899 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3900 include/libxml/tree.h: dohh I really didn't intended to commit
3901 this test version :-(
3902
3903Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3904
3905 * testSAX.c: I wanted to see the real speed at the SAX interface
3906 after a little too many Ximianer started complaining about the
3907 parser speed.
3908 added a --quiet option:
3909 paphio:~/XML -> ls -l db100000.xml
3910 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3911 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3912 3200006 callbacks generated
3913 real 0m1.270s
3914 Which means 16MBytes/s and 3Mcallback/s
3915
3916Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3917
3918 * xpath.c: valgrind spotted another error that time when running
3919 on libxslt regression tests
3920
3921Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3922
3923 * Makefile.am: adding "make valgrind" running the full regression
3924 tests (except python ones) under Valgrind (using valgrind -q
3925 which was kindly added by the author).
3926 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3927 passes cleanly now except an obcure floating point initialization
3928 raised in log10() in one XPath regression test ???
3929 * tree.c: edited some comments to close #75244
3930
3931Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3932
3933 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3934 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3935 context of ScrollKeeper, made sure that if the number is
3936 an integer, the serialization follows the description at
3937 http://www.w3.org/TR/xpath#section-String-Functions
3938
3939Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3940
3941 * configure.in: preparing 2.4.18
3942 * doc/*: updated and rebuilt the web site
3943 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3944 the Windows and Cygwin maintainers.
3945 * parser.c: humm, changed the way the SAX parser work when
3946 xmlSubstituteEntitiesDefault(1) is set, it will then
3947 do the entity registration and loading by itself in case the
3948 user provided SAX getEntity() returns NULL.
3949 * testSAX.c: added --noent to test the behaviour.
3950
3951Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3952
3953 * parser.c: Wilfried Teiken provided a hackish but working
3954 way to get context reported back on entities when parsing
3955 with SAX and without breaking the DOM build.
3956
3957Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3958
3959 * c14n.c: applied a new patch from Aleksey Sanin
3960 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3961 to reference Aleksey implementation of XML digital Signatures
3962
3963Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3964
3965 * xpath.c: small fix to avoid potential problem due to
3966 ordering of freeing data
3967 * python/Makefile.am: people were complaining about
3968 the generated file in python dir not being built
3969
3970Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3971
3972 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3973 python/generator.py python/libxml.c python/types.c: Cleanup
3974 of the python Makefiles based on Jacob and James feedback,
3975 fixed the spec file accordingly, fixed the number of warning
3976 that passing my pedantic CFLAGS was generating. Conclusion
3977 is that Python includes are real crap.
3978
3979Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3980
3981 * configure,in: it was reported quite a few times that
3982 xml2-config --cflags should not output
3983 -I$includeprefix/libxml2/libxml because libxml2 header names
3984 clashes with existing names like list.h from C++ stl.
3985 Includes should be #include<libxml/xxx.h> so ...
3986
3987Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3988
3989 * c14n.c: another patch from Aleksey Sanin
3990
3991Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3992
3993 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3994 canonicalization algorithm
3995 * doc/xml.html doc/index.html: added the C14N references on the
3996 index page.
3997
39982002-03-13 jacob berkman <jacob@ximian.com>
3999
4000 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
4001 usage, redundant, and gcc specific
4002
4003Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4004
4005 * xpath.c: speedup some node selection operations, this can
4006 have a significant impact on DocBook Norm's stylesheets
4007 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
4008 make sure it's always the case
4009 * debugXML.c: distinguish CDATA and comments in ls operations
4010
4011Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4012
4013 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
4014 to generate better API descriptions etc...
4015
4016Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4017
4018 * c14n.c: Fixing #74186, made sure all boolean expressions
4019 get fully parenthesized, ran indent on the output
4020 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
4021 include/libxml/tree.h: also #74186 related, removed the
4022 --with-buffers option, and all the preprocessor conditional
4023 sections that were resulting from it.
4024
4025Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4026
4027 * valid.c: applied patch from Dodji Seketeli fixing an
4028 uninitailized variable in xmlValidGetValidElements()
4029
4030Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4031
4032 * c14n.c: fixed a few comments
4033 * doc/*.html doc/*/*.html: regenerated the docs and added
4034 the C14N API
4035 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
4036
4037Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
4038
4039 * check-xml-test-suite.py: fix to adapt varaiations in the
4040 bindings
4041 * configure.in python/setup.py python/setup.py.in: fixed to
4042 have the version of the python scripts automatically updated
4043
4044Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4045
4046 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
4047 in xmlCopyProp()
4048
4049Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4050
4051 * configure.in: preparing 2.4.17 release
4052 * doc/*: updated and rebuilt the docs
4053 * xpath.c: fixed a comment
4054 * python/libxml.c: fixed a possible reentrancy problem
4055
4056Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4057
4058 * tree.c python/tests/Makefile.am python/tests/attribs.py:
4059 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
4060 added a specific regression test
4061 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
4062 not raise exceptions when failing to find the attribute.
4063
4064Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4065
4066 * configure.in xmllint.c: owen pointed out a problem with the
4067 ftme fix, gettimeofday() was not detected by configure and
4068 the ftime header wasn't included, dohhh
4069
4070Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4071
4072 * configure.in xmllint.c: trying to fix #71457 for timing
4073 precision when gettimeofday() is not availble but ftime() is
4074
4075Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4076
4077 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
4078 are now copied on install and part of the -devel RPM
4079
4080Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
4081
4082 * xpath.c: trying to avoid bug #72150 which was apparently
4083 caused by a gcc bug (or a processor problem) as detailed
4084 at http://veillard.com/gcc.bug
4085
4086Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4087
4088 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
4089 fixed xmlReconciliateNs(), added a Python test/example for
4090 inter-document cut'n paste
4091 * python/libxml.py: fixed node.doc on document nodes and added
4092 xpathEval() onto node objects
4093
4094Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4095
4096 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
4097 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
4098 fixup and integrated tests for the serialization stuff
4099
4100Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4101
4102 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
4103 moved the libxml man page to section 3
4104
4105Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4106
4107 * tree.c: fix bug #72490
4108 * python/libxml.c python/libxml.py: added methods serialize()
4109 and saveTo() to all node elements.
4110
4111Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4112
4113 * xmlIO.c: closed #73430, don't read from an input source
4114 which indicated an end-of-file or an error.
4115
4116Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4117
4118 * parser.c: make sure SAX endDocument is always called as
4119 this could result in a Python memory leak otherwise (it's
4120 used to decrement ref-counting)
4121 * python/generator.py python/libxml.c python/libxml.py
4122 python/libxml2-python-api.xml python/libxml2class.txt
4123 python/tests/error.py python/tests/xpath.py: implemented
4124 the suggestions made by Gary Benson and extended the tests
4125 to match it.
4126
4127Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4128
4129 * python/generator.py: applied patch fixing #73450
4130
4131Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4132
4133 * xpath.c: fixing #61290 "namespace nodes have no parent"
4134 long standing divergence from the XPath REC. NodeSets
4135 simply hold a copy of namespace nodes and those node ->next
4136 points to the parent (which may not be the node carrying the
4137 definition).
4138 * include/libxml/xpath.h: flagged but didn't added a possible
4139 speedup
4140 * DOCBparser.c HTMLparser.c: removed some warnings from push
4141 parser due to new state being added.
4142 * tree.c: new fix from Boris Erdmann
4143 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
4144 the XML Canonalization support from Aleksey Sanin
4145
4146Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4147
4148 * tree.c: patch from Boris Erdmann fixing some namespace odities
4149 with xmlCopyNode()
4150
4151Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4152
4153 * xmlIO.c: fix bug #72706 when loading a NULL entity
4154
4155Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4156
4157 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
4158 actually change in a future XML Namespace revision.
4159
4160Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4161
4162 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
4163 added the possibility of returning nodesets from XPath extension
4164 functions written in Python
4165
4166Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
4167
4168 * python/*: commiting some Python bindings work done while travelling
4169
4170Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4171
4172 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
4173 explicitely with memory debugging switched on
4174
4175Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
4176
4177 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4178 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4179 Added wrapper for the xmlURIPtr type, provided accessors, fixed
4180 the accessor generator for strings
4181 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
4182 regression test.
4183
4184Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4185
4186 * python/README python/generator.py python/libxml.c python/setup.py:
4187 added the 'usual' setup.py to allow building a libxml2-python
4188 module based on the same code. The initialization is however
4189 different the 2 .so files fo libxml2 and libxslt are identical and
4190 they entry point initialize both libraries. this is done to avoid
4191 some possible nasty problem since the Python don't merge the maps
4192 of all shared modules.
4193
4194Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4195
4196 * parser.c: fixed a push/encoding bug reported by Michael
4197 on librsvg
4198
4199Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4200
4201 * include/libxml/parserInternals.h: fixes a misplaced #endif
4202
4203Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4204
4205 * parser.c valid.c: found and fixed a couple of allocation bugs
4206
4207Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4208
4209 * doc/xml.html doc/python.html doc/*: added a Python and binding
4210 page describing the current state of the Python bindings and
4211 giving pointers to the other languages wrappers.
4212
4213Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4214
4215 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
4216 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
4217 rebuilt the API and web site
4218 * xpath.c: fixed #71978 portability bugs
4219
4220Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4221
4222 * SAX.c: oops broke automatic defaulting of namespaces attributes.
4223
4224Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4225
4226 * include/libxml/parserInternals.h parser.c: had to change
4227 2 internal parsing API when processing document content
4228 to check the start and end of element content are defined
4229 in the same entity
4230 * valid.c include/libxml/valid.h: attribute normalization can
4231 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
4232 with the context to report it.
4233 * SAX.c: fixed the last known bugs, crazy validation constraints
4234 when a document is standalone seems correctly handled. There
4235 is a couple of open issues left which need consideration especially
4236 PE93 on external unparsed entities and standalone status.
4237 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
4238 The 2 tests left failing are actually in error. Cleanup done.
4239
4240Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4241
4242 * valid.c: implemented E59 spaces in CDATA does not match the
4243 nonterminal S
4244
4245Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4246
4247 * SAX.c parser.c valid.c: more validation test fixups
4248 * check-xml-test-suite.py: added duration info for the tests
4249
4250Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4251
4252 * parser.c valid.c: a couple of errors were reported but not
4253 saved back as such in the parsing context. Down to 1% failure rate
4254 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
4255
4256Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4257
4258 * xmlInternald.c: isExtender was missing a char
4259 * parser.c include/libxml/parser.h: % are acceptable in the
4260 internal subset if within a PUBLIC ID
4261
4262Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4263
4264 * SAX.c parserInternals.c valid.c: more work on the conformance
4265 suite. Took the step to finally block documents with encoding
4266 errors. It's a fatal error per the spec, people should have fixed
4267 their documents by now.
4268
4269Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
4270
4271 * check-xml-test-suite.py: fixed the test script after some discussion
4272 on the semantic of TYPE="error"
4273 * Makefile.am: added the script to the distrib
4274
4275Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4276
4277 * SAX.c entities.c: fixed a couple of conformances issues deep
4278 into the validation code (standalone and undeclared Notations)
4279
4280Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4281
4282 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
4283 stayed there for years !
4284
4285Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4286
4287 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
4288 missing
4289
4290Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4291
4292 * check-xml-test-suite.py: improved the behaviour a bit as
4293 well as the logs
4294 * parser.c valid.c SAX.c: fixed a few more bugs
4295 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
4296
4297Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4298
4299 * check-xml-test-suite.py: python script to run regression tests
4300 against the XML Test suite of W3C/OASis
4301 * SAX.c: fixed a validation bug
4302 * parser.c: fixed 3 errors pointed by the test suite
4303 * doc/buildDocBookCatalog: fixed a typo pointed by drake
4304 * python/Makefile.am: fixed a dependendy
4305
4306Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4307
4308 * xmlmemory.c: avoid a warning bug #71594
4309
4310Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4311
4312 * xmlmemory.c: Jesse Perry provided a patch to remove a few
4313 warning on alpha/Tru64
4314
4315Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4316
4317 * include/libxml/entities.h: fixing a comment
4318 * valid.c: fixing some troubles with validity check on namespaces
4319 * result/VC/NS3 test/VC/NS3: added a specific regression test
4320
4321Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4322
4323 * tree.c: Fixing #71342 serializing '\n' in attribute values
4324 * result/noent/att3 result/att3 test/att3: added a specific
4325 test.
4326
4327Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4328
4329 * python/libxml.c: couple of bug fixes
4330
4331Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4332
4333 * python/*.py: removed tabs and used spaces.
4334
4335Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4336
4337 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
4338 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
4339
4340Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4341
4342 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
4343 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
4344
4345Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4346
4347 * include/libxml/encoding.h include/libxml/entities.h
4348 include/libxml/globals.h include/libxml/parser.h
4349 include/libxml/threads.h include/libxml/tree.h
4350 include/libxml/xmlmemory.h: trying to fix the include mess
4351
4352Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4353
4354 * include/libxml/xmlmemory.h: reverted part of the previous
4355 attempt to provide #69655, this was breaking the build.
4356
4357Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
4358
4359 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
4360 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
4361 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
4362 include/libxml/parserInternals.h include/libxml/tree.h
4363 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
4364 Tentatively fixed #69655 , make compiling with -Wredundant-decls
4365 clean.
4366 * python/libxml.c: fixed a warning.
4367
4368Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4369
4370 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
4371 copying of node, merge back IDs in the target document.
4372 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
4373 test/XInclude/ents/ids.xml: test case
4374 * result/VC/ElementValid4: output changed due to a typo fix
4375
4376Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4377
4378 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00004379 generate the dependencies right as Jacob found out. Add
4380 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004381
4382Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4383
4384 * parserInternals.c valid.c: Justin Fletcher found some parts
4385 of the code needing cleanup
4386 * libxml.spec.in python/Makefile.am python/generator.py
4387 python/libxml.c python/libxml.py: Fixed the python Makefiles
4388 corrected a bug showing up on ia64, changed the name of the
4389 python internal module too
4390
4391Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4392
4393 * Makefile.am: applied patch from Andris Pavenis for binary
4394 name suffixes
4395
4396Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
4397
4398 * xmllint.c win32/win32config.h: fixing #68748
4399
4400Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4401
4402 * valid.c: fixing #70166
4403
4404Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4405
4406 * valid.c: fixing #70077
4407
4408Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4409
4410 * Copyright Makefile.am README configure.in libxml.spec.in:
4411 Changed to the MIT Licence
4412 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
4413 doc/xmlio.html: updated the doc accordingly
4414 * include/libxml/xmlwin32version.h configure.in: preparing
4415 2.4.14 release
4416 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4417 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4418 fixed the const xmlChar * wrapper and generator, XPath extension
4419 functions now use the context as first argument
4420 * python/tests/tstxpath.py python/tests/xpath.py
4421 python/tests/xpathext.py: Updated the tests accordingly
4422 * tree.c: fixed bug #70067
4423
4424Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4425
4426 * Makefile.am: cleanup
4427 * debugXML.c: always use stdout if output is NULL
4428 * xmlIO.c: don't close filedescriptors passed to outputBuffers
4429 * python/Makefile.am python/generator.py python/libxml2class.txt
4430 python/libxml_wrap.h python/types.c: augmented the number of bindings
4431 handling FILE * and XPath contexts
4432 * python/tests/Makefile.am: avoid a stupid problem due to the
4433 use of TEST.
4434
4435Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4436
4437 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
4438
4439Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4440
4441 * python/TODO python/libxml.c: cleanup the extension function lookup
4442 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
4443
4444Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4445
4446 * configure.in python/Makefile.am: do not install outside
4447 of prefix
4448
4449Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4450
4451 * python/TODO python/libxml.c: started adding SAX interfaces
4452 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
4453 SAX test
4454
4455Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4456
4457 * tree.c: hardened the addChild function
4458 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4459 python/libxml2class.txt python/libxml_wrap.h python/TODO:
4460 added accessors needed for xmlNode, a bit more testing and
4461 extension of interfaces
4462 * python/tests/Makefile.am python/tests/build.py: added a test
4463 build from scratch/save/load/check
4464
4465Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4466
4467 * parserInternals.c: change a small bit in the way valididy
4468 error messages get initialized
4469 * python/TODO python/libxml.c python/libxml2-python-api.xml
4470 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4471 added some memory debugging to track leaks at the libxml2 level
4472 * python/tests/*.py: changed all tests to check for leaks,
4473 there is just one left in XPath extension registrations.
4474
4475Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
4476
4477 * python/TODO python/generator.py python/libxml2-python-api.xml
4478 python/libxml2class.txt: more accessor classes for the parser
4479 context, allow to switch on and check validity
4480 * python/tests/Makefile.am python/tests/error.py
4481 python/tests/invalid.xml python/tests/valid.xml
4482 python/tests/validate.py: attded more test and and added error.py
4483 which I forgot to commit in the last step
4484
4485Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4486
4487 * python/Makefile.am python/types.c: cleanup
4488 * python/libxml.c python/libxml.py python/libxml_wrap.h
4489 python/generator.py python/libxml2-python-api.xml
4490 python/libxml2class.txt: added class for parser context, added
4491 first cut for push mode support. Added a framework to generate
4492 accessors functions.
4493 * python/tests/Makefile.am python/tests/push.py: added a push
4494 test
4495
4496Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4497
4498 * python/Makefile.am python/TODO python/libxml.py: fixed a small
4499 bug a bit of cleanup.
4500
4501Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4502
4503 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
4504 python/libxml2class.txt: adding error redirections and preformat
4505 to a python handler
4506 * python/tests/Makefile.am python/tests/*.py: cleanup made all
4507 tests self checking
4508
4509Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4510
4511 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
4512 a function
4513
4514Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4515
4516 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
4517 python/libxml.c python/libxml2-python-api.xml
4518 python/libxml2class.txt: Progressing through the TODOs, class
4519 description output, extra XML API, RPM now builds the wrappers
4520 for all python installed versions
4521
4522Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
4523
4524 * configure.in libxml.spec.in python/Makefile.am python/TODO
4525 python/generator.py python/libxml2class.txt: added more informations
4526 in the libxml2-python package including docs. Slightly changed
4527 the class hierarchy
4528 * python/tests/*: added basic regression tests infrastructure too
4529
4530Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4531
4532 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
4533 added libxml2-python as part of the packages installed
4534
4535Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4536
4537 * python/Makefile.am python/generator.py python/libxml.c
4538 python/libxml.py: more work, now able to extend the
4539 XPath interpreter with functions written in python.
4540
4541Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4542
4543 * python/Makefile.am: Jacob sent a patch to allow building from
4544 tarfile.
4545
4546Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4547
4548 * python/Makefile.am python/libxml.c configure.in Makefile.am:
4549 inserted the python wrappers build, I hope this won't be too
4550 unportable
4551
4552Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4553
4554 * xpath.c: minor optimization
4555 * python/generator.py python/libxml.c python/libxml.py
4556 python/libxml_wrap.h: more work on the python bindings,
4557 they now support XPath and there is no evident leak
4558
4559Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4560
4561 * python/generator.py python/libxml.c python/libxml.py:
4562 more work on the python bindings generator.
4563
4564Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4565
4566 * python/generator.py python/libxml.c python/libxml_wrap.h:
4567 more work on the python bindings.
4568
4569Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4570
4571 * python/generator.py python/libxml.c python/libxml.py
4572 python/libxml_wrap.h: commited early version of a python binding
4573 for private use only ATM
4574
4575Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4576
4577 * entities.c tree.c include/libxml/entities.h: applied patch
4578 from Anthony Jones to implement copy of DTD subtree too. Had
4579 just to keep 2 function private which really ought to become
4580 public ones.
4581
4582Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4583
4584 * xmllint.c: added pointers to the web pages in the usage()
4585
4586Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4587
4588 * tree.c: more fixes from Petr Kozelka for attribute handling
4589 in the tree API to align the semantic with DOM.
4590
4591Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4592
4593 * valid.c tree.c entities.c: another set of patches from
4594 Anthony Jones for copy operations cleanup and robustness
4595
4596Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4597
4598 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
4599 an alphabetic index based on comments content
4600 * doc/*: rebuilt the web site with the new references
4601
4602Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4603
4604 * parserInternals.h: Greg Sjaardema suggested to use an
4605 eponential buffer groth policy in xmlParserAddNodeInfo()
4606
4607Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4608
4609 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
4610 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
4611 doc/parsedecl.py doc/Makefile.am: updated the python extractor
4612 to generate cross-references, and added/updated the stylesheets
4613 to generate and link API indexes. The generic keyword index
4614 is not done yet.
4615 * doc/*.html: regenerated all the usual docs too
4616
4617Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4618
4619 * debugXML.c: added an xpath function to the shell for T. V. Raman
4620
4621Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4622
4623 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
4624 debug routines.
4625
4626Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4627
4628 * tree.c: apply an patch from Petr Kozelka for unlink and replace
4629 support of attribute nodes
4630
4631Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4632
4633 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
4634 hopefully near complete and fully documented of the API in XML
4635 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
4636 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
4637 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
4638 include/libxml/parserInternals.h include/libxml/valid.hi
4639 include/libxml/xmlIO.h include/libxml/xmlerror.hi
4640 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
4641 include/libxml/xpath.h include/libxml/xpathInternals.h:
4642 Cleaned up the doc comments a lot in the process, the interface
4643 coverage is now 100%
4644
4645Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4646
4647 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
4648 extracts comments from the gtk-doc DocBook output (a bit
4649 convoluted but seems to work).
4650
4651Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4652
4653 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
4654 added an XML description of the API, moved the script generating
4655 it here. Added a "make api" target
4656
4657Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4658
4659 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
4660
4661Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4662
4663 * xpath.c include/libxml/xpathInternals.h: the change made to
4664 xmlXPathFuncLookupFunc was incompatible roll it back
4665
4666Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4667
4668 * SAX.c: cleanup patch from Anthony Jones
4669 * doc/Makefile.am: fix the headers to avoid in make scan
4670 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
4671 includes, * vs Ptr and general cleanup
4672 * parsedecl.py: first version of a script to extract the
4673 module interfaces, the goal will be to provide .decl or XML
4674 specification of the interfaces to build wrappers.
4675
4676Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4677
4678 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
4679 now provides return codes in case of errors
4680
4681Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
4682
4683 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
4684 Upgraded to trio baseline 1.6
4685 * strio.h strio.c: Replaced by triostr.h and triostr.c
4686
4687Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4688
4689 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
4690 of strdup usage in the code
4691
4692Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4693
4694 * parser.c error.c: Keith Isdale complained rightly that
4695 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
4696
4697Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4698
4699 * tree.c: fixed the funxtion to set the xml: attributes
4700 * debugXML.c: added "setbase" to test it.
4701
4702Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4703
4704 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
4705 to allow updating an attribute content
4706
4707Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4708
4709 * libxml.h: try to avoid problems when compiling on Windows
4710
4711Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4712
4713 * hash.c: patch from Anthony Jones for hash.c allocation size
4714 * Makefile.am: trying to work around Yet Another Libtool Madness
4715 and build the 2.4.13 release finally ...
4716
4717Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4718
4719 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
4720 * doc/* : update of the documentation
4721
4722Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4723
4724 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
4725 at fixing #61290 :-(
4726
4727Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4728
4729 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
4730 Fixes bug #67229
4731
4732Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4733
4734 * tree.c: trying to avoid troubles when a subtree is copied
4735 and coalesced in part with the target tree. Should fix
4736 bug #67407
4737
4738Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4739
4740 * valid.c: fixed validation of attributes content of type
4741 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
4742 values, very old bug. Fixes #67671
4743
4744Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4745
4746 * parser.c include/libxml/parserInternals.h tree.c: integrated
4747 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
4748 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
4749
4750Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4751
4752 * threads.c: applied Serguei Narojnyi's patch to add native
4753 thread support on the Win32 platform
4754 * testThreadsWin32.c Makefile.am: added the test program also
4755 from Serguei, Win32 specific
4756 * include/win32config.h include/libxml/xmlwin32version.h.in:
4757 added patch from Igor for the Windows thread specific defines.
4758
4759Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4760
4761 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
4762
4763Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4764
4765 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
4766 output page into XMLinfo.html. Close bug #66951 and
4767 raised by Robert Collins too.
4768
4769Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
4770
4771 * encoding.c: Paul Keogh pointed out a possibility of segfault
4772 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
4773 Closes bug # 68238
4774
4775Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
4776
4777 * doc/*.html: updated the Gdome2 links
4778
4779Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4780
4781 * libxml.h: Applied following patches from Robert Collins
4782 and make sure IN_LIBXML is defined when compiling it
4783 -------
4784 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
4785 as well as Visual C.
4786 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4787 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4788 * strio.c (PLATFORM_UNIX): Define for Cygwin.
4789 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
4790 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
4791 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
4792 xmlSysIDExists xmlNoNetExists).
4793 * xmllint.c: Don't include winsock2.h for Cygwin.
4794
4795Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4796
4797 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
4798 when the version info is not present.
4799
4800Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4801
4802 * tree.c: Anthony Jones pointed out a problem in
4803 xmlStringGetNodeList() and provided a fix for it
4804
4805Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4806
4807 * parser.c: patch from Frank J Franklin to remove a bug in
4808 xmlCreatePushParserCtxt() when the initial buffer passed
4809 is large.
4810
4811Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4812
4813 * win32/*: big cleanup of the Windows/MSVC project files
4814 from Igor Zlatkovic
4815
4816Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4817
4818 * doc/Makefile.am: should fix #67674 and avoid troubles if
4819 xsltproc is not available or fails in the prefix provided
4820
4821Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
4822
4823 * xmlmemory.c: one more doc patch from Charlie Bozeman.
4824
4825Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4826
4827 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
4828 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
4829 Fixed a few other problems raised by Charlie Bozeman.
4830 * result/VC/ElementValid[5-7]: fixed the output
4831
4832Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4833
4834 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
4835 patches from Charlie Bozeman. Regenerated the HTML docs.
4836
4837Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
4838
4839 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
4840 for Windows from Igor
4841
4842Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4843
4844 * xmllint.c: applied Justin Fletcher patch for --output or -o
4845
4846Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
4847
4848 * win32/libxml2/libxml2.def.src: close #67019
4849
4850Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4851
4852 * xmllint.c: applied Justin Fletcher generic timing patch
4853 similar to the one already applied to xsltproc.
4854
4855Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4856
4857 * include/libxml/tree.h tree.c: applied documentation patches
4858 from Charlie Bozeman
4859
4860Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
4861
4862 *doc/xmllint.xml, xmllint.1 - document --dropdtd
4863
4864Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
4865
4866 * valid.c: fix the xmlStrdup() used in the previous patch.
4867 * valid.c: added --dropdtd
4868 * tree.c: fixed xmlUnlinkNode so it also removes the references
4869 from the document if the node is a DTD
4870
4871Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
4872
4873 * HTMLtree.c valid.c: cleanup some static declarations
4874
4875Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4876
4877 * xmllint.c: removed another strdup()
4878 * doc/FAQ: removed the HP/UX entry
4879
4880Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4881
4882 * valid.c: fix bug #66816 when validating.
4883 * xmllint.c: don't use sys/time.h if configure did not found it
4884
4885Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4886
4887 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4888 xmlcatalog_man.xml
4889
4890Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4891
4892 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4893 xmlInitMemory() was declared twice
4894
4895Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4896
4897 * globals.c: do not reference strdup() !
4898 * configure.in libxml-2.0.pc.in: trying to fix the libs
4899 of the various config extraction modules
4900
4901Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4902
4903 * configure.in : preparing 2.4.12
4904 * doc/* : updated and rebuilt the docs
4905
4906Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4907
4908 * uri.c: closed bug #66159
4909 * testURI.c: added --escape option
4910 * configure.in: some cleanup for xml2-config --cflags
4911
4912Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4913
4914 * globals.c testThreads.c: removed some misplaced includes
4915 of xmlversion.h
4916
4917Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4918
4919 * threads.c: patch from Gary Pennington fixing a possible
4920 problem at initialization time.
4921
4922Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4923
4924 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4925 Eric Lavigne contribution to build libxml2 on MacOS using
4926 CodeWarrior.
4927
4928Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4929
4930 * xmllint.c: applied Geert Kloosterman's patch to fix
4931 --repeat --timing output
4932
4933Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4934
4935 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4936 where non-wellformed XML declaractions were not detected.
4937
4938Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4939
4940 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4941
4942Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4943
4944 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4945 gets reset by xmlCleanupInputCallbacks() and this makes the
4946 function useless. Same for output.
4947
4948Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4949
4950 * xmlIO.c: robert pointed out a loop error in callback cleanups
4951
4952Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4953
4954 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4955 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4956 they are not really tied to debugging
4957
4958Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4959
4960 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4961 * xmllint.c: better --catalogs description
4962
4963Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4964
4965 * tree.c: fixed a couple of problems in xmlSetProp()
4966
4967Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4968
4969 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4970 unappropriate stdout output.
4971
4972Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4973
4974 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4975 by Denis Beurive, closes #65111
4976
4977Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4978
4979 * valid.c: in case of content model validity error, don't
4980 print it if validity warnings were not requested.
4981
4982Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4983
4984 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4985 * parserInternals.c: removed the last exit() call. Print an
4986 unmaskable error on stderr instead (library mismatch detection)
4987
4988Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4989
4990 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4991 shell instructions from Heiko Rupp
4992
4993Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4994
4995 * catalog.c: use the URL notation file:// for default catalog paths
4996
4997Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4998
4999 * include/libxml/tree.h: better comments for _private fields
5000 * tree.c: removed a problem when copying an entity reference.
5001
5002Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
5003
5004 * vms/*: updated instructions and diffs from John A Fotheringham
5005
5006Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
5007
5008 * include/libxml/xmlerror.h: avoid an include problem if
5009 #include <libxml/xmlerror.h> happens first in code
5010 seems to be the case in KDE libs
5011
5012Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5013
5014 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
5015 from Igor for Windows
5016
5017Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5018
5019 * Makefile.am: Gary Pennington pointed out a missing prefix
5020
5021Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
5022
5023 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
5024 * doc/*: upgraded and rebuilt the docs
5025
5026Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
5027
5028 * HTMLparser.c: fix comment in scripts element parsing.
5029 * result/HTML/doc3*: updated the results.
5030
5031Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
5032
5033 * uri.c: another URI bug fix #63336, using Joel Young patch.
5034
5035Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
5036
5037 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
5038 a cleaned up version of the Pwd shell string generation.
5039
5040Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5041
5042 * valid.c include/libxml/tree.h: trying to fix namespaces +
5043 validation problems for good, closing #63619 in the process
5044 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
5045 wrong in this respect, fixed it.
5046
5047Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
5048
5049 * xmllint.c: Morus Walter patch to allow --format and --encode
5050
5051Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
5052
5053 * debugXML.c: Stefan Kost provided an help command for the shell
5054
5055Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
5056
5057 * debugXML.c: Heiko Rupp pointed that the shell would crash
5058 on empty nodesets returns.
5059
5060Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
5061
5062 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
5063 migh need the history libraries
5064
5065Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
5066
5067 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
5068 handle the case of < in quoted attributes, Bastian Kleineidam
5069
5070Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
5071
5072 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
5073 fixing catalog breakages
5074 * Makefile.am catalog.c result/catalogs/catal
5075 result/catalogs/mycatalog.* test/catalogs/catal*:
5076 fixed more problems in catalog support, added more regression tests
5077 for both XML and SGML catalog handling
5078
5079Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5080
5081 * debugXML.c: applied an improvement to xmlGetLineNo() from
5082 Keith Isdale
5083
5084Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
5085
5086 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
5087 Side effect of the progressive catalog loading
5088
5089Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
5090
5091 * Makefile.am: confexecdir and confexec_DATA were defined twice
5092 pointed out by Karl Eichwalder
5093
5094Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
5095
5096 * xmlcatalog.c: avoid unlink() and use remove() instead.
5097
5098Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
5099
5100 * libxml.spec.in: cleanup
5101 * include/libxml/xmlwin32version.h: updated with 2.4.8
5102
5103Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
5104
5105 * encoding.c global.data globals.c testThreads.c: fix bug #63752
5106 of compiling libxml with a non standard set of options
5107
5108Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
5109
5110 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
5111 document --sgml option, fixing gnome bugzilla #63382
5112
5113Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
5114
5115 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
5116 breakage of 2.4.7, added a couple of really needed APIs
5117 like xmlCatalogIsEmpty() and xmlNewCatalog()
5118 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
5119 for install-catalog
5120 * configure.in: preparing 2.4.8
5121
5122Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
5123
5124 * HTMLtree.c tree.c include/libxml/HTMLtree.h
5125 include/libxml/tree.h include/libxml/xmlIO.h: more include
5126 cleanups, export cleanly one html output + format function.
5127
5128Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5129
5130 * parser.c: removed initGenericErrorDefaultFunc call from
5131 xmlInitParser() since it could destroy previous calls to
5132 xsltSetGenericErrorFunc() effects
5133
5134Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5135
5136 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
5137 keyword.
5138
5139Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
5140
5141 * Makefile.am: cleanup
5142 * threads.c: cleanup too
5143 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
5144 from xsltproc
5145 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00005146 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005147
5148Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
5149
5150 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
5151 was not used anymore !
5152
5153Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5154
5155 * configure.in: preparing 2.4.7
5156 * Makefile.am doc/Makefile.am: switched to the latest xmllint
5157 manual page from John
5158 * doc/*: updated the doc and rebuilt the generated pages
5159
5160Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
5161
5162 * xmlIO.c: closing bug #62711, the library should never
5163 close stdin or stdout.
5164
5165Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5166
5167 * uri.c: second pass at fixing #63336, using Joel Young
5168 final patch. looks okay.
5169
5170Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
5171
5172 * uri.c include/libxml/uri.h: trying to clear #63336
5173 allowing the escaping routine to parse unconformant
5174 URI-References.
5175
5176Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
5177
5178 * vms/readme.vms vms/build_libxml.com nanoftp.c
5179 include/libxml/xmlversion.h.in: a few VMS updates from
5180 John A Fotheringham
5181 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
5182 and xmlCleanupOutputCallbacks() for the Perl binding people.
5183
5184Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
5185
5186 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
5187 apply fixes to close #63271 and avoid segfaults when
5188 the error routine gets callbed before xmlInitParser()
5189 get called.
5190 * nanoftp.c error.c: Applied patches from Justin Fletcher
5191 correcting some xmlGenericError misuses.
5192
5193Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
5194
5195 *doc/xmllint.xml, doc/xmllint.1
5196 New and improved man page for xmllint - .xml is the original, .1
5197 is the generated man page
5198
5199Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
5200
5201 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
5202 the web site from the main HTML document.
5203
5204Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5205
5206 * parser.c: fixed an erroneous validation bug when PE refs
5207 occurs in external parsed entities referenced from the
5208 internals subset
5209 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
5210 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
5211 added the associated testcase, it's a nice one.
5212 * HTMLparser.c: generate the DTD node as HTML still ...
5213 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
5214
5215Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5216
5217 * HTMLparser.c: fixed a bug in htmlNewDoc()
5218
5219Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5220
5221 * test/threads/*: added entities testing to the Thread test
5222 * testThreads.c: make the test reasonable
5223 * DOCBparser.c: fix the DTD public and system ID
5224 * xmllint.c: added --sgml for SGML DocBook importing
5225 * Makefile.am: added Docbtests target
5226
5227Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5228
5229 * nanoftp.c: use only "anonymous@" string for anonymous passwds
5230 * testThreads.c: removed bogus include
5231
5232Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5233
5234 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
5235 fixed a very serious (looping) validation bug
5236
5237Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
5238
5239 * include/libxml/globals.h include/libxml/threads.h threads.c
5240 testThreads.c: far more testing, cleaning up bugs
5241 * *.c : make sure globals.h is always included.
5242
5243Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
5244
5245 * HTMLparser.c: try to get rid of parser loops for good.
5246
5247Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
5248
5249 * configure.in: fixed some bugs in CFLAGS passing.
5250 * test/threads Makefile.am testThreads.c: added a specific
5251 threaded test case (really nasty, guaranteed).
5252
5253Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
5254
5255 * catalog.c: serious cleanup on the management of the
5256 XML catalog tree, more tests done, especially with
5257 the catalog PI.
5258
5259Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
5260
5261 * catalog.c: avoid a problem in catalog cleanup on SMP if
5262 catalogs were not initialized.
5263
5264Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
5265
5266 * catalog.c xpath.c: trying to cleanup the not thread safe
5267 parts of the library.
5268
5269Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
5270
5271 * include/libxml/globals.h configure.in global.data: make
5272 the allocation be per-thread a configure option
5273 * encoding.c include/libxml/parser.h: fixed compilation
5274 errors
5275
5276Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5277
5278 * include/libxml/parser.h: Norm reported that a few lines
5279 added were breaking libxslt compile, removed them for now
5280
5281Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
5282
5283 * parser.c parserInternals.c threads.c: debugged and fixed
5284 initialization problems which were giving troubles on SMP
5285 boxes.
5286
5287Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5288
5289 * include/libxml/Makefile.am: missing globals.h
5290
5291Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5292
5293 * globals.c: added a couple of standard includes.
5294
5295Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5296
5297 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
5298 include/libxml/parserInternals.h include/libxml/tree.h
5299 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
5300 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
5301 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
5302 Applied the last patches from Gary, cleanup, activated threading
5303 all user accessible global variables are now handled in globals.[ch]
5304 Still a bit rought but make tests passes with either
5305 --with-threads defined at configure time or not.
5306 * Makefile.am example/Makefile.am: added globals.[ch] and threads
5307 linking options
5308
5309Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5310
5311 * Makefile.am include/libxml/Makefile.am
5312 include/libxml/globals.h globals.c include/libxml/threads.h
5313 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
5314 configure.in: started integrating the core of the thread support
5315 not activated yet but half integrated. The code should still
5316 compile and work anyway.
5317
5318Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5319
5320 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
5321 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
5322 integrating the non-controversial parts of Gary Pennington
5323 multithread patches
5324 * catalog.c: corrected a small bug introduced
5325
5326Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5327
5328 * catalog.c include/libxml/catalog.h: very serious cleanup,
5329 isolating unportable code and as much as possible the accesses
5330 to the global shared catalog. May need more testing !
5331
5332Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5333
5334 * include/libxml/debugXML.h debugXML.c tree.c: integrating
5335 Keith Isdale patches for the XSLT debugger interfaces. Some
5336 cleanup
5337
5338Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5339
5340 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
5341 * DOCBparser.c: generate line nubers in elements
5342
5343Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5344
5345 * configure.in: preparing 2.4.6 release
5346 * doc/xml.html doc/html/*: updated and rebuilt the docs
5347 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
5348
5349Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
5350
5351 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
5352 adding documentation for DV's supercatalog support
5353
5354Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5355
5356 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
5357 super catalog support adding one API and one flag --sgml to
5358 xmlcatalog
5359
5360Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
5361
5362 * doc/xmlcatalog_man.xml, xmlcatalog.1
5363 One more crack at
5364 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5365
5366
5367Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5368
5369 * xpath.c: implemented xmlXPathObjectCopy for external objects
5370 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
5371
5372Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
5373
5374 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5375 finishing up fix to
5376 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
5377 the xmlcatalog man page display more elegantly
5378
5379Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
5380
5381 * configure.in: closing bug #61832
5382 * HTMLparser.c: removed a warning
5383
5384Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5385
5386 * xpath.c: fixing #61673 part I, do not loose doc information
5387 when copying result value trees.
5388
5389Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5390
5391 * xpath.c: trying to harden the XPath interpreter
5392
5393Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
5394
5395 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
5396 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5397
5398Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5399
5400 * HTMLparser: repaired another loop problem
5401
5402Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5403
5404 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
5405 parsing.
5406 * xpath.c: fix bug #61291 the default XML namespace node is
5407 missing from the namespace axis.
5408 * tree.c: refuse to create namespaces nodes with prefix "xml"
5409
5410Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
5411
5412 * SAX.c: ouch a non-defined namespace could lead to a crash,
5413 fixed #61215
5414
5415Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5416
5417 * parserInternals.c: closed bug #61054
5418
5419Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5420
5421 * include/libxml/Makefile.am: closing #60708
5422
5423Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5424
5425 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
5426 adding xmlSAXParseFileWithData following Marco Stipek suggestion
5427
5428Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5429
5430 * valid.c: close bug #61550 when xml: wasn't considered a namespace
5431
5432Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5433
5434 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
5435 * DOCBparser.c HTMLparser.c parser.c: fixed typos
5436
5437Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
5438
5439 * catalog.c: Justin Fletcher provided cleaup code in case
5440 HAVE_STAT is not defined
5441 * include/win32config.h: Igor Zlatkovic suggested to have
5442 HAVE_STAT defined there
5443
5444Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5445
5446 * catalog.c - fixed typing error reported by M. Barros
5447
5448Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
5449
5450 * xmllint.c - fixing typo
5451
5452Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5453
5454 * HTMLparser.c: small enhancement to prevent loop on
5455 unrecognizable data
5456
5457Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5458
5459 * parserInternals.c: applying patch from bug #60757 this
5460 should close it
5461
5462Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5463
5464 * catalog.c xmlcatalog.c: removed a couple of warning
5465 * xpath.c: try to solve the linking problem on platforms
5466 needing trio to compile
5467
5468Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5469
5470 * Makefile.am libxml.spec.in: backing up non-documented changes
5471 commited without review or aproval by Jens Finke <jens@gnome.org>
5472 * HACKING: made 100% clear that no commit should be done directly
5473
5474Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5475
5476 * configure.in: Joe Orton provided a patch fixing a problem
5477 when iconv is specified to be in a non-standard directory
5478 but wasn't exported in xml2-config --cflags
5479
5480Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5481
5482 * configure.in: let's ship 2.4.5 before getting too much
5483 troubles with 2.4.4 errors.
5484
5485Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5486
5487 * encoding.c entities.c: do not output hexadecimal charrefs
5488 when serializing HTML since some version of Netscape can't
5489 grok it, generate decimal ones.
5490 * result/HTML/doc3.htm: output changed due to previous test
5491 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
5492
5493Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
5494
5495 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
5496 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
5497
5498Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5499 Released 2.4.4
5500
5501 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
5502 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
5503 updated the configuration scripts systems accordingly
5504
5505Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5506
5507 * configure.in: preparing for 2.4.4
5508 * doc/xml.html doc/html/*: updated and rebuilt the docs
5509
5510Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5511
5512 * win32/dsp/libxml2.def.src: tried to incorporate comments
5513 from bug #59220
5514
5515Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5516
5517 * parser.c result/noent/wml.xml: fixed bug #59981 related
5518 to handling of '&' in attributes when entities are substitued
5519
5520Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5521
5522 * libxml.h include/libxml/xmlversion.h.in
5523 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
5524 Tried to close bug #60131
5525
5526Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5527
5528 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
5529
5530Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
5531
5532 * SAX.c: fixing bug #59946 on xmlns=""
5533
5534Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5535
5536 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
5537 but allocates a new error code.
5538
5539Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5540
5541 * xmllint.c: John Fleck fixed typos in the options output
5542 * parser.c SAX.c: fix ignorable white space SAX selection
5543
5544Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5545
5546 * entities.c: Steve Underwood found the possibility of an
5547 ininite loop in case of error.
5548
5549Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5550
5551 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
5552
5553Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5554
5555 * parser.c: warn if version is not 1.0 but it's not
5556 strictly speaking an error after analyzing the spec
5557
5558Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
5559
5560 *doc/catalog.html - add link to the html version of the
5561 man page, other linguistic cleanups
5562
5563Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
5564
5565 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5566 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
5567 file, has not yet been included in the build.
5568
5569Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5570
5571 * catalog.c: removed a duplicate affectation Justin Fletcher
5572
5573Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
5574
5575 * tree.c: Armin Sander pointed a possible text coalescing
5576 problem, completed his patch.
5577
5578Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5579
5580 * trionan.c: Fixed const and volatile re-definition problem
5581
5582Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
5583
5584 * libxml.4 parser.c: doc updates from Heiko Rupp
5585 * parserInternals.c: 2 sanity checks from Heiko Rupp
5586
5587Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5588
5589 * tree.c: applied patch from Armin Sander to make some pointers
5590 const in xmlCopyNode()
5591 * include/libxml/tree.h: added fix to the header
5592
5593Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5594
5595 * xpath.c: hum, restrict the integer usage gcc bug workaround
5596 to only gcc compilers so that other architecture don't get
5597 penalized by this limitation.
5598 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
5599
5600Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5601
5602 * valid.c: fixed a Windows compiler warning (Chris Poblete)
5603 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
5604
5605Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5606
5607 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
5608 --convert option to xmlcatalog to convert SGML ones to
5609 the XML syntax.
5610 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
5611
5612 2.4.3 got released at that point
5613Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5614
5615 * catalog.c xmlIO.c: started some serious testing and fixed
5616 a few bug and optmization needs.
5617
5618Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5619
5620 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5621 preparing for a 2.4.3 release even if it may not be ready yet
5622 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
5623 all file parsing lookup to go through the entity resolver, add
5624 to add an API to bypass it (needed to load catalogs themselves),
5625 some cleanup on the catalog code too.
5626 * nanoftp.c: small cleanup
5627 * doc/catalog.html: small update
5628
5629Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5630
5631 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
5632 Jun Kuriyama
5633
5634Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5635
5636 * doc/catalog.html: finished the catalog documentation
5637
5638Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5639
5640 * doc/catalog.html doc/xml.html: added documentation about
5641 Catalog support, misses an API description
5642 * doc/html/*: reextracted the API pages
5643
5644Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5645
5646 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
5647 Added the part about section 7.2 on URI resolution,
5648 fixed a side effect in the HTML parser, look complete
5649 and ready to rock except the URI/SystemID part!
5650
5651Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5652
5653 * include/libxml/catalog.h include/libxml/parser.h
5654 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
5655 xmlIO.c: added support and APIs needed for the catalog PI
5656 * include/libxml/xmlIO.h: cleanup
5657
5658Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5659
5660 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
5661 include/libxml/catalog.h: starts to look okay, really
5662 plugged the new framework, cleaned a lot of stuff,
5663 added some APIs, except the PI's support missing this
5664 should be mostly complete
5665 * result/catalogs/* test/catalogs/*: added new test, enriched
5666 the existing one with URN ID tests
5667
5668Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5669
5670 * catalog.c: fixed nextCatalog
5671 * result/catalogs/docbook test/catalogs/*: started adding
5672 a small regression test
5673
5674Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
5675
5676 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
5677 more work on the XML catalog support.
5678 * parser.c include/libxml/parser.h: small cleanup seems using
5679 list as a public parameter name can give portability troubles
5680 * trionan.c trionan.h xpath.c include/libxml/trionan.h
5681 include/libxml/xpath.h include/libxml/Makefile.am: removed
5682 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
5683 wrappers
5684
5685Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5686
5687 * Makefile.am trio.c triodef.h trionan.c xpath.c
5688 include/libxml/Makefile.am include/libxml/trionan.h:
5689 Re-worked Not-A-Number and Infinity support.
5690 * xmlcatalog.c: added readline include files
5691
5692Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5693
5694 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
5695 testCatalog as xmlcatalog, making it an installed app
5696 adding a shell, and preparing it to be a /etc/xml/catalog
5697 management tool, though not ready yet
5698 * catalog.c include/libxml/catalog.h: adding support for
5699 XML Catalogs http://www.oasis-open.org/committees/entity/
5700 not finished, there is some interesting tradeoffs and a
5701 few open questions left.
5702
5703Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
5704
5705 * xmllint.c: fixed a line formatting problem
5706
5707Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5708
5709 * SAX.c: removed a couple of unused variable (Albert Chin)
5710
5711Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5712
5713 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
5714 trying to fix some troubles w.r.t. function returning
5715 const xxxPtr.
5716
5717Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5718
5719 * win32/dsp/libxml2.def.src: another set of symbols conditionally
5720 defined
5721
5722Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5723
5724 * xpointer.c: removed unused var
5725
5726Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5727
5728 * testXPath.c: another small cleanup closing bug #59110
5729
5730Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5731
5732 * win32/dsp/libxml2.def.src: small cleanup closing bug
5733 #59108
5734
5735Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5736
5737 * example/gjobread.c: add xmlCleanupParser() before leaving
5738
5739Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
5740
5741 * config.h.in configure.in include/libxml/xmlwin32version.h:
5742 released 2.4.2
5743
5744Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
5745
5746 * include/libxml/valid.h debugXML.c valid.c: deprecate
5747 the non-boundchecking Sprintf functions, add Snprintf
5748 this should close bug #57984
5749
5750Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
5751
5752 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
5753 URIs before doing the lookups (pointed by Mark Vakoc)
5754
5755Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5756
5757 * xpath.c: serious changes on Result Value Trees and NodeSets
5758 w.r.t. deallocation and collect operations. Probably not
5759 100% clean (merge of allocated trees smells like a problem).
5760 Seems sufficient to close #58943
5761
5762Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5763
5764 * xmllint.c: adding a --format option
5765
5766Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
5767
5768 * xpath.c: count() was broken on Result Value Tree
5769 * xmlIO.c: fixed file:/// accesses on _WIN32
5770
5771Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5772
5773 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
5774 macro was renamed, this should close bug #58683
5775
5776Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5777
5778 * SAX.c: small fix fixing bug #58539 reported by coolo, in
5779 entity substitution mode text at the end of the entity might
5780 be added due to text coalescing.
5781 * nanoftp.c parser.c: small cleanup
5782
5783Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5784
5785 * HACKING: added John Fleck right to commit in the doc subdir
5786
5787Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5788
5789 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
5790 allow to inherit attributes from the DTD directly in the
5791 tree, this is needed for XPath and can be a useful feature.
5792 Inherited namespaces are always provided at the tree level now
5793 * test/defattr* result/defattr* result/noent/defattr*: added a couple
5794 of tests for this feature (XSLT being the prime user).
5795
5796Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5797
5798 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
5799 testSAX.c xmlIO.c xmllint.c include/win32config.h
5800 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
5801 include/libxml/xmlwin32version.h.in win32/README.MSDev
5802 win32/dsp/*: applied Win32 Facelift No.2 patches from
5803 Igor Zlatkovic for Windows/MSC
5804
5805Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
5806
5807 * SAX.c: unparsedEntityDecl() the URI computation of the
5808 entity wasn't done breaking XSLT unparsed-entity-uri()
5809
5810Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
5811
5812 * xpath.c: fixed a bug when walking the descendants and
5813 the current node has no children
5814 * debugXML.c: show up when a text node is supposed to not be escaped
5815
5816Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5817
5818 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
5819 worked like the set:leading() function)
5820 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
5821
5822Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
5825
5826Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * include/libxml/xmlIO.h: apply change to close #58141
5829 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
5830
5831Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5832
5833 * parser.c: when the internal subset uses a PE, then the
5834 included entity can use conditional sections.
5835
5836Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5837
5838 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
5839 when walking the namespace axis showing up in
5840 libxst/tests/general/bug-12
5841 * xmlmemory.c: added the possibility to trace a given block
5842 defined by its address
5843
5844Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5845
5846 * parser.c: don't override existing encoding specified before
5847 starting xmlParseDocument()
5848
5849Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5850
5851 * include/libxml/xmlwin32version.h: reinserted, needed for
5852 Windows users of CVS
5853
58542001-07-27 Darin Adler <darin@bentspoon.com>
5855
5856 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
5857 * testCatalog.c: Add include of <libxml/parser.h>.
5858
58592001-07-27 Darin Adler <darin@bentspoon.com>
5860
5861 * include/libxml/.cvsignore:
5862 * include/libxml/xmlwin32version.h:
5863 Remove this file from CVS because it's generated.
5864
5865Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5866
5867 * parser.c include/libxml/parser.h: applied const patches from
5868 Tom Moog #58002
5869
5870Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5871
5872 * xpath.c include/libxml/xpath{,Internals}.h: added a function
5873 lookup framework
5874
5875Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5876
5877 * tree.c: fixed xmlCopyNode() for documents
5878
5879Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5880
5881 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5882
5883Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5884
5885 * parser.c: fixes bug #57652 reported by Morus Walter
5886
5887Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5888
5889 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5890
5891Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5892
5893 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5894 errors, lesson don't add new functions at 1am before a release
5895 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5896 from XPath initialization when possible.
5897
5898Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5899
5900 * result/scripts/base*: removing history/readline changed
5901 this slightly
5902 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5903 xmllint.c: make element content line number generation
5904 optionnal to avoid breaking old apps added interface to switch
5905
5906Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5907
5908 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005909 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005910 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5911 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5912 John Kroll fixes to allow saving to HTTP via PUT (or
5913 POST of needed).
5914 * doc/html/*.html: regenerated the docs
5915
5916Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5917
5918 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5919 xmlHashScanFull and xmlHashScannFull3 to get passed the
5920 three keys as arguments to the callback function
5921
5922Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5923
5924 * configure.in Makefile.am: removed libxml softlink for good
5925 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5926 100% coverage by gtk-doc
5927
5928Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5929
5930 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5931 fixed serious troubles due to size_t vs. int mismatch
5932
5933Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5934
5935 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5936
5937Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5938
5939 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5940 convenient extension API for value and context managing
5941 Now handles external objects through xmlXPathPopExternal,
5942 xmlXPathWrapExternal and xmlXPathReturnExternal.
5943 Added functions for sets operations (intersection, etc.)
5944
5945Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5946
5947 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5948 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5949 HTMLparser.c: cleanup of global variables, marking some
5950 const or private.
5951
5952Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5953
5954 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5955 fixed xmlXPathNodeSetItem when passing index=0
5956
5957Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5958
5959 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5960
5961Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5962
5963 * xmllint.c: fixed compilation under Cygwin #57503
5964 * TODO: update
5965
59662001-07-13 Peter Williams <peterw@ximian.com>
5967
5968 * config.h.in: add #undef HAVE_DLFCN_H
5969
5970 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5971 builddir.
5972
5973Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5974
5975 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5976 raised by #57348 and #57381
5977
5978Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5979
5980 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5981 tree.c xpointer.c: store the line numbder in element->content,
5982 may break some software, need a configuration mechanism
5983
59842001-07-10 Darin Adler <darin@bentspoon.com>
5985
5986 * .cvsignore:
5987 * example/.cvsignore:
5988 * include/.cvsignore:
5989 * include/libxml/.cvsignore:
5990 Various things that are generated and should be ignored.
5991
5992Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5993
5994 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5995 * doc/xml.html doc/html/*: updated the docs
5996
5997Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5998
5999 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
6000 validation occured on content with element child
6001
6002Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6003
6004 * tree.c: fixed XML Base computation which was broken
6005 * debugXML.c: added a base function to the shell
6006 * Makefile.am result/scripts/* test/scripts/*: added scripts
6007 based regression tests, and adding 2 XML Base tests
6008
6009Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6010
6011 * tree.c: set properties doc and call xmlSetListDoc for properties
6012 content when grafting them in a different tree.
6013 * aclocal.m4: remove from CVS
6014
6015Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6016
6017 * win32/libxml2/libxml2.def.src: added some missing entry point
6018 for XPath (Mark Vakoc)
6019
6020Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6021
6022 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
6023 layer should URI-Unescape before trying to open resources.
6024
6025Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6026
6027 * xpath.c: fix the name() bug for elements in the default
6028 namespace reported by Charlie Bozeman
6029
6030Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6031
6032 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
6033 led to an XPath fix, improvements of SAX initialization, and
6034 an added option --nocdata to testXPath
6035
6036Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6037
6038 * doc/libxml-doc.el: Felix Natter provided anew version working
6039 with XEmacs too
6040
6041Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6042
6043 * include/libxml/xpath.h: small cleanup
6044 * doc/xml.html: update
6045
6046Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6047
6048 * Makefile.am configure.in include/libxml/xmlwin32version.h:
6049 released 2.3.14
6050
6051Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6052
6053 * doc/html/*: rebuilt the docs for the release
6054 * doc/xml.html: added 2.3.14 release.
6055
6056Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6057
6058 * xpath.c: a bug reported by Stephan Kulow empty nodesets
6059 were not equal to empty strings
6060
6061Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6062
6063 * SAX.c: fixed a URI-Reference computation problem when validating
6064 * xmlIO.c: small cleanup
6065
6066Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6067
6068 * parser.c: improved the description of a couple of interfaces
6069 upon Larry Stamper suggestion
6070
6071Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6072
6073 * SAX.c entities.c parser.c: changed completely the way entities
6074 are handled when running the parser in entity substitution mode.
6075 This fixes a bug reported by Stephan Kulow and nearly divides
6076 by 3 the amount of memory required by libxslt to load and process
6077 DocBook TDG.
6078
6079Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6080
6081 * HTMLparser.c: fixing a too early root closing problem raised
6082 byt Prashanth Naidu
6083
6084Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
6087 raised by Mark Vakoc.
6088
6089Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6090
6091 * example/Makefile.am: fixed the include path to add srcdir/include
6092 * Makefile.am configure.in: fix from Albert Chin for iconv detection
6093 and some cleanup
6094
6095Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6096
6097 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
6098 lot of optimization work, results in significant improvements
6099 when handling really complex XPath queries. Add a small optimizer
6100 for unions, improve [n] and [last()], avoid some costly ops.
6101
6102Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6103
6104 * include/libxml/parser.h parser.c: xmlStrstr args are both const
6105 * xpath.c: small cleanup
6106 * xmlGetNsList: reformated, fixed problems if used on Entities
6107
6108Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6109
6110 * doc/xml.html: added 1.8.14 and 2.3.13 releases
6111
6112Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6113
6114 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
6115 * Makefile.am example/Makefile.am: workaround automake generating
6116 erroneous deps
6117
6118Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6119
6120 * include/win32config.h: bug #56801 Yon Derek provided a patch
6121 to the windows config file.
6122
6123Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6124
6125 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
6126 libxml.h : Yon Derek provided a set of changes to compile from
6127 CVS on Windows/MSC
6128
6129Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6130
6131 * parser.c: fixed UTF8 BOM support in push mode
6132 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
6133 added a specific testcase
6134
6135Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6136
6137 * Makefile.am: added --push regression tests
6138 * parserInternals.c: the XML parser segfaulted in --push mode
6139
6140Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6141
6142 * configure.in: moved the symlinks detection within a CVS
6143 check, this is not portable and will be removed soon.
6144 * xpath.c: small cleanup/speedup
6145
6146Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6147
6148 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
6149 release of 2.3.12
6150 * parser.c: make an error message if unknow entities in all cases
6151
6152Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6153
6154 * uri.c: fixed 2 uri normalization bugs on '//' reduction
6155
6156Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6157
6158 * include/libxml/Makefile.am: Laszlo Peter pointed out that
6159 includes were installed in the wrong dir
6160
6161Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6162
6163 * doc/html.xml: warn against sending code to exhibit bugs.
6164
6165Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6166
6167 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
6168 Tru64 from Thomas Leitner
6169
6170Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6171
6172 * AUTHORS: added William and Bjorn
6173 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
6174 daniel@veillard.com hopefully I won't have to do this again
6175 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
6176 docs can be rebuilt cleanly now
6177 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
6178 from CVs it's generated, added include/libxml/xmlwin32version.h
6179 also generated but which should change far less frequently.
6180 * catalog.c nanoftp.c: made sure to include libxml.h not
6181 libxml/xmlversion.h directly
6182 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
6183 when compiling on WIN32 and MSC
6184
6185Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6186
6187 * include/Makefile.am include/libxml/Makefile.am configure.in:
6188 fixed make distcheck and rebuilding the rpms
6189
6190Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6191
6192 * configure.in: should finish the migration of exported includes
6193 into a real include/libxml in CVS, at least for CVS users.
6194 * removed the exported headers, added in include/libxml (as well
6195 as xmlversion.h.in).
6196
6197Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6198
6199 * configure.in: fixed the way to detect symlink
6200
6201Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6202
6203 * configure.in: updated, include/libxml is now a real CVS dir
6204
6205Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6206
6207 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
6208 version works with both libxml1 and libxml2 (it autodetects
6209 the prefix of the html-files) from Felix Natter.
6210 * doc/xml.html: updated doc accordingly
6211
6212Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6213
6214 * xpath.c: fixed the bug generating a template loop in libxslt
6215 when using docbook-xsl-1.4, * should filter out document nodes
6216 * HACKING: added William
6217 * TODO: updated
6218
6219Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6220
6221 * doc/FAQ.html: added a warning about gcc-3.0
6222 * doc/xml.html: added reference to gdome2 and removed a confusing
6223 sentence
6224
6225Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6226
6227 * xmlversion.h: okay this is a generated file, but Windows
6228 users need it and they can't generate it, and I want CVS
6229 Windows users ...
6230 * win32/libxml2/libxml2_so.dsp: Windows project file for
6231 the shared lib version of libxml2
6232 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
6233 resources needed for libxslt/xsltproc by Yon Derek
6234
6235Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6236
6237 * trio.c: MSVC fix (provided by Igor Zlatkovic)
6238
6239Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6240
6241 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
6242
6243Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6244
6245 * include/win32config.h: Yon Derek provided a first fix
6246 to be able to compile libxslt/xsltproc on Windows
6247
6248Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6249
6250 * xpath.c: attempt to work around what seemed a gcc optimizer
6251 bug when handling floats on i386 http://veillard.com/gcc.bug
6252 * tree.c entities.c encoding.c: doing some cleanups while
6253 chasing it
6254
6255Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6256
6257 * Makefile.am: cleanup when --without-debug is specified
6258 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
6259 w.r.t. --without-debug and other include points
6260 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
6261 Catalogs
6262 * configure.in entities.h tree.h HTMLparser.c: removed
6263 --without-corba, made the _private field mandatory
6264
6265Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6266
6267 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
6268 outputs a BOM in UTF8, an errata has been issued to avoid the
6269 problem, that was the most reasonable solution... Add support
6270 for a leading UTF8 BOM in entities.
6271
6272Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6273
6274 * valid.c: fixed a bug found when post validating an entity ref
6275 * xmllint.c: added --loaddtd and sligly changed --postvalid to
6276 activate it too
6277
6278Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6279
6280 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
6281 weakness in the node copy the XPointer and the XInclude
6282 implementations. Serious cleanup.
6283
6284Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6285
6286 * Makefile.am: Kjartan Maraas provided a small patch to
6287 add xml2-config.in to EXTRA_DIST
6288
6289Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6290
6291 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
6292 provided another failing case found in KDE, the way the
6293 ctxt->vctxt.nodeTab was allocated and freed changed over
6294 time but it wasn't completely cleaned up. This should fix it.
6295
6296Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6297
6298 * parser.c: Stephan Kulow also raised the fact that line number
6299 could get miscounted making debug harder, fixed the problem
6300 in xmlParseCharData()
6301
6302Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6303
6304 * valid.c: Stephan Kulow pointed out a problem when validating
6305 and using an empty entity, forgot a 'break' in a case.
6306
6307Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
6310 * doc/xml.html: updated with 2.3.11
6311
6312Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * TODO: updated adding cleanup of generated doc
6315 * configure.in: prepared to release 2.3.11
6316 * xmllint.c: added --version for bug reporting
6317 * doc/html/*.html: rebuilt the doc
6318
6319Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6320
6321 * xpath.c: first part of the work on selecting namespace to
6322 fix bug #56115
6323
6324Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6325
6326 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
6327 when using -liconv
6328 * TODO: updated
6329
6330Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6331
6332 * HTMLtree.[ch]: more work on the HTML serialization routnes,
6333 cleanup, encoding support.
6334
6335Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6336
6337 * xpath.c: Thomas Broyer suggested a better patch for the / arg
6338
6339Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6340
6341 * xpath.c: bug detected by Ankh when / is used as a function arg
6342
6343Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6344
6345 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
6346 of element and use it to avoid outputting formatting spaces at
6347 the wrong place. Implemented the format parameter for HTML save.
6348 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
6349 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
6350 result/HTML/wired.html: of course this impact the result of a
6351 number of HTML tests
6352
6353Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6354
6355 * HTMLtree.[ch]: started augmenting the HTML save API with
6356 encoding and formatting parameters
6357
6358Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6359
6360 * HTMLtree.h: cleanup and started evaluating the work needed on
6361 revamping the HTML output code
6362
6363Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6364
6365 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
6366
6367Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6368
6369 * valid.c: fixed bug #56049, forgot one check in the
6370 validation routine
6371
6372Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6373
6374 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
6375
6376Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6377
6378 * libxml.h: fixed an error in last commit
6379 * doc/FAQ.html: added an entry for compilation from CVS
6380
6381Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6382
6383 * xmlversion.h.in libxml.h: Cygwin patches
6384 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
6385 * tree.h: cleanup
6386
6387Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6388
6389 * tree.c: patched xmlFreeNode() to avoid freeing() a static
6390 memory block in a strange case where libxml is linked twice
6391 in the binary.
6392
6393Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6394
6395 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
6396 state far too often, simple fix used to avoid it.
6397
6398Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6399
6400 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
6401 being processed, applied his patch
6402 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
6403
6404Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6405
6406 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
6407 provided fixes to compile on MSCC again
6408 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
6409 also provided an update for the project files.
6410
6411Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6412
6413 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
6414 bug #55810
6415
6416Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6417
6418 * tree.c: fixed xmlGetNsProp() to close bug #55683
6419 Note this requires libxslt to use it's own function instead.
6420
6421Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6422
6423 * HTMLtree.c: when in a pre element no formatting space should
6424 be added.
6425 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
6426
6427Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6428
6429 * configure.in: added tests for signal() and signal.h
6430
6431Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6432
6433 * xpath.c: robert pointed out xmlXPathNINF was not initialized
6434
6435Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6436
6437 * doc/libxml-doc.el: Felix Natter provided a new version for
6438 libxml2
6439
6440Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6441
6442 * HTMLtree.c: when in a pre element no formatting space should
6443 be added.
6444
6445Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6446
6447 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
6448
6449Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6450
6451 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
6452 hack
6453 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
6454 * uri.c: fixed a warning
6455
6456Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6457
6458 * HTMLtree.c: trying to close bug #55772 escaping in script
6459 elements
6460 * doc/xml.html: suggest to send mail to the list
6461
6462Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6463
6464 * error.c: attempt to fix the xmlGetVarStr breakage once and for
6465 good. Use a macro and based on the solution provided in
6466 vsnprintf manual page from GNU.
6467
6468Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6469
6470 * error.c: Workaround for non-preserving variadic list.
6471 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
6472
6473Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6474
6475 * doc/xml.html: added 2.3.10 release
6476
6477Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6478
6479 * configure.in: releasing 2.3.10
6480
6481Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6482
6483 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
6484
6485Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6486
6487 * encoding.c: Robert Collins provided a patch to add the
6488 "US-ASCII" encoding alias
6489
6490Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6491
6492 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
6493 string oriented functions and started cleaning the related areas
6494 in xpath.c which needed fixing in this respect
6495
6496Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6497
6498 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
6499 #55380
6500 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
6501
6502Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6503
6504 * TODO: updated
6505 * nanohttp.[ch] : started adding APIs to get the redirected URL
6506 when this occurs (needed for further base computation
6507 * tree.h: cleanup
6508 * encoding.c: cleanup
6509 * SAX.c: minor change around ctxt->loadsubset
6510
6511Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6512
6513 * Makefile.am include/Makefile.am: small change to have
6514 include/libxml rebuilt if working from CVS.
6515 * uri.c: applied another patch from Carl Douglas for URI escaping,
6516 this should close bug #51876
6517
6518Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6519
6520 * xinclude.c: fixed XInclude recursive behaviour bug #54678
6521 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
6522 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
6523 added specific regression test
6524 * parser.h: preparing for the XSLT mode where DTD inherited
6525 attributes are added to the tree.
6526
6527Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6528
6529 * xinclude.[ch]: Updated the namespace for the Last Call version
6530 * result/XInclude/include test/XInclude/include: updated the
6531 testsuite accordingly
6532
6533Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6534
6535 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
6536 related to bug #51876
6537
6538Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6539
6540 * tree.c: fixed a gross mistake in base computation, xml:base is
6541 not completely correct yet (need cascade).
6542 * xpath.[ch]: added the few things needed to find a function name
6543 and URI from the XPath context when it is called.
6544
6545Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6546
6547 * catalog.[ch]: fixes and add xmlLoadCatalogs()
6548 * DOCBparser.c: small cleanup
6549 * xmllint.c: added a --catalogs option to load catalogs from
6550 $SGML_CATALOG_FILES
6551 * tree.c: cleanup
6552 * configure.in: iconv library fixup, ICONV_LIBS
6553
6554Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6555
6556 * catalog.c: handling of CATALOG entries. detection of recursion,
6557 and a few bugfixes
6558 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
6559 against the default namespace
6560
6561Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6562
6563 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
6564
6565Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6566
6567 * parser.c: fixed propagation context info when parsing an
6568 external entity.
6569 * doc/html/*.html: regenerated a couple of docs
6570
6571Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6572
6573 * doc/xml.html: update with 2.3.9 informations
6574
6575Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6576
6577 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
6578 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
6579 * doc/html/* : rebuilt the docs
6580 * valid.c: small patch which may improve some case when
6581 validating.
6582
6583Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6584
6585 * HTMLparser.c: Closed bug #54891
6586 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
6587 to the suite
6588
6589Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6590
6591 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
6592 applied a documentation patch from LotR and filled in a few missing
6593 descriptions
6594
6595Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6596
6597 * xpath.c tree.c parser.c: speed optimizations at the parser level
6598 document tree freeing and xpath evaluation
6599
6600Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6601
6602 * parser.c parser.h parserInternals.h: fixed a couple of
6603 interfaces for handling memory buffer input to const char *
6604 upon suggestion of JamesH.
6605
6606Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6607
6608 * configure.in: LoTR sent a patch fixing the previous commit
6609
6610Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6611
6612 * configure.in: trying to deal again with the stoopid -R linking
6613 flag of Solaris
6614
6615Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6616
6617 * xpath.h: two nodeset access macros from Thomas Broyer
6618
6619Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6620
6621 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
6622 patch from Thomas Broyer
6623
6624Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6625
6626 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
6627 case
6628 * INSTALL: was empty added stuff from the FAQ
6629
6630Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6631
6632 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
6633 attributes handling and #54433 by adding xmlUnsetProp()
6634 and xmlUnsetNsProp()
6635
6636Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6637
6638 * HTMLparser.c: Patch from Jonas Borgström
6639 (htmlGetEndPriority): New function, returns
6640 the priority of a certain element.
6641 (htmlAutoCloseOnClose): Only close inline elements if they
6642 all have lower or equal priority.
6643 * result/HTML: this of course changed a number of tests results.
6644
6645Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6646
6647 * xmlIO.c catalog.c: plugged in the default catalog resolution
6648 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
6649 documentations
6650 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
6651
6652Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6653
6654 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
6655 integrating catalogs
6656 * catalog.[ch] testCatalog.c: adding a small catalo API
6657 (only SGML catalog support).
6658 * parser.c: restaured xmlKeepBlanksDefault(0) API
6659
6660Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6661
6662 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
6663
6664Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6665
6666 * parser.c: added xmlParseExternalEntityPrivate() to allow
6667 propagation of ctxt->_private when parsing external entities
6668
6669Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6670
6671 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
6672
6673Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6674
6675 * configure.in: fixed a small portability problem with AM_CONDITIONAL
6676
6677Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6678
6679 * valid.c: warn when indeterminist content model is detected
6680 * result/VC/ElementValid8: this adds a message
6681 * Makefile.am: add --novalid for VCM tests
6682 * parserInternals.c: added a call to Init memory
6683
6684Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6685
6686 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
6687 when both parameters are NULL.
6688
6689Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6690
6691 * valid.c: applied small patch from Gary Pennington, reindented
6692 some part of the code.
6693
6694Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6695
6696 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
6697 release, updated and regenerated the docs
6698
6699Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6700
6701 * xpath.c result/XPath/expr/floats : clarified and cleanup
6702 printing of abnormal floats in tests.
6703
6704Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6705
6706 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
6707 * results/HTML/ : a few changes in the output of the HTML tests as
6708 a result.
6709 * configure.in: tying to fix -liconv where needed
6710
6711Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6712
6713 * Makefile.am: fixed a stupid error
6714
6715Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6716
6717 * configure.in Makefile.am: make the inclusion of the trio
6718 modules in the library conditional
6719
6720Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6721
6722 * DOCBparser.c: patche from László Kovács, fixed entities refs
6723 in attributes handling
6724
6725Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6726
6727 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
6728 flushing
6729
6730Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6731
6732 * xpath.c: fix of an XSLT namespace bug reported on the list
6733 general/bug-8-
6734
6735Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6736
6737 * strio.h trio.c: Dan McNichol suggested a couple of small
6738 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
6739
6740Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6741
6742 * tree.c parser.c encoding.c: spent a bit more time looking
6743 at the parsing speed and DOM handling. Added a few more
6744 speedups.
6745
6746Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6747
6748 * parser.c: small but effective parsing speed improvement
6749
6750Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6751
6752 * configure.in: default on the DocBook parser inclusion (for Gnome)
6753 * DOCBparser.h: fixed a header reference
6754
6755Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6756
6757 * configure.in xpath.c: applied Bjorn patches for FPE on the
6758 alpha
6759
6760Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6761
6762 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
6763 xmlSaveFormatFileTo()
6764
6765Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6766
6767 * xpath.c: simple and efficient optimization, XPath functions
6768 aways bind to the same code, cache this
6769 * TODO: updated (by saying some is obsolete)
6770
6771Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6772
6773 * xpath.c: more cleanup work on XPath name parsing routines
6774
6775Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6776
6777 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
6778 xmlXPathParseName
6779 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
6780 * debugXML.c: avoid compilation problems if compiling without
6781 HTML support, Igor Zlatkovic
6782 * win32/libxml2/libxml2.def.src: being able to compile without
6783 XPath on Windows
6784
6785Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6786
6787 * libxml.m4: yet another patch from Toshio Kuratomi
6788
6789Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6790
6791 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
6792
6793Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6794
6795 * tree.[ch]: added xmlSaveFormatFile interface for saving
6796 and indenting a file.
6797
6798Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6799
6800 * xpath.c: fixed bug #53689 related to processing-instruction()
6801
6802Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6803
6804 * DOCBparser.c: patche from László Kovács
6805
6806Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6807
6808 * parser.c: applied fixes from Christian Glahn bug report #53391
6809
6810Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6811
6812 * error.c: Jean François Lecomte provided a complete description
6813 and a fix to bug #53537
6814
6815Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6816
6817 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
6818
6819Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6820
6821 * DOCBparser.c SAX.c: a bit more work on entities processing.
6822 Still Need to cleanup XML output and references in attributes
6823
6824Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6825
6826 * DOCBparser.c include/Makefile.am: two patches from László Kovács
6827
6828Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6829
6830 * tree.c: trying to fix #53574, not completely complete,
6831 I would like xmllint --copy --debug test/ent1 and
6832 xmllint --debug test/ent1 to show the same result.
6833 * xpath.c: fix a bug when trying to sort namespace nodes
6834
6835Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6836
6837 * HTMLtree.c: real fix for #53402
6838
6839Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6840
6841 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
6842 PIs when using xsl:output
6843 * valid.c: closing #53537 some case generate segfaults if there
6844 is validity errors
6845
6846Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6847
6848 * SAX.c testDocbook.c DOCBparser.c: more work on the support
6849 of external parsed entities, added --noent to testDocbook
6850 * valid.c: Garry Pennington found an uninitialized variable
6851 access in xmlValidateElementContent()
6852
6853Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6854
6855 * HTMLparser.c : HTML parsing still sucks ... trying to deal
6856 with madness
6857 * result/HTML/ : this modified the result of the regression tests
6858 a lot.
6859
6860Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6861
6862 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
6863 to doc where it wasn't checked against NULL reported by
6864 Jens Laas
6865
6866Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6867
6868 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
6869 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
6870
6871Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6872
6873 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
6874 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
6875 * SAX.[ch]: cleanup and updates for DocBook
6876 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
6877 ex SGML identifier changes
6878 * valid.c: removed a static unused function.
6879
6880Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6881
6882 * HTMLtree.c: applied change for Paul Sponagl on script saving
6883 * Makefile.am: the warning about entity title.xml are normal.
6884
6885Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6886
6887 * configure.in: release of 2.3.7
6888 * Makefile.am: fixing make distcheck
6889
6890Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6891
6892 * doc/html/* doc/xml.html: updated and regenerated the docs
6893
6894Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6895
6896 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6897
6898Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6899
6900 * tree.c: fixed #53388 with the provided patch
6901
6902Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6903
6904 * valid.c: Bjorn detected an invalid memory access. Fixed
6905 vstateVPush()
6906
6907Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6908
6909 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6910
6911Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6912
6913 * libxml.h: new header used only for the compilation of libxml
6914 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6915 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6916 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6917 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6918 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6919 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6920 baseline (version 1.2 plus a single patch).
6921 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6922 scientific notation for numbers. Tests added.
6923 * xpath.c: formatting of numbers changed to use sprintf
6924 (contribution from William Brack)
6925
6926Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6927
6928 * valid.c: cleanup, more useful debugging
6929 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6930 * xmlIO.c: entity loading is printed as an error when validating
6931
6932Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6933
6934 * valid.c: fixed to validate within entities
6935 * test/VCM/v22.xml: added a specific testcase
6936
6937Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6938
6939 * valid.c: forgot an epsilon transition in for ()+
6940 * test/VCM/v21.xml : added a specific test case
6941
6942Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6943
6944 * valid.c: removed a state explosion exhibited by RSS
6945 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6946 from bug #51872
6947
6948Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6949
6950 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6951 validation without using an ugly NFA -> DFA algo in the source.
6952 Made a specific algorithm easier to maintain, using a single
6953 stack and without recursion.
6954 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6955 * hash.c: made the growing routine static
6956 * tree.h parser.c: added the parent information to an
6957 xmlElementContent node.
6958
6959Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6960
6961 * SAX.c parser.c xpath.c: generating IDs when not validating
6962 from an external parsed entity was poisoning the ID has table
6963 with removed values. This was killing XSLT on the KDE help
6964 browser.
6965
6966Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6967
6968 * entities.h: andrew@ugh.net.au detected a double declaration
6969
6970Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6971
6972 * debugXML.c hash.c tree.h valid.c : some changes related to
6973 the validation suport to improve speed with DocBook
6974 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6975 the way validation errors get reported
6976
6977Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6978
6979 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6980 by P C Chow and William M. Brack for XSLT HTML output
6981
6982Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6983
6984 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6985 Igor Zlatkovic patches for MSC compilation and added his
6986 updates
6987
6988Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6989
6990 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6991 prefix lookup.
6992 * parserInternals.c: fixed the bug reported by Morus Walter
6993 due to an off by one typo in xmlStringCurrentChar()
6994
6995Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6996
6997 * HTMLparser.c result/HTML/*: revamped the way the HTML
6998 parser handles end of tags or end of input
6999
7000Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7001
7002 * tree.[ch] : added xmlDocCopyNode for gdome2 support
7003
7004Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7005
7006 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
7007 bug where the linktime verions of free() won't work ...
7008
7009Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7010
7011 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
7012
7013Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7014
7015 * doc/xml.html: added 2.3.6 release
7016
7017Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7018
7019 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
7020 * result/wml.xml: resulted in a small output change
7021
7022Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7023
7024 * tree.c: xmlNewDoc was missing the charset initialization
7025 * xmllint.c: added --auto to autogenerate a doc, allow to
7026 reproduce the problem fixed on xmlNewDoc
7027
7028Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7029
7030 * xpath.c: trying to get 52979 solved
7031 * tree.c result/ result/noent/: trying to get 52712 solved, this
7032 also made me clean up the fact that XML output in general should
7033 not add formating blanks by default, this changed the output of
7034 a few tests
7035
7036Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7037
7038 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
7039
7040Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7041
7042 * configure.in: finally released 2.3.6
7043
7044Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7045
7046 * xpath.c: checking for null pointer generated by new code
7047
7048Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7049
7050 * xpath.c: fixed a [] evaluation problem reported
7051 * test/XPath/tests/simpleaddr: extended test
7052 * result/XPath/simpleaddr: updated result
7053
7054Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7055
7056 * xmllint.c: Dan Timis reported a portability problem
7057 on Macs without mmap, fixed it.
7058
7059Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7060
7061 * testXPath.c : added a --tree option allowing to display the
7062 tree dump of the XPath expression
7063
7064Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7065
7066 * xpath.c: fixed a memleak when comparing nodesets
7067 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
7068 * tree.c: added a TODO
7069
7070Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7071
7072 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
7073 we need string functions
7074 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
7075 to be able to use them where needed. Applied some changes
7076 to reduce name linking pollution and compile in only what's
7077 needed.
7078 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
7079 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
7080 for the string manipulation functions
7081 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
7082 to the free() function of xmlmemory.c
7083 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
7084 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
7085 usage.
7086
7087
7088Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7089
7090 * error.c: applied the context output patch of the error
7091 handling submitted by Chuck Griffith
7092 * error/VC/*: this slightly change some error logs
7093
7094Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7095
7096 * parser.c: fixed line number reporting on error
7097
7098Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7099
7100 * parser.c: Sullivan and Darin found a parser bug,
7101 applied the patch.
7102
7103Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7104
7105 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
7106 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
7107 xmlversion.h.in xpointer.c: of course the way I defined
7108 UNUSED breaks on old gcc version. Try to be smart and
7109 also define it directly in xmlversion.h
7110 * configure.in: removed -ansi flag from the pedantic set
7111
7112Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7113 Huge cleanup, I switched to compile with
7114 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
7115 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
7116 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
7117 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
7118 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
7119 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
7120 encoding.h entities.c error.c list.[ch] nanoftp.c
7121 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
7122 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
7123 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
7124 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
7125 Cleanup, staticfied a number of non-exported functions,
7126 detected and cleaned up a dozen of problem found this way,
7127 avoided a lot of public function name/typedef/system names clashes
7128 * doc/xml.html: updated
7129 * configure.in: switched private flags to the really pedantic ones.
7130
7131Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7132
7133 * configure.in: 2.3.5
7134 * doc/html/*: rebuilt the docs
7135
7136Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7137
7138 * parser.c: fixed a reported bug in NOTATION parsing
7139 * uri.c: accepted but not fixed bug 51876, added TODO
7140 * Makefile.am: fixed bug 51876
7141
7142Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7143
7144 * config.h.in configure.in error.c: fix a compilation problem
7145 on platforms without vsnprintf (xml@thewrittenword.com)
7146
7147Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7148
7149 * parser.c: fixed a function name header typo
7150 * SAX.c: notations can also occur in external subset.
7151
7152Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7153
7154 * error.c: removed a C++ like comment
7155
7156Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7157
7158 * parser.c: fixing bug 52299 strange condition leading
7159 to a parser crash due to a buffer overflow
7160 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
7161 added the specific test case
7162
7163Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7164
7165 * xpath.[ch]: still a lot of cleanup based on XSLT, added
7166 xmlXPathConvert{String,Number,Boolean} to be able to make
7167 type casts without a context stack, fixed some implementation
7168 problems related to the absence of context at parse-time,
7169 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
7170 in the public API too
7171 * xpointer.c xpathInternals.h: we need to know at parse time
7172 whether we are compiling an XPointer
7173
7174Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7175
7176 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
7177 cleaned up the parser internals, refactored XPath code, added
7178 new compilation based APIs and cleanly separated public and
7179 private APIs.
7180
7181Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7182
7183 * xpath.h: the comp field must be added at the end to avoid
7184 killing binary compat.
7185
7186Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7187
7188 * Makefile.am: detect XPath memleaks in regreson tests
7189 * error.c: fixed and error w.r.t. error reporting still using
7190 stderr
7191 * hash.c: added new line at end of file
7192 * tree.h: minor cleanup
7193 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
7194 expression parsing from evaluation, resulted in a number of
7195 changes internally, and in XPointer. Likely to break stuff
7196 using xpathInternals.h but should remain binary compatible,
7197 new interfaces will be added.
7198
7199Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7200
7201 * configure.in: fixed a couple of problems reported by
7202 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
7203 without gcc on non linux platforms.
7204
7205Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7206
7207 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
7208 a fix for --with-html-dir= configure support. I hope it won't
7209 break rpm generation
7210
7211Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7212
7213 * xmlIO.c: one function comment cleanup.
7214
7215Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7216
7217 * SAX.c: external subset notations were improperly registered
7218 in the internal subset.
7219
7220Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7221
7222 * README.cvs-commits: added, pointing to HACKING
7223 * HACKING: updated
7224
7225Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7226
7227 * parser.c: and Matt Sergeant found one in the XML push
7228 parser (erroneous check I forgot to remove when I fixed the
7229 main parser).
7230
7231Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7232
7233 * xpath.c: ptittom found a small bug in UnaryExpr
7234
7235Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7236
7237 * configure.in: bumped to 2.3.4
7238 * error.c: fixed bug #51860
7239 * tree.c: fixed bug #51861
7240 * valid.c: cleanup, more debug, failed to fix one bug crap ...
7241 * tree.[ch] : added xmlDefaultBufferSize
7242 * nanoftp.c: typo in function name header block
7243 * doc/xml.html : updated, added link to XML::LibXSLT
7244 * doc/html/* : rebuilt the docs
7245
7246Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7247
7248 * parser.c SAX.c: the new content parsing code raised an
7249 ugly bug in the characters() SAX callback. Found it
7250 just because of strangeness in XSLT XML Rec ouptut :-(
7251
7252Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7253
7254 * Makefile.am: Martin Baulig suggested to add -lm
7255 * tree.c: found another bug in xmlNodeGetContent()
7256
7257Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7258
7259 * xpath.c: Bjorn found the error related to strictness of comparison.
7260
7261Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7262
7263 * parser.c: trying to fix the Dtd parsing problem reported
7264 by Gary, side effect of last week speed optimizations.
7265
7266Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7267
7268 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
7269 * parserInternals.c: removed unneeded test raised by Stric
7270
7271Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
7272
7273 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
7274 and fixed by William Brack). Added xmlXPathFormatNumber.
7275 Changed the sorting slightly.
7276 * configure.in Makefile.am example/Makefile.am: Added -lm.
7277 Please note that applications linking with libxml2, must
7278 also like with the math library from now on.
7279
7280Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7281
7282 * HTMLparser.c: fixed loop reported by Marc Sanfacon
7283
7284Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7285
7286 * parser.c: one must report spaces even if the Dtd element
7287 content proves that this is not part of the element content.
7288 * result/valid/*.xml: this changed the ouptu slightly
7289
7290Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7291
7292 * configure.in: bumped to 2.3.3
7293 * doc/xml.html: updated
7294
7295Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7296
7297 * tree.c: minor doc fix
7298 * xpath.c: deallocation issues when a result tree has been
7299 converted to a node-set
7300
7301Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7302
7303 * doc/xml.html: oops corrected dates s/2000/2001
7304
7305Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7306
7307 * valid.c: new patch from Gary Pennington
7308
7309Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7310
7311 * doc/xml.html: applied patch from Ankh
7312
7313Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7314
7315 * xinclude.c: fixed a problem building on Mac
7316
7317Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7318
7319 * parser.c: more work on increasing parsing ferformances
7320
7321Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7322
7323 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
7324 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
7325 avoiding memcpy in production builds MEM_CLEANUP macro use
7326 * parser.[ch] parserInternals.c: optimizations of the tightest
7327 internal loops inside the parser. Better checking of I/O
7328 flushing/loading conditions
7329 * xmllint.c : added --timing
7330
7331Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7332
7333 * configure.in: bumped to 2.3.2
7334 * doc/xml.html: updated for release
7335
7336Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7337
7338 * xpath.c: found a memleak and fixed a nasty bug
7339
7340Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7341
7342 * xmllint.[c1] : added return code errors for xmllint
7343 * xpath.c: specific debug dump function for result value trees
7344
7345Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7346
7347 * xpath.c: finally implemented xmlXPathCompareNodeSets
7348 * test/XPath/expr/floats results/XPath/expr/floats: added
7349 a test for float expressions
7350
7351Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7352
7353 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
7354 * parserInternals.[ch]: trying to speed up parsing
7355 * xpath.c : speeded up node set equality op
7356
7357Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7358
7359 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
7360 better handling of ID/IDREF and the list modules associated
7361 * configure.in: small CFLAGS cleanup
7362
7363Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7364
7365 * configure.in: fixed iconv detection on AIX (stric)
7366
7367Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7368
7369 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
7370
7371Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
7372
7373 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
7374 and optimized xmlXPathNodeSetSort
7375
7376Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7377
7378 * xpath.c: bug fix when context size is 0
7379 * parser.c: I like Norm's Dtd because they still manage to break
7380 the parser occasionally
7381
7382Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7383
7384 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
7385
7386Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7387
7388 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
7389 attributes within the XML-1.0 namespace
7390
7391Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7392
7393 * xpathInternals.h: exported a few axis functions
7394 * doc/xml.html: updated the doc
7395
7396Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7397
7398 * configure.in: applied patch from Daniel van Balen for OpenBSD
7399 and bumped version to 2.3.1
7400 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
7401 attempt to find autoclosing was simply broken, removed it,
7402 updated the examples, this is better
7403
7404Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7405
7406 * hash.[ch]: added Paolo Casarini patch to provide Delete from
7407 hash functionnalities.
7408 * doc/html/* : rebuild the doc
7409
7410Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7411
7412 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
7413 on predicate
7414 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
7415 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
7416 really want to have tags closed on output even if we accept
7417 unclosed ones on input
7418
7419Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7420
7421 * xpath.c: ouch don't free NULL, rare case fixed
7422 * tree.c: don't coalesce text nodes if they don't have the
7423 same behaviour wrt escaping on output
7424
7425Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7426
7427 * xpath.c: small fixup
7428 * SAX.c: don't warn on empty namespaces.
7429
7430Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7431
7432 * README: a bit of cleanup
7433 * configure.in: preparing for 2.3.0 release
7434
7435Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7436
7437 * hash.[ch]: added a first version of xmlHashSize()
7438 * valid.c: another bug fix from Gary Pennington
7439
7440Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7441
7442 * valid.c: couple of bug fixes pointed by Gary Pennington
7443 * HTMLtree.c: #if 0 cleanup
7444
7445Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7446
7447 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
7448 which removes a time consuming check of xmlXPathNodeSetAdd()
7449 and use it in places where we are sure to not break unicity
7450
7451Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7452
7453 * xpath.c: bug fixes found from XSLT
7454 * tree.c: preserve node->name special values when copying nodes.
7455 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
7456 external subset are fetched when available but without full
7457 validation. Added xmlLoadExtDtdDefaultValue, need a function.
7458 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
7459 output with encoding disabled.
7460
7461Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7462
7463 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
7464 xmlCheckFilename should not be called from xmlFileOpenW
7465 and xmlGzfileOpenW
7466
7467Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7468
7469 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
7470 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
7471 added the new tests for URI normalization
7472 * testURI.c: fixed stoopid bugs
7473 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
7474 the URI in the error messages are now properly normalized
7475
7476Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7477
7478 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
7479
7480Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7481
7482 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
7483
7484Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7485
7486 * xpath.c: fixed mod operator
7487
7488Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7489
7490 * parser.c: fixed xmlStrcat doc
7491 * tree.c: 2 fixes form Anders Carlson for copying nodes and
7492 trees.
7493
7494Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7495
7496 * xpath.c result/XPath/tests/chaptersbase
7497 result/XPath/tests/simplebase: fixed XPath node()
7498 * tree.c: small fix in xmlNewNs()
7499 * Makefile.am: removed extraneous xml2Conf.sh rule
7500
7501Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7502
7503 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
7504 Changed the library name, in order to get libxml-devel and
7505 libxml2-devel to coexist on a single system
7506 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
7507 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
7508
7509Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7510
7511 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
7512 libxml2-devel installable in // as libxml-devel.
7513
7514Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7515
7516 * doc/Makefile.am: fixed make rebuild in doc
7517 * doc/html/*.html: rebuilt the docs
7518
7519Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7520
7521 * tree.c: patch from Bjorn Reese on xmlBufferCCat
7522
7523Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7524
7525 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
7526 the HTML doc to go into the -devel RPM ...
7527 * aclocal.m4 config.h.in: some updates due to auto* magic
7528
7529Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7530
7531 * xpath.h: added a hook in the context structure allowing to
7532 link to extra support, needed for XSLT
7533
7534Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7535
7536 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
7537 xmlXPtrCmpPoints to use it.
7538 * propagated the following patch from Alejandro Forero
7539 * include/win32config.h xmlIO.c: applied further suggestions
7540 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
7541 * example/gjobread.c: fixed warnings, now that it builds
7542
7543Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
7544
7545 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
7546
7547 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
7548 filename points to a valid file (not a directory).
7549 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
7550 Added calls to xmlCheckFilenameDir.
7551
7552 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
7553 `path' (rather than `filename') as the parameter to gzopen and open.
7554
7555Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7556
7557 * Makefile.am: fixed a problem with EXTRA_DIST
7558
7559Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7560
7561 * Makefile.am example/Makefile.am: finally found the trick
7562 to build the example, i.e. add "." in SUBDIRS before example
7563 in the list <grin/>
7564
7565Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7566
7567 * doc/xml.html: updated with an XSLT section, removed pointer to
7568 W3C CVS base.
7569
7570Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7571
7572 * xpath.c: when copying a XSLT tree object teh tree need to be copied
7573 too, and deallocation need to occur the same way.
7574
7575Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7576
7577 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
7578 type correponding to an XSLT result tree fragment. Share most
7579 of the data format with node set, as well as operators.
7580 * HTMLtree.c: added a newline at the end of the doctype output
7581 whe this one is not present initially.
7582 * tree.c: make sure taht the parent and doc pointers are properly
7583 set when copying attributes (lists).
7584
7585Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7586
7587 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
7588
7589Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7590
7591 * xpath.c: seems I finally killed that ugly path evaluation
7592 context bug (tagged 9999 in case is is wrong)
7593
7594Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7595
7596 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
7597 for XSLT
7598
7599Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7600
7601 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
7602 for xmlGzfileOpen() bug
7603
7604Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7605
7606 * xpath.c: removed an error found by XSLT usage
7607 * tree.c parserInternals.h: use a predefined static string
7608 for text and comment nodes, avoid freeing them in xmlFreeNode,
7609 exported the string name in parserInternals.h and added
7610 another value to disable encoding at output (for XSLT),
7611 gain memory, time.
7612
7613Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7614
7615 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
7616 win32/libxml2/libxml2_so.dsp: new makefiles and update
7617 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
7618
7619Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7620
7621 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
7622 Gary Pennington
7623
7624Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7625
7626 * xpath.c: fixed the comaprision of values and nodelists,
7627 need to compare nodelist still ...
7628 * debugXML.c: avoided a possible core dump
7629 * HTMLparser.c: cleanup
7630 * nanohttp.c: contributed fix.
7631 * tree.c: fixes in properties handling added xmlSetNsProp
7632 needed by libxslt
7633 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
7634 comment
7635 * TODO: updated
7636
7637Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7638
7639 * parser.c parserInternals.c: applied Bjorn Reese optimization
7640 patch
7641
7642Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7643
7644 * Makefile.am: applied patch fro make check from Martin Vidner
7645
7646Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7647
7648 * configure.in: preparing 2.2.11
7649 * doc/html/*: rebuild the HTML files
7650 * doc/xml.html : updated
7651
7652Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7653
7654 * tree.c: fixed a stupid bug
7655 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
7656 patches related to validation of an XInclude processing result
7657 * TODO: updated
7658
7659Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7660
7661 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
7662 on large files
7663
7664Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7665
7666 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
7667
7668Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7669
7670 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
7671 reported by Jonas Borgström
7672 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
7673
7674Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7675
7676 * testXPath.c xpath.c: fixing the XPath union expressions problem
7677 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
7678
7679Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7680
7681 * xmllint.c: Made is so if the file name is "-" is will read form
7682 standard input. Sven Heinicke <sven@zen.org>
7683 * tree.c: fixed a problem when growing buffer
7684 * tree.h: fixed the comment of the node types following andersca
7685 comment
7686 * TODO: updated
7687
7688Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7689
7690 * HTMLparser.[ch]: added a way to avoid adding automatically
7691 omitted tags. htmlHandleOmittedElem() allows to change the
7692 default handling.
7693 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
7694 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
7695 of xmllint too when using --memory flag, added a memory test
7696 suite at the Makefile level.
7697 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
7698 with namespace use when encountering QNames in XPath evalation,
7699 added xmlns() scheme in XPointer.
7700 * nanoftp.c : incorporated a fix
7701 * parser.c xmlIO.c: fixed problems raised with encoding when using
7702 the memory I/O
7703 * parserInternals.c: closed bug 25934 reported by
7704 torsten.landschoff@innominate.de
7705 * TODO: updated
7706
7707Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7708
7709 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
7710 on a non-updated tree :-(, made a 2.2.10 release to correct the
7711 situation
7712
7713Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7714
7715 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
7716 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
7717 integrated a set of OpenVMS changes from Howard Taylor
7718 <Howard.Taylor@pacoast.com>
7719
7720Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7721
7722 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
7723 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
7724
7725Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7726
7727 * HTMLparser.c: some fixes on auto-open of html/head/body
7728 * encoding.c: fixed a compilation error on some gcc env
7729 * xpath.c xpointer.[ch] xpathInternals.h: improved the
7730 XPointer implementation
7731 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
7732 related XPointer tests and associated results
7733
7734Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7735
7736 * doc/xmldtd.html doc/xml.html: following a short step by step
7737 guidance on IRC to help maciej with DTDs I started a small
7738 page on the subject.
7739
7740Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7741
7742 * HTMLparser.c: fixed handling of broken charrefs
7743 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
7744 patches
7745
7746Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7747
7748 * doc/xml.html doc/html/* : rebuilt the docs after adding
7749 xinclude and updated page for 2.2.7 and 2.2.8
7750 * configure.in: releasing 2.2.8
7751
7752Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7753
7754 * parser.[ch] parserInternals.c: applied the conditional
7755 section processing fix from Jonathan P Springer
7756 <jonathan.springer2@gte.net>
7757 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
7758 project file, fixed iconv default non support
7759 * xpath.c: fixed the problem of evaluating relative expressions
7760 when a node context is provided.
7761
7762Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7763
7764 * nanoftp.c: fixed gcc 2.95 new warnings
7765 * SAX.c: fixed a stupid bug
7766 * tree.c: fixed a formatting problem when round-tripping
7767 from/to memory
7768 * xinclude.c: chased memleak, fixed a base problem
7769 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
7770 xmlXPtrBuildNodeList()
7771 * TODO: updated
7772 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
7773 adding a first small set of regression tests for XInclude
7774
7775Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7776
7777 * nanohttp.[ch]: applied Wayne Davison patches to access
7778 the WWW-Authorization header.
7779 * parser.c: Closed Bug#30847: Problems when switching encoding
7780 in short files by applying Simon Berg's patch.
7781 * valid.c: fixed a validation problem
7782 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
7783 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
7784 Wayne Davison
7785 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
7786 need to be extended to non full nodes selections.
7787 * xinclude.c: starts to work decently
7788
7789Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7790
7791 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
7792 debugXML.c xmlversion.h.in: Started adding XInclude support,
7793 this is a new xmllint option
7794 * tree.c xpath.c: applied TOM patches for XPath
7795 * xpointer.c: fixed a couple of errors.
7796 * uri.c: added an escaping function needed for xinclude
7797 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
7798 new warning from RH70 gcc's version
7799
7800Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7801
7802 * HTMLparser.c: fixed loop on invalid char in scripts
7803 * parser.c: update to description of xmlIOParseDTD()
7804 * libxml.m4 xmlversion.h.in: changes contributed by
7805 Michael Schmeing <m.schmeing@internet-factory.de>
7806 * configure.in: preparing for 2.2.7
7807 * Makefile.am: trying to avoid config.h and acconfig.h
7808 being included in the distrib
7809 * configure.in: released 2.2.7
7810
7811Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7812
7813 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
7814 like namespaces for good. Unified xmlNs and xmlNode somewhat.
7815
7816Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7817
7818 * parser.[ch]: added xmlIOParseDTD()
7819 * xpointer.c: added support for the 2 extra parameters of
7820 string-range, fixed a stoopid error when '0' was present
7821 in XPointer expressions
7822 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
7823 testsuite for the above
7824
7825Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7826
7827 * libxml.spec.in: improved package descriptions
7828
7829Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7830
7831 * xpath.c xpathInternals.h: applied a large cleaning patch
7832 from TOM <ptittom@free.fr>, it also add namespace support
7833 for function and variables registration.
7834
7835Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7836
7837 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
7838 * Makefile.mingw: Wayne Davison's update adding hash.c
7839
7840Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7841
7842 * xpath.c: fixed the root evaluation problems
7843 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
7844 ignorable spaces with <b> <bold> <em>
7845 * tree.c: fixed a loop in xmlSearchNsByHref()
7846
7847Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7848
7849 * xpath.c: applied another XPath patch from TOM
7850 * xpath.c include/makefile.am: applied another patch from
7851 china@thewrittenword.com (cleanup on IRIX).
7852
7853Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7854
7855 * xml-config.1: received a fixed version from Fredrik Hallenberg
7856 <hallon@lysator.liu.se>
7857
7858Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7859
7860 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
7861 cleanup patch for XPath
7862
7863Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7864
7865 * patched to redirrect all "out of context" error messages to
7866 a reconfigurable routine. The changes are:
7867 * xmlerror.h : added the export of an error context type (void *)
7868 an error handler type xmlGenericErrorFunc there is an interface
7869 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
7870 to reset the error handling routine and its argument
7871 (by default it's equivalent to respectively fprintf and stderr.
7872 * all the c files: all wild accesses to stderr or stdout within
7873 the library have been replaced to calls to the handler.
7874
7875Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7876
7877 * configure.in: release 2.2.6
7878 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
7879 exporting the inner functions of xpath for extension modules
7880 * doc/*: updated and rebuilt the doc
7881
7882Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7883
7884 * nanohttp.c : applied Wayne HTTP cleanup patch
7885 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7886 and xmlNodeSetSpacePreserve()
7887
7888Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7889
7890 * xpath.c: closing bug #29260
7891
7892Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7893
7894 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7895 multikey tuples, made hash structure opaque
7896 * valid.[ch]: moved elements, attributes, notations decalarations
7897 as well as ID and refs to hash tables.
7898 * entities.c: hash cleanup
7899 * xmlmemory.c: fixed a dump problem in debug mode
7900 * include/Makefile.am: problem passing in DESTDIR= values patch
7901 from Marc Christensen <marc@calderasystems.com>
7902 * nanohttp.c: removed debugging remains
7903 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7904 * HTMLparser.c parser.c: fixing a number of problems with the
7905 macros in the *parser.c files (Wayne).
7906 * HTMLparser.c: close the previous option when opening a new one
7907 (Marc Sanfacon).
7908 * result/HTML/*: updated the HTML results accordingly
7909
7910Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7911
7912 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7913 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7914 XPath functions and XML entities table to them. More to come...
7915 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7916
7917Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7918
7919 * tree.c: coalesce adjacent text nodes
7920 * valid.c: handling of blank nodes in DTd validation (raised
7921 by problems with a posteriori validation).
7922 * nanohttp.c: changing behaviour on HTTP write stuff.
7923 * HTMLtree.c: forced body and html to be explicitely closed.
7924 * xpath.h: exported more XPath functions.
7925
7926Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7927
7928 * Release of 2.2.5
7929 * xpointer.c: range() range-inside and other helper functions
7930 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7931
7932Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7933
7934 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7935 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7936
7937Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7938
7939 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7940 and XPointer modules
7941
7942Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7943
7944 * SAX.h: closed #25107
7945
7946Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * testSAX.c: fixed problem with cdata reporting
7949 * SAXresult/* : updated
7950
7951Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7952
7953 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7954 Closed bug #27499, added to regression tests
7955 * TODO: updated
7956
7957Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7958
7959 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7960 support for SCRIPT and STYLE with help from Bjorn Reese
7961 * test/HTML/* result/HTML/*: added simple testcase and updated
7962 the existing ones.
7963
7964Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7965
7966 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7967 string-range for empty strings
7968 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7969 test/XPath/xptr/strrange: augmented the XPointer testsuite
7970
7971Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7972
7973 * doc/xml.html doc/xmlmem.html: added a module describing memory
7974 interfaces and use, updated the main page.
7975
7976Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7977
7978 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7979 nanoftp code work on Windows too now
7980
7981Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7982
7983 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7984 * xpointer.c: implemented string-range() at least a good first version
7985 * test/XPath/docs/str test/XPath/xptr/strrange
7986 result/XPath/xptr/strrange: the string-range() tests
7987
7988Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7989
7990 * Makefile.am include/Makefile.am include/win32config.h
7991 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7992 and make distcheck
7993
7994Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7995
7996 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7997 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7998 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7999
8000Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8001
8002 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
8003 patch for socklen_t detection by
8004 Albert Chin-A-Young <china@thewrittenword.com>
8005
8006Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8007
8008 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
8009 and added a --dtdvalid option to xmllint used to test it
8010
8011Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8012
8013 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
8014 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
8015
8016Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8017
8018 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
8019 handlings (registration, lookup, cleanup)
8020
8021Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8022
8023 * configure.in Makefile.am include/makefile.am: adding XPointer
8024 and XPtrtests target
8025 * xpointer.[ch] : new files for XPointer support
8026 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
8027 more XPath tests
8028
8029Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8030
8031 * configure.in: fixed, very broken, make distcheck works again
8032
8033Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8034
8035 * More work toward 2.2.5, integrated a number of patches
8036 * configure.in Makefile.am win32config.h.in: trying to cleanup
8037 make distcheck .... huh ...
8038 * include/Makefile.am include/win32config.h: new directory
8039 for includes
8040 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
8041 updated teh makefiles and instructions for WIN32
8042 * xpath.c: small fixes
8043 * test/XPath/ results/XPath: updated the testcases and results
8044 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
8045 suggested patches
8046 * valid.c: fixed an ID bug
8047
8048Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8049
8050 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00008051 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008052 * xpath.[ch]: worked on XPointer
8053
8054Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8055
8056 * configure.in Makefile.am: 2.2.5, ship the include in an
8057 include/libxml subdirectory, use symlinks when using CVS
8058 * testSAX.c: fixed small bug
8059 * testXPath.c: changed the way testfiles are parsed
8060 * debugXML.c: same kind of cleanup when parsing an argument expression
8061 XPath/XPointers can have blanks embedded
8062 * xpath.[ch]: more cleanup, reorgs for XPointer work
8063 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
8064 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
8065
8066Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8067
8068 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
8069 in the XPath engine, rewrote large parts of it, now it's far
8070 cleaner and in sync with the REC not an old WD. Fixed a parsing
8071 problem in the interactive XML shell found when testing XPath.
8072
8073Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8074
8075 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
8076 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
8077 examples with the extra test
8078
8079Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8080
8081 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
8082 the global init function.
8083
8084Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8085
8086 * HTMLparser.c: Doohhh, attribute name parsing was still case
8087 sensitive ! Fixed this ...
8088 * result/HTML/* : updated the tests results accordingly
8089
8090Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8091
8092 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
8093 engine, should be far more stable, incorporated a new version of
8094 preceding/following axis, need testing
8095 * uri.c: fixed file:///c:/a/b/c problem
8096 * test/XPath/tests/idsimple: augmented the XPath tests
8097
8098Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8099
8100 * doc/* rebuilding docs for 2.2.4 release
8101
8102Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8103
8104 * configure.in: releasing 2.2.4
8105 * parser.[ch]: added xmlStrEqual()
8106 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
8107 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
8108 use xmlStrEqual instead
8109 * TODO: updated
8110 * added an XPath test
8111
8112Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8113
8114 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
8115 * entities.h: exported xmlInitializePredefinedEntities
8116 * parser.[ch] : added xmlInitParser()
8117 * parserInternals.h : had to export htmlInitAutoClose()
8118
8119Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8120
8121 * xpath.[ch] : fixed some serious XPath Predicate evaluation
8122 problems
8123 * Makefile.am : added XPath regression tests to normal tests
8124 * uri.c: fixed a problem with local paths, cleanup
8125 * parser.c: fixed a problem with large CData sections
8126
8127Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8128
8129 * configure.in xml-config.in: patch from "Ben Taylor"
8130 <sol7x86@hotmail.com> for solaris shared libs lookup
8131
81322000-09-30 Martin Baulig <baulig@suse.de>
8133
8134 * libxml-2.0.pc.in: Provide pkg-config script.
8135
8136 * configure.in: Create the libxml-2.0.pc script from the
8137 libxml-2.0.pc.in templates.
8138 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
8139 script in `$(libdir)/pkgconfig'.
8140
8141Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8142
8143 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
8144 when compiling with MSC
8145
8146Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8147
8148 * xpath.c: patch for normalize-string() substring-before(),
8149 substring-after() and translate() functions from Bjorn Reese
8150 <breese@mail1.stofanet.dk>
8151 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
8152 Fredrik Hallenberg <hallon@lysator.liu.se>
8153 * TODO: updated
8154
8155Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8156
8157 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
8158 problem of socklen_t being undefined on a number of platforms
8159 * debugXML.c: fixed a compilation problem when without snprintf
8160
8161Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8162
8163 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
8164 an URI bug and a fix for the control-character-induced infinite loop
8165 * nanohttp.c: preventive fix for compiling on WIN32
8166
8167Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8168
8169 * xmlint.c: closing bug #25000
8170
8171Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8172
8173 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
8174 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
8175 modified slightly Wayne Davison patch adding xmlStrcasecmp and
8176 related function, fixing xmlStrncmp(), and associated cleanup
8177 * result/HTML/entities.html.sax: updating result
8178
8179Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8180
8181 * uri.c: applied patch for URI escaping from Wayne Davison
8182 <wayned@blorf.net>
8183 * tree.c parserInternals.c HTMLparser.c: memset checks patches
8184 from Denis Barbier <barbier@imacs.polytechnique.fr>
8185 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
8186 patch from Wayne Davison
8187
8188Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8189
8190 * doc/xml.html : updated with new releases, adding "how to help"
8191
8192Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8193
8194 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
8195 removed a few warnings in pedantic mode ...
8196 * parserInternals.c parser.c: moved encoding switching function
8197 to parserInternals.c
8198 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
8199
8200Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8201
8202 * HTMLparser.c parser.c: set ctxt->errNo before calling the
8203 error or warning handlers
8204
8205Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8206
8207 * parserInternals.c parserInternals.h parser.c Makefile.am:
8208 created a new module parserInternals.c, moved most of the
8209 code shared by the various parsers there, as well as
8210 deprecated code from parser.c. More cleanup of parser.c
8211 * uri.c: fixed a problem when URI is NULL
8212 * valid.c: speedup when looking for an attribute declaration
8213
8214Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8215
8216 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
8217 the cleanup of the computation of URI references when seeking
8218 external entities. The URI reference string and the resulting
8219 URI are both stored now.
8220 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
8221 large s(n)printf checks and cleanup from Denis Barbier
8222 <barbier@imacs.polytechnique.fr>
8223 * xmlversion.h.in tree.h: couple of SGML declarations for a
8224 possible docbook module.
8225 * result/VC/ : a couple of test output changed due to the change
8226 of the entities URI
8227
8228Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8229
8230 * parser.h: added a _private field for linking user's data
8231
8232Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8233
8234 * parser.c parserInternals.h: demacroified most of the IS_XXX
8235 the gain in size is significant so ...
8236
8237Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * entities.c: cases where looking up entities with doc==NULL
8240 covered
8241
8242Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8243
8244 * uri.c: applied Wayne Davison patch
8245 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
8246
8247Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8248
8249 * uri.c testUri.c: applied Wayne Davison patches
8250 * test/URI/uri.data result/URI/uri.data: first set of tests/results
8251 * Makefile.in: added URItest and included thenin "make tests"
8252
8253Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8254
8255 * xmlversion.h.in: closed bug 22941
8256
8257Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8258
8259 * doc/xmlio.html: added doc and example for entity loader
8260 redefinition.
8261
8262Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8263
8264 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
8265 used by libxml
8266
8267Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8268
8269 * parser.c: Fixed bug on invalid ontent characters and when using
8270 push.
8271 * xmllint.c: fixed xmllint endling of errors in push mode
8272
8273Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8274
8275 * HTMLparser.c testHTML.c: applied two new patches from
8276 Wayne Davison <wayned@users.sourceforge.net>
8277 * result/HTML/*.sax: regenerated HTML SAX output
8278 * parser.c: more cleanup.
8279
8280Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8281
8282 * HTMLparser.[ch] testHTML.c: applied the second set of
8283 patches from Wayne Davison <wayned@users.sourceforge.net>,
8284 adding htmlEncodeEntities()
8285 * HTMLparser.c: fixed an ignorable white space detection bug
8286 occuring when parsing with SAX only
8287 * result/HTML/*.sax: updated since the output is now HTML
8288 encoded...
8289
8290Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8291
8292 * HTMLparser.[ch]: applied some of Wayne Davison
8293 <wayned@users.sourceforge.net> patches
8294
8295Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8296
8297 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
8298 undeclared namespace prefix was used, added a warning.
8299 Cleaned up support w.r.t. entities, spilling out a warning
8300 and being pedantic on lookups.
8301 * test/warning/ent9 : added testcase for previous example.
8302 * TODO: updated
8303 * parserInternals.h parser.c: changed the way names are parsed
8304 now allow infinite size and decrease penalty for normal use
8305 * parser.c: Started a big cleanup/check of the parser code,
8306 fixed some of the most tortuous entity code, spotted code
8307 unused anymore
8308 * test/*: added tests for very long names and related nasty
8309 things.
8310
8311Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8312
8313 * doc/encoding.html: added encoding aliases doc
8314 * doc/xml.html: updates
8315 * encoding.[ch]: added EncodingAliases functions
8316 * entities.[ch] valid.[ch] debugXML.c: removed two serious
8317 bottleneck affecting large DTDs like Docbook
8318 * parser.[ch] xmllint.c: added a pedantic option, will be
8319 useful
8320 * SAX.c: redefinition of entities is reported in pedantic mode
8321 * testHTML.c: uninitialized warning from gcc
8322 * uri.c: fixed a couple of bugs
8323 * TODO: added issue raised by Michael
8324
8325Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8326
8327 * doc/encoding.html: propagated Martin Duerst suggestions
8328
8329Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8330
8331 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
8332 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
8333 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
8334 by Wayne Davison
8335
8336Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8337
8338 * nanoftp.c nanohttp.c: small cleanup
8339 * TODO: updated
8340
8341Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8342
8343 * added an old VC testcase and updated title.xml entity
8344
8345Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8346
8347 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
8348 done on auto-opening of <p> tags and cleanup of SAX output
8349
8350Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8351
8352 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
8353
8354Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8355
8356 * doc/xml.html libxml.* structure.*: updated the doc a bit
8357
8358Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8359
8360 * testSAX.c testHTML.c result/HTML/: cleanup of the output
8361 of SAX tests
8362
8363Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8364
8365 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8366 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
8367
8368Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8369
8370 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
8371 * testHTML.c: fix core dump on Solaris 2.x systems
8372 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
8373 * result/HTML/*.sax: previous bug fix lead to new results
8374
8375Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8376
8377 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8378 * configure.in: added --with-readline=DIR to accept alternate
8379 path for readline include/library
8380 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
8381 for ANSI under HP-UX
8382 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
8383 includes @LIBS@
8384
8385Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8386
8387 * doc/* : rebuilt the docs
8388 * getting ready for 2.2.2 release
8389
8390Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8391
8392 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
8393 and xmlAddFeature()
8394 * tree.[ch]: added xmlAddChildList()
8395 * xmllint.c: MAP_FAILED macro test
8396 * parser.h: added xmlParseCtxtExternalEntity()
8397 * valid.c: applied bug fixes removed warning
8398 * tree.c: added CDATA block to elements content
8399 * testSAX.c: cleanup of output
8400 * testHTML.c: added SAX testing
8401 * encoding.c: better error recovery
8402 * SAX.c, parser.c: fixed one of the external entity processing
8403 of the OASis testsuite
8404 * Makefile.am: added HTML SAX regression tests
8405 * configure.in: bumped to 2.2.2
8406 * test/HTML/ result/HTML: added a few of HTML tests, and added the
8407 SAX results
8408
8409Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8410
8411 * configure.in: patch for HP compiler
8412
84132000-08-04 Sven Heinicke <sven@zen.org>
8414
8415 * xmllint.c: Was coredumping sometimes when the file given didn't
8416 exist.
8417
8418Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8419
8420 * parser.c xmlIO.[ch]: fixed the problem of encoding support
8421
8422 when using in memory parsing. Need some cleanup.
8423 * xmllint.c configure.in: added a --memory flag to test memory
8424 parsing
8425
8426Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8427
8428 * nanohttp.c: fixed socklen_t replacement to unsigned int
8429 * parser.c: fixed a space handdling missing at the end of
8430 production 28 DOCTYPE.
8431 * xmlmemory.c: fixed a stupid bug on the routine to override
8432 allocation functions
8433 * TODO: updated
8434
8435Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8436
8437 * doc/ regenerated the docs
8438
8439Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8440
8441 * doc/encoding.html doc/xml.html: added I18N doc
8442 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
8443 improvements, both parser and filters, added ASCII & HTML,
8444 fixed the ISO-Latin-1 one
8445 * xmllint.c testHTML.c: added/made visible --encode
8446 * debugXML.c : cleanup
8447 * most .c files: applied patches due to warning on Windows and
8448 when using Sun Pro cc compiler
8449 * xpath.c : cleanup memleaks
8450 * nanoftp.c : added a TESTING preprocessor flag for standalong
8451 compile so that people can report bugs more easilly
8452 * nanohttp.c : ditched socklen_t which was a portability mess
8453 and replaced it with unsigned int.
8454 * tree.[ch]: added xmlHasProp()
8455 * TODO: updated
8456 * test/ : added more test for entities, NS, encoding, HTML, wap
8457 * configure.in: preparing for 2.2.0 release
8458
8459Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8460
8461 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00008462 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008463
8464Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8465
8466 * doc/xml.html: changed the xmlsoft.org structure, updated the
8467 examples w.r.t. root and childs
8468
8469Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8470
Daniel Veillard784b9352003-02-16 15:50:27 +00008471 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008472
8473Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8474
8475 * HTMLparser.c: Work on character encoding support for the HTML parser
8476 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
8477 * encoding.c: Fixed a potential memleak in the encoding stuff
8478
8479Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8480
8481 * doc/FAQ.html doc/Makefile.am : added a FAQ
8482
8483Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8484
8485 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
8486 of the HTML parser to force it to not bypass SAX
8487
8488Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8489
8490 * win32config.h.in: updated
8491 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
8492 lacks iconv support :-( need to release 2.1.1
8493 * configure.in: release 2.1.1
8494 * HTMLparser: fixed bug #14784
8495 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
8496 by Windows compiler
8497 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
8498 the SAX startDocument() callback.
8499 * TODO: updated
8500
8501Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8502
8503 * added xmlStopParser()
8504
8505Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8506
8507 * configure.in: 2.1.0 prerelease
8508 * Large resync between W3C and Gnome tree
8509 * nanoftp, nanohttp.c: fixed stalled connections probs
8510 * HTMLtree.c SAX.c : support for attribute without values in
8511 HTML for andersca
8512 * valid.c: Fixed most validation + namespace problems
8513 * HTMLparser.c: start document callback for andersca
8514 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
8515 * parser.h, SAX.c: serious speed improvement for large
8516 CDATA blocks
8517 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
8518 different encoding
8519 * example/Makefile.am example/gjobread.c tree.h: work on
8520 libxml1 libxml2 convergence.
8521 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
8522 and the LIBXML_TEST_VERSION macro
8523
8524Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8525
8526 * doc/xml.html: various patches and improvements typo fixed by
8527 Felix Natter
8528 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
8529 from Felix Natter <fnatter@gmx.net>
8530
8531Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8532
8533 * doc/upgrade.html: updated with instructions for support of both
8534 libxml-1.x and libxml-2.x
8535 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
8536 for 2.x support and also fixed includes
8537
8538
8539Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8540
8541 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
8542 the encoding support, added iconv support, so now libxml if
8543 compiled with iconv automatically support japanese encodings
8544 among others. Work based on initial patch from Yuan-Chen Cheng
8545 I may have broken binary compat in the encoding handler
8546 registration scheme, but that was so utterly broken I don't
8547 expect anybody to have used this feature until now.
8548 * parserInternals.h: fixup on the CHAR range macro
8549 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
8550 code.
8551 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
8552 * uri.c: added xmlParseURI() I can't believe I forgot to
8553 implement this one in 2.0 !!!
8554 * SAX.c: moved doc->encoding update in the endDocument() call.
8555 * TODO: updated.
8556
8557Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8558
8559 * tree.h: removed extraneous xmlRemoveProp definition
8560 * TODO: added item about --disable-corba configure switch
8561 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
8562 * nanoftp.c: fixed include problems giving troubles on AIX and
8563 slowlaris
8564 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
8565 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
8566 comment and headers changes to lower gtk-doc number of warnings
8567 * doc/html/*: rebuilt docs
8568
8569Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8570
8571 * HACKING: documented the tag for 1.x and instructions
8572
8573Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8574
8575 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
8576 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
8577 xmlCreateIOParserCtxt
8578 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
8579 significant overall improvement
8580 * xmllint.c: added I/O test to xmllint
8581 * testSAX.c: added a speed test
8582 * doc/* : updated/regenerated
8583
8584Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8585
8586 * xpath.c uri.h parserInternals.h: cosmetic changes from
8587 "Timur I. Bakeyev" <timur@bat.ru>, including making
8588 xmlCreateURI() public
8589
8590Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8591
8592 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
8593 and the code at the same time. Added a clean mechanism for
8594 overload or added input methods: xmlRegisterInputCallbacks()
8595 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
8596 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
8597 * TODO: updated
8598 * doc/* : updated/regenerated
8599 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
8600 source dir
8601
8602Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8603
8604 * testURI.c: yet another forgotten commit, I should get some sleep !
8605
8606Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8607
8608 * xmllint.c: forgot to commit this too ?
8609
8610Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8611
8612 * xmlversion.h.in : forgot to commit this previously
8613
8614Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8615
8616 * configure.in: preparing libxml-2.0.0 version looks Ok so far
8617 * README TODO: updated for release
8618 * uri.c uri.h: added authority parsing/saving
8619 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
8620 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
8621 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
8622 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
8623 Makefile.am : added compile-time customization of libxml
8624 --with-ftp --with-http --with-html --with-xpath --with-debug
8625 --with-mem-debug
8626 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
8627 #include <libxml/xxx.h> I hope it won't break too much stuff
8628 and will be manageable in the future...
8629 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
8630 and added xmllint to the installed programs
8631 * uri.h: added xmlFreeURI()
8632
8633Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8634
8635 * uri.c uri.h: finished the escaping handling, the base support
8636 and the URI path normalization. Looks good just lacks the
8637 authority content parsing code.
8638 * Makefile.am: added instructions to generate testURI
8639 * TODO: updated
8640 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
8641 added links and icons for W3C and Gnome
8642
8643Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8644
8645 * xmlmemory.[ch] : seems I forgot to actually update the files in
8646 the last commit :-)
8647 * doc/xml.html doc/html/* : updated and uploaded the docs
8648
8649Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8650
8651 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
8652 * TODO: updated
8653 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
8654 libxml default allocation function with another set (like gmalloc/
8655 gfree).
8656 * Makefile.am, uri.c, uri.h: added a set of functions to do
8657 exact (litteraly copied from the RFC 2396 productions) parsing
8658 and handling of URI. Will be needed for XLink, one XML WFC,
8659 XML Base and reused in the nano[ftp/http] modules. Still work
8660 to be done.
8661
8662Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8663
8664 * configure.in, libxml.spec.in : libxml2
8665 * doc/* : updated the doc page, rebuilt the docs
8666
8667Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8668
8669 * all: tagged LIB_XML_1_X
8670 * *.c *.h : updated from W3C CVS tree
8671 * configure.in : 2.0.0-beta
8672 * libxml.spec.in : libxml2 package nam
8673 * result/* : new version of the tests output
8674
8675Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8676
8677 * doc/xml.html, doc/update.html: updated docs, 1.8.7
8678
8679Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8680
8681 * doc/* : rebuilt the docs
8682 * parser.c: final patch on #6766
8683 * valid.c: small patch on validity checks.
8684
8685Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8686
8687 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
8688 added
8689 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
8690 compatibility w.r.t. XML spec and existing code.
8691
8692Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8693
8694 * parser.c: seems a better solution to <a> </a> exists,
8695 will try it for a while
8696
8697Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8698
8699 * parser.c: tried to remove the <a> </a> generating <a/>
8700 this is hard. Left a flag for that purpose. Fixed bug #6766
8701 * configure.in: prepared 1.8.7 not released, due to previous
8702 problem
8703
8704Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8705
8706 * doc/xml.html : applied second patch from Paul DuBois
8707
8708Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8709
8710 * doc/xml.html : applied patch from Paul DuBois
8711
8712Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8713
8714 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
8715
8716Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8717
8718 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
8719 compilation warnings on various platforms.
8720 * parser.c: Fixed #5281 validity error callbacks are now desactived
8721 by default if not validating.
8722
8723Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8724
8725 * nanoftp.c, win32config.h.in: patches to compile on WIN32
8726
8727Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8728
8729 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
8730 <gkatsi@cs.toronto.edu>
8731
8732Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8733
8734 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
8735 processing URLs
8736
8737Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8738
8739 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
8740 xmlNanoFTPUpdateURL for persistent control connections.
8741 * configure.in: 1.8.6
8742
8743Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8744
8745 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
8746 * tree.[ch] : added xmlSaveNoEmptyTags
8747
87482000-01-29 James Henstridge <james@daa.com.au>
8749
8750 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
8751
8752 * Makefile.am: added nanoftp.[ch] to the build.
8753
8754Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8755
8756 * nanoftp.[ch]: cleanup, comments, API
8757 * debugXML.c : fixed a bug in the cat command
8758 * doc/*: regenerated the docs
8759
8760Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8761
8762 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
8763 * debugXML.c : fixed a bug in the cat command
8764 * valid.c: fixing some small probs
8765 * libxml.spec.in: get rid of the SNAP suffix
8766 * doc/xml.html: updated the status
8767
8768Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8769
8770 * xml-config.in: xml-config --version to just return the
8771 version number
8772 * xpath.c: some cleanup w.r.t. axis when the current node is
8773 an attribute.
8774 * TODO: updated
8775
8776Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8777
8778 * configure.in: prepared for libxml-1.8.5
8779 * doc/* recompiled the documentation
8780
87812000-01-17 Jody Goldberg <jgoldberg@home.com>
8782
8783 * configure.in : WARNING autoconf subtlety alert :
8784 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
8785 when looking for zlib.h so that HAVE_ZLIB_H is defined.
8786 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
8787 get defined by AC_CHECK_HEADERS.
8788
8789Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8790
8791 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
8792 Rune.Djurhuus@fast.no
8793
8794Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8795
8796 * TODO: updated
8797 * tree.c, parser.c: made sure that only memory alloc problems
8798 and internal parser errors are allowed to write to stdout or
8799 stderr.
8800
8801Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8802
8803 * tree.c : restored xmlNewGlobalNs since this seems used by
8804 a lot of existing code :-(, fixed a bug in xmlNewNs
8805 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
8806 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
8807 to exit() from the library code.
8808 * xpath.c, parser.c: removed bugs or unused code detected by
8809 Windows compilers
8810 * parser.c: started adding interfaces for parsing well balanced
8811 XML fragments
8812 * configure.in: releasing 1.8.4
8813 * doc/* : rebuilt the docs
8814
8815Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8816
8817 * tree.[ch] : added xmlNewDocFragment() for DOM
8818 * testHTML.c: uninitialized variable.
8819
8820Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8821
8822 * doc/* : rebuild the docs
8823
8824Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8825
8826 * acconfig.h: readline and history patch
8827 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
8828 * tree.c: added check and handling when possibly removing an ID
8829 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
8830 and saving.
8831 * test/HTML/entities.html result/HTML/entities.html* : test for
8832 various entities reference cases
8833 * result/HTML/* : as a result output of some testcase have
8834 changed
8835 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
8836 by previous example. added xmlParseTryOrFinish().
8837 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
8838 entities.h debugXML.h HTMLparser.h: changed the way struct are
8839 declared to allow gtk-doc to expose those
8840 * parser.c: closed bug #4960
8841 * Makefile.am configure.in: Applied patch from
8842 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
8843 and math/socket libs detection
8844
8845Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8846
8847 * configure.in, Makefile.am: link tester against readline
8848 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
8849
8850Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8851
8852 * tree.[ch]: added xmlRemoveProp
8853 * win32config.h.in nanohttp.c: avoid including the Windows
8854 socket stuff in every C files
8855 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
8856 the XmL parser(s)
8857 * test/ns4 result/ns4 etc...: added test case for previous prob
8858 * tree.c: xmlNewNs wasn't checking for double definition
8859 * Makefile.in: fixed a problem with dist-hook duplicates
8860 * parser.[hc], xmlIO.c: fixed the loading of external entities
8861 APIs, now xmlLoadExternalEntity() is used everywhere and
8862 setting up an app specific front-end using the
8863 * SAX.c parser.c: some fixes, now the xhtml spec validates
8864 with the xhtml DTD.
8865 * error.c: fixed crashes in case of no input stream
8866 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
8867 to the validation tests and results
8868
8869Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8870
8871 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
8872 too htmlCreatePushParserCtxt() and htmlParseChunk()
8873 * parser.c: a bit of cleanup.
8874 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
8875 to XML) removed the last mem leak known
8876 * HTMLtree.c: output message cleanup
8877 * xmlmemory.c: display content info about memory blocks
8878 * result/HTML/wired.* : missing att value warning change
8879
8880Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8881
8882 * doc/* : rebuilt the documentation
8883
8884Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8885
8886 * parser.[ch] parserInternals.h: Push parser for XML,
8887 seems to work fine now
8888 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8889 --push for push testing
8890 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8891 * testSAX.c: added --push
8892 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8893 subtree
8894 * xmlIO.[ch] : enriched API + fixes for push mode
8895 * entities.[ch]: added the entity content length to the struct.
8896 * xmlmemory.[ch]: new API to show the last entries for the shell
8897 * valid.c: added required attribute testing
8898 * SAX.c: the cdata callback now merge contiguous fragments
8899 * HTMLparser.c: cleanup of some macros
8900
8901Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8902
8903 * parser.c: fix for PIs name starting with xml
8904 * tree.c: fixed a potential problem with || and && ops
8905 * *.c, configure.in win32config.h.in : generate win32config.h for
8906 those on the Other Side !
8907
8908Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8909
8910 * parser.c: fixed a stupid = vs. == bug :-(
8911 * doc/gnome-xml.sgml: s/glade/xml/
8912
8913Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8914
8915 * configure.in, doc/xml.html : bug fix release 1.8.2
8916 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8917 Hopefully the end of that silly C++ include problem
8918 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8919 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8920 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8921 troubles with autoclosed elements when the stree shape doesn't
8922 follow the DtD specs. Added htmlIsAutoClosed() and
8923 htmlAutoCloseTag()
8924 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8925 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8926 * debugXML.c: fixed a bug on printing default namespaces.
8927 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8928
8929Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8930
8931 * result/HTML/*.htm[l] : updated the HTML regression tests according
8932 to the new output
8933 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8934 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8935 problem due to intermix of extern "C" { ... } declarations for C++
8936 and recursive includes in the headers
8937
89381999-12-20 Chris Lahey <clahey@umich.edu>
8939
8940 * HTMLtree.c: Made it so that html nodes with a single child do
8941 not insert a carriage return before or after the child node.
8942
8943Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8944
8945 * configure.in, doc/xml.html : bug fix release 1.8.1
8946 * parser.c: fixed bug #4344
8947 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8948 added the glue to avoid C++ problems
8949 * doc/* : regenerated the documentation
8950
8951Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8952
8953 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8954 namespace recognition, and Dia as a resul :-(
8955 * encoding.c: closed bug #3950
8956
8957Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8958
8959 * valid.c: debugging a posteriori validation, except URI expansion
8960 stuff this should be fixed now
8961 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8962 Carl Nygard <cnygard@bellatlantic.net>
8963 * tester.c: added --postvalid, cleaning of the code
8964 * tree.[ch]: added xmlDocGetRootElement()
8965
8966Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8967
8968 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8969 c++ losage.
8970
8971Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8972
8973 * configure.in, doc/xml.html : bumped to 1.8.0
8974 * xlink.[ch], Makefile.am : added framework for link detection
8975 * parser.h: added nbChars to parser context, needed for cleanup.
8976 * xmlmemory.c: removed a nasty bug when out of mem
8977 * valid.[ch]: adding namespace support for attribute decl
8978 * tester.c: added --debugent option
8979 * debugXML.[ch]: added xmlDebugDumpEntities()
8980 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8981 buffers instead, this was really needed, validation was breaking
8982 in strange ways due to that. Added xmlParseStringPEReference()
8983 and other parsing from strings functions. Entities processing
8984 modified again, but PERef are still not handled correcly but
8985 unless you're Eve Maller you won't notice :-)
8986 * HTMLparser.c: large changes toward reliability, and switched to
8987 lowercase internal tags, XHTML is lowercase, so it will help
8988 that output is closer to next version.
8989 * doc/* : regenerated the documentation, it is now hosted at
8990 http://xmlsoft.org/ (same bits I just bought the domain :-)
8991
8992
8993Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8994
8995 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8996 doc generation
8997 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8998 in the SAX API
8999 * doc/*: rebuilt the doc making sure everything appears in the
9000 HTML files
9001
9002Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9003
9004 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
9005 added the patch from Carl Nygard <cnygard@bellatlantic.net>
9006 which allow impressive speed improvement on dataset with
9007 large text pieces, but at the cost of broken binary
9008 compatibility and slightly bigger memory usage.
9009 Configure with --with-buffers to activate them, they
9010 are protected with XML_USE_BUFFER_CONTENT define.
9011 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
9012 goal is 0 memory left allocated once parser is no more used
9013 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
9014 call xmlCleanupParser() and xmlMemoryDump()
9015
9016Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9017
9018 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
9019 * parser.[ch] encoding.[ch]: added memory cleanup routines
9020 * parser.c: closing bug #3788
9021 * doc/*: rebuilt the doc
9022
9023Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9024
9025 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
9026 xmlNewTextChild() and xmlSetCompressMode() behaviour.
9027 * tester.c: added --compress option
9028 * doc/*: rebuilt the documentation
9029
9030Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9031
9032 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
9033 if given /proc/kcore as input !
9034 * doc/xml.html doc/*: updated and rebuilt the documentation
9035
9036Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9037
9038 * parser.c: Fixed some wrongly space collapsing code due to
9039 a misreading of the spec.
9040 * result/*: fixed the output accordingly
9041
9042Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9043
9044 * encoding.c: bug fix and typos
9045 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
9046 * parser.c: added attribute normalization closing bug #3597
9047 * test/att* result/att* SAXresult/att*: testcase for attribute
9048 normalization
9049
9050Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9051
9052 * configure.in: closing bug #3163 by adding extra flags for the
9053 cc compiler on HP-UX
9054
9055Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9056
9057 * valid.[ch] : removed a typo and an enumerated type bug in the
9058 xmlAddElementDecl() function
9059 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
9060 call to xmlEncodeEntitiesReentrant() so that the functions
9061 New, Set and Get are at the same level.
9062 * parser.c HTMLparser.c: extra memory allocation bug for
9063 attributes detected by someone using libxml in embedded systems :-)
9064
9065Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9066
9067 * xmlmemory.h: turned off mem debug :-\
9068
9069Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9070
9071 * parser.c: closed bug #2784 a one line fix, but worth pushing
9072 a new release out
9073 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
9074 some structures, comments before and after the
9075 main element, and other nastyness
9076 * HTMLtree.c tree.c: accomodate the extended HTML supported
9077 * configure.in: pushing 1.7.4
9078 * test/ent8 and related outputs : added a new test for bug #2784
9079 * test/HTML/wired.html and related output: a nasty HTML example
9080 * Makefile.am: improved the test scripts
9081 * docs/* : reran the documentation extractor, updated xml.html
9082
9083Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9084
9085 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
9086 HTMLparser and debugged the HTML related code. HTML documents
9087 now have their own type
9088 * entities.c: do not dump &apos; for HTML output
9089 * xmlmemory.c: improvement, breakpoint mechanism
9090 * testHTML.c: added --sax --repeat ...
9091 * Makefile.am: improved the HTML tests
9092 * valid.[ch]: added xmlValidGetValidElements and
9093 xmlValidGetPotentialChildren
9094 * tester.c: added --insert to test the 2 new functions
9095 * test//* result//* SAXresult//* : regression test cleanup
9096 and extension.
9097 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
9098 gnome-xml-nanohttp.html
9099
9100Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9101
9102 * HTMLparser.c: fixed problems with some autoclose tags
9103 * tree.c: fixed XML output problems.
9104 * result/* SAXresult/*: update of the tests output
9105
9106Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9107
9108 * Makefile.am: Arturo patch for xmlConf.sh version info
9109 * parser.c: Tim Josling patch for single quoted items
9110 * tester.c: Tim Josling patch for tester options usage
9111 * tree.h: indent cleanup
9112
9113Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9114
9115 * HTMLparser.c parser.h : Fixed problems with HTML parsing
9116 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
9117
9118Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9119
9120 * tree.c : Raph patch for initialization of CORBA fields
9121 * parser.c, xpath.c, ...: modification of doc comments
9122 * xpath.c : allow spaces in xpath expressions
9123
9124Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9125
9126 * xmlmemory.h: turning off memory debug :-(
9127
9128Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9129
9130 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
9131 better SAX interfaces.
9132 * testSAX.c: uses the new SAX routine, avoid fetching any remote
9133 entity.
9134 * configure.in: 1.7.2
9135
9136Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9137
9138 * libxml.spec.in: fixed the URL
9139 * doc/xml.html: improved the documentation front-end
9140
9141Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9142
9143 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
9144
9145Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9146
9147 * libxml.spec.in: fixed the alpha compile problem
9148 * parser.[ch]: changed errno to errNo in the parser context :-(
9149 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
9150 * doc/xml.html: changed CHAR to xmlChar
9151 * doc/html/*: recompiled the documentation
9152 * configure.in: 1.7.1
9153
9154Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9155
9156 * parser.h: modified the parser context struct to regain 1.4.0
9157 binary compatibility
9158 * parser.c, xml-error.h: added errno ot teh context and defined
9159 a set of errors values with update of errno
9160 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
9161 DTDs and entities
9162 * *.h, *.c: complete cleanup of the use of config.h and include
9163 protection depending on the current setup.
9164 * overalll debugging, maintenance and bug-fixing on all modules
9165 * updated the documentation
9166 * ready for 1.7.0
9167
9168Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9169
9170 * HTMLparser.c : cleanup
9171 * SAX.c valid.c valid.h: added ID/IDREF checking
9172 * tree.c tree.h: extended doc structure for refs
9173 * configure.in: 1.6.2
9174 * parser.c: patched bug in SAX user arg call
9175 * parserInternals.h: patched missing close in C++ wrapping
9176 * testXPath.c xpath.c xpath.h: prepared for extensibility,
9177 especially upcoming XPointer implementation.
9178 * doc/xml.html: augmented, typo
9179
9180Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
9181
9182 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
9183 not all invocations of install understand -d.
9184
9185Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
9186
9187 * Makefile.am: prepend all the test* calls with $(top_builddir) -
9188 to make 'check' works, when builddir != srcdir.
9189
9190Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9191
9192 * doc/xml.html : updated the documentation
9193
9194Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9195
9196 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
9197 not deallocated memory blocks
9198 * *.c : replaces all calls to malloc() free() and realloc() to
9199 the wrapper functions/macros
9200 * tree.c : removed memory leaks dues to calling xmlFreeNode()
9201 instead of xmlFreeNodeList()
9202
9203Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9204
9205 * HTMLparser.c: corrected a stupid bug leading to core dump at
9206 tree deallocation. Removed warnings indicated by
9207 Stephane.Conversy@lri.fr
9208 * entities.c: Fixes Yet Another Stupid Bug, entities were not
9209 looked for in the external subset
9210
9211Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9212
9213 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
9214 on SGI by Stephane.Conversy@lri.fr
9215
9216Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9217
9218 * all .h : changed the prototype declaration indent as in gtk
9219 * most .c : working on reducing the TODOs in the code
9220 * most .c : cleanup though -pedantic and Insure++
9221 * improvements on validation ID checkings.
9222 * tree.[ch] SAX.c: added support for namespace on attributes #2022
9223 * xml-config.in: closed #1810
9224
9225Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9226
9227 * tree.h, valid.c, valid.h: more work on validity, IDs
9228 * xpath.c: added/fixed comparidon and equlity, added a new isinf
9229 definition for AIX
9230
9231Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9232
9233 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
9234 the distribution due to a cut'n paste error at last commit
9235
9236Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9237
9238 * configure.in: upgraded to version 1.4.0
9239 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
9240 Big update, added a large part of the validation process,
9241 it should be usable, but some parts are missing
9242 * xpath.c: improved the implementation w.r.t. root.
9243 * Makefile.am: added more tests
9244 * test and result trees: added a lot of tests
9245 * libxml.spec.in: export libxml.so.0 and libxml.so.1
9246
9247Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9248
9249 * Added an HACKING file
9250
9251Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9252
9253 * xpath.[ch] : improvements and debug of the XPath implementation
9254 * parser.c, HTMLparser.c : modified the parsers to be progressive
9255 * tree.[ch] : extended the Buffer promitives
9256 * xmlIO.[ch] : added basic I/O routines providing progressive
9257 parsing and ready for I18N conversion plugins
9258 * SAXresult/* : the SAX callback sequence maybe slightly different
9259 now
9260 * test*.c : improved/updated the tests programs
9261 * doc/* : recompiled the docs.
9262
92631999-07-26 Michael Meeks <michael@edenproject.org>
9264
9265 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
9266
9267 * tree.c: Ditto.
9268
9269Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9270
9271 * configure.in: upgraded to version 1.4.0
9272 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
9273 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
9274 XML query language, see http://www.w3.org/TR/xpath for more details.
9275 * parser.c, parser.h: added CHAR* related string functions for XPath
9276 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
9277 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
9278 rebuild the docs.
9279 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
9280 and regression testing capabilities for XPath.
9281
9282Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9283
9284 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
9285 closing bug #1646
9286
9287Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9288
9289 * Makefile.am, example/Makefile.am: closed bug #1683
9290
9291Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9292
9293 * example/Makefile.am, configure.in: added the makefile for the
9294 gjobread example
9295
9296Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
9297
9298 * doc/Makefile.am:
9299 - fix which allow "make install DESTDIR=</install/prefix>".
9300
9301Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9302
9303 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
9304 which fixed a problem on the file reading-code.
9305
9306Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9307
9308 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
9309 output.
9310 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
9311
9312Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9313
9314 * parser.h : Oops removed the binary compatibility problem
9315 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
9316 * parser.c, HTMLparser.c: applied patches for reading from stdin
9317
9318Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9319
9320 * parser.c, entities.c, valid.c: cleanup bug #1591
9321 * configure.in: cleanup bug #1592
9322 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
9323 the same tree back-end. Hence gdome will be available for it.
9324 * doc/Makefile.am: close bug #617
9325
9326Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9327
9328 * parser.c: alloctate a per parser context SAX interface block
9329
9330Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9331
9332 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
9333 and xmlEncodeEntitiesReentrant with the correct one :-\
9334
9335Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9336
9337 * commit of my internal XML base changes, quite a lot of
9338 changes, cleanups, better entities support, framework for
9339 new I/O and charset detection and handling
9340 * Fixed the configure/Makefile stuff to generate shared libs
9341 with the proper version info, so we jumped on rev from
9342 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
9343 xmlEncodeEntities() result need to be freed now, and a string
9344 xmlParserVersion provide the current library version.
9345
9346Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
9347
9348 * parser.c: fixed a buffer overrun for when you have a very long
9349 attribute with no entities in it.
9350
9351Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9352
9353 * added example directory
9354 * added example/gjobs.xml gjobread.c, still need a Makefile.in
9355
9356Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9357
9358 * Release of libxml-1.1, nearly everything has been touched for
9359 this.
9360 * Added more regression tests
9361 * Updated the documentation
9362
9363Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9364
9365 * tree.[ch]: unified the XML_NO_CORBA defines.
9366 * parser.c encoding.[ch]: started plugging in char encoding detection
9367
9368Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
9369
9370 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
9371 Also freed allocated buffer.
9372
9373Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9374 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
9375 reentrancy problem at printing. One is left in entities.c, to
9376 remove ASAP
9377 * testSAX.c : added a test example showing the use of the SAX
9378 interface if one doesn't want to build the DOM tree.
9379 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
9380
9381Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9382
9383 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
9384 large revamping of the parser to use SAX callbacks
9385 http://www.megginson.com/SAX/ (or at least a C like interface
9386 a la Expat). It's now possible to set up your own callbacks
9387 and the parser will not build a DOM tree.
9388 * test/* result/*: updated the test suite, I finally removed
9389 the old Namespace draft support (PI based).
9390
9391Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9392
9393 * Makefile.am: added test result to EXTRA_DIST for make tests
9394
9395Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9396
9397 * parser.c, parserInternals.h: moved the chars macro definitions
9398 to parserInternals.h
9399 * parser.c, error.c: applied patches from "Knut Ã…kesson"
9400 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
9401
9402Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9403
9404 * xml-config.in : applied patch to make --version work
9405
94061999-03-05 Raja R Harinath <harinath@cs.umn.edu>
9407
9408 * Makefile.am (check-local): Alias for `tests' target. This will
9409 cause `make check' to do the right thing.
9410 (tests): Don't run tests in srcdir. Also, replaced calls to
9411 basename with a `sed' "equivalent".
9412
9413Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9414
9415 * Renamed error.h to xml-error.h, corrected Makefile.am to list
9416 it in the header and not the sources, updated the doc.
9417 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
9418 pointing this out.
9419
9420Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9421
9422 * parser.c, parser.h, parserInternals.h: memory leak hunting,
9423 exported the inputStream routines.
9424 * doc/html/* : updated accordingly
9425
9426Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9427
9428 * parser.c, parser.h, parserInternals.h: added a few extra
9429 internal calls to allocate and free parser contexts ...
9430 * doc/html/* : updated accordingly
9431
9432Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9433
9434 * configure.in, Makefile.am, doc/makefile.am : General changes for
9435 1.0.0 release and including the generated HTML documentation.
9436
9437Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9438
9439 * makefile.am : added parserInternals.h, oops.
9440
9441Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9442
9443 * parserInternals.h: added this header giving access to the parser
9444 internal functions.
9445 * doc/Makefile.am : added a rebuild target which rebuilds the full
9446 set of documentations
9447 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
9448 the internal subset.
9449 * *.c *.h: modifications needed to generate the documentation using
9450 gtk-doc, cleanup of functions blocks, reorganisation of struct
9451 declarations.
9452
9453Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9454
9455 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
9456 the tar and spec file to include the beginning of the doc.
9457
94581999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
9459
9460 * doc/.cvsignore: Added this file.
9461
9462Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9463
9464 * tree.c: fixed xmlGetProp to return "" when the attribute
9465 exists, even if the node-list is NULL.
9466
9467Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9468
9469 * tree.c: patched an error outputting empty attribute values.
9470 * Makefile.am and doc/makefile.am: have been updated during the
9471 week-end. Sorry for an empty CVS log, I got a shell problem.
9472
9473Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9474
9475 * tree.h: cleaned up using enums instead of defines
9476 * parser.c, valid.[ch]: more work on parsing/output of element
9477 declarations
9478
9479Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9480
9481 * valid.[ch], tree.c, parser.c : more work toward full parsing
9482 of XML DTDs.
9483 * README: added informations about mailing-list and on-line
9484 documentation
9485
94861999-01-27 Raja R Harinath <harinath@cs.umn.edu>
9487
9488 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
9489
9490Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9491
9492 * parser.c, tree.[ch] : more work toward conformance testing,
9493 added a last element to accelerate parsing of very flat structures
9494 started working on internal subset Element content declaration.
9495 * valid.[ch] : first cut at adding code toward validation.
9496 * previous changes had also small impact on most files, especially
9497 the conformance testing using James Clark test suite.
9498
9499Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9500
9501 * test/* : updated the examples, most of them were not well
9502 formed (humm), and added rdf2.
9503 * result/* : resulting changes in the output.
9504
9505Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9506
9507 * tree.c: changed the behaviour of xmlGetProp on NULL values.
9508
9509Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9510
9511 * tree.c: patched a bug in the generation of empty attributes
9512
9513Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9514
9515 * entities.[ch], tree.[ch], tester.c: added copy interfaces
9516 for node/trees/documents/... Biggest problem is namespace
9517 support when copying subtrees.
9518
9519Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9520
9521 * parser.c, entities.c: improve entities and char ref encoding,
9522 and cleanups of error messages.
9523
9524Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9525
9526 * parser.c, entities.c: simple bug hunting done during rpm2html and
9527 rpmfind integration.
9528
9529Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9530
9531 * parser.[ch]: Added interfaces allowing to specify a SAX
9532 handler before parsing.
9533
9534Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9535
9536 * parser.c: redirrect all errors reporting through the SAX
9537 error function
9538
9539Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9540
9541 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
9542 * libtool, tlmain ...: update of the libtool files
9543
95441998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
9545
9546 * entities.c: Use g_snprintf insteda of snprintf.
9547
9548Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9549
9550 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
9551 added ent5 test for this purpose.
9552 * parser.c, parser.h: formatting, comments and UTF-8 planning.
9553
9554Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9555
9556 * parser.c: fixed? a strange error due to compression on a GWP
9557 document.
9558
9559Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9560
9561 * tree.[ch]: bug fixing
9562 * entities.[ch]: defined a specific type for predefined entities
9563 * doc/xml.html: more documentation on the library, how to use it,
9564 overview of the interfaces.
9565
9566Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9567
9568 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
9569
9570Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9571
9572 * tree.c: corrected a small bug
9573 * doc/xml.html: continuing writing documentation.
9574
9575Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9576
9577 * debugXML.h debugXML.c: added debugging utilities.
9578 * tester.c: added --debug switch.
9579 * tree.c: patched an incorrect node->type assignment.
9580 * parser.c: formatting, ensure that node->doc != NULL in attributes
9581
9582Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9583
9584 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
9585 entity support and provide an internal representation close to
9586 DOM one (entity ref nodes, and attribute value as tree). I tried
9587 to preserve the interface but this will surely break some apps
9588 (I have to change rpm2html/rpmfind for example). I had to change
9589 two interfaces, and the generated tree is somewhat different.
9590 * doc/* : started documenting the XML library, the tree and
9591 DOM/Corba. This is a first step.
9592
9593Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9594
9595 * parser.c: Set up the fonctions comment block, boring but useful.
9596 * parser.h, SAX.c, parser.c: now attributes are processed through
9597 the SAX interface. The problem is that my SAX interface diverged
9598 quite a bit from the original one, well this is not an official
9599 spec, and translating it from Java to C is hairy anyway...
9600
9601Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9602
9603 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
9604 fonctions comment block, boring but useful.
9605
9606Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9607
9608 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
9609 conversion routines. However they are not yet used to convert the
9610 inputs. The core will run with UTF-8.
9611
9612Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9613
9614 * tree.c : make sure that the type id is properly set-up when
9615 a new object is allocated, needed for DOM.
9616
9617Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9618
9619 * tree.h, tree.c: Ok, the main objects in the tree will be native
9620 corba objects, it costs 8 bytes per Node, Attribute and Document
9621 but it simplifies the Corba integration a lot (no extra interface
9622 objects to allocate/free).
9623
9624Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9625
9626 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
9627 and changed NODEs contants for conformity with DOM Level 1
9628
9629Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9630
9631 * added hooks to keep track of servants when creating objects
9632 xmlDoc and xmlNode (for Corba export).
9633
9634Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9635
9636 * added xml-config script.
9637
9638Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9639
9640 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
9641 to autoupdate libtool and automake conf files.
9642
96431998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
9644
9645 * Makefile.am: Use '?' to separate the sed
9646 commands as ',' is used when people pass -Wl,something.
9647
9648
9649Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9650
9651 * tree.c, tree.h: added a per-document compression interface.
9652
9653Tue Sep 22 20:47:38 EDT 1998
9654
9655 * tree.c, tree.h: added saving with compression and added interfaces
9656 to control the compression level (xmlGetCompressMode,
9657 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
9658
9659Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9660
9661 * parser.c: corrected a loop for files of size 0
9662
96631998-08-20 Raja R Harinath <harinath@cs.umn.edu>
9664
9665 * error.h: New file. Contains prototyes from `error.c'.
9666
9667Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
9668
9669 * Makefile.am (xmlincdir): New macro.
9670 (xmlinc_HEADERS): Renamed from include_HEADERS.
9671
9672Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9673
9674 * applied small patch on numeric entities from
9675 Christopher Blizzard <blizzard@appliedtheory.com>
9676
9677Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9678
9679 * New release 0.2, removed the old xml_* files so that it's
9680 coherent with the other CVS base (W3C), far better conformance
9681 to standard, new namespaces, decent entities support, beginning
9682 of a SAX-like interface. Nearly nothing left intact, even the
9683 test examples ...
9684
96851998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
9686
9687 * .cvsignore: Add .deps dir
9688
9689Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9690
9691 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
9692
9693Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9694
9695 * configure.in: added test for CPP
9696 * AUTHORS, Changelog: the original ones didn't get commited but the
9697 glib ones instead, fixed.
9698 * Makefile.am: corrected an error in library naming
9699
9700Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9701
9702 * integrated code developped at W3C
9703 * changed the original Copyright
9704 * migrated to automake
9705 * prefixed the filenames by xml_ to avoid filename clashes
9706
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00009707Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
9708
9709 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
9710 should not be called.
9711
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00009712Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
9713
9714 * libxml-2.0.pc.in: applied the patch to fix #101894
9715
Daniel Veillard8a1b1852003-01-05 22:37:17 +00009716Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
9717
9718 * tree.c : applied patch from Lukas Schroeder for register callbacks
9719 * valid.c: modified patch from Lukas Schroeder to test
9720 register callbacks with --chkregister
9721
Daniel Veillard067bae52003-01-05 01:27:54 +00009722Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9723
9724 * xmlreader.c: seriously changed the way data are pushed to
9725 the underlying parser, go by block of 512 bytes instead of
9726 tryng to detect tag boundaries at that level. Changed the
9727 way empty element are detected and tagged.
9728 * python/tests/reader.py python/tests/reader2.py
9729 python/tests/reader3.py: small changes mostly due to context
9730 reporting being different and DTD node being reported. Some
9731 errors previously undetected are now caught and fixed.
9732 * doc/xmlreader.html: flagged last section as TODO
9733
Daniel Veillard51a447a2003-01-04 19:42:46 +00009734Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9735
9736 * python/libxml.py: integrated the Python 2.2 optimizations
9737 from Hannu Krosing, while maintaining compatibility with
9738 1.5 and 2.1
9739
Daniel Veillarde59494f2003-01-04 16:35:29 +00009740Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
9741
9742 * xmllint.c: a bit of cleanup
9743 * xmlreader.c: small fix
9744 * doc/xmlreader.html: more work on the XmlTextReader tutorial
9745 * python/libxml.py: a few fixes pointed out by Hannu Krosing
9746
Daniel Veillard623a9eb2003-01-04 12:47:20 +00009747Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9748
9749 * python/setup.py.in: patch from Stéphane Bidoul to include
9750 drv_libxml2.py in setup.py
9751
Daniel Veillard66b82892003-01-04 00:44:13 +00009752Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
9753
9754 * doc/xmlreader.html: starting documenting the new XmlTextReader
9755 interface.
9756
Daniel Veillard7704fb12003-01-03 16:19:51 +00009757Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
9758
9759 * xmllint.c: added the --stream flag to use the TextReader API
9760 * xmlreader.c: small performance tweak
9761
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00009762Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
9763
9764 * xmlreader.c python/tests/reader2py: okay the DTD validation
9765 code on top of the XMLTextParser API should be solid now.
9766
Daniel Veillard1fdfd112003-01-03 01:18:43 +00009767Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
9768
9769 * xmlreader.c python/tests/reader2py: Fixing some more mess
9770 with validation and recursive entities while using the
9771 reader interface, it's getting a bit messy...
9772
Daniel Veillarddab8ea92003-01-02 14:16:45 +00009773Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
9774
9775 * xmlreader.c python/tests/reader.py: another couple of problem
9776 related to IsEmptyElement reported by Stéphane Bidoul needed
9777 some fixes.
9778
Daniel Veillard4f860202003-01-02 13:00:02 +00009779Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9780
9781 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
9782 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
9783 based on the python XmlTextReader interface.
9784
Daniel Veillard3c265e42003-01-01 21:06:49 +00009785Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
9786
9787 * tree.c: backing out one change in the last patch which broke the
9788 regression tests
9789
Daniel Veillard5335dc52003-01-01 20:59:38 +00009790Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9791
9792 * global.data globals.c tree.c include/libxml/globals.h: applied
9793 an old patch from Lukas Schroeder to track node creation and
9794 destruction. Probably missing a lot of references at the moment
9795 and not usable reliably.
9796
Daniel Veillard8ba17412003-01-01 19:13:12 +00009797Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9798
9799 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
9800 from doc/news.html and a stylesheet
9801
Daniel Veillarde3c036e2003-01-01 15:11:05 +00009802Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
9803
9804 * xmlreader.c python/tests/reader.py: fixed another couple of
9805 xmlreader bugs reported by Stéphane Bidoul and added tests.
9806
Daniel Veillard9e395c22003-01-01 14:50:44 +00009807Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
9808
9809 * xmlreader.c python/tests/reader2.py: fixed another validity
9810 checking in external parsed entities raised by Stéphane Bidoul
9811 and added a specific regression test.
9812 * python/tests/reader3.py: cleanup
9813
Daniel Veillardd5896142002-12-31 14:45:26 +00009814Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9815
9816 * xmlreader.c python/tests/reader2.py: fixed a problem with
9817 validation within entities pointed by Stéphane Bidoul, augmented
9818 the tests to catch those.
9819
Daniel Veillarddc85f282002-12-31 11:18:37 +00009820Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
9821
9822 * python/generator.py: modified the generator to allow keeping
9823 class references when creating new classes, needed to fix a bug
9824 pointed by Stéphane Bidoul where the input buffer of the
9825 xmlTextReader instance gets destroyed if the python wrapper for
9826 the input is not referenced anymore.
9827
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00009828Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
9829
9830 * xmlreader.c python/tests/reader.py: fixed another pair of problem
9831 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
9832
Daniel Veillard571b8892002-12-30 12:37:59 +00009833Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9834
9835 * xmlreader.c python/tests/reader.py: fixed another problem
9836 pointed by Stéphane Bidoul
9837
Daniel Veillardaaa105b2002-12-30 11:42:17 +00009838Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9839
9840 * xmlreader.c python/tests/reader.py: fixed a limit case problem
9841 with "<a/>"
9842
Daniel Veillardecaba492002-12-30 10:55:29 +00009843Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9844
9845 * SAX.c: warn on xmlns:prefix="foo"
9846 * xmlreader.c python/tests/reader.py: fixed a couple of problem
9847 for namespace attributes handling.
9848
Daniel Veillard2d84a892002-12-30 00:01:08 +00009849Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9850
9851 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
9852 a really nasty problem raised by a DocBook XSLT transform
9853 provided by Sebastian Bergmann
9854
Daniel Veillard29b3e282002-12-29 11:14:41 +00009855Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
9856
9857 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
9858 by Stéphane Bidoul and integrated it into the tests
9859
Daniel Veillarde18fc182002-12-28 22:56:33 +00009860Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
9861
9862 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
9863 extended the XmlTextReader API a bit, addding accessors for
9864 the current doc and node, and an entity substitution mode for
9865 the parser.
9866 * python/libxml.py python/libxml2class.txt: related updates
9867 * python/tests/Makefile.am python/tests/reader.py
9868 python/tests/reader2.py python/tests/reader3.py: updated a bit
9869 the old tests and added a new one to test the entities handling
9870
Daniel Veillardaba976d2002-12-28 21:14:18 +00009871Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9872
9873 * python/generator.py python/libxml2class.txt
9874 python/tests/reader.py python/tests/reader2.py: changed the
9875 generator to provide casing for the XmlTextReader similar to
9876 C# so that examples and documentation are more directly transposable.
9877 Fixed the couple of tests in the suite.
9878
Daniel Veillard83298842002-12-28 15:12:33 +00009879Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
9880
9881 * doc/guidelines.html: added a document on guildeline for
9882 publishing and deploying XML
9883
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009884Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9885
9886 * valid.c xmlreader.c: final touch running DTD validation
9887 on the XmlTextReader
9888 * python/tests/Makefile.am python/tests/reader2.py: added a
9889 specific run based on the examples from test/valid/*.xml
9890
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009891Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9892
9893 * python/libxml.py: added a few predefined xmlTextReader parser
9894 configuration values.
9895
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009896Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9897
9898 * python/libxml_wrap.h: trying to fix #102037
9899
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009900Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9901
9902 * SAX.c: fixing bug #95296, when the predefined entities
9903 are redefined in the DTD the default one must be used
9904 instead anyway.
9905
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009906Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9907
9908 * doc/xmllint.xml
9909 * doc/xmllint.1
9910 Add discussion of XML_DEBUG_CATALOG to xmllint man
9911 page - bug #100907
9912
9913
Daniel Veillarddf512f42002-12-23 15:56:21 +00009914Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9915
9916 * xmlreader.c: Fixed the empty node detection to avoid reporting
9917 an inexistant close tag.
9918
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009919Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9920
9921 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9922 for Python 2.1
9923
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009924Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9925
9926 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9927
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009928Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9929
9930 * doc/libxml2-api.xml python/tests/reader.py: one really need
9931 to provide the base URI information when creating a reader parser
9932 from an input stream. Updated the API and the example using it.
9933
Daniel Veillardea7751d2002-12-20 00:16:24 +00009934Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9935
9936 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9937 include/libxml/valid.h include/libxml/xmlreader.h: working on
9938 DTD validation on top of xml reader interfaces. Allows to
9939 validate arbitrary large instances. This required some extensions
9940 to the valid module interface and augmenting the size of xmlID
9941 and xmlRef structs a bit.
9942 * uri.c xmlregexp.c: simple cleanup.
9943
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009944Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9945
9946 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9947 work on the xml reader interfaces.
9948 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9949 Web page for the Windows binaries.
9950
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009951Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9952
9953 * xmlIO.c: applied a patch for VMS following the report by
9954 Nigel Hall
9955
Daniel Veillard3772de32002-12-17 10:31:45 +00009956Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9957
9958 * parser.c: the parseStartTag bug fix wasn't complete.
9959
Daniel Veillard67df8092002-12-16 22:04:11 +00009960Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9961
9962 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9963 parseStartTag, fixing it.
9964 * test/att4 result/att4 result/noent/att4: adding the test
9965 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9966 more methods to XmlTextReader.
9967
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009968Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9969
9970 * win32/libxml2.def.src: added more xml reader exports
9971 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9972 to the build
9973
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009974Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9975
9976 * doc/tutorial/xmltutorial.xml
9977 plus generated html and pdf
9978 Updating tutorial again based on further comments from Niraj
9979 Tolia on the last iteration
9980
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009981Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9982
9983 * doc/tutorial/xmltutorial.xml
9984 * doc/tutorial/includekeyword.c
9985 * doc/tutorial/includegetattribute.c
9986 plus generated html and pdf
9987 Adding fix from Niraj Tolia to tutorial to properly free memory.
9988
9989
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009990Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9991
9992 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9993 more methods of XmlTextReader.
9994 * python/libxml2class.txt python/tests/reader.py: this increased the
9995 methods in the bndings, augmented the test to check those new
9996 functions.
9997
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009998Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9999
10000 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
10001 methods of XmlTextReader.
10002 * python/generator.py python/libxml_wrap.h python/types.c
10003 python/libxml2class.txt: added the reader to the Python bindings
10004 * python/tests/Makefile.am python/tests/reader.py: added a specific
10005 test for the Python bindings of the Reader APIs
10006 * parser.c: small cleanup.
10007
Daniel Veillard06503452002-12-13 10:42:08 +000010008Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10009
10010 * xinclude.c: fallback was only copying the first child not the
10011 full child list of the fallback element, closes #89684 as reopened
10012 by Bernd Kuemmerlen
10013
Igor Zlatkovic2d45f522002-12-12 12:33:43 +000010014Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10015
10016 * win32/libxml2.def.src: exported htmlNodeDumpOutput
10017
Daniel Veillard000eafb2002-12-12 10:04:22 +000010018Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10019
Daniel Veillardc1eed322002-12-12 11:01:32 +000010020 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +000010021 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +000010022 gives enum values, fix functype return type, put back fields in
10023 structs
10024 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +000010025
Daniel Veillard024b5702002-12-12 00:15:55 +000010026Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10027
10028 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
10029 about htmlNodeDumpOutput location.
10030 * xpath.c: removed an undefined function signature
10031 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
10032 too many symbols in the API breaking the python bindings.
10033 Updated with the libxslt/libexslt changes.
10034
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +000010035Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10036
10037 * configure.in: preparing release of 2.4.29
10038 * doc/*: rebuilt the docs and API
10039 * xmlreader.c: a few more fixes for the XmlTextReader API
10040
Igor Zlatkovicf6273a02002-12-11 17:00:54 +000010041Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10042
10043 * include/win32config.h: applied mingw patch from Magnus Henoch
10044
Daniel Veillard5aad8322002-12-11 15:59:44 +000010045Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10046
10047 * catalog.c doc/libxml2-api.xml: a bit more cleanup
10048
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010049Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10050
10051 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
10052 building Python script, does the C parsing directly, generates
10053 a better API description including structure fieds defs and
10054 enums. Still a couple of bugs, but good enough for the python
10055 wrappers now.
10056 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
10057 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
10058 include/libxml/schemasInternals.h include/libxml/tree.h: more
10059 cleanup based on the python analysis script reports.
10060 * libxml.spec.in: make sure the API XML description is part of the
10061 devel package.
10062
Daniel Veillard01c13b52002-12-10 15:19:08 +000010063Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10064
10065 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
10066 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
10067 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
10068 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
10069 code cleanup, especially the function comments.
10070 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
10071
Daniel Veillarde1ca5032002-12-09 14:13:43 +000010072Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10073
10074 * Makefile.am xmlreader.c include/libxml/Makefile.am
10075 include/libxml/xmlreader.h: Adding a new set of APIs based on
10076 the C# TextXmlReader API but converted to C. Allow to parse
10077 in constant memory usage, far simpler to program and explain
10078 than the SAX like APIs, unfinished but working.
10079 * testReader.c: test program
10080
Igor Zlatkovic70a296c2002-12-08 17:34:54 +000010081Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10082
10083 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
10084
Daniel Veillard64b35282002-12-04 15:10:40 +000010085Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10086
10087 * tree.c: Chip turner indicated that XHTML1 serialization
10088 rule for style actually break on both IE and Mozilla,
10089 try to avoid the rule if escaping ain't necessary
10090
Daniel Veillard8efff672002-12-04 11:44:48 +000010091Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10092
10093 * nanhttp.c: handle HTTP URL escaping, problem reported by
10094 Glen Nakamura and Stefano Zacchiroli
10095
Daniel Veillard1c732d22002-11-30 11:22:59 +000010096Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10097
10098 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
10099
Daniel Veillardfdd27d22002-11-28 11:55:38 +000010100Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10101
10102 * uri.c: Johann Richard pointed out some XPointer problems for
10103 URN based URI references in XInclude. Modified the URI parsing
10104 and saving routines to allow correct parsing and saving of
10105 XPointers, especially when attached to "opaque" scheme accordingly
10106 to RFC 2396
10107
Daniel Veillard8db67d22002-11-27 19:39:27 +000010108Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10109
10110 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
10111 of refactoring to the HTML saving code.
10112 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
10113 in the doc.
10114
Daniel Veillardebc4ca92002-11-27 11:43:05 +000010115Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10116
10117 * tree.c include/libxml/tree.h: refactored the XML dump of a node
10118 to a buffer API to reuse the generic dump to an OutputIO layer,
10119 this reduces code, fixes xmlNodeDump() for XHTML, also made
10120 xmlNodeDump() now return the number of byte written.
10121
Daniel Veillard9d5ea172002-11-27 08:02:06 +000010122Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
10123
10124 * python/setup.py.in: another patch from Stéphane Bidoul for
10125 Python bindings on Windows
10126 * doc/parsedecl.py: small cleanup
10127
Daniel Veillard9715c172002-11-25 16:33:40 +000010128Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10129
10130 * libxml.spec.in configure.in: add a line in %changelog for releases
10131
Daniel Veillard9bc53102002-11-25 13:20:04 +000010132Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
10133
10134 * parser.c: patch from Marcus Clarke fixing a problem in entities
10135 parsing that was detected in KDe documentations environment.
10136
Daniel Veillardfaa35ff2002-11-24 13:53:43 +000010137Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10138
10139 * python/libxml.c (libxml_prev): Return the previous as opposed to
10140 the next node (I guess this is the result of some cut & paste programming:)
10141
Daniel Veillard80d7b902002-11-23 16:23:08 +000010142Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10143
10144 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
10145
Daniel Veillarda1196ed2002-11-23 11:22:49 +000010146Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10147
10148 * python/generator.py python/libxml.c python/setup.py.in: trying
10149 to fix the Python bindings build on Windows (Stéphane Bidoul)
10150
Igor Zlatkovic9ab71552002-11-22 21:41:43 +000010151Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10152
10153 * win32/configure.js: added option for python bindings
10154 * win32/libxml2.def.src: added more exports
10155
Igor Zlatkovicace7cd22002-11-22 18:07:00 +000010156Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10157
10158 * win32/Makefile.mingw: fixed unresolved symbols when linking with
10159 pthreads
10160 * win32/wince/*: applied updates to Windows CE port from Javier
10161
Daniel Veillardf9c4cad2002-11-22 15:57:07 +000010162Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10163
10164 * configure.in: preparing 2.4.28
10165 * libxml.spec.in doc/Makefile.am: some cleanup
10166 * doc/*: updated the news and regenerated.
10167
Daniel Veillardfee408f2002-11-22 13:18:30 +000010168Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10169
10170 * HTMLparser.c: final touch at closing #87235 </p> end tags
10171 need to be generated.
10172 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
10173 this change slightly the output of a few tests
10174 * doc/*: regenerated
10175
Daniel Veillardd2ff0392002-11-22 12:28:38 +000010176Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10177
10178 * parserInternals.c: fixing bug #99190 when UTF8 document are
10179 parsed using the progressive parser and the end of the chunk
10180 is in the middle of an UTF8 multibyte character.
10181
William M. Brack8b2c7f12002-11-22 05:07:29 +000010182Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10183
10184 * threads.c: fixed initialization problem in xmlNewGlobalState
10185 which was causing crash.
10186 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
10187 in xmlInitializeGlobalState.
10188 * parserInternals.c: cleaned up ctxt->sax initialisation.
10189
Daniel Veillardd5c2f922002-11-21 14:10:52 +000010190Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * tree.c include/libxml/tree.h: modified the existing APIs
10193 to handle XHTML1 serialization rules automatically, also add
10194 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
10195 libxslt serialization uses it when needed without changing
10196 the library API.
10197 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
10198 result/xhtml1: added a new test specifically for xhtml1 output
10199 and updated the result of one XHTML1 test
10200
Daniel Veillardd076a202002-11-20 13:28:31 +000010201Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
10202
10203 * xinclude.c parserInternals.c encoding.c: fixed #99082
10204 for xi:include encoding="..." support on text includes.
10205 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
10206 test/XInclude/ents/isolatin.txt : added a specific regression test
10207 * python/generator.py python/libxml2class.txt: fixed the generator
10208 the new set of comments generated for doc/libxml2-api.xml were
10209 breaking the python generation.
10210
Daniel Veillard817e70b2002-11-19 22:28:48 +000010211Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10212
10213 * doc/Makefile.am: repair some problem if gtk-doc fail or such
10214 * configure.in: patch for Solaris on new autoconf closes #98880
10215 * doc/parsedecl.py: repair the frigging API building script,
10216 did I say that python xmllib sucks ?
10217 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
10218 and some comment are no more truncated.
10219
Daniel Veillarda7e05b42002-11-19 08:11:14 +000010220Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10221
10222 * parser.c: Martin Stoilov pointed out a potential leak in
10223 xmlCreateMemoryParserCtxt
10224
Daniel Veillardbc6e1a32002-11-18 15:07:25 +000010225Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10226
10227 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
10228 included in HTML documents and using the push parser.
10229
Daniel Veillard4efd3be2002-11-18 09:11:13 +000010230Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10231
10232 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
10233 specified, look for the Python interpreter not just in the
10234 specified root but also in the specified location. Fixes #98825
10235
Daniel Veillarda8c0adb2002-11-17 22:37:35 +000010236Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10237
10238 * python/libxml.c: fixing bug #98792 , node may have no doc
10239 and dereferencing without checking ain't good ...
10240
Daniel Veillarddad3f682002-11-17 16:47:27 +000010241Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10242
10243 * configure.in: preparing release 2.4.27
10244 * doc/* : updated and rebuilt the docs
10245 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
10246 and all the docs are actually packaged and in the final RPMs
10247 * parser.c parserInternals.c include/libxml/parser.h: restore
10248 xmllint --recover feature.
10249
Daniel Veillard68e9e742002-11-16 15:35:11 +000010250Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10251
Daniel Veillard784b9352003-02-16 15:50:27 +000010252 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +000010253 processing of parsed entities, and XPath computation on sustitued
10254 entities.
10255 * testXPath.c: make sure entities are substitued.
10256
Daniel Veillard328f48c2002-11-15 15:24:34 +000010257Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10258
Daniel Veillard784b9352003-02-16 15:50:27 +000010259 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +000010260 processing of internal parsed entities, which had to be changed.
10261
Daniel Veillard66651aa2002-11-15 11:21:43 +000010262Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10263
10264 * Makefile.am python/Makefile.am python/tests/Makefile.am:
10265 trying to fix bug #98517 about building outside the source tree
10266 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
10267
Igor Zlatkovic2772cea2002-11-14 17:45:20 +000010268Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10269
10270 * include/win32config.h: cleanup
10271 * win32/Makefile.mingw: integrated mingw in JScript configure
10272 * win32/Makefile.msvc: modified to allow mingw coexistence
10273 * win32/configure.js: integrated mingw
10274 * win32/Readme.txt: cleanup
10275
Daniel Veillard8dd86a52002-11-12 21:14:17 +000010276Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10277
10278 * HTMLparser.c: strengthen the guard in the Pop macros,
10279 like in the XML parser, closes bug #97315
10280
Daniel Veillard0821b152002-11-12 20:57:47 +000010281Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10282
10283 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
10284 callback is never used.
10285
Daniel Veillard8606bbb2002-11-12 12:36:52 +000010286Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10287
10288 * parserInternals.c: fixed the initialization of the SAX structure
10289 which was breaking xsltproc
10290 * xpath.c: patch from Petr Pajas for CDATA nodes
10291 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
10292 * parser.c include/libxml/parser.h: patch from Peter Jones
10293 removing a leak in xmlSAXParseMemory() and adding the
10294 function xmlSAXParseMemoryWithData()
10295
MST 2002 John Fleckf854d992002-11-12 03:49:05 +000010296Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
10297
10298 adding pdf of tutorial, changing web page to link to it
10299 * doc/tutorial/xmltutorial.pdf
10300 * doc/xml.html
10301 * doc/docs.html
10302
MST 2002 John Fleck52717f32002-11-11 03:49:33 +000010303Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
10304
10305 * doc/tutorial/ar01s08.html
10306 adding file what I forgot for tutorial
10307
10308
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +000010309Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
10310
10311 Adding encoding discussion to tutorial
10312 Added:
10313 * doc/tutorial/images/*.png: DocBook admonition image files
10314 * doc/tutorial/apf.html, apg.html: new generated html
10315 * doc/tutorial/includeconvert.c: conversion code entity file
10316 changed:
10317 * doc/tutorial/xmltutorial.xml: DocBook original
10318 * doc/tutorial/*.html: generated html
10319
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010320Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10321
10322 * include/libxml/*.h: retired xmlwin32version.h
10323 * doc/Makefile.am: retired xmlwin32version.h
10324 * win32/configure.js: retired xmlwin32version.h
10325
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010326Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10327
10328 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010329 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
10330 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010331
Daniel Veillard7216cfd2002-11-08 15:10:00 +000010332Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10333
10334 * globals.c: fixed a typo pointed out by Igor
10335 * xpath.c: try to speed up node compare using line numbers
10336 if available.
10337
Daniel Veillarda70d62f2002-11-07 14:18:03 +000010338Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * tree.c: make xmlFreeNode() handle attributes correctly.
10341
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +000010342Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10343
10344 * catalog.c: completed the #96963 fix, as reported by Karl
10345 Eichwalder
10346
Daniel Veillard56f21f22002-11-06 15:49:46 +000010347Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10348
10349 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
10350
Daniel Veillard91ad8792002-11-04 17:06:52 +000010351Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10352
10353 * Makefile.am: switched the order of a couple of includes
10354 to fix bugs #97100
10355
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +000010356Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10357
10358 * catalog.c: fixed bug #96963, reverted to the old behaviour of
10359 xmlLoadCatalogs that used to separate directories with a ':'.
10360
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +000010361Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10362
10363 * threads.c: improvements to the Windows-side of thread handling
10364 * testThreads.c: conditionally excluded unistd.h
10365 * testThradsWin32.c: broke overlong lines
10366 * include/win32config.h: adapted thread-related macros to the new
10367 scheme and for pthreads on Windows
10368 * win32/Makefile.msvc: introduced a more flexible thread build,
10369 added testThreads[Win32].c to the build
10370 * win32/configure.js: introduced a more flexible thread config
10371
John Fleck61f6fb62002-10-31 15:23:29 +0000103722002-10-31 John Fleck <jfleck@inkstain.net>
10373
10374 * doc/xml.html (and, by implication, FAQ.html)
10375 added UTF-8 conversaion FAQ from Marcus Labib Iskander
10376
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +000010377Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10378
10379 * configure.in: removed xmlwin32version.h
10380 * include/libxml/Makefile.am: removed xmlwin32version.h
10381
Daniel Veillardce66ce12002-10-28 19:01:59 +000010382Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10383
10384 * tree.c: applied patch from Brian Stafford to fix a bug
10385 in xmlReconciliateNs()
10386
Daniel Veillard7e3f1402002-10-28 18:52:57 +000010387Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10388
10389 * tree.c: applied patch from Christian Glahn to allow
10390 xmlNewChild() on document fragment nodes
10391
Daniel Veillardb39bc392002-10-26 19:29:51 +000010392Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10393
10394 * parser.c: Christian Glahn found a problem with a recent
10395 patch to xmlParseBalancedChunkMemoryRecover()
10396 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
10397 problems
10398 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
10399 test/schemas/seq*: added the test cases from Charles
10400
Daniel Veillard366a9152002-10-23 20:43:53 +000010401Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10402
10403 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
10404 serious cleanup of the spec file and associated changes
10405 in the Makefiles.
10406 * valid.c: try to remove some warnings on x86_64
10407
Daniel Veillardd033d022002-10-23 14:55:02 +000010408Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10409
10410 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
10411 fix bug #96586
10412
Daniel Veillardce02dbc2002-10-22 19:14:58 +000010413Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10414
10415 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
10416 parsing, applied his patch
10417 * result/HTML/attrents.html result/HTML/attrents.html.err
10418 result/HTML/attrents.html.sax test/HTML/attrents.html:
10419 added the test and result case provided by Mikhail Sogrine
10420
Daniel Veillarde645e8c2002-10-22 17:35:37 +000010421Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * vms/build_libxml.com vms/config.vms vms/readme.vms
10424 include/libxml/parser.h include/libxml/parserInternals.h
10425 include/libxml/tree.h include/libxml/xmlIO.h
10426 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
10427 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
10428 Applied the VMS update patch from Craig A. Berry
10429 * doc/*.html: update
10430
Daniel Veillardf000f072002-10-22 14:28:17 +000010431Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10432
10433 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
10434
Daniel Veillard1e208222002-10-22 14:25:25 +000010435Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10436
10437 * debugXML.c: adding a grep command to --shell in xmllint
10438 for T.V. Raman
10439
Daniel Veillard9cdcf362002-10-22 14:23:59 +000010440Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10441
10442 * xmlcatalog.c: tried to fix some of the problem with --sgml
10443
Daniel Veillard935494a2002-10-22 14:22:46 +000010444Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
10445
10446 * parser.c: tried to fix bug #91500 where doc->children may
10447 be overriden by a call to xmlParseBalancedChunkMemory()
10448
10449Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10450
10451 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
10452 identifiers in SGML catalogs containing '&'
10453
Daniel Veillardc0ac0692002-10-20 21:31:50 +000010454Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10455
10456 * python/types.c: fixed bugs when passing result value tree
10457 to Python functions.
10458
Daniel Veillard48267432002-10-18 11:21:38 +000010459Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10460
10461 * configure.in: preparing the release of 2.4.26
10462 * doc/*: updated and rebuilt the documentation
10463
Daniel Veillardbb284f42002-10-16 18:02:47 +000010464Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10465
10466 * parser.c: fixed a XML Namespace compliance bug reported by
10467 Alexander Grimalovsky
10468
Daniel Veillard44892f72002-10-16 15:23:26 +000010469Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10470
10471 * HTMLtree.c: fixed serialization of script and style when
10472 they are not lowercase (i.e. added using the API to the tree).
10473
Daniel Veillard2fd85422002-10-16 14:32:41 +000010474Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10475
10476 * valid.c: make xmlValidateDocument emit a warning msg if there
10477 is no DTD, pointed by Christian Glahn
10478
Daniel Veillard32370232002-10-16 14:08:14 +000010479Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10480
10481 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
10482 content model when some of the blocks have min or max, and a couple
10483 of bugs found in the process.
10484 * result/schemas/list0* test/schemas/list0*: added some specific
10485 regression tests
10486
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000010487Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
10488
10489 * README: updated the contact informations
10490
Daniel Veillard63186732002-10-15 08:43:17 +000010491Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10492
10493 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
10494 misses it, reported by Peter Bray.
10495
Daniel Veillard96c3a3b2002-10-14 15:39:04 +000010496Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10497
10498 * tree.c: investigating xmlNodeGetContent() on namespace nodes
10499 and removed a few warnings
10500
Daniel Veillard819d5cb2002-10-14 11:15:18 +000010501Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
10502
10503 * parser.c: Christian Glahn found a small bug in the push parser.
10504 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
10505 public
10506
Daniel Veillard6045c902002-10-09 21:13:59 +000010507Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10508
10509 * xmlschemas.c include/libxml/xmlschemas.h: added
10510 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
10511 * testSchemas.c: added --memory to test the new interface
10512
Daniel Veillardf0070122002-10-09 14:24:17 +000010513Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10514
10515 * doc/index.py doc/search.php: integrated the XSLT indexing,
10516 a few fixed in the indexer, added a scope selection at the
10517 search level.
10518
Daniel Veillard01992e02002-10-09 10:20:30 +000010519Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10520
10521 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
10522 this was due to uninitialized parts of the validation context
10523
Daniel Veillard321be0c2002-10-08 21:26:42 +000010524Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10525
10526 * debugXML.c: applied patch from Mark Vakoc except the API
10527 change, preserved it.
10528 * doc/*: updated the docs to point to the search engine for
10529 information lookup or before bug/help reports.
10530
Daniel Veillard01e87d22002-10-08 16:55:06 +000010531Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10532
10533 * doc/index.py doc/search.php: added mailing-list archives
10534 indexing and lookup
10535
Daniel Veillard9dc1cf12002-10-08 08:26:11 +000010536Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10537
10538 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
10539
Daniel Veillard9b006132002-10-07 11:13:27 +000010540Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10541
10542 * doc/index.py: improved HTML indexing
10543 * doc/search.php: make the queries also lookup the HTML based indexes
10544
Daniel Veillard141d04b2002-10-06 21:51:18 +000010545Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10546
10547 * doc/index.py: added HTML page indexing
10548
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010549Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10550
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +000010551 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010552 problem in libxslt.
10553 * catalog.c: fixed list handling in XML_CATALOG_FILES
10554
Daniel Veillardceb09b92002-10-04 11:46:37 +000010555Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10556
10557 * valid.c: typo/bug found by Christian Glahn
10558
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +000010559Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10560
10561 * xmlIO.c: applied Windows CE patch from Javier.
10562 * win32/wince: new directory, contains support for the PocketPC
10563 with Windows CE from Javier.
10564 * include/win32config.h: reorganised, removed duplicate
10565 definitions and applied WinCE patch from Javier.
10566 * include/wsockcompat.h: new file, now contains WinSock
10567 compatibility macros.
10568 * win32/Makefile.msvc: introduced double-run compilation.
10569
Daniel Veillarde16b5742002-09-26 17:50:03 +000010570Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10571
10572 * configure.in include/libxml/xmlwin32version.h: preparing release
10573 of 2.4.25
10574 * doc/*: updated and regenerated teh docs and web pages.
10575
Daniel Veillard90d68fb2002-09-26 16:10:21 +000010576Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10577
10578 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
10579 error were not covering namespace declarations.
10580 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
10581 it was missing the attribute declaration for the namespace
10582 * result/VC/NS3: the fix now report breakages in that test
10583
Daniel Veillardabe01742002-09-26 12:40:03 +000010584Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10585
10586 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
10587
Daniel Veillard2ace1952002-09-26 12:28:02 +000010588Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10589
10590 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
10591 and regenerated the docs and web site
10592
Daniel Veillarddda8f1b2002-09-26 09:47:36 +000010593Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10594
10595 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
10596 ATTRIBUTE_UNUSED is always put after the attribute declaration,
10597 not before
10598
Daniel Veillardd4cb1e82002-09-26 09:34:23 +000010599Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10600
10601 * python/generator.py python/libxml2class.txt: fixed a stupid error
10602 breaking the python API
10603
Daniel Veillardb7c29c32002-09-25 22:44:43 +000010604Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10605
10606 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
10607 triostr.c triostr.h: applied a trio update patch from
10608 Bjorn Reese which should work with MinGW
10609
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010610Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * tree.c: improving some documentation comments
10613 * xmlregexp.c: found and fixed a mem leak with python regression tests
10614 * doc/*: rebuilt the doc and the API XML file including the
10615 xmlregexp.h xmlautomata.h and xmlunicode.h headers
10616 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
10617 python/types.c: added access to the XML Schemas regexps from
10618 python
10619 * python/tests/Makefile.am python/tests/regexp.py: added a
10620 simple regexp bindings test
10621
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010622Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
10623
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010624 * doc/xml.html:
10625 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010626
Daniel Veillard118aed72002-09-24 14:13:13 +000010627Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10628
10629 * xmlregexp.c: fixed the data callback on transition functionality
10630 which was broken when using the compact form
10631 * result/schemas/*: updated the results, less verbose, all tests
10632 pass like before
10633 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
10634 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
10635 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
10636 annoying warnings
10637 * xpath.c: try to provide better error report when possible
10638
Daniel Veillard72336152002-09-21 13:08:14 +000010639Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10640
10641 * Makefile.am: fixed a breakage raised by Jacob
10642
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +000010643Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10644
10645 * include/win32config.h: added HAVE_ERRNO_H definition for parts
10646 which don't use sockets
10647
Igor Zlatkovic01280582002-09-20 16:40:34 +000010648Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10649
10650 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
10651 * win32/configure.js: applied zlib patch from Daniel Gehriger
10652
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000010653Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10654
10655 * win32/configure.js: applied the patch from Mark Vakoc for
10656 regexp support
10657 * win32/libxml2.def.src: applied the patch from Mark Vakoc
10658 for regexp support
10659
Daniel Veillardb5c05732002-09-20 13:36:25 +000010660Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10661
10662 * xmlschemastypes.c: as pointed by Igor Float and Double
10663 parsing ain't finished yet
10664
Daniel Veillard40b11342002-09-20 12:01:39 +000010665Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10666
10667 * Makefile.am configure.in: trying to fix #88412 by bypassing
10668 all the python subdir if python ain't detected
10669
Daniel Veillard23e73572002-09-19 19:56:43 +000010670Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10671
10672 * Makefile.am configure.in include/libxml/xmlversion.h.in:
10673 made configuring with regexps/automata/unicode the default
10674 but without schemas ATM
10675 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
10676 fixed the regexp based DTD validation performance and memory
10677 problem by switching to a compact form for determinist regexps
10678 and detecting the determinism property in the process. Seems
10679 as fast as the old DTD validation specific engine :-) despite
10680 the regexp built and compaction process.
10681
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000010682Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * valid.c: determinism is debugged, new DTD checking code now works
10685 but xmlFAComputesDeterminism takes far too much CPU and the whole
10686 set usues too much memory to be really usable as-is
10687
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000010688Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10689
10690 * tree.c: fixed another stupid bug in xmlGetNodePath()
10691 * xmllint.c: --version now report the options compiled in
10692
Daniel Veillarda646cfd2002-09-17 21:50:03 +000010693Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10694
10695 * HTMLparser.c: small cleanup
10696 * valid.c xmlregexp.c: switched DTD validation to use only regexp
10697 when configured with them. A bit of debugging around the determinism
10698 checks is still needed
10699
Daniel Veillard63b01c22002-09-17 19:25:28 +000010700Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10701
10702 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
10703
Daniel Veillard92727042002-09-17 17:59:20 +000010704Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10705
10706 * xmlIO.c: small portability glitch fixed.
10707
Daniel Veillard84d70a42002-09-16 10:51:38 +000010708Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10709
10710 * xmlschemastypes.c: incomplete steps for real/double support
10711 * testAutomata.c include/libxml/xmlautomata.h
10712 include/libxml/xmlregexp.h: avoiding a compilation problem
10713 * valid.c include/libxml/valid.h: starting the work toward using
10714 the regexps for actual DTD validation
10715
Daniel Veillardaeb258a2002-09-13 14:48:12 +000010716Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10717
10718 * hash.c: cosmetic cleanup
10719 * valid.c include/libxml/tree.h include/libxml/valid.h: started
10720 integrating a DTD validation layer based on the regexps
10721
Daniel Veillard4402ab42002-09-12 16:02:56 +000010722Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10723
10724 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
10725 the determinism was tested before eliminating the epsilon
10726 transitions :-(
10727
Daniel Veillardc6d4a932002-09-12 15:00:57 +000010728Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
10729
10730 * python/generator.py python/libxml.c python/libxml.py
10731 python/libxml2-python-api.xml python/libxml2class.txt
10732 python/libxml_wrap.h python/types.c: updated the python
10733 bindings, added code for easier File I/O, and the ability to
10734 define a resolver from Python fixing bug #91635
10735 * python/tests/Makefile.am python/tests/inbuf.py
10736 python/tests/outbuf.py python/tests/pushSAXhtml.py
10737 python/tests/resolver.py python/tests/serialize.py: updated
10738 and augmented the set of Python tests.
10739
Igor Zlatkovic353bf582002-09-10 19:07:14 +000010740Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10741
10742 * win32/configure.js: added more readme info for the binary
10743 package.
10744
Daniel Veillard607b35c2002-09-10 12:16:19 +000010745Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10746
10747 * xmlIO.c: fixed a stupid out of bound array error
10748
10749Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10750
10751 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
10752 messing around with support for Windows path, cleanups,
10753 trying to identify and fix the various code path to the
10754 filename access. Added xmlNormalizeWindowsPath()
10755
Daniel Veillard76575762002-09-05 14:21:15 +000010756Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10757
10758 * error.c valid.c: working on better error reporting of validity
10759 errors, especially providing an accurate context.
10760 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
10761 error reports in those cases.
10762
Daniel Veillard3487c8d2002-09-05 11:33:25 +000010763Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10764
10765 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
10766 parser.c parserInternals.c xmlIO.c: get rid of all the
10767 perror() calls made in the library execution paths. This
10768 should fix both #92059 and #92385
10769
Daniel Veillard19aa7022002-09-05 11:14:19 +000010770Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10771
10772 * xmllint.c: memory leak reporting was broken after a change
10773 of the preprocessor symbol used to activate it.
10774
Daniel Veillardec6725e2002-09-05 11:12:45 +000010775Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10776
10777 * tree.c: try to make the copy function work for node of
10778 type XML_DOCUMENT_FRAG_NODE, they are only created by the
10779 DOM layers though, not libxml2 itself.
10780
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000010781Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10782
10783 * valid.c: try to provide file and line informations, not all
10784 messages are covered, but it's a (good) start
10785
Daniel Veillardbbc72c32002-09-05 10:52:10 +000010786Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
10787
10788 * xinclude.c: reimplemented a large part of the XInclude
10789 processor, trying to minimize resources used, James Henstridge
10790 provided a huge test case which was exhibiting severe memory
10791 consumption problems.
10792
Daniel Veillard2206dbf2002-09-05 08:09:37 +000010793Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
10794
10795 * python/Makefile.am: applied patch from Christophe Merlet to
10796 reestablish DESTDIR
10797
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010798Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
10799
10800 * libxml.spec.in: fixes libary path for x86_64 AMD
10801
John Fleckbe98b332002-09-04 03:16:23 +000010802Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
10803
10804 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010805 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000010806 (plus resulting generated html files)
10807 fixing one spot I missed in the tutorial where I hadn't freed
10808 memory properly
10809
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010810Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
10811
10812 * doc/tutorial/includeaddattribute.c
10813 * doc/tutorial/includeaddkeyword.c
10814 * doc/tutorial/includegetattribute.c
10815 * doc/tutorial/includekeyword.c
10816 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010817 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010818 update tutorial to properly free memory (thanks to Christopher
10819 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010820 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010821 added image files so the callouts are graphical, making it
10822 easier to read ( use "--param callout.graphics 1" to generate
10823 html with graphical callouts)
10824
Daniel Veillarde1662542002-08-28 11:50:59 +000010825Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10826
10827 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
10828 nice logos generated by Marc Liyanage
10829 * doc/site.xsl *.html: changed the stylesheet to show the new
10830 logo and regenerated the pages
10831
Daniel Veillardb212bbb2002-08-25 14:39:16 +000010832Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10833
10834 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
10835
Daniel Veillard42766c02002-08-22 20:52:17 +000010836Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10837
10838 * xpath.c: possible mem leak patch from Jason Adams
10839
10840Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10841
10842 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
10843 in the XQuery namespace
10844 * configure.in: preparing 2.4.24
10845 * doc/*.html: updated the web pages
10846
10847Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10848
10849 * python/generator.py: closing bug #85258 by generating conditional
10850 compile check to avoid linking to routines not configured in.
10851
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000108522002-08-22 Havoc Pennington <hp@pobox.com>
10853
10854 * autogen.sh: update error message for missing automake
10855
Daniel Veillard08cccaa2002-08-22 09:47:29 +000010856Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10857
10858 * python/Makefile.am: typo in target name resulted in libxml2.py
10859 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
10860
Daniel Veillard22669b22002-08-22 07:17:11 +000010861Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10862
10863 * win32/win32/Makefile.mingw: updated with version from
10864 Elizabeth Barham at http://soggytrousers.net/repository/
10865
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000010866Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10867
10868 * win32/Makefile.msvc: added the prefix location to the include
10869 and lib search path.
10870
Havoc Pennington830e8972002-08-18 22:22:13 +0000108712002-08-18 Havoc Pennington <hp@pobox.com>
10872
10873 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
10874 both automake 1.6 and 1.4 installed get the right automake. Means
10875 compilation from CVS will now require the latest automake 1.4
10876 release, or manually creating symlinks called "automake-1.4" and
10877 "aclocal-1.4"
10878
Daniel Veillardb6984ef2002-08-14 16:55:31 +000010879Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10880
10881 * configure.in python/Makefile.am: more AMD 64 induced changes from
10882 Frederic Crozat
10883
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010884Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10885
10886 * xinclude.c: oops I was missing the xml:base fixup too
10887 * result/XInclude/*.xml: this adds xml:base attributes to most
10888 results of the tests
10889
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010890Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10891
10892 * xinclude.c: quick but apparently working implementation of
10893 xi:fallback, should close bug #89684
10894 * Makefile.am test/XInclude/docs/fallback.xml
10895 result/XInclude/fallback.xml: added a basic test for fallback,
10896 and run with --nowarning to avoid a spurious warning
10897 * configure.in: applied patch from Frederic Crozat for python
10898 bindings on AMD 64bits machines.
10899
Daniel Veillard9e923512002-08-14 08:48:52 +000010900Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10901
10902 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10903 the caller don't pass a SAX callback block.
10904
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010905Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10906
10907 * tree.c: applied the same fix for the XML-1.0 namespace to
10908 xmlSearchNsByHref() as was done for xmlSearchNs()
10909
Daniel Veillardad11b302002-08-12 14:53:41 +000010910Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10911
10912 * libxml.3: small cleanup of the man page
10913 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10914 when serializing HREF attributes generated by XSLT.
10915
Daniel Veillardc084e472002-08-12 13:27:28 +000010916Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10917
10918 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10919 version of Marc Liyanage' patch for boolean attributes in HTML
10920 output
10921
Daniel Veillard5f91b372002-08-12 12:13:01 +000010922Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10923
10924 * python/tests/serialize.py: fixed the test results, indenting
10925 behaviour changed slightly
10926
Aleksey Sanin9e951762002-08-08 18:02:41 +000010927Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10928
10929 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10930 new c14n function to Windows def files
10931
Aleksey Saninea4272a2002-08-02 23:50:03 +000010932Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10933
10934 * c14n.c: fixed a memory leak in c14n code
10935
Daniel Veillard58e44c92002-08-02 22:19:49 +000010936Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10937
10938 * parser.c include/libxml/parser.h: adding a new API for Christian
10939 Glahn: xmlParseBalancedChunkMemoryRecover
10940 * valid.c: patch from Rick Jones for some grammar cleanup in
10941 validation messages
10942 * result/VC/* result/valid/*: this slightly change some of the
10943 regression tests outputs
10944
Daniel Veillard0bf29002002-08-01 12:54:11 +000010945Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10946
10947 * tree.c: trying to fix a problem in namespaced attribute handling
10948 raised by Christian Glahn
10949
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010950Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10951
10952 * encoding.c include/libxml/encoding.h: Opening the interface
10953 xmlNewCharEncodingHandler as requested in #89415
10954 * python/generator.py python/setup.py.in: applied cleanup
10955 patches from Marc-Andre Lemburg
10956 * tree.c: fixing bug #89332 on a specific case of loosing
10957 the XML-1.0 namespace on xml:xxx attributes
10958
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010959Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10960
10961 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10962 corner case from new Merlin's test suite and added a callback
10963 that will be used to improve xmlsec performance
10964
10965
Daniel Veillard0b22def2002-07-29 16:23:03 +000010966Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10967
10968 * HTMLtree.c: trying to fix the <style> escaping problem in
10969 HTML serialization bug #89342
10970
Daniel Veillard0b28e882002-07-24 23:47:05 +000010971Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10972
10973 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10974 and rebuilt the web site.
10975
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010976Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010977
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010978 * include/libxml/tree.h: added _private member to xmlNs struct
10979
Daniel Veillard1d995272002-07-22 16:43:32 +000010980Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10981
10982 * HTMLparser.c: fixing bug #84876 based on the xml working
10983 code.
10984
William M. Brack61eaba52002-07-21 11:14:18 +000010985Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10986
10987 * python/Makefile.am: enhanced to fix bug 72012 (errors
10988 when using '-jX' make parameter)
10989
William M. Brackef61d202002-07-19 08:32:00 +000010990Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10991
10992 * xpath.c: small additional enhancement for booleans
10993 compared to nodesets
10994
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010995Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10996
10997 * HTMLtree.c: changed the order of the encoding declaration
10998 attributes in the meta tags due to a bug in IE/Mac
10999
William M. Brack0c022ad2002-07-12 00:56:01 +000011000Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11001
11002 * xpath.c: enhanced handling of booleans (especially '='
11003 and '!=' for nodesets) - fixes bug 85256. Added new
11004 routine xmlXPathNotEqualValues for more proper handling
11005 of '!=' when nodesets are involved.
11006
Daniel Veillard06944e22002-07-11 19:55:18 +000011007Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11008
11009 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
11010 doc/xmlcatalog_man.xml to the source distribution
11011
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000011012Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11013
11014 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
11015 asked for this.
11016
Daniel Veillard539638b2002-07-06 19:55:14 +000011017Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
11018
11019 * configure.in: preparing 2.4.23
11020 * doc/*: rebuilt the docs
11021
Daniel Veillard176d99f2002-07-06 19:22:28 +000011022Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11023
11024 * parser.c: fixing bug #84169 by fixing the
11025 comment of xmlCreatePushParserCtxt to describe the
11026 encoding detection parameters better.
11027
Daniel Veillard37f961d2002-07-06 17:53:56 +000011028Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11029
11030 * valid.c: fixing bug #79331 in one path the lookup for
11031 ID attributes on a namespaced node wasn't handled correctly :-\
11032
Daniel Veillard8c9872c2002-07-05 18:17:10 +000011033Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11034
11035 * HTMLparser.c: trying to fix 87235 about discarded white
11036 spaces in the HTML parser.
11037 * result/HTML/*: this changes the output of a number of HTML
11038 regression tests
11039
Daniel Veillardfdc91562002-07-01 21:52:03 +000011040Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
11041
11042 * xpath.c: applied patch from Richard Jinks for the namespace
11043 axis + fixed a memory error.
11044 * parser.c parserInternals.c: applied patches from Peter Jacobi
11045 removing ctxt->token for good.
11046 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
11047 popped out by the regression tests.
11048 * Makefile.am: patch for threads makefile from Gary Pennington
11049
William M. Brack6000af52002-06-28 11:43:13 +000011050Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11051
Daniel Veillardfdc91562002-07-01 21:52:03 +000011052 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000011053 expressions involving preceding-sibling (et al).
11054
Daniel Veillard153120c2002-06-18 07:58:35 +000011055Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11056
11057 * hash.c: applied a patch from Peter Jacobi to solve a problem
11058 when compiling with the Watcom C on Win32
11059 * result/schemas/*.err: the change of hashing algo generated
11060 permutations in the output
11061
Daniel Veillard5f7f9912002-06-17 17:03:00 +000011062Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11063
11064 * hash.c: applied patch from Sander Vesik improving the quality of
11065 the hash function.
11066
Aleksey Sanina5808b92002-06-14 17:07:41 +0000110672002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000011068
11069 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
11070 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
11071 xmllint.c xpath.c: replaced sprintf() with snprintf()
11072 to prevent possible buffer overflow (the bug was pointed
11073 out by Anju Premachandran)
11074
Daniel Veillarde059b892002-06-13 15:32:10 +000011075Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11076
11077 * parser.c: removed an uninitialized data error popped by valgrind
11078 on PE references
11079
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000011080Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
11081
11082 * doc/xml.html
11083 adding tutorial reference to the web page
11084
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000011085Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
11086
11087 * doc/tutorial/xmltutorial.xml
11088 * doc/tutorial/ar01s07.html
11089 * doc/tutorial/ape.html
11090 * doc/tutorial/includegetattribute.c
11091 adding section to tutorial about retrieving an attribute
11092 value
11093
Daniel Veillardf5582f12002-06-11 10:08:16 +000011094Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11095
11096 * parser.c: applied a couple of patches from Peter Jacobi to start
11097 to get rid of ctxt->token, with a possible significant speed
11098 improvement to be gained once done. Better compliance with PE
11099 references constructs in DTDs too.
11100 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
11101 from Peter too
11102
Daniel Veillard38d80e22002-06-11 07:24:56 +000011103Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11104
11105 * parser.c: Babak Vahedipour-Kunze reported that openTag in
11106 xmlParseElement was likely to have been deallocated at the
11107 time of the report, possibly leading to segfault. Just report
11108 the tag name now.
11109
Daniel Veillard9e412302002-06-10 15:59:44 +000011110Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11111
11112 * xpath.c: patch from Richard Jinks for XPath substring() function
11113 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
11114
Aleksey Sanina5808b92002-06-14 17:07:41 +0000111152002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000011116
11117 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
11118
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000011119Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
11120
11121 *doc/FAQ.html
11122 fixing typos in FAQ, thanks to Robert Funnell for the
11123 editing help
11124
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011125Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11126
11127 * NEWS: got complaints from rpmlint that it was empty
11128
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000011129Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
11130
11131 * added doc/tutorial, including:
11132 apa.html
11133 apb.html
11134 apc.html
11135 apd.html
11136 ar01s02.html
11137 ar01s03.html
11138 ar01s04.html
11139 ar01s05.html
11140 ar01s06.html
11141 includeaddattribute.c
11142 includeaddkeyword.c
11143 includekeyword.c
11144 includestory.xml
11145 index.html
11146 xmltutorial.xml
11147 libxml tutorial, including generated html
11148
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000011149Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
11150
11151 * result/c14n/exc-without-comments/merlin-c14n-two-*
11152 result/c14n/without-comments/merlin-c14n-two-*
11153 test/c14n/exc-without-comments/merlin-c14n-two-*
11154 test/c14n/without-comments/merlin-c14n-two-*
11155 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
11156 c14n/exc-c14n and slightly modified test script to handle
11157 these test cases
11158 * c14n.c: fixed bugs for complicated nodes set (namespace
11159 without node and others from merlin-c14n-two.tar.gz)
11160 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
11161 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
11162 for xmlsec performance patch
11163 * xpath.c: fixed self::node() for namespaces and attributes
11164
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011165Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
11166
11167 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
11168 but with the format parameter
11169 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
11170
Aleksey Saninc57f9c12002-05-31 19:14:57 +000011171Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
11172
11173 * Makefile.am: updated c14n tests suite
11174 * c14n.c: performance improvement for previous c14n patch
11175
Daniel Veillarde72c7562002-05-31 09:47:30 +000011176Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11177
11178 * parser.c: another peroformance patch from Peter Jacobi, that
11179 time on parsing attribute values.
11180
Aleksey Sanin508a1012002-05-31 06:32:32 +000011181Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
11182
11183 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
11184 into LibXML2 test suite
11185
Aleksey Sanindffd5c82002-05-31 04:24:13 +000011186Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
11187
11188 * c14n.c: propagating xpath ancesstors node fix to c14n
11189 plus small performance improvement to reduce number of
11190 mallocs
11191 * xpath.c: fixed ancestors axis processing for namespace nodes
11192
Daniel Veillard46de64e2002-05-29 08:21:33 +000011193Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11194
11195 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
11196 Peter Jacobi
11197
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000011198Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11199
11200 * configure.in: preparing 2.4.22
11201
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000011202Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11203
11204 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
11205 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
11206 a public entry point.
11207 * doc/*: rebuilt the API and docs
11208
Daniel Veillarded23b7d2002-05-27 12:16:02 +000011209Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11210
11211 * xpath.c: patch from Richard Jinks to fix a problem introduced
11212 in the previous patch and pointed by Norm
11213
Daniel Veillardc6924812002-05-24 11:10:43 +000011214Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11215
11216 * libxml.spec.in: fixing bug #81112
11217
Daniel Veillard234bc4e2002-05-24 11:03:05 +000011218Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11219
11220 * uri.c: fixing bug #82848
11221
Daniel Veillarda2878972002-05-24 07:54:39 +000011222Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11223
11224 * result/catalogs/mycatalog.full: Aleksey's commit changed the
11225 output of one catalog test
11226
Aleksey Sanin114e4752002-05-24 07:20:27 +000011227Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000011228
Aleksey Sanin114e4752002-05-24 07:20:27 +000011229 * global.data globals.c tree.c include/libxml/globals.h
11230 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
11231 default value for global parameter xmlIndentTreeOutput to 1 and
11232 introduced new global parameter xmlTreeIndentString (the string
11233 used to do one-level indent) with default value " " (as it was
11234 in tree.c)
11235
Daniel Veillard49d5af82002-05-23 11:55:49 +000011236Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11237
11238 * Makefile.am: Merijn Broeren pointed out a problem when compiling
11239 with trio and schemas.
11240
Daniel Veillard7c13af42002-05-22 09:57:32 +000011241Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11242
11243 * xpath.c: patch from Richard Jinks to fix the problem raised in
11244 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
11245
Daniel Veillard5a872412002-05-22 06:40:27 +000011246Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11247
11248 * xmlschemas.c: a bit of work on import.
11249 * xmlschemastypes.c: Charles Bozeman provided a compare function
11250 for date/time types so min/max facet restrictions should work,
11251 indeterminate comparisons return an error instead of equal.
11252 * test/schemas/date_0* result/schemas/date_0_0: specific test
11253 from Charles Bozeman too
11254
Daniel Veillard10b6da42002-05-18 07:55:20 +000011255Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11256
11257 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
11258 from Christian Cornelssen fixing the man pages and the Catalog
11259 building script.
11260 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
11261 next step is <xs:import> I now have a reasonable understanding
11262 of how it works.
11263
Daniel Veillarde5354492002-05-16 08:43:22 +000011264Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11265
11266 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
11267
Igor Zlatkovic1396e182002-05-14 22:22:40 +000011268Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11269
11270 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
11271
Daniel Veillard088bf112002-05-14 11:03:59 +000011272Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11273
11274 * xpath.c: fixing an XPath function evalutation bug pointed out
11275 by Alexey Efimov where the context was lost when evaluating
11276 the function arguments
11277
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011278Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000011279
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011280 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
11281 function public for XMLSec performance optimizations
11282
Daniel Veillard3cd72402002-05-13 10:33:30 +000011283Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11284
11285 * python/generator.py python/libxml2class.txt : fixed a problem
11286 with the HTML parser pointed by Gary Benson
11287 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
11288 example
11289
Aleksey Sanine48a3182002-05-09 18:20:01 +000011290Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11291 * parser.c: fixed bug #81159 (memory growth in SAX)
11292
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011293Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11294 * xpath.c: fixed bug #78858 (the real fix)
11295
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011296Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011297 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011298
Daniel Veillard4cbe4702002-05-05 06:57:27 +000011299Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * tree.c: modified xmlNodeSetBase to allow changing the
11302 base of a document.
11303
Daniel Veillard070803b2002-05-03 07:29:38 +000011304Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * xmlschemastypes.c: patch Charles Bozeman for validation of
11307 all the date, time, and duration types
11308 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
11309 * configure.in: fixed an error pointed by an user
11310 * xml2-config.in: fixed an error pointed by an user
11311
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000011312Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11313
11314 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
11315 win32/libxml2.def.src xmlIO.c: exported default
11316 'file:', 'http:' and 'ftp:' protocols input handlers
11317 and maked protocols comparisson case insensitive
11318
Daniel Veillard34de97f2002-04-30 14:29:22 +000011319Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11320
11321 * configure.in: Neven Has detected a typo
11322
Daniel Veillard28577c32002-04-30 06:48:41 +000011323Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
11324
11325 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
11326 as one of the persons allowed to commit directly to the
11327 module.
11328
Daniel Veillardfc57b412002-04-29 15:50:14 +000011329Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11330
11331 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
11332 * valid.c: raised a too low limit
11333 * doc/*: rebuilt the docs
11334
Daniel Veillardeca82812002-04-24 11:42:02 +000011335Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11336
11337 * test/XPath/expr/floats test/XPath/expr/functions
11338 result/XPath/expr/floats result/XPath/expr/functions
11339 xpath.c: another XPath conformance patch from Richard Jinks
11340
Daniel Veillard13e04c62002-04-23 17:51:29 +000011341Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
11342
11343 * xmlschemas.c: fixed validation of attribute groups.
11344 * test/schemas result/schemas: added an example from the primer
11345
Daniel Veillard88c58912002-04-23 07:12:20 +000011346Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11347
11348 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
11349 * test/schemas result/schemas: updated the test list
11350
Daniel Veillarde19fc232002-04-22 16:01:24 +000011351Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11352
11353 * TODO: updated a bit
11354 * parser.c: made a comment more specific
11355 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
11356 Schemas conformance.
11357 * test/schemas result/schemas: updated the test list
11358
Daniel Veillard441bc322002-04-20 17:38:48 +000011359Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11360
11361 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
11362 implementing xs:all with minOccurs = 0
11363 * tes/schemas/* result/schemas/*: added more tests covering
11364 xs:all
11365
Daniel Veillard8a001f62002-04-20 07:24:11 +000011366Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
11367
11368 * xmlregexp.c: first implementation of the all particle, this
11369 may need to be revisited for case where not all transitions
11370 must be crossed.
11371
Daniel Veillard7646b182002-04-20 06:41:40 +000011372Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11373
11374 * tree.c: another entity processing update from Markus Henke
11375
Bjorn Reese54d02fb2002-04-19 15:16:01 +000011376Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
11377
11378 * trionan.c: fixed crash on OSF/1
11379
Daniel Veillardb4398962002-04-19 07:01:55 +000011380Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11381
11382 * xmlschemas.c: more Schemas work
11383 * test/schemas/* result/schemas/*: added more tests coming
11384 from the spec.
11385
Daniel Veillard54761132002-04-18 21:00:44 +000011386Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11387
11388 * c14n.c: patch from Aleksey Sanin reflecting a change in the
11389 ExcC14N specification
11390
Daniel Veillardbf8dae82002-04-18 16:39:10 +000011391Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11392
11393 * tree.c: patch from Markus Henke, fix for recursive entities.
11394
Daniel Veillard23b1f372002-04-18 15:50:05 +000011395Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11396
11397 * xpath.c: fix a problem with string() on a document node.
11398
Daniel Veillarddecd64d2002-04-18 14:41:51 +000011399Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11400
11401 * Makefile.am xmlschemas.c: more Schemas work
11402 * test/schemas/* result/schemas/*: added more tests coming
11403 from the spec.
11404
Daniel Veillard6231e842002-04-18 11:54:04 +000011405Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11406
11407 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
11408 * result/HTML/*: this changes a few things in the results
11409
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000011410Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11411
11412 * include/libxml/tree.h: eliminated 'declaration different than
11413 prototype' warning
11414 * include/win32config.h: "resolved" conflicts with errno.h
11415
Daniel Veillardb509f152002-04-17 16:28:10 +000011416Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11417
11418 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
11419 on the automata interfaces and debug of counted choices
11420 * test/schemas/* result/schemas/*: added a number of tests
11421
Daniel Veillard8651f532002-04-17 09:06:27 +000011422Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11423
11424 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
11425 a bit of work on Schemas
11426 * testSchemas.c: try to make it more useful
11427 * test/schemas/* result/schemas/* Makefile.am: changed the
11428 Schemas regression test procedure, started adding a few samples
11429
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011430Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11431
11432 * include/libxml/encoding.h: Patch for the Borland C++ builder
11433 * include/libxml/tree.h: Patch for the Borland C++ builder
11434 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000011435 * win32/bcb5: New directory for the Borland C++ builder
11436 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011437
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000011438Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11439
11440 * win32/Makefile.msvc: Update for XML Schema support
11441 * win32/configure.js: Update for XML Schema support
11442 * win32/libxml2.def.src: Update for XML Schema support
11443
Daniel Veillard4255d502002-04-16 15:50:10 +000011444Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11445
11446 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
11447 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
11448 xmlunicode.c include/libxml/Makefile.am
11449 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
11450 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
11451 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
11452 include/libxml/xmlversion.h.in : merged the current state of
11453 XML Schemas implementation, it is not configured in by default,
11454 a specific --schemas configure option has been added.
11455 * test/automata test/regexp test/schemas Makefile.am
11456 result/automata result/regexp result/schemas:
11457 merged automata/regexp/schemas regression tests
11458
Daniel Veillardbc6f7592002-04-16 07:49:59 +000011459Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
11460
11461 * xpath.c: Gary found a compile time problem, fixes #78823
11462
Daniel Veillarda7084cd2002-04-15 17:12:47 +000011463Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11464
11465 * configure.in: release of 2.4.20
11466 * doc/*: updated and rebuilt the docs
11467
Daniel Veillardf544f192002-04-15 12:56:56 +000011468Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11469
11470 * python/Makefile.am: patch from Cristian Gafton to build on
11471 Red Hat 6.2, should also fix #75779
11472
Daniel Veillard940492d2002-04-15 10:15:25 +000011473Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11474
11475 * valid.c: first part of fixing #78729
11476
Daniel Veillardeb475a32002-04-14 22:00:22 +000011477Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
11478
11479 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
11480 escaping of URI when saving HTML files.
11481 * result/HTML/*: this impacted some tests
11482
Daniel Veillard9b731d72002-04-14 12:56:08 +000011483Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
11484
11485 * configure.in: trying to fix #77441
11486
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000011487Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11488
11489 * include/libxml/xmlIO.h: Hallski complained it could not be
11490 included by itself.
11491
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000011492Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11493
11494 * configure.in: applied an IEEE flag patch for OSF/1 #77825
11495
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000011496Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11497
11498 * win32/configure.js: patch from Nilo for the c14n option
11499 * win32/Makefile.msvc: fixed libxml2.def generation with threads
11500
Daniel Veillardda423da2002-04-10 19:25:38 +000011501Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11502
11503 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
11504 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
11505 LIBXML_THREAD_ENABLED
11506
Daniel Veillard0eafdef2002-04-10 16:14:34 +000011507Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11508
11509 * xpath.c: another patch from Richard Jinks for substring conformance
11510 * test/XPath/expr/floats test/XPath/expr/strings
11511 result/XPath/expr/floats result/XPath/expr/strings: update of the
11512 test suite to check those.
11513
Daniel Veillard01917aa2002-04-10 11:30:41 +000011514Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11515
11516 * xpath.c: patch from Richard Jinks for .x float parsing.
11517
Daniel Veillard46d6c442002-04-09 16:10:39 +000011518Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11519
11520 * parser.c: patch from Markus Henke when an encoding ain't recognized
11521
Daniel Veillard88e0ad42002-04-09 13:48:02 +000011522Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * libxml.m4: got a report that #include <string.h> was needed
11525
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011526Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11527
11528 * xmllint.c: applied a fix from Anthony Jones for -o /--output
11529
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011530Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
11531
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011532 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011533
Daniel Veillardbd6e6312002-04-01 08:04:14 +000011534Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11535
11536 * xpath.c: fixed a bug in the nodeset to boolean comparison code
11537 pointed out by Melvyn Sopacua.
11538
Daniel Veillarde979e3b2002-03-29 22:43:00 +000011539Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11540
11541 * libxml.m4: Frédéric Crozat gave a patch related to the change
11542 of Include paths breaking the libxml.m4
11543
Daniel Veillard7089d6b2002-03-29 17:28:10 +000011544Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11545
11546 * xpath.c: Fix bug #76927 forgot to save some context
11547 when evaluating binary expressions
11548
Daniel Veillardd30be4a2002-03-28 18:25:31 +000011549Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11550
11551 * configure.in: fixed configure for MPE/iX from Markus Henke
11552 * xmlmemory.c: fixed initialization problems
11553 * xpath.c: another set of patches from Richard Jinks this
11554 fixes "make XPathtests" on linux
11555
Daniel Veillard21458c82002-03-27 16:12:22 +000011556Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11557
11558 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
11559 * test/XPath/expr/compare test/XPath/expr/equality
11560 test/XPath/expr/floats test/XPath/expr/functions
11561 test/XPath/expr/strings result/XPath/expr/compare
11562 result/XPath/expr/equality result/XPath/expr/floats
11563 result/XPath/expr/functions result/XPath/expr/strings: Updated
11564 tests though they show a divergence on Linux
11565
Daniel Veillard28dfed12002-03-27 09:08:17 +000011566Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11567
11568 * xpath.c trionan.c: previous commit also included patches
11569 from Richard Jinks on some IEEE support corner case
11570
Daniel Veillard5fc1f082002-03-27 09:05:40 +000011571Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11572
11573 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
11574 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
11575 that $(datadir) should be used for docs
11576
Daniel Veillarddb1dc392002-03-26 12:44:39 +000011577Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11578
11579 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
11580 could leak filedescriptors
11581
Daniel Veillarddd4b9122002-03-26 07:58:43 +000011582Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11583
11584 * configure.in nanohttp.c: applied patch from Allan Clark for
11585 UnixWare/OpenServer
11586
Daniel Veillard19274092002-03-25 16:48:03 +000011587Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11588
11589 * configure.in: preparing 2.4.19
11590 * doc/*: rebuilt the docs
11591
Daniel Veillard56b2db72002-03-25 16:35:28 +000011592Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11593
11594 * nanohttp.c: fixing #76043, got fed up with non-portability
11595 of that piece of code.
11596
Daniel Veillard6f4561a2002-03-25 12:10:14 +000011597Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11598
11599 * valid.c SAX.c: Never commit without running "make tests" :-(
11600 fix a couple of stupidities in the previous commit
11601 * result/*: a few changes in some attribute order result of previous
11602 commit.
11603
Daniel Veillardd85f4f42002-03-25 10:48:46 +000011604Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11605
11606 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
11607 the internal subset should not raise duplicate ID errors,
11608 also there was a small bug in conjunction to namespace
11609 declarations defaulted and xml:xxx attributes DTD definitions.
11610
Daniel Veillard56cd18b2002-03-22 14:14:43 +000011611Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11612
11613 * xpath.c: Richard Jinks also raised some rounding problems
11614 this tries to fix them
11615
Daniel Veillard4e2df542002-03-22 12:23:14 +000011616Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11617
11618 * xpath.c: Richard Jinks spotted an incoherent memory allocation
11619 behaviour in xmlXPathCastToString()
11620
Daniel Veillarddb552912002-03-21 13:27:59 +000011621Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11622
11623 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
11624 raised by Morus Walter
11625
Daniel Veillard9e537932002-03-21 13:08:08 +000011626Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11627
11628 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
11629 from Igor
11630
Daniel Veillard6fbcf422002-03-21 12:32:59 +000011631Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11632
11633 * xpath.c: fixing #75619, related to a problem when trying
11634 to evaluate condition when the current node set resulting
11635 from that sub-step evaluation is empty. Also fixes 2 potential
11636 problem with previous-sibling and next-siblings axis.
11637
Daniel Veillard1840ef02002-03-21 08:05:23 +000011638Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11639
11640 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
11641 HTML support is not configured in.
11642
Daniel Veillard561b7f82002-03-20 21:55:57 +000011643Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11644
11645 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
11646 include/libxml/tree.h: dohh I really didn't intended to commit
11647 this test version :-(
11648
Daniel Veillarde50f3b52002-03-20 19:24:21 +000011649Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11650
11651 * testSAX.c: I wanted to see the real speed at the SAX interface
11652 after a little too many Ximianer started complaining about the
11653 parser speed.
11654 added a --quiet option:
11655 paphio:~/XML -> ls -l db100000.xml
11656 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
11657 paphio:~/XML -> time ./testSAX --quiet db100000.xml
11658 3200006 callbacks generated
11659 real 0m1.270s
11660 Which means 16MBytes/s and 3Mcallback/s
11661
Daniel Veillardc62a1472002-03-19 18:35:12 +000011662Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11663
11664 * xpath.c: valgrind spotted another error that time when running
11665 on libxslt regression tests
11666
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000011667Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11668
11669 * Makefile.am: adding "make valgrind" running the full regression
11670 tests (except python ones) under Valgrind (using valgrind -q
11671 which was kindly added by the author).
11672 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
11673 passes cleanly now except an obcure floating point initialization
11674 raised in log10() in one XPath regression test ???
11675 * tree.c: edited some comments to close #75244
11676
Daniel Veillard28cac6b2002-03-19 11:25:30 +000011677Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
11680 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
11681 context of ScrollKeeper, made sure that if the number is
11682 an integer, the serialization follows the description at
11683 http://www.w3.org/TR/xpath#section-String-Functions
11684
Daniel Veillard5997aca2002-03-18 18:36:20 +000011685Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11686
Daniel Veillard34ce8be2002-03-18 19:37:11 +000011687 * configure.in: preparing 2.4.18
11688 * doc/*: updated and rebuilt the web site
11689 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
11690 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000011691 * parser.c: humm, changed the way the SAX parser work when
11692 xmlSubstituteEntitiesDefault(1) is set, it will then
11693 do the entity registration and loading by itself in case the
11694 user provided SAX getEntity() returns NULL.
11695 * testSAX.c: added --noent to test the behaviour.
11696
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000011697Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11698
11699 * parser.c: Wilfried Teiken provided a hackish but working
11700 way to get context reported back on entities when parsing
11701 with SAX and without breaking the DOM build.
11702
Daniel Veillard2d347fa2002-03-17 10:34:11 +000011703Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11704
11705 * c14n.c: applied a new patch from Aleksey Sanin
11706 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
11707 to reference Aleksey implementation of XML digital Signatures
11708
Daniel Veillard38bf6f02002-03-16 22:03:31 +000011709Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11710
11711 * xpath.c: small fix to avoid potential problem due to
11712 ordering of freeing data
11713 * python/Makefile.am: people were complaining about
11714 the generated file in python dir not being built
11715
Daniel Veillardd2379012002-03-15 22:24:56 +000011716Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11717
11718 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
11719 python/generator.py python/libxml.c python/types.c: Cleanup
11720 of the python Makefiles based on Jacob and James feedback,
11721 fixed the spec file accordingly, fixed the number of warning
11722 that passing my pedantic CFLAGS was generating. Conclusion
11723 is that Python includes are real crap.
11724
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000011725Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11726
11727 * configure,in: it was reported quite a few times that
11728 xml2-config --cflags should not output
11729 -I$includeprefix/libxml2/libxml because libxml2 header names
11730 clashes with existing names like list.h from C++ stl.
11731 Includes should be #include<libxml/xxx.h> so ...
11732
Daniel Veillard6f293b12002-03-15 09:42:33 +000011733Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11734
11735 * c14n.c: another patch from Aleksey Sanin
11736
Daniel Veillard5c396542002-03-15 07:57:50 +000011737Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11738
11739 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
11740 canonicalization algorithm
11741 * doc/xml.html doc/index.html: added the C14N references on the
11742 index page.
11743
jacob berkman9be65862002-03-14 02:15:56 +0000117442002-03-13 jacob berkman <jacob@ximian.com>
11745
11746 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
11747 usage, redundant, and gcc specific
11748
Daniel Veillard75be0132002-03-13 10:03:35 +000011749Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11750
11751 * xpath.c: speedup some node selection operations, this can
11752 have a significant impact on DocBook Norm's stylesheets
11753 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
11754 make sure it's always the case
11755 * debugXML.c: distinguish CDATA and comments in ls operations
11756
Daniel Veillard61f26172002-03-12 18:46:39 +000011757Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11758
11759 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
11760 to generate better API descriptions etc...
11761
Daniel Veillard9ff88172002-03-11 09:15:32 +000011762Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11763
11764 * c14n.c: Fixing #74186, made sure all boolean expressions
11765 get fully parenthesized, ran indent on the output
11766 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
11767 include/libxml/tree.h: also #74186 related, removed the
11768 --with-buffers option, and all the preprocessor conditional
11769 sections that were resulting from it.
11770
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000011771Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11772
11773 * valid.c: applied patch from Dodji Seketeli fixing an
11774 uninitailized variable in xmlValidGetValidElements()
11775
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000011776Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11777
11778 * c14n.c: fixed a few comments
11779 * doc/*.html doc/*/*.html: regenerated the docs and added
11780 the C14N API
11781 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
11782
Daniel Veillardfa49d872002-03-09 10:20:00 +000011783Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11784
11785 * check-xml-test-suite.py: fix to adapt varaiations in the
11786 bindings
11787 * configure.in python/setup.py python/setup.py.in: fixed to
11788 have the version of the python scripts automatically updated
11789
Daniel Veillarda3db2e32002-03-08 15:46:57 +000011790Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11791
11792 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
11793 in xmlCopyProp()
11794
Daniel Veillardaf43f632002-03-08 15:05:20 +000011795Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11796
11797 * configure.in: preparing 2.4.17 release
11798 * doc/*: updated and rebuilt the docs
11799 * xpath.c: fixed a comment
11800 * python/libxml.c: fixed a possible reentrancy problem
11801
Daniel Veillardef6c46f2002-03-07 22:21:56 +000011802Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11803
11804 * tree.c python/tests/Makefile.am python/tests/attribs.py:
11805 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
11806 added a specific regression test
11807 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
11808 not raise exceptions when failing to find the attribute.
11809
Daniel Veillard90bc3712002-03-07 15:12:58 +000011810Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11811
11812 * configure.in xmllint.c: owen pointed out a problem with the
11813 ftme fix, gettimeofday() was not detected by configure and
11814 the ftime header wasn't included, dohhh
11815
Daniel Veillard8c1ae602002-03-07 11:21:00 +000011816Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11817
11818 * configure.in xmllint.c: trying to fix #71457 for timing
11819 precision when gettimeofday() is not availble but ftime() is
11820
Daniel Veillardf5a457a2002-03-07 10:25:29 +000011821Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11822
11823 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
11824 are now copied on install and part of the -devel RPM
11825
Daniel Veillard7b416132002-03-07 08:36:03 +000011826Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11827
11828 * xpath.c: trying to avoid bug #72150 which was apparently
11829 caused by a gcc bug (or a processor problem) as detailed
11830 at http://veillard.com/gcc.bug
11831
Daniel Veillardf742d342002-03-07 00:05:35 +000011832Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11833
11834 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
11835 fixed xmlReconciliateNs(), added a Python test/example for
11836 inter-document cut'n paste
11837 * python/libxml.py: fixed node.doc on document nodes and added
11838 xpathEval() onto node objects
11839
Daniel Veillard4e0e2972002-03-06 21:39:42 +000011840Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11841
11842 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
11843 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
11844 fixup and integrated tests for the serialization stuff
11845
Daniel Veillarde915b2d2002-03-06 18:42:40 +000011846Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11847
11848 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
11849 moved the libxml man page to section 3
11850
Daniel Veillard1e774382002-03-06 17:35:40 +000011851Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11852
11853 * tree.c: fix bug #72490
11854 * python/libxml.c python/libxml.py: added methods serialize()
11855 and saveTo() to all node elements.
11856
Daniel Veillardddffd2a2002-03-05 20:28:20 +000011857Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11858
11859 * xmlIO.c: closed #73430, don't read from an input source
11860 which indicated an end-of-file or an error.
11861
Daniel Veillard8d24cc12002-03-05 15:41:29 +000011862Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11863
11864 * parser.c: make sure SAX endDocument is always called as
11865 this could result in a Python memory leak otherwise (it's
11866 used to decrement ref-counting)
11867 * python/generator.py python/libxml.c python/libxml.py
11868 python/libxml2-python-api.xml python/libxml2class.txt
11869 python/tests/error.py python/tests/xpath.py: implemented
11870 the suggestions made by Gary Benson and extended the tests
11871 to match it.
11872
Daniel Veillardba5e18a2002-03-05 09:36:43 +000011873Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * python/generator.py: applied patch fixing #73450
11876
Daniel Veillard044fc6b2002-03-04 17:09:44 +000011877Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11878
11879 * xpath.c: fixing #61290 "namespace nodes have no parent"
11880 long standing divergence from the XPath REC. NodeSets
11881 simply hold a copy of namespace nodes and those node ->next
11882 points to the parent (which may not be the node carrying the
11883 definition).
11884 * include/libxml/xpath.h: flagged but didn't added a possible
11885 speedup
11886 * DOCBparser.c HTMLparser.c: removed some warnings from push
11887 parser due to new state being added.
11888 * tree.c: new fix from Boris Erdmann
11889 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11890 the XML Canonalization support from Aleksey Sanin
11891
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011892Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11893
11894 * tree.c: patch from Boris Erdmann fixing some namespace odities
11895 with xmlCopyNode()
11896
Daniel Veillardc6613042002-03-02 09:34:02 +000011897Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11898
11899 * xmlIO.c: fix bug #72706 when loading a NULL entity
11900
Daniel Veillardc0fef772002-03-01 16:16:31 +000011901Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11902
11903 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11904 actually change in a future XML Namespace revision.
11905
Daniel Veillard79426f22002-03-01 16:14:17 +000011906Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11907
11908 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11909 added the possibility of returning nodesets from XPath extension
11910 functions written in Python
11911
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011912Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11913
11914 * python/*: commiting some Python bindings work done while travelling
11915
Daniel Veillard97300512002-03-01 09:13:41 +000011916Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11917
11918 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11919 explicitely with memory debugging switched on
11920
Daniel Veillard6361da02002-02-23 10:10:33 +000011921Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11922
11923 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11924 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11925 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11926 the accessor generator for strings
11927 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11928 regression test.
11929
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011930Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11931
11932 * python/README python/generator.py python/libxml.c python/setup.py:
11933 added the 'usual' setup.py to allow building a libxml2-python
11934 module based on the same code. The initialization is however
11935 different the 2 .so files fo libxml2 and libxslt are identical and
11936 they entry point initialize both libraries. this is done to avoid
11937 some possible nasty problem since the Python don't merge the maps
11938 of all shared modules.
11939
Daniel Veillard158a4d22002-02-20 22:17:58 +000011940Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11941
11942 * parser.c: fixed a push/encoding bug reported by Michael
11943 on librsvg
11944
Daniel Veillard7839e162002-02-20 18:54:48 +000011945Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11946
11947 * include/libxml/parserInternals.h: fixes a misplaced #endif
11948
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011949Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11950
11951 * parser.c valid.c: found and fixed a couple of allocation bugs
11952
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011953Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11954
11955 * doc/xml.html doc/python.html doc/*: added a Python and binding
11956 page describing the current state of the Python bindings and
11957 giving pointers to the other languages wrappers.
11958
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011959Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11960
11961 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11962 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11963 rebuilt the API and web site
11964 * xpath.c: fixed #71978 portability bugs
11965
Daniel Veillard8aff2472002-02-19 21:50:43 +000011966Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11967
11968 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11969
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011970Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11971
11972 * include/libxml/parserInternals.h parser.c: had to change
11973 2 internal parsing API when processing document content
11974 to check the start and end of element content are defined
11975 in the same entity
11976 * valid.c include/libxml/valid.h: attribute normalization can
11977 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11978 with the context to report it.
11979 * SAX.c: fixed the last known bugs, crazy validation constraints
11980 when a document is standalone seems correctly handled. There
11981 is a couple of open issues left which need consideration especially
11982 PE93 on external unparsed entities and standalone status.
11983 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11984 The 2 tests left failing are actually in error. Cleanup done.
11985
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011986Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11987
11988 * valid.c: implemented E59 spaces in CDATA does not match the
11989 nonterminal S
11990
Daniel Veillard878eab02002-02-19 13:46:09 +000011991Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11992
11993 * SAX.c parser.c valid.c: more validation test fixups
11994 * check-xml-test-suite.py: added duration info for the tests
11995
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011996Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11997
11998 * parser.c valid.c: a couple of errors were reported but not
11999 saved back as such in the parsing context. Down to 1% failure rate
12000 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
12001
Daniel Veillard4a7ae502002-02-18 19:18:17 +000012002Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12003
12004 * xmlInternald.c: isExtender was missing a char
12005 * parser.c include/libxml/parser.h: % are acceptable in the
12006 internal subset if within a PUBLIC ID
12007
Daniel Veillard8ab0f582002-02-18 18:31:38 +000012008Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12009
12010 * SAX.c parserInternals.c valid.c: more work on the conformance
12011 suite. Took the step to finally block documents with encoding
12012 errors. It's a fatal error per the spec, people should have fixed
12013 their documents by now.
12014
Daniel Veillard55253e22002-02-18 14:32:39 +000012015Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12016
12017 * check-xml-test-suite.py: fixed the test script after some discussion
12018 on the semantic of TYPE="error"
12019 * Makefile.am: added the script to the distrib
12020
Daniel Veillard28757702002-02-18 11:19:30 +000012021Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12022
12023 * SAX.c entities.c: fixed a couple of conformances issues deep
12024 into the validation code (standalone and undeclared Notations)
12025
Daniel Veillard82ac6b02002-02-17 23:18:55 +000012026Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12027
12028 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
12029 stayed there for years !
12030
Daniel Veillard7aea52d2002-02-17 23:07:47 +000012031Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12032
12033 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
12034 missing
12035
Daniel Veillardc7612992002-02-17 22:47:37 +000012036Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12037
12038 * check-xml-test-suite.py: improved the behaviour a bit as
12039 well as the logs
12040 * parser.c valid.c SAX.c: fixed a few more bugs
12041 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
12042
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000012043Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12044
12045 * check-xml-test-suite.py: python script to run regression tests
12046 against the XML Test suite of W3C/OASis
12047 * SAX.c: fixed a validation bug
12048 * parser.c: fixed 3 errors pointed by the test suite
12049 * doc/buildDocBookCatalog: fixed a typo pointed by drake
12050 * python/Makefile.am: fixed a dependendy
12051
Daniel Veillard9f28f302002-02-15 20:48:08 +000012052Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12053
12054 * xmlmemory.c: avoid a warning bug #71594
12055
Daniel Veillard144024e2002-02-13 21:14:46 +000012056Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12057
12058 * xmlmemory.c: Jesse Perry provided a patch to remove a few
12059 warning on alpha/Tru64
12060
Daniel Veillarde4301c82002-02-13 13:32:35 +000012061Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12062
12063 * include/libxml/entities.h: fixing a comment
12064 * valid.c: fixing some troubles with validity check on namespaces
12065 * result/VC/NS3 test/VC/NS3: added a specific regression test
12066
Daniel Veillarda6d05382002-02-13 13:07:41 +000012067Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12068
12069 * tree.c: Fixing #71342 serializing '\n' in attribute values
12070 * result/noent/att3 result/att3 test/att3: added a specific
12071 test.
12072
Daniel Veillard797a5652002-02-12 13:46:21 +000012073Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12074
12075 * python/libxml.c: couple of bug fixes
12076
Daniel Veillard01a6d412002-02-11 18:42:20 +000012077Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12078
12079 * python/*.py: removed tabs and used spaces.
12080
Daniel Veillard397ff112002-02-11 18:27:20 +000012081Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12082
12083 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
12084 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
12085
Daniel Veillard03517542002-02-11 13:54:40 +000012086Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12087
12088 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
12089 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
12090
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000012091Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12092
12093 * include/libxml/encoding.h include/libxml/entities.h
12094 include/libxml/globals.h include/libxml/parser.h
12095 include/libxml/threads.h include/libxml/tree.h
12096 include/libxml/xmlmemory.h: trying to fix the include mess
12097
Daniel Veillard1a612ed2002-02-11 07:54:45 +000012098Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12099
12100 * include/libxml/xmlmemory.h: reverted part of the previous
12101 attempt to provide #69655, this was breaking the build.
12102
Daniel Veillard0ba59232002-02-10 13:20:39 +000012103Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12104
12105 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
12106 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
12107 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
12108 include/libxml/parserInternals.h include/libxml/tree.h
12109 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
12110 Tentatively fixed #69655 , make compiling with -Wredundant-decls
12111 clean.
12112 * python/libxml.c: fixed a warning.
12113
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000012114Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12115
12116 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
12117 copying of node, merge back IDs in the target document.
12118 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
12119 test/XInclude/ents/ids.xml: test case
12120 * result/VC/ElementValid4: output changed due to a typo fix
12121
Daniel Veillard1c18e302002-02-09 22:16:40 +000012122Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12123
12124 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000012125 generate the dependencies right as Jacob found out. Add
12126 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000012127
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000012128Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12129
12130 * parserInternals.c valid.c: Justin Fletcher found some parts
12131 of the code needing cleanup
12132 * libxml.spec.in python/Makefile.am python/generator.py
12133 python/libxml.c python/libxml.py: Fixed the python Makefiles
12134 corrected a bug showing up on ia64, changed the name of the
12135 python internal module too
12136
Daniel Veillard07be19b2002-02-08 14:20:35 +000012137Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12138
12139 * Makefile.am: applied patch from Andris Pavenis for binary
12140 name suffixes
12141
Daniel Veillardf216d462002-02-08 13:44:24 +000012142Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12143
12144 * xmllint.c win32/win32config.h: fixing #68748
12145
Daniel Veillardd455d792002-02-08 13:37:46 +000012146Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12147
12148 * valid.c: fixing #70166
12149
12150Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12151
12152 * valid.c: fixing #70077
12153
Daniel Veillardc575b992002-02-08 13:28:40 +000012154Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12155
12156 * Copyright Makefile.am README configure.in libxml.spec.in:
12157 Changed to the MIT Licence
12158 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
12159 doc/xmlio.html: updated the doc accordingly
12160 * include/libxml/xmlwin32version.h configure.in: preparing
12161 2.4.14 release
12162 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12163 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12164 fixed the const xmlChar * wrapper and generator, XPath extension
12165 functions now use the context as first argument
12166 * python/tests/tstxpath.py python/tests/xpath.py
12167 python/tests/xpathext.py: Updated the tests accordingly
12168 * tree.c: fixed bug #70067
12169
Daniel Veillard7db38712002-02-07 16:39:11 +000012170Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12171
12172 * Makefile.am: cleanup
12173 * debugXML.c: always use stdout if output is NULL
12174 * xmlIO.c: don't close filedescriptors passed to outputBuffers
12175 * python/Makefile.am python/generator.py python/libxml2class.txt
12176 python/libxml_wrap.h python/types.c: augmented the number of bindings
12177 handling FILE * and XPath contexts
12178 * python/tests/Makefile.am: avoid a stupid problem due to the
12179 use of TEST.
12180
Daniel Veillard15a143b2002-02-06 22:40:50 +000012181Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12182
12183 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
12184
Daniel Veillard70cab352002-02-06 16:06:58 +000012185Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12186
12187 * python/TODO python/libxml.c: cleanup the extension function lookup
12188 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
12189
Daniel Veillard7a96efc2002-02-05 16:34:33 +000012190Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12191
12192 * configure.in python/Makefile.am: do not install outside
12193 of prefix
12194
Daniel Veillard33caa0b2002-02-04 14:07:26 +000012195Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12196
12197 * python/TODO python/libxml.c: started adding SAX interfaces
12198 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
12199 SAX test
12200
Daniel Veillard36eea2d2002-02-04 00:17:01 +000012201Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12202
12203 * tree.c: hardened the addChild function
12204 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12205 python/libxml2class.txt python/libxml_wrap.h python/TODO:
12206 added accessors needed for xmlNode, a bit more testing and
12207 extension of interfaces
12208 * python/tests/Makefile.am python/tests/build.py: added a test
12209 build from scratch/save/load/check
12210
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000012211Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12212
12213 * parserInternals.c: change a small bit in the way valididy
12214 error messages get initialized
12215 * python/TODO python/libxml.c python/libxml2-python-api.xml
12216 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12217 added some memory debugging to track leaks at the libxml2 level
12218 * python/tests/*.py: changed all tests to check for leaks,
12219 there is just one left in XPath extension registrations.
12220
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000012221Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
12222
12223 * python/TODO python/generator.py python/libxml2-python-api.xml
12224 python/libxml2class.txt: more accessor classes for the parser
12225 context, allow to switch on and check validity
12226 * python/tests/Makefile.am python/tests/error.py
12227 python/tests/invalid.xml python/tests/valid.xml
12228 python/tests/validate.py: attded more test and and added error.py
12229 which I forgot to commit in the last step
12230
Daniel Veillard3ce52572002-02-03 15:08:05 +000012231Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12232
12233 * python/Makefile.am python/types.c: cleanup
12234 * python/libxml.c python/libxml.py python/libxml_wrap.h
12235 python/generator.py python/libxml2-python-api.xml
12236 python/libxml2class.txt: added class for parser context, added
12237 first cut for push mode support. Added a framework to generate
12238 accessors functions.
12239 * python/tests/Makefile.am python/tests/push.py: added a push
12240 test
12241
Daniel Veillardcfb05462002-02-02 23:18:22 +000012242Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12243
12244 * python/Makefile.am python/TODO python/libxml.py: fixed a small
12245 bug a bit of cleanup.
12246
Daniel Veillard5d819032002-02-02 21:49:17 +000012247Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12248
12249 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
12250 python/libxml2class.txt: adding error redirections and preformat
12251 to a python handler
12252 * python/tests/Makefile.am python/tests/*.py: cleanup made all
12253 tests self checking
12254
Daniel Veillard7fd7a942002-02-02 12:19:46 +000012255Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12256
12257 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
12258 a function
12259
Daniel Veillard9589d452002-02-02 10:28:17 +000012260Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12261
12262 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
12263 python/libxml.c python/libxml2-python-api.xml
12264 python/libxml2class.txt: Progressing through the TODOs, class
12265 description output, extra XML API, RPM now builds the wrappers
12266 for all python installed versions
12267
Daniel Veillard253aa2c2002-02-02 09:17:16 +000012268Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
12269
12270 * configure.in libxml.spec.in python/Makefile.am python/TODO
12271 python/generator.py python/libxml2class.txt: added more informations
12272 in the libxml2-python package including docs. Slightly changed
12273 the class hierarchy
12274 * python/tests/*: added basic regression tests infrastructure too
12275
12276Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12277
12278 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
12279 added libxml2-python as part of the packages installed
12280
Daniel Veillarda7340c82002-02-01 17:56:45 +000012281Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12282
12283 * python/Makefile.am python/generator.py python/libxml.c
12284 python/libxml.py: more work, now able to extend the
12285 XPath interpreter with functions written in python.
12286
Daniel Veillardc3e39442002-02-01 09:29:41 +000012287Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12288
12289 * python/Makefile.am: Jacob sent a patch to allow building from
12290 tarfile.
12291
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000012292Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12293
12294 * python/Makefile.am python/libxml.c configure.in Makefile.am:
12295 inserted the python wrappers build, I hope this won't be too
12296 unportable
12297
Daniel Veillard1971ee22002-01-31 20:29:19 +000012298Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12299
12300 * xpath.c: minor optimization
12301 * python/generator.py python/libxml.c python/libxml.py
12302 python/libxml_wrap.h: more work on the python bindings,
12303 they now support XPath and there is no evident leak
12304
Daniel Veillard36ed5292002-01-30 23:49:06 +000012305Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12306
12307 * python/generator.py python/libxml.c python/libxml.py:
12308 more work on the python bindings generator.
12309
Daniel Veillard96fe0952002-01-30 20:52:23 +000012310Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12311
12312 * python/generator.py python/libxml.c python/libxml_wrap.h:
12313 more work on the python bindings.
12314
Daniel Veillardd2897fd2002-01-30 16:37:32 +000012315Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12316
12317 * python/generator.py python/libxml.c python/libxml.py
12318 python/libxml_wrap.h: commited early version of a python binding
12319 for private use only ATM
12320
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000012321Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12322
12323 * entities.c tree.c include/libxml/entities.h: applied patch
12324 from Anthony Jones to implement copy of DTD subtree too. Had
12325 just to keep 2 function private which really ought to become
12326 public ones.
12327
Daniel Veillarda42f25f2002-01-25 14:15:40 +000012328Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12329
12330 * xmllint.c: added pointers to the web pages in the usage()
12331
Daniel Veillardbd227ae2002-01-24 16:05:41 +000012332Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12333
12334 * tree.c: more fixes from Petr Kozelka for attribute handling
12335 in the tree API to align the semantic with DOM.
12336
Daniel Veillard36065812002-01-24 15:02:46 +000012337Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12338
12339 * valid.c tree.c entities.c: another set of patches from
12340 Anthony Jones for copy operations cleanup and robustness
12341
Daniel Veillardf8592562002-01-23 17:58:17 +000012342Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12343
12344 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
12345 an alphabetic index based on comments content
12346 * doc/*: rebuilt the web site with the new references
12347
Daniel Veillardc8c7be42002-01-23 17:53:44 +000012348Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12349
12350 * parserInternals.h: Greg Sjaardema suggested to use an
12351 eponential buffer groth policy in xmlParserAddNodeInfo()
12352
Daniel Veillard3bf65be2002-01-23 12:36:34 +000012353Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12354
12355 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
12356 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
12357 doc/parsedecl.py doc/Makefile.am: updated the python extractor
12358 to generate cross-references, and added/updated the stylesheets
12359 to generate and link API indexes. The generic keyword index
12360 is not done yet.
12361 * doc/*.html: regenerated all the usual docs too
12362
Daniel Veillard2070c482002-01-22 22:12:19 +000012363Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12364
12365 * debugXML.c: added an xpath function to the shell for T. V. Raman
12366
12367Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000012368
12369 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
12370 debug routines.
12371
Daniel Veillardc169f8b2002-01-22 21:40:13 +000012372Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12373
12374 * tree.c: apply an patch from Petr Kozelka for unlink and replace
12375 support of attribute nodes
12376
Daniel Veillard9d06d302002-01-22 18:15:52 +000012377Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12378
12379 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
12380 hopefully near complete and fully documented of the API in XML
12381 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
12382 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
12383 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
12384 include/libxml/parserInternals.h include/libxml/valid.hi
12385 include/libxml/xmlIO.h include/libxml/xmlerror.hi
12386 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
12387 include/libxml/xpath.h include/libxml/xpathInternals.h:
12388 Cleaned up the doc comments a lot in the process, the interface
12389 coverage is now 100%
12390
Daniel Veillard2d1464f2002-01-21 23:16:56 +000012391Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12392
12393 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
12394 extracts comments from the gtk-doc DocBook output (a bit
12395 convoluted but seems to work).
12396
Daniel Veillard61006472002-01-21 17:31:47 +000012397Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12398
12399 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
12400 added an XML description of the API, moved the script generating
12401 it here. Added a "make api" target
12402
Daniel Veillardd2f23002002-01-21 13:36:00 +000012403Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12404
12405 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
12406
Daniel Veillard99e55eb2002-01-21 08:56:29 +000012407Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12408
12409 * xpath.c include/libxml/xpathInternals.h: the change made to
12410 xmlXPathFuncLookupFunc was incompatible roll it back
12411
Daniel Veillard963d2ae2002-01-20 22:08:18 +000012412Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12413
12414 * SAX.c: cleanup patch from Anthony Jones
12415 * doc/Makefile.am: fix the headers to avoid in make scan
12416 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
12417 includes, * vs Ptr and general cleanup
12418 * parsedecl.py: first version of a script to extract the
12419 module interfaces, the goal will be to provide .decl or XML
12420 specification of the interfaces to build wrappers.
12421
Daniel Veillard0f5f1622002-01-20 12:42:06 +000012422Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12423
12424 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
12425 now provides return codes in case of errors
12426
Bjorn Reese026d29f2002-01-19 15:40:18 +000012427Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
12428
12429 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
12430 Upgraded to trio baseline 1.6
12431 * strio.h strio.c: Replaced by triostr.h and triostr.c
12432
Daniel Veillard572577e2002-01-18 16:23:55 +000012433Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12434
12435 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
12436 of strdup usage in the code
12437
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012438Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12439
12440 * parser.c error.c: Keith Isdale complained rightly that
12441 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
12442
Daniel Veillardcfa0d812002-01-17 08:46:58 +000012443Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * tree.c: fixed the funxtion to set the xml: attributes
12446 * debugXML.c: added "setbase" to test it.
12447
Daniel Veillard2c748c62002-01-16 15:37:50 +000012448Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12449
12450 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
12451 to allow updating an attribute content
12452
Daniel Veillard8de85c62002-01-15 17:10:15 +000012453Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12454
12455 * libxml.h: try to avoid problems when compiling on Windows
12456
Daniel Veillard314cfa02002-01-14 17:58:01 +000012457Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12458
12459 * hash.c: patch from Anthony Jones for hash.c allocation size
12460 * Makefile.am: trying to work around Yet Another Libtool Madness
12461 and build the 2.4.13 release finally ...
12462
Daniel Veillard744683d2002-01-14 17:30:20 +000012463Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12464
12465 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
12466 * doc/* : update of the documentation
12467
Daniel Veillarde6a55192002-01-14 17:11:53 +000012468Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12469
12470 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
12471 at fixing #61290 :-(
12472
Daniel Veillardfb25a512002-01-13 20:32:08 +000012473Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12474
12475 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
12476 Fixes bug #67229
12477
Daniel Veillardacb2bda2002-01-13 16:15:43 +000012478Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12479
12480 * tree.c: trying to avoid troubles when a subtree is copied
12481 and coalesced in part with the target tree. Should fix
12482 bug #67407
12483
Daniel Veillardd8224e02002-01-13 15:43:22 +000012484Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12485
12486 * valid.c: fixed validation of attributes content of type
12487 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
12488 values, very old bug. Fixes #67671
12489
Daniel Veillard8107a222002-01-13 14:10:10 +000012490Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12491
12492 * parser.c include/libxml/parserInternals.h tree.c: integrated
12493 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
12494 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
12495
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000012496Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12497
12498 * threads.c: applied Serguei Narojnyi's patch to add native
12499 thread support on the Win32 platform
12500 * testThreadsWin32.c Makefile.am: added the test program also
12501 from Serguei, Win32 specific
12502 * include/win32config.h include/libxml/xmlwin32version.h.in:
12503 added patch from Igor for the Windows thread specific defines.
12504
Daniel Veillard845cce42002-01-09 11:51:37 +000012505Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12506
12507 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
12508
Daniel Veillard7b602b42002-01-08 13:26:00 +000012509Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12510
12511 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
12512 output page into XMLinfo.html. Close bug #66951 and
12513 raised by Robert Collins too.
12514
Daniel Veillard73c6e532002-01-08 13:15:33 +000012515Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12516
12517 * encoding.c: Paul Keogh pointed out a possibility of segfault
12518 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
12519 Closes bug # 68238
12520
Daniel Veillard4a859202002-01-08 11:49:22 +000012521Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12522
12523 * doc/*.html: updated the Gdome2 links
12524
Daniel Veillard3c5ed912002-01-08 10:36:16 +000012525Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12526
12527 * libxml.h: Applied following patches from Robert Collins
12528 and make sure IN_LIBXML is defined when compiling it
12529 -------
12530 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
12531 as well as Visual C.
12532 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12533 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12534 * strio.c (PLATFORM_UNIX): Define for Cygwin.
12535 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
12536 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
12537 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
12538 xmlSysIDExists xmlNoNetExists).
12539 * xmllint.c: Don't include winsock2.h for Cygwin.
12540
Daniel Veillard401c2112002-01-07 16:54:10 +000012541Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12542
12543 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
12544 when the version info is not present.
12545
Daniel Veillard6f42c132002-01-06 23:05:13 +000012546Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12547
12548 * tree.c: Anthony Jones pointed out a problem in
12549 xmlStringGetNodeList() and provided a fix for it
12550
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012551Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12552
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012553 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012554 xmlCreatePushParserCtxt() when the initial buffer passed
12555 is large.
12556
Daniel Veillard0e47ee22002-01-05 18:25:52 +000012557Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12558
12559 * win32/*: big cleanup of the Windows/MSVC project files
12560 from Igor Zlatkovic
12561
Daniel Veillardcebb1362002-01-02 13:13:30 +000012562Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12563
12564 * doc/Makefile.am: should fix #67674 and avoid troubles if
12565 xsltproc is not available or fails in the prefix provided
12566
Daniel Veillard26908ab2002-01-01 16:50:03 +000012567Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12568
12569 * xmlmemory.c: one more doc patch from Charlie Bozeman.
12570
Daniel Veillard5344c602001-12-31 16:37:34 +000012571Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12572
12573 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
12574 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
12575 Fixed a few other problems raised by Charlie Bozeman.
12576 * result/VC/ElementValid[5-7]: fixed the output
12577
Daniel Veillardcbaf3992001-12-31 16:16:02 +000012578Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12579
12580 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
12581 patches from Charlie Bozeman. Regenerated the HTML docs.
12582
Daniel Veillard7f9a6802001-12-20 14:01:47 +000012583Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
12584
12585 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
12586 for Windows from Igor
12587
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000012588Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12589
12590 * xmllint.c: applied Justin Fletcher patch for --output or -o
12591
Daniel Veillardd3b29d22001-12-18 07:53:16 +000012592Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
12593
12594 * win32/libxml2/libxml2.def.src: close #67019
12595
Daniel Veillard01db67c2001-12-18 07:09:59 +000012596Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12597
12598 * xmllint.c: applied Justin Fletcher generic timing patch
12599 similar to the one already applied to xsltproc.
12600
Daniel Veillardd1640922001-12-17 15:30:10 +000012601Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12602
12603 * include/libxml/tree.h tree.c: applied documentation patches
12604 from Charlie Bozeman
12605
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000012606Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
12607
12608 *doc/xmllint.xml, xmllint.1 - document --dropdtd
12609
Daniel Veillard29e43992001-12-13 22:21:58 +000012610Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
12611
12612 * valid.c: fix the xmlStrdup() used in the previous patch.
12613 * valid.c: added --dropdtd
12614 * tree.c: fixed xmlUnlinkNode so it also removes the references
12615 from the document if the node is a DTD
12616
Daniel Veillard86fd5a72001-12-13 14:55:21 +000012617Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
12618
12619 * HTMLtree.c valid.c: cleanup some static declarations
12620
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000012621Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12622
12623 * xmllint.c: removed another strdup()
12624 * doc/FAQ: removed the HP/UX entry
12625
Daniel Veillarded472f32001-12-13 08:48:14 +000012626Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
12627
12628 * valid.c: fix bug #66816 when validating.
12629 * xmllint.c: don't use sys/time.h if configure did not found it
12630
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000012631Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
12632
12633 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
12634 xmlcatalog_man.xml
12635
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000012636Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12637
12638 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
12639 xmlInitMemory() was declared twice
12640
Daniel Veillardb82c1662001-12-09 14:00:54 +000012641Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
12642
12643 * globals.c: do not reference strdup() !
12644 * configure.in libxml-2.0.pc.in: trying to fix the libs
12645 of the various config extraction modules
12646
Daniel Veillardef90ba72001-12-07 14:24:22 +000012647Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12648
12649 * configure.in : preparing 2.4.12
12650 * doc/* : updated and rebuilt the docs
12651
Daniel Veillard220346d2001-12-07 11:33:54 +000012652Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12653
12654 * uri.c: closed bug #66159
12655 * testURI.c: added --escape option
12656 * configure.in: some cleanup for xml2-config --cflags
12657
Daniel Veillard2a906822001-12-06 14:34:08 +000012658Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
12659
12660 * globals.c testThreads.c: removed some misplaced includes
12661 of xmlversion.h
12662
Daniel Veillarde28313b2001-12-06 14:08:31 +000012663Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
12664
12665 * threads.c: patch from Gary Pennington fixing a possible
12666 problem at initialization time.
12667
Daniel Veillardd3b08822001-12-05 12:03:33 +000012668Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
12669
12670 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000012671 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000012672 CodeWarrior.
12673
Daniel Veillarda7866932001-12-04 13:14:44 +000012674Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
12675
12676 * xmllint.c: applied Geert Kloosterman's patch to fix
12677 --repeat --timing output
12678
Daniel Veillard19840942001-11-29 16:11:38 +000012679Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12680
12681 * parser.c: Robin Berjon <robin@knowscape.com> found a case
12682 where non-wellformed XML declaractions were not detected.
12683
Daniel Veillarde85d9342001-11-28 14:43:12 +000012684Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12685
12686 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
12687
Daniel Veillard22f25a82001-11-28 09:12:23 +000012688Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12689
12690 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
12691 gets reset by xmlCleanupInputCallbacks() and this makes the
12692 function useless. Same for output.
12693
Daniel Veillard107ccaa2001-11-27 16:23:50 +000012694Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12695
12696 * xmlIO.c: robert pointed out a loop error in callback cleanups
12697
Daniel Veillard8faa7832001-11-26 15:58:08 +000012698Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12699
12700 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
12701 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
12702 they are not really tied to debugging
12703
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000012704Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12705
12706 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
12707 * xmllint.c: better --catalogs description
12708
Daniel Veillard4855c8c2001-11-25 10:35:25 +000012709Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12710
12711 * tree.c: fixed a couple of problems in xmlSetProp()
12712
Daniel Veillardcd337f02001-11-22 18:20:37 +000012713Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
12714
12715 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
12716 unappropriate stdout output.
12717
Daniel Veillard566d4df2001-11-22 13:00:53 +000012718Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
12719
12720 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
12721 by Denis Beurive, closes #65111
12722
Daniel Veillardb4545fd2001-11-20 09:37:09 +000012723Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
12724
12725 * valid.c: in case of content model validity error, don't
12726 print it if validity warnings were not requested.
12727
Daniel Veillardc69e0b12001-11-20 08:35:07 +000012728Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12729
12730 * nanoftp.c: applied a couple of patches from Brian D Ripley.
12731 * parserInternals.c: removed the last exit() call. Print an
12732 unmaskable error on stderr instead (library mismatch detection)
12733
MST 2001 John Fleck42304042001-11-18 00:18:06 +000012734Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
12735
12736 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
12737 shell instructions from Heiko Rupp
12738
Daniel Veillardf7b094f2001-11-15 13:54:39 +000012739Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12740
12741 * catalog.c: use the URL notation file:// for default catalog paths
12742
Daniel Veillard0ec98632001-11-14 15:04:32 +000012743Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12744
12745 * include/libxml/tree.h: better comments for _private fields
12746 * tree.c: removed a problem when copying an entity reference.
12747
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000012748Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12749
12750 * vms/*: updated instructions and diffs from John A Fotheringham
12751
Daniel Veillarda11001b2001-11-12 22:45:36 +000012752Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12753
12754 * include/libxml/xmlerror.h: avoid an include problem if
12755 #include <libxml/xmlerror.h> happens first in code
12756 seems to be the case in KDE libs
12757
Daniel Veillard8e3943c2001-11-12 21:35:44 +000012758Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12759
12760 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
12761 from Igor for Windows
12762
12763Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12764
12765 * Makefile.am: Gary Pennington pointed out a missing prefix
12766
Daniel Veillard43d3f612001-11-10 11:57:23 +000012767Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12768
12769 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
12770 * doc/*: upgraded and rebuilt the docs
12771
Daniel Veillardc1f78342001-11-10 11:43:05 +000012772Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12773
12774 * HTMLparser.c: fix comment in scripts element parsing.
12775 * result/HTML/doc3*: updated the results.
12776
12777Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12778
12779 * uri.c: another URI bug fix #63336, using Joel Young patch.
12780
Daniel Veillardc6e013a2001-11-10 10:08:57 +000012781Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
12782
12783 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
12784 a cleaned up version of the Pwd shell string generation.
12785
Daniel Veillardbe480fb2001-11-08 23:36:42 +000012786Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12787
12788 * valid.c include/libxml/tree.h: trying to fix namespaces +
12789 validation problems for good, closing #63619 in the process
12790 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
12791 wrong in this respect, fixed it.
12792
Daniel Veillardd536f702001-11-08 17:32:47 +000012793Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12794
12795 * xmllint.c: Morus Walter patch to allow --format and --encode
12796
Daniel Veillard5004f422001-11-08 13:53:05 +000012797Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12798
12799 * debugXML.c: Stefan Kost provided an help command for the shell
12800
Daniel Veillarda6825e82001-11-07 13:33:59 +000012801Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
12802
12803 * debugXML.c: Heiko Rupp pointed that the shell would crash
12804 on empty nodesets returns.
12805
Daniel Veillard03f848d2001-11-07 12:53:46 +000012806Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12807
12808 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
12809 migh need the history libraries
12810
Daniel Veillard957fdcf2001-11-06 22:50:19 +000012811Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
12812
12813 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
12814 handle the case of < in quoted attributes, Bastian Kleineidam
12815
Daniel Veillardc853b322001-11-06 15:24:37 +000012816Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12817
12818 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
12819 fixing catalog breakages
12820 * Makefile.am catalog.c result/catalogs/catal
12821 result/catalogs/mycatalog.* test/catalogs/catal*:
12822 fixed more problems in catalog support, added more regression tests
12823 for both XML and SGML catalog handling
12824
Daniel Veillard66870c72001-11-05 19:27:49 +000012825Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12826
12827 * debugXML.c: applied an improvement to xmlGetLineNo() from
12828 Keith Isdale
12829
Daniel Veillardffe09c92001-11-05 14:21:47 +000012830Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12831
12832 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
12833 Side effect of the progressive catalog loading
12834
Daniel Veillardad661b92001-11-05 11:43:15 +000012835Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
12836
12837 * Makefile.am: confexecdir and confexec_DATA were defined twice
12838 pointed out by Karl Eichwalder
12839
Daniel Veillard6eb17722001-11-04 22:19:27 +000012840Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12841
12842 * xmlcatalog.c: avoid unlink() and use remove() instead.
12843
Daniel Veillardea898282001-11-04 22:13:45 +000012844Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12845
12846 * libxml.spec.in: cleanup
12847 * include/libxml/xmlwin32version.h: updated with 2.4.8
12848
Daniel Veillarda4617b82001-11-04 20:19:12 +000012849Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12850
12851 * encoding.c global.data globals.c testThreads.c: fix bug #63752
12852 of compiling libxml with a non standard set of options
12853
John Fleck027edfb2001-11-04 20:13:58 +000012854Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
12855
12856 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
12857 document --sgml option, fixing gnome bugzilla #63382
12858
Daniel Veillardcd21dc72001-11-04 20:03:38 +000012859Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12860
12861 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
12862 breakage of 2.4.7, added a couple of really needed APIs
12863 like xmlCatalogIsEmpty() and xmlNewCatalog()
12864 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
12865 for install-catalog
12866 * configure.in: preparing 2.4.8
12867
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000012868Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
12869
12870 * HTMLtree.c tree.c include/libxml/HTMLtree.h
12871 include/libxml/tree.h include/libxml/xmlIO.h: more include
12872 cleanups, export cleanly one html output + format function.
12873
12874Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12875
12876 * parser.c: removed initGenericErrorDefaultFunc call from
12877 xmlInitParser() since it could destroy previous calls to
12878 xsltSetGenericErrorFunc() effects
12879
Daniel Veillardebd38c52001-11-01 08:38:12 +000012880Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12881
12882 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12883 keyword.
12884
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012885Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12886
12887 * Makefile.am: cleanup
12888 * threads.c: cleanup too
12889 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12890 from xsltproc
12891 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012892 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012893
Daniel Veillard91c00402001-10-30 17:41:38 +000012894Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12895
12896 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12897 was not used anymore !
12898
Daniel Veillard52dcab32001-10-30 12:51:17 +000012899Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12900
12901 * configure.in: preparing 2.4.7
12902 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12903 manual page from John
12904 * doc/*: updated the doc and rebuilt the generated pages
12905
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012906Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12907
12908 * xmlIO.c: closing bug #62711, the library should never
12909 close stdin or stdout.
12910
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012911Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12912
12913 * uri.c: second pass at fixing #63336, using Joel Young
12914 final patch. looks okay.
12915
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012916Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12917
12918 * uri.c include/libxml/uri.h: trying to clear #63336
12919 allowing the escaping routine to parse unconformant
12920 URI-References.
12921
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012922Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12923
12924 * vms/readme.vms vms/build_libxml.com nanoftp.c
12925 include/libxml/xmlversion.h.in: a few VMS updates from
12926 John A Fotheringham
12927 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12928 and xmlCleanupOutputCallbacks() for the Perl binding people.
12929
Daniel Veillard635ef722001-10-29 11:48:19 +000012930Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12931
12932 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12933 apply fixes to close #63271 and avoid segfaults when
12934 the error routine gets callbed before xmlInitParser()
12935 get called.
12936 * nanoftp.c error.c: Applied patches from Justin Fletcher
12937 correcting some xmlGenericError misuses.
12938
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012939Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12940
12941 *doc/xmllint.xml, doc/xmllint.1
12942 New and improved man page for xmllint - .xml is the original, .1
12943 is the generated man page
12944
Daniel Veillardc9484202001-10-24 12:35:52 +000012945Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12946
12947 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12948 the web site from the main HTML document.
12949
Daniel Veillard5151c062001-10-23 13:10:19 +000012950Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12951
12952 * parser.c: fixed an erroneous validation bug when PE refs
12953 occurs in external parsed entities referenced from the
12954 internals subset
12955 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12956 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12957 added the associated testcase, it's a nice one.
12958 * HTMLparser.c: generate the DTD node as HTML still ...
12959 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12960
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012961Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12962
12963 * HTMLparser.c: fixed a bug in htmlNewDoc()
12964
Daniel Veillard89cad532001-10-22 09:46:13 +000012965Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12966
12967 * test/threads/*: added entities testing to the Thread test
12968 * testThreads.c: make the test reasonable
12969 * DOCBparser.c: fix the DTD public and system ID
12970 * xmllint.c: added --sgml for SGML DocBook importing
12971 * Makefile.am: added Docbtests target
12972
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012973Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12974
12975 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12976 * testThreads.c: removed bogus include
12977
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012978Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12979
12980 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12981 fixed a very serious (looping) validation bug
12982
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012983Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12984
12985 * include/libxml/globals.h include/libxml/threads.h threads.c
12986 testThreads.c: far more testing, cleaning up bugs
12987 * *.c : make sure globals.h is always included.
12988
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012989Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12990
12991 * HTMLparser.c: try to get rid of parser loops for good.
12992
Daniel Veillardab7488e2001-10-17 11:30:37 +000012993Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12994
12995 * configure.in: fixed some bugs in CFLAGS passing.
12996 * test/threads Makefile.am testThreads.c: added a specific
12997 threaded test case (really nasty, guaranteed).
12998
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012999Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
13000
13001 * catalog.c: serious cleanup on the management of the
13002 XML catalog tree, more tests done, especially with
13003 the catalog PI.
13004
Daniel Veillard364789a2001-10-16 12:45:00 +000013005Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
13006
13007 * catalog.c: avoid a problem in catalog cleanup on SMP if
13008 catalogs were not initialized.
13009
Daniel Veillard81463942001-10-16 12:34:39 +000013010Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
13011
13012 * catalog.c xpath.c: trying to cleanup the not thread safe
13013 parts of the library.
13014
Daniel Veillard64a411c2001-10-15 12:32:07 +000013015Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
13016
13017 * include/libxml/globals.h configure.in global.data: make
13018 the allocation be per-thread a configure option
13019 * encoding.c include/libxml/parser.h: fixed compilation
13020 errors
13021
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000013022Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13023
13024 * include/libxml/parser.h: Norm reported that a few lines
13025 added were breaking libxslt compile, removed them for now
13026
Daniel Veillard6f350292001-10-14 09:56:15 +000013027Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
13028
13029 * parser.c parserInternals.c threads.c: debugged and fixed
13030 initialization problems which were giving troubles on SMP
13031 boxes.
13032
Daniel Veillard6661ffa2001-10-13 14:18:17 +000013033Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13034
13035 * include/libxml/Makefile.am: missing globals.h
13036
Daniel Veillarde7090612001-10-13 12:18:28 +000013037Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000013038
Daniel Veillarde7090612001-10-13 12:18:28 +000013039 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000013040
Daniel Veillardd0463562001-10-13 09:15:48 +000013041Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13042
13043 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
13044 include/libxml/parserInternals.h include/libxml/tree.h
13045 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
13046 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
13047 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
13048 Applied the last patches from Gary, cleanup, activated threading
13049 all user accessible global variables are now handled in globals.[ch]
13050 Still a bit rought but make tests passes with either
13051 --with-threads defined at configure time or not.
13052 * Makefile.am example/Makefile.am: added globals.[ch] and threads
13053 linking options
13054
Daniel Veillardb8478642001-10-12 17:29:10 +000013055Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
13056
13057 * Makefile.am include/libxml/Makefile.am
13058 include/libxml/globals.h globals.c include/libxml/threads.h
13059 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
13060 configure.in: started integrating the core of the thread support
13061 not activated yet but half integrated. The code should still
13062 compile and work anyway.
13063
Daniel Veillardb44025c2001-10-11 22:55:55 +000013064Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13065
13066 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
13067 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
13068 integrating the non-controversial parts of Gary Pennington
13069 multithread patches
13070 * catalog.c: corrected a small bug introduced
13071
Daniel Veillard75b96822001-10-11 18:59:45 +000013072Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13073
13074 * catalog.c include/libxml/catalog.h: very serious cleanup,
13075 isolating unportable code and as much as possible the accesses
13076 to the global shared catalog. May need more testing !
13077
Daniel Veillard78d12092001-10-11 09:12:24 +000013078Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13079
13080 * include/libxml/debugXML.h debugXML.c tree.c: integrating
13081 Keith Isdale patches for the XSLT debugger interfaces. Some
13082 cleanup
13083
Daniel Veillardff0b7312001-10-11 06:46:09 +000013084Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13085
13086 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
13087 * DOCBparser.c: generate line nubers in elements
13088
Daniel Veillard60087f32001-10-10 09:45:09 +000013089Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
13090
13091 * configure.in: preparing 2.4.6 release
13092 * doc/xml.html doc/html/*: updated and rebuilt the docs
13093 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
13094
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000013095Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
13096
13097 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
13098 adding documentation for DV's supercatalog support
13099
Daniel Veillard82d75332001-10-08 15:01:59 +000013100Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13101
13102 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
13103 super catalog support adding one API and one flag --sgml to
13104 xmlcatalog
13105
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000013106Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
13107
13108 * doc/xmlcatalog_man.xml, xmlcatalog.1
13109 One more crack at
13110 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
13111
13112
Thomas Broyer47334c02001-10-07 16:41:52 +000013113Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13114
13115 * xpath.c: implemented xmlXPathObjectCopy for external objects
13116 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
13117
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000013118Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
13119
13120 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
13121 finishing up fix to
13122 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
13123 the xmlcatalog man page display more elegantly
13124
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000013125Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
13126
13127 * configure.in: closing bug #61832
13128 * HTMLparser.c: removed a warning
13129
Daniel Veillard6ab38382001-10-06 13:08:27 +000013130Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13131
13132 * xpath.c: fixing #61673 part I, do not loose doc information
13133 when copying result value trees.
13134
Daniel Veillard556c6682001-10-06 09:59:51 +000013135Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13136
13137 * xpath.c: trying to harden the XPath interpreter
13138
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000013139Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
13140
13141 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
13142 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
13143
William M. Brack1633d182001-10-05 15:41:19 +000013144Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13145
13146 * HTMLparser: repaired another loop problem
13147
Daniel Veillard20ee8c02001-10-05 09:18:14 +000013148Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13149
13150 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
13151 parsing.
13152 * xpath.c: fix bug #61291 the default XML namespace node is
13153 missing from the namespace axis.
13154 * tree.c: refuse to create namespaces nodes with prefix "xml"
13155
Daniel Veillard651f9472001-10-04 14:51:06 +000013156Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
13157
13158 * SAX.c: ouch a non-defined namespace could lead to a crash,
13159 fixed #61215
13160
Daniel Veillard7dd05702001-10-04 14:25:12 +000013161Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13162
13163 * parserInternals.c: closed bug #61054
13164
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000013165Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13166
13167 * include/libxml/Makefile.am: closing #60708
13168
Daniel Veillarda293c322001-10-02 13:54:14 +000013169Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13170
13171 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
13172 adding xmlSAXParseFileWithData following Marco Stipek suggestion
13173
Daniel Veillardf4309d72001-10-02 09:28:58 +000013174Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13175
13176 * valid.c: close bug #61550 when xml: wasn't considered a namespace
13177
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000013178Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13179
13180 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
13181 * DOCBparser.c HTMLparser.c parser.c: fixed typos
13182
Daniel Veillard16756b62001-10-01 07:36:25 +000013183Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
13184
13185 * catalog.c: Justin Fletcher provided cleaup code in case
13186 HAVE_STAT is not defined
13187 * include/win32config.h: Igor Zlatkovic suggested to have
13188 HAVE_STAT defined there
13189
William M. Brack5e1cac12001-09-28 16:19:18 +000013190Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13191
13192 * catalog.c - fixed typing error reported by M. Barros
13193
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000013194Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
13195
13196 * xmllint.c - fixing typo
13197
William M. Brackd28e48a2001-09-23 01:55:08 +000013198Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13199
13200 * HTMLparser.c: small enhancement to prevent loop on
13201 unrecognizable data
13202
Daniel Veillardb1d62872001-09-21 09:47:08 +000013203Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13204
13205 * parserInternals.c: applying patch from bug #60757 this
13206 should close it
13207
Daniel Veillardc0631a62001-09-20 13:56:06 +000013208Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13209
13210 * catalog.c xmlcatalog.c: removed a couple of warning
13211 * xpath.c: try to solve the linking problem on platforms
13212 needing trio to compile
13213
Daniel Veillard1a123612001-09-19 08:06:23 +000013214Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013215
Daniel Veillard1a123612001-09-19 08:06:23 +000013216 * Makefile.am libxml.spec.in: backing up non-documented changes
13217 commited without review or aproval by Jens Finke <jens@gnome.org>
13218 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013219
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013220Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
13221
13222 * configure.in: Joe Orton provided a patch fixing a problem
13223 when iconv is specified to be in a non-standard directory
13224 but wasn't exported in xml2-config --cflags
13225
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013226Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13227
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013228 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013229 troubles with 2.4.4 errors.
13230
Daniel Veillard16698282001-09-14 10:29:27 +000013231Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13232
13233 * encoding.c entities.c: do not output hexadecimal charrefs
13234 when serializing HTML since some version of Netscape can't
13235 grok it, generate decimal ones.
13236 * result/HTML/doc3.htm: output changed due to previous test
13237 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
13238
Daniel Veillard98fed372001-09-13 11:34:58 +000013239Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
13240
13241 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
13242 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
13243
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013244Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000013245 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013246
13247 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
13248 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
13249 updated the configuration scripts systems accordingly
13250
Daniel Veillard04382ae2001-09-12 18:51:30 +000013251Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13252
13253 * configure.in: preparing for 2.4.4
13254 * doc/xml.html doc/html/*: updated and rebuilt the docs
13255
Daniel Veillardd63437e2001-09-12 15:00:27 +000013256Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13257
13258 * win32/dsp/libxml2.def.src: tried to incorporate comments
13259 from bug #59220
13260
Daniel Veillard319a7422001-09-11 09:27:09 +000013261Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
13262
13263 * parser.c result/noent/wml.xml: fixed bug #59981 related
13264 to handling of '&' in attributes when entities are substitued
13265
Daniel Veillard7cf5e442001-09-10 20:16:32 +000013266Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13267
13268 * libxml.h include/libxml/xmlversion.h.in
13269 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
13270 Tried to close bug #60131
13271
Daniel Veillardbce62332001-09-10 18:46:55 +000013272Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13273
13274 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
13275
Daniel Veillard143b04f2001-09-10 18:14:14 +000013276Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
13277
13278 * SAX.c: fixing bug #59946 on xmlns=""
13279
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000013280Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13281
13282 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
13283 but allocates a new error code.
13284
Daniel Veillard05c13a22001-09-09 08:38:09 +000013285Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13286
13287 * xmllint.c: John Fleck fixed typos in the options output
13288 * parser.c SAX.c: fix ignorable white space SAX selection
13289
13290Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13291
13292 * entities.c: Steve Underwood found the possibility of an
13293 ininite loop in case of error.
13294
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000013295Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13296
13297 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
13298
Daniel Veillarda050d232001-09-05 15:51:05 +000013299Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13300
13301 * parser.c: warn if version is not 1.0 but it's not
13302 strictly speaking an error after analyzing the spec
13303
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000013304Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
13305
13306 *doc/catalog.html - add link to the html version of the
13307 man page, other linguistic cleanups
13308
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000013309Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
13310
13311 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
13312 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
13313 file, has not yet been included in the build.
13314
Daniel Veillard99784ff2001-09-01 16:20:28 +000013315Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13316
13317 * catalog.c: removed a duplicate affectation Justin Fletcher
13318
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000013319Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
13320
13321 * tree.c: Armin Sander pointed a possible text coalescing
13322 problem, completed his patch.
13323
Bjorn Reese0b2ae432001-08-31 16:31:57 +000013324Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13325
13326 * trionan.c: Fixed const and volatile re-definition problem
13327
Daniel Veillard5d96fff2001-08-31 14:55:30 +000013328Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
13329
13330 * libxml.4 parser.c: doc updates from Heiko Rupp
13331 * parserInternals.c: 2 sanity checks from Heiko Rupp
13332
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013333Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
13334
13335 * tree.c: applied patch from Armin Sander to make some pointers
13336 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000013337 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013338
Daniel Veillardb06c6142001-08-27 14:26:30 +000013339Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13340
13341 * xpath.c: hum, restrict the integer usage gcc bug workaround
13342 to only gcc compilers so that other architecture don't get
13343 penalized by this limitation.
13344 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
13345
Daniel Veillard268fd1b2001-08-26 18:46:36 +000013346Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13347
13348 * valid.c: fixed a Windows compiler warning (Chris Poblete)
13349 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
13350
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000013351Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
13352
13353 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
13354 --convert option to xmlcatalog to convert SGML ones to
13355 the XML syntax.
13356 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
13357
13358 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000013359Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13360
13361 * catalog.c xmlIO.c: started some serious testing and fixed
13362 a few bug and optmization needs.
13363
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000013364Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13365
13366 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13367 preparing for a 2.4.3 release even if it may not be ready yet
13368 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
13369 all file parsing lookup to go through the entity resolver, add
13370 to add an API to bypass it (needed to load catalogs themselves),
13371 some cleanup on the catalog code too.
13372 * nanoftp.c: small cleanup
13373 * doc/catalog.html: small update
13374
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000013375Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13376
13377 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
13378 Jun Kuriyama
13379
Daniel Veillardffb120d2001-08-23 00:52:23 +000013380Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13381
13382 * doc/catalog.html: finished the catalog documentation
13383
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000013384Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13385
13386 * doc/catalog.html doc/xml.html: added documentation about
13387 Catalog support, misses an API description
13388 * doc/html/*: reextracted the API pages
13389
Daniel Veillarddc2cee22001-08-22 16:30:37 +000013390Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13391
13392 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
13393 Added the part about section 7.2 on URI resolution,
13394 fixed a side effect in the HTML parser, look complete
13395 and ready to rock except the URI/SystemID part!
13396
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000013397Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13398
13399 * include/libxml/catalog.h include/libxml/parser.h
13400 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
13401 xmlIO.c: added support and APIs needed for the catalog PI
13402 * include/libxml/xmlIO.h: cleanup
13403
Daniel Veillarde2940dd2001-08-22 00:06:49 +000013404Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13405
13406 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
13407 include/libxml/catalog.h: starts to look okay, really
13408 plugged the new framework, cleaned a lot of stuff,
13409 added some APIs, except the PI's support missing this
13410 should be mostly complete
13411 * result/catalogs/* test/catalogs/*: added new test, enriched
13412 the existing one with URN ID tests
13413
Daniel Veillard64339542001-08-21 12:57:59 +000013414Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13415
13416 * catalog.c: fixed nextCatalog
13417 * result/catalogs/docbook test/catalogs/*: started adding
13418 a small regression test
13419
Daniel Veillardcda96922001-08-21 10:56:31 +000013420Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
13421
13422 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
13423 more work on the XML catalog support.
13424 * parser.c include/libxml/parser.h: small cleanup seems using
13425 list as a public parameter name can give portability troubles
13426 * trionan.c trionan.h xpath.c include/libxml/trionan.h
13427 include/libxml/xpath.h include/libxml/Makefile.am: removed
13428 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
13429 wrappers
13430
Bjorn Reese45029602001-08-21 09:23:53 +000013431Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13432
13433 * Makefile.am trio.c triodef.h trionan.c xpath.c
13434 include/libxml/Makefile.am include/libxml/trionan.h:
13435 Re-worked Not-A-Number and Infinity support.
13436 * xmlcatalog.c: added readline include files
13437
Daniel Veillard344cee72001-08-20 00:08:40 +000013438Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13439
13440 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
13441 testCatalog as xmlcatalog, making it an installed app
13442 adding a shell, and preparing it to be a /etc/xml/catalog
13443 management tool, though not ready yet
13444 * catalog.c include/libxml/catalog.h: adding support for
13445 XML Catalogs http://www.oasis-open.org/committees/entity/
13446 not finished, there is some interesting tradeoffs and a
13447 few open questions left.
13448
Daniel Veillardb7664f42001-08-19 13:00:43 +000013449Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
13450
13451 * xmllint.c: fixed a line formatting problem
13452
Daniel Veillard5015b712001-08-17 09:37:52 +000013453Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13454
13455 * SAX.c: removed a couple of unused variable (Albert Chin)
13456
Daniel Veillardbb371292001-08-16 23:26:59 +000013457Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13458
13459 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
13460 trying to fix some troubles w.r.t. function returning
13461 const xxxPtr.
13462
Daniel Veillardb60c54e2001-08-16 19:34:27 +000013463Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13464
13465 * win32/dsp/libxml2.def.src: another set of symbols conditionally
13466 defined
13467
Daniel Veillardae6db172001-08-16 19:32:00 +000013468Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13469
13470 * xpointer.c: removed unused var
13471
Daniel Veillard09190202001-08-16 16:27:41 +000013472Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13473
13474 * testXPath.c: another small cleanup closing bug #59110
13475
Daniel Veillard796f4b62001-08-16 16:00:13 +000013476Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13477
13478 * win32/dsp/libxml2.def.src: small cleanup closing bug
13479 #59108
13480
Daniel Veillard5aac4e42001-08-15 20:46:57 +000013481Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13482
13483 * example/gjobread.c: add xmlCleanupParser() before leaving
13484
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000013485Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
13486
13487 * config.h.in configure.in include/libxml/xmlwin32version.h:
13488 released 2.4.2
13489
Daniel Veillardd3d06722001-08-15 12:06:36 +000013490Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
13491
13492 * include/libxml/valid.h debugXML.c valid.c: deprecate
13493 the non-boundchecking Sprintf functions, add Snprintf
13494 this should close bug #57984
13495
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000013496Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
13497
13498 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
13499 URIs before doing the lookups (pointed by Mark Vakoc)
13500
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000013501Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13502
13503 * xpath.c: serious changes on Result Value Trees and NodeSets
13504 w.r.t. deallocation and collect operations. Probably not
13505 100% clean (merge of allocated trees smells like a problem).
13506 Seems sufficient to close #58943
13507
Daniel Veillard90493a92001-08-14 14:12:47 +000013508Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13509
13510 * xmllint.c: adding a --format option
13511
Daniel Veillardfe703322001-08-14 12:18:09 +000013512Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
13513
13514 * xpath.c: count() was broken on Result Value Tree
13515 * xmlIO.c: fixed file:/// accesses on _WIN32
13516
Daniel Veillard70ac0e32001-08-13 11:24:16 +000013517Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13518
13519 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
13520 macro was renamed, this should close bug #58683
13521
Daniel Veillardf300b7e2001-08-13 10:43:15 +000013522Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13523
13524 * SAX.c: small fix fixing bug #58539 reported by coolo, in
13525 entity substitution mode text at the end of the entity might
13526 be added due to text coalescing.
13527 * nanoftp.c parser.c: small cleanup
13528
Daniel Veillard0c720972001-08-08 20:59:00 +000013529Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13530
13531 * HACKING: added John Fleck right to commit in the doc subdir
13532
Daniel Veillard48da9102001-08-07 01:10:10 +000013533Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13534
13535 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
13536 allow to inherit attributes from the DTD directly in the
13537 tree, this is needed for XPath and can be a useful feature.
13538 Inherited namespaces are always provided at the tree level now
13539 * test/defattr* result/defattr* result/noent/defattr*: added a couple
13540 of tests for this feature (XSLT being the prime user).
13541
Daniel Veillard50f34372001-08-03 12:06:36 +000013542Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13543
13544 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
13545 testSAX.c xmlIO.c xmllint.c include/win32config.h
13546 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
13547 include/libxml/xmlwin32version.h.in win32/README.MSDev
13548 win32/dsp/*: applied Win32 Facelift No.2 patches from
13549 Igor Zlatkovic for Windows/MSC
13550
Daniel Veillard9f4eb912001-08-01 21:22:27 +000013551Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
13552
13553 * SAX.c: unparsedEntityDecl() the URI computation of the
13554 entity wasn't done breaking XSLT unparsed-entity-uri()
13555
Daniel Veillard567e1b42001-08-01 15:53:47 +000013556Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
13557
13558 * xpath.c: fixed a bug when walking the descendants and
13559 the current node has no children
13560 * debugXML.c: show up when a text node is supposed to not be escaped
13561
Thomas Broyerf186c822001-07-31 23:30:37 +000013562Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13563
13564 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
13565 worked like the set:leading() function)
13566 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
13567
Daniel Veillardba6db032001-07-31 16:25:45 +000013568Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
13571
Daniel Veillard57905372001-07-31 15:52:17 +000013572Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * include/libxml/xmlIO.h: apply change to close #58141
13575 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
13576
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000013577Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13578
13579 * parser.c: when the internal subset uses a PE, then the
13580 included entity can use conditional sections.
13581
Daniel Veillard7d7e3792001-07-30 13:42:13 +000013582Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13583
13584 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
13585 when walking the namespace axis showing up in
13586 libxst/tests/general/bug-12
13587 * xmlmemory.c: added the possibility to trace a given block
13588 defined by its address
13589
Daniel Veillard4aafa792001-07-28 17:21:12 +000013590Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13591
13592 * parser.c: don't override existing encoding specified before
13593 starting xmlParseDocument()
13594
Daniel Veillardfdb1f242001-07-27 23:32:44 +000013595Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13596
13597 * include/libxml/xmlwin32version.h: reinserted, needed for
13598 Windows users of CVS
13599
Darin Adlera77cac02001-07-27 17:41:51 +0000136002001-07-27 Darin Adler <darin@bentspoon.com>
13601
Darin Adler699613b2001-07-27 22:47:14 +000013602 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
13603 * testCatalog.c: Add include of <libxml/parser.h>.
13604
136052001-07-27 Darin Adler <darin@bentspoon.com>
13606
Darin Adlera77cac02001-07-27 17:41:51 +000013607 * include/libxml/.cvsignore:
13608 * include/libxml/xmlwin32version.h:
13609 Remove this file from CVS because it's generated.
13610
Daniel Veillard50822cb2001-07-26 20:05:51 +000013611Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13612
13613 * parser.c include/libxml/parser.h: applied const patches from
13614 Tom Moog #58002
13615
Thomas Broyerba4ad322001-07-26 16:55:21 +000013616Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13617
13618 * xpath.c include/libxml/xpath{,Internals}.h: added a function
13619 lookup framework
13620
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000013621Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13622
13623 * tree.c: fixed xmlCopyNode() for documents
13624
Daniel Veillard6dd398f2001-07-25 22:41:03 +000013625Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13626
13627 * parser.c: fixed bugs #58073 reported by Greg Shtilman
13628
13629Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000013630
13631 * parser.c: fixes bug #57652 reported by Morus Walter
13632
Daniel Veillarde3924972001-07-25 20:25:21 +000013633Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13634
13635 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
13636
Daniel Veillarda53c6882001-07-25 17:18:57 +000013637Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13638
13639 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
13640 errors, lesson don't add new functions at 1am before a release
13641 * xpath.c: integrated fix from Bjorn to avoid divide by zero
13642 from XPath initialization when possible.
13643
Daniel Veillardd9bad132001-07-23 19:39:43 +000013644Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13645
13646 * result/scripts/base*: removing history/readline changed
13647 this slightly
13648 * include/libxml/parser.h SAX.c parser.c parserInternals.c
13649 xmllint.c: make element content line number generation
13650 optionnal to avoid breaking old apps added interface to switch
13651
Daniel Veillardf012a642001-07-23 19:10:52 +000013652Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13653
13654 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000013655 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000013656 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
13657 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
13658 John Kroll fixes to allow saving to HTTP via PUT (or
13659 POST of needed).
13660 * doc/html/*.html: regenerated the docs
13661
Thomas Broyere8126242001-07-22 03:54:15 +000013662Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13663
13664 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
13665 xmlHashScanFull and xmlHashScannFull3 to get passed the
13666 three keys as arguments to the callback function
13667
Daniel Veillard5e2dace2001-07-18 19:30:27 +000013668Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13669
13670 * configure.in Makefile.am: removed libxml softlink for good
13671 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
13672 100% coverage by gtk-doc
13673
Daniel Veillard8599e702001-07-17 21:38:51 +000013674Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13675
13676 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
13677 fixed serious troubles due to size_t vs. int mismatch
13678
Daniel Veillard8fcc4942001-07-17 20:07:33 +000013679Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13680
13681 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
13682
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013683Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13684
13685 * include/libxml/xpath{,Internals}.h xpath.c: added a more
13686 convenient extension API for value and context managing
13687 Now handles external objects through xmlXPathPopExternal,
13688 xmlXPathWrapExternal and xmlXPathReturnExternal.
13689 Added functions for sets operations (intersection, etc.)
13690
Daniel Veillard22090732001-07-16 00:06:07 +000013691Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13692
13693 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
13694 xmlIO.c tree.c parserInternals.c entities.c encoding.c
13695 HTMLparser.c: cleanup of global variables, marking some
13696 const or private.
13697
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013698Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000013699
13700 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
13701 fixed xmlXPathNodeSetItem when passing index=0
13702
Daniel Veillard05dec342001-07-14 21:57:39 +000013703Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13704
13705 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
13706
Daniel Veillard28ae6362001-07-14 16:44:32 +000013707Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13708
13709 * xmllint.c: fixed compilation under Cygwin #57503
13710 * TODO: update
13711
Peter Williamsed156f52001-07-13 18:35:13 +0000137122001-07-13 Peter Williams <peterw@ximian.com>
13713
13714 * config.h.in: add #undef HAVE_DLFCN_H
13715
13716 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
13717 builddir.
13718
Daniel Veillard73b36e32001-07-12 15:09:52 +000013719Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13720
13721 * win32/libxml2/libxml2.def.src: added a couple of exported entries
13722 raised by #57348 and #57381
13723
Daniel Veillard7db37732001-07-12 01:20:08 +000013724Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13725
13726 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
13727 tree.c xpointer.c: store the line numbder in element->content,
13728 may break some software, need a configuration mechanism
13729
Darin Adler96037892001-07-11 00:03:16 +0000137302001-07-10 Darin Adler <darin@bentspoon.com>
13731
13732 * .cvsignore:
13733 * example/.cvsignore:
13734 * include/.cvsignore:
13735 * include/libxml/.cvsignore:
13736 Various things that are generated and should be ignored.
13737
Daniel Veillard09ab7e12001-07-10 15:49:44 +000013738Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13739
13740 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
13741 * doc/xml.html doc/html/*: updated the docs
13742
Daniel Veillard04e2dae2001-07-09 20:07:25 +000013743Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13744
13745 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
13746 validation occured on content with element child
13747
Daniel Veillardb8c9be92001-07-09 16:01:19 +000013748Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13749
13750 * tree.c: fixed XML Base computation which was broken
13751 * debugXML.c: added a base function to the shell
13752 * Makefile.am result/scripts/* test/scripts/*: added scripts
13753 based regression tests, and adding 2 XML Base tests
13754
Daniel Veillard19e96c32001-07-09 10:32:59 +000013755Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13756
13757 * tree.c: set properties doc and call xmlSetListDoc for properties
13758 content when grafting them in a different tree.
13759 * aclocal.m4: remove from CVS
13760
Daniel Veillarde086f5c2001-07-08 21:10:40 +000013761Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13762
13763 * win32/libxml2/libxml2.def.src: added some missing entry point
13764 for XPath (Mark Vakoc)
13765
Daniel Veillard388236f2001-07-08 18:35:48 +000013766Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13767
13768 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
13769 layer should URI-Unescape before trying to open resources.
13770
Daniel Veillard04383752001-07-08 14:27:15 +000013771Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13772
13773 * xpath.c: fix the name() bug for elements in the default
13774 namespace reported by Charlie Bozeman
13775
Daniel Veillard7583a592001-07-08 13:15:55 +000013776Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13777
13778 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
13779 led to an XPath fix, improvements of SAX initialization, and
13780 an added option --nocdata to testXPath
13781
Daniel Veillard449d7392001-07-07 19:11:06 +000013782Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13783
13784 * doc/libxml-doc.el: Felix Natter provided anew version working
13785 with XEmacs too
13786
Daniel Veillard5168dbf2001-07-07 00:18:23 +000013787Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13788
13789 * include/libxml/xpath.h: small cleanup
13790 * doc/xml.html: update
13791
Daniel Veillardf524d6e2001-07-05 23:41:40 +000013792Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13793
13794 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13795 released 2.3.14
13796
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013797Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13798
13799 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000013800 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013801
Daniel Veillard73c9c042001-07-05 20:02:54 +000013802Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13803
13804 * xpath.c: a bug reported by Stephan Kulow empty nodesets
13805 were not equal to empty strings
13806
Daniel Veillard1fd36d22001-07-04 22:54:28 +000013807Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13808
13809 * SAX.c: fixed a URI-Reference computation problem when validating
13810 * xmlIO.c: small cleanup
13811
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000013812Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13813
13814 * parser.c: improved the description of a couple of interfaces
13815 upon Larry Stamper suggestion
13816
Daniel Veillard62f313b2001-07-04 19:49:14 +000013817Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13818
13819 * SAX.c entities.c parser.c: changed completely the way entities
13820 are handled when running the parser in entity substitution mode.
13821 This fixes a bug reported by Stephan Kulow and nearly divides
13822 by 3 the amount of memory required by libxslt to load and process
13823 DocBook TDG.
13824
Daniel Veillardf420ac52001-07-04 16:04:09 +000013825Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13826
13827 * HTMLparser.c: fixing a too early root closing problem raised
13828 byt Prashanth Naidu
13829
Daniel Veillard8c357d52001-07-03 23:43:33 +000013830Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
13832 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
13833 raised by Mark Vakoc.
13834
Daniel Veillard6e90d192001-07-03 16:37:49 +000013835Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13836
13837 * example/Makefile.am: fixed the include path to add srcdir/include
13838 * Makefile.am configure.in: fix from Albert Chin for iconv detection
13839 and some cleanup
13840
Daniel Veillardf06307e2001-07-03 10:35:50 +000013841Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13842
13843 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
13844 lot of optimization work, results in significant improvements
13845 when handling really complex XPath queries. Add a small optimizer
13846 for unions, improve [n] and [last()], avoid some costly ops.
13847
Daniel Veillard77044732001-06-29 21:31:07 +000013848Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13849
13850 * include/libxml/parser.h parser.c: xmlStrstr args are both const
13851 * xpath.c: small cleanup
13852 * xmlGetNsList: reformated, fixed problems if used on Entities
13853
Daniel Veillard2adbb512001-06-28 16:20:36 +000013854Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13855
13856 * doc/xml.html: added 1.8.14 and 2.3.13 releases
13857
Daniel Veillardb37ecd02001-06-28 16:18:11 +000013858Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13859
13860 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
13861 * Makefile.am example/Makefile.am: workaround automake generating
13862 erroneous deps
13863
Daniel Veillard12f7d292001-06-28 13:12:11 +000013864Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13865
13866 * include/win32config.h: bug #56801 Yon Derek provided a patch
13867 to the windows config file.
13868
Daniel Veillard87ee9142001-06-28 12:54:16 +000013869Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13870
13871 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
13872 libxml.h : Yon Derek provided a set of changes to compile from
13873 CVS on Windows/MSC
13874
Daniel Veillard0e4cd172001-06-28 12:13:56 +000013875Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13876
13877 * parser.c: fixed UTF8 BOM support in push mode
13878 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
13879 added a specific testcase
13880
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013881Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13882
13883 * Makefile.am: added --push regression tests
13884 * parserInternals.c: the XML parser segfaulted in --push mode
13885
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013886Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13887
13888 * configure.in: moved the symlinks detection within a CVS
13889 check, this is not portable and will be removed soon.
13890 * xpath.c: small cleanup/speedup
13891
Daniel Veillard11648102001-06-26 16:08:24 +000013892Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13893
13894 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13895 release of 2.3.12
13896 * parser.c: make an error message if unknow entities in all cases
13897
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013898Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13899
13900 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13901
Daniel Veillard23793842001-06-25 16:07:45 +000013902Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13903
13904 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13905 includes were installed in the wrong dir
13906
Daniel Veillardf5498f32001-06-25 15:08:36 +000013907Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13908
13909 * doc/html.xml: warn against sending code to exhibit bugs.
13910
Daniel Veillard56f06462001-06-24 21:34:03 +000013911Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13912
13913 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13914 Tru64 from Thomas Leitner
13915
Daniel Veillardc5d64342001-06-24 12:13:24 +000013916Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13917
13918 * AUTHORS: added William and Bjorn
13919 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13920 daniel@veillard.com hopefully I won't have to do this again
13921 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13922 docs can be rebuilt cleanly now
13923 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13924 from CVs it's generated, added include/libxml/xmlwin32version.h
13925 also generated but which should change far less frequently.
13926 * catalog.c nanoftp.c: made sure to include libxml.h not
13927 libxml/xmlversion.h directly
13928 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13929 when compiling on WIN32 and MSC
13930
Daniel Veillard07385fd2001-06-23 21:55:48 +000013931Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13932
13933 * include/Makefile.am include/libxml/Makefile.am configure.in:
13934 fixed make distcheck and rebuilding the rpms
13935
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013936Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13937
13938 * configure.in: should finish the migration of exported includes
13939 into a real include/libxml in CVS, at least for CVS users.
13940 * removed the exported headers, added in include/libxml (as well
13941 as xmlversion.h.in).
13942
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013943Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13944
13945 * configure.in: fixed the way to detect symlink
13946
Daniel Veillard66541772001-06-23 18:31:04 +000013947Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13948
13949 * configure.in: updated, include/libxml is now a real CVS dir
13950
Daniel Veillardca989762001-06-23 17:39:29 +000013951Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13952
13953 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13954 version works with both libxml1 and libxml2 (it autodetects
13955 the prefix of the html-files) from Felix Natter.
13956 * doc/xml.html: updated doc accordingly
13957
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013958Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13959
13960 * xpath.c: fixed the bug generating a template loop in libxslt
13961 when using docbook-xsl-1.4, * should filter out document nodes
13962 * HACKING: added William
13963 * TODO: updated
13964
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013965Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13966
13967 * doc/FAQ.html: added a warning about gcc-3.0
13968 * doc/xml.html: added reference to gdome2 and removed a confusing
13969 sentence
13970
Daniel Veillardf7f41852001-06-22 15:18:01 +000013971Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13972
13973 * xmlversion.h: okay this is a generated file, but Windows
13974 users need it and they can't generate it, and I want CVS
13975 Windows users ...
13976 * win32/libxml2/libxml2_so.dsp: Windows project file for
13977 the shared lib version of libxml2
13978 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13979 resources needed for libxslt/xsltproc by Yon Derek
13980
Bjorn Reese3157b342001-06-22 14:41:45 +000013981Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13982
13983 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13984
Daniel Veillard4151acb2001-06-22 10:48:57 +000013985Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13986
Daniel Veillardcc146db2001-06-22 11:10:52 +000013987 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13988
13989Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13990
Daniel Veillard4151acb2001-06-22 10:48:57 +000013991 * include/win32config.h: Yon Derek provided a first fix
13992 to be able to compile libxslt/xsltproc on Windows
13993
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013994Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13995
13996 * xpath.c: attempt to work around what seemed a gcc optimizer
13997 bug when handling floats on i386 http://veillard.com/gcc.bug
13998 * tree.c entities.c encoding.c: doing some cleanups while
13999 chasing it
14000
Daniel Veillard017b1082001-06-21 11:20:21 +000014001Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14002
14003 * Makefile.am: cleanup when --without-debug is specified
14004 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
14005 w.r.t. --without-debug and other include points
14006 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
14007 Catalogs
14008 * configure.in entities.h tree.h HTMLparser.c: removed
14009 --without-corba, made the _private field mandatory
14010
Daniel Veillard87a764e2001-06-20 17:41:10 +000014011Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14012
14013 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
14014 outputs a BOM in UTF8, an errata has been issued to avoid the
14015 problem, that was the most reasonable solution... Add support
14016 for a leading UTF8 BOM in entities.
14017
Daniel Veillard10ea86c2001-06-20 13:55:33 +000014018Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14019
14020 * valid.c: fixed a bug found when post validating an entity ref
14021 * xmllint.c: added --loaddtd and sligly changed --postvalid to
14022 activate it too
14023
Daniel Veillard39196eb2001-06-19 18:09:42 +000014024Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14025
14026 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
14027 weakness in the node copy the XPointer and the XInclude
14028 implementations. Serious cleanup.
14029
Daniel Veillard3739b982001-06-19 12:51:30 +000014030Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14031
14032 * Makefile.am: Kjartan Maraas provided a small patch to
14033 add xml2-config.in to EXTRA_DIST
14034
Daniel Veillarda9142e72001-06-19 11:07:54 +000014035Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14036
14037 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
14038 provided another failing case found in KDE, the way the
14039 ctxt->vctxt.nodeTab was allocated and freed changed over
14040 time but it wasn't completely cleaned up. This should fix it.
14041
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000014042Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14043
14044 * parser.c: Stephan Kulow also raised the fact that line number
14045 could get miscounted making debug harder, fixed the problem
14046 in xmlParseCharData()
14047
Daniel Veillard64b98c02001-06-17 17:20:21 +000014048Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14049
14050 * valid.c: Stephan Kulow pointed out a problem when validating
14051 and using an empty entity, forgot a 'break' in a case.
14052
Daniel Veillarde3c81b52001-06-17 14:50:34 +000014053Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
14056 * doc/xml.html: updated with 2.3.11
14057
Daniel Veillard4ec885a2001-06-17 10:31:07 +000014058Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * TODO: updated adding cleanup of generated doc
14061 * configure.in: prepared to release 2.3.11
14062 * xmllint.c: added --version for bug reporting
14063 * doc/html/*.html: rebuilt the doc
14064
Daniel Veillard8b8d2252001-06-16 21:24:56 +000014065Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14066
14067 * xpath.c: first part of the work on selecting namespace to
14068 fix bug #56115
14069
Daniel Veillard96ed5832001-06-15 22:22:04 +000014070Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14071
14072 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
14073 when using -liconv
14074 * TODO: updated
14075
Daniel Veillardc4f631d2001-06-14 11:11:59 +000014076Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14077
14078 * HTMLtree.[ch]: more work on the HTML serialization routnes,
14079 cleanup, encoding support.
14080
Daniel Veillard608ad072001-06-14 08:32:28 +000014081Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14082
14083 * xpath.c: Thomas Broyer suggested a better patch for the / arg
14084
Daniel Veillard239d0522001-06-13 23:02:48 +000014085Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14086
14087 * xpath.c: bug detected by Ankh when / is used as a function arg
14088
Daniel Veillard02bb1702001-06-13 21:11:59 +000014089Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14090
14091 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
14092 of element and use it to avoid outputting formatting spaces at
14093 the wrong place. Implemented the format parameter for HTML save.
14094 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
14095 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
14096 result/HTML/wired.html: of course this impact the result of a
14097 number of HTML tests
14098
Daniel Veillard95d845f2001-06-13 13:48:46 +000014099Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14100
14101 * HTMLtree.[ch]: started augmenting the HTML save API with
14102 encoding and formatting parameters
14103
Daniel Veillardeca60d02001-06-13 07:45:41 +000014104Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14105
14106 * HTMLtree.h: cleanup and started evaluating the work needed on
14107 revamping the HTML output code
14108
Daniel Veillard84666b32001-06-11 17:31:08 +000014109Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14110
14111 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
14112
Daniel Veillard8bdd2202001-06-11 12:47:59 +000014113Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14114
14115 * valid.c: fixed bug #56049, forgot one check in the
14116 validation routine
14117
Daniel Veillardca2366a2001-06-11 12:09:01 +000014118Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14119
14120 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
14121
Daniel Veillard6761eee2001-06-11 10:29:38 +000014122Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14123
14124 * libxml.h: fixed an error in last commit
14125 * doc/FAQ.html: added an entry for compilation from CVS
14126
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000014127Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14128
14129 * xmlversion.h.in libxml.h: Cygwin patches
14130 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
14131 * tree.h: cleanup
14132
Daniel Veillardacd370f2001-06-09 17:17:51 +000014133Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14134
14135 * tree.c: patched xmlFreeNode() to avoid freeing() a static
14136 memory block in a strange case where libxml is linked twice
14137 in the binary.
14138
Daniel Veillard1d047672001-06-09 16:41:01 +000014139Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14140
14141 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
14142 state far too often, simple fix used to avoid it.
14143
Daniel Veillard4497e692001-06-09 14:19:02 +000014144Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14145
14146 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
14147 being processed, applied his patch
14148 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
14149
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000014150Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14151
14152 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
14153 provided fixes to compile on MSCC again
14154 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
14155 also provided an update for the project files.
14156
Daniel Veillarda682b212001-06-07 19:59:42 +000014157Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14158
14159 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
14160 bug #55810
14161
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000014162Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14163
14164 * tree.c: fixed xmlGetNsProp() to close bug #55683
14165 Note this requires libxslt to use it's own function instead.
14166
Daniel Veillardf0c53762001-06-07 16:07:07 +000014167Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14168
14169 * HTMLtree.c: when in a pre element no formatting space should
14170 be added.
14171 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
14172
Daniel Veillard068a9652001-06-07 15:30:26 +000014173Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14174
14175 * configure.in: added tests for signal() and signal.h
14176
Daniel Veillard541d6552001-06-07 14:20:01 +000014177Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14178
14179 * xpath.c: robert pointed out xmlXPathNINF was not initialized
14180
Daniel Veillard8a367d42001-06-07 14:01:34 +000014181Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14182
14183 * doc/libxml-doc.el: Felix Natter provided a new version for
14184 libxml2
14185
Daniel Veillard8a926292001-06-07 11:20:20 +000014186Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14187
14188 * HTMLtree.c: when in a pre element no formatting space should
14189 be added.
14190
Daniel Veillard14839d52001-06-06 16:11:56 +000014191Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14192
14193 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
14194
Daniel Veillarde95e2392001-06-06 10:46:28 +000014195Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14196
14197 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
14198 hack
14199 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
14200 * uri.c: fixed a warning
14201
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000014202Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14203
14204 * HTMLtree.c: trying to close bug #55772 escaping in script
14205 elements
14206 * doc/xml.html: suggest to send mail to the list
14207
14208Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000014209
14210 * error.c: attempt to fix the xmlGetVarStr breakage once and for
14211 good. Use a macro and based on the solution provided in
14212 vsnprintf manual page from GNU.
14213
Bjorn Reese99748722001-06-05 12:49:15 +000014214Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14215
14216 * error.c: Workaround for non-preserving variadic list.
14217 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
14218
Daniel Veillard2e4f1882001-06-01 10:11:57 +000014219Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14220
14221 * doc/xml.html: added 2.3.10 release
14222
Daniel Veillardb3a182e2001-06-01 09:28:09 +000014223Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14224
14225 * configure.in: releasing 2.3.10
14226
Daniel Veillard3c2758d2001-05-31 18:43:43 +000014227Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14228
14229 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
14230
Daniel Veillard20042422001-05-31 18:22:04 +000014231Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14232
14233 * encoding.c: Robert Collins provided a patch to add the
14234 "US-ASCII" encoding alias
14235
Daniel Veillard97ac1312001-05-30 19:14:17 +000014236Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14237
14238 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
14239 string oriented functions and started cleaning the related areas
14240 in xpath.c which needed fixing in this respect
14241
Daniel Veillard2d703722001-05-30 18:32:34 +000014242Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14243
14244 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
14245 #55380
14246 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
14247
Daniel Veillard9403a042001-05-28 11:00:53 +000014248Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14249
14250 * TODO: updated
14251 * nanohttp.[ch] : started adding APIs to get the redirected URL
14252 when this occurs (needed for further base computation
14253 * tree.h: cleanup
14254 * encoding.c: cleanup
14255 * SAX.c: minor change around ctxt->loadsubset
14256
Daniel Veillard6278fb52001-05-25 07:38:41 +000014257Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14258
14259 * Makefile.am include/Makefile.am: small change to have
14260 include/libxml rebuilt if working from CVS.
14261 * uri.c: applied another patch from Carl Douglas for URI escaping,
14262 this should close bug #51876
14263
Daniel Veillardd16df9f2001-05-23 13:44:21 +000014264Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14265
14266 * xinclude.c: fixed XInclude recursive behaviour bug #54678
14267 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
14268 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
14269 added specific regression test
14270 * parser.h: preparing for the XSLT mode where DTD inherited
14271 attributes are added to the tree.
14272
Daniel Veillardbbd22452001-05-23 12:02:27 +000014273Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14274
14275 * xinclude.[ch]: Updated the namespace for the Last Call version
14276 * result/XInclude/include test/XInclude/include: updated the
14277 testsuite accordingly
14278
Daniel Veillard8514c672001-05-23 10:29:12 +000014279Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14280
14281 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
14282 related to bug #51876
14283
Daniel Veillard42596ad2001-05-22 16:57:14 +000014284Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14285
14286 * tree.c: fixed a gross mistake in base computation, xml:base is
14287 not completely correct yet (need cascade).
14288 * xpath.[ch]: added the few things needed to find a function name
14289 and URI from the XPath context when it is called.
14290
Daniel Veillard81418e32001-05-22 15:08:55 +000014291Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14292
14293 * catalog.[ch]: fixes and add xmlLoadCatalogs()
14294 * DOCBparser.c: small cleanup
14295 * xmllint.c: added a --catalogs option to load catalogs from
14296 $SGML_CATALOG_FILES
14297 * tree.c: cleanup
14298 * configure.in: iconv library fixup, ICONV_LIBS
14299
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000014300Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14301
14302 * catalog.c: handling of CATALOG entries. detection of recursion,
14303 and a few bugfixes
14304 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
14305 against the default namespace
14306
Daniel Veillard04b93292001-05-21 08:15:31 +000014307Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14308
14309 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
14310
Daniel Veillarda97a19b2001-05-20 13:19:52 +000014311Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14312
14313 * parser.c: fixed propagation context info when parsing an
14314 external entity.
14315 * doc/html/*.html: regenerated a couple of docs
14316
Daniel Veillard4623acd2001-05-19 15:13:15 +000014317Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14318
14319 * doc/xml.html: update with 2.3.9 informations
14320
Daniel Veillardbed7b052001-05-19 14:59:49 +000014321Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14322
14323 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
14324 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
14325 * doc/html/* : rebuilt the docs
14326 * valid.c: small patch which may improve some case when
14327 validating.
14328
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000014329Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14330
14331 * HTMLparser.c: Closed bug #54891
14332 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
14333 to the suite
14334
14335Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14336
14337 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
14338 applied a documentation patch from LotR and filled in a few missing
14339 descriptions
14340
Daniel Veillard76d66f42001-05-16 21:05:17 +000014341Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14342
14343 * xpath.c tree.c parser.c: speed optimizations at the parser level
14344 document tree freeing and xpath evaluation
14345
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000014346Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14347
14348 * parser.c parser.h parserInternals.h: fixed a couple of
14349 interfaces for handling memory buffer input to const char *
14350 upon suggestion of JamesH.
14351
Daniel Veillardc3739e72001-05-15 15:23:27 +000014352Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14353
14354 * configure.in: LoTR sent a patch fixing the previous commit
14355
Daniel Veillarda4f27e02001-05-15 12:41:29 +000014356Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14357
14358 * configure.in: trying to deal again with the stoopid -R linking
14359 flag of Solaris
14360
Daniel Veillard790142b2001-05-15 10:51:53 +000014361Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14362
14363 * xpath.h: two nodeset access macros from Thomas Broyer
14364
Daniel Veillardba0b8c92001-05-15 09:43:47 +000014365Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14366
14367 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
14368 patch from Thomas Broyer
14369
Daniel Veillarde62d36c2001-05-15 08:53:16 +000014370Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14371
14372 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
14373 case
14374 * INSTALL: was empty added stuff from the FAQ
14375
Daniel Veillard75bea542001-05-11 17:41:21 +000014376Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14377
14378 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
14379 attributes handling and #54433 by adding xmlUnsetProp()
14380 and xmlUnsetNsProp()
14381
Daniel Veillard0a2a1632001-05-11 14:18:03 +000014382Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14383
14384 * HTMLparser.c: Patch from Jonas Borgström
14385 (htmlGetEndPriority): New function, returns
14386 the priority of a certain element.
14387 (htmlAutoCloseOnClose): Only close inline elements if they
14388 all have lower or equal priority.
14389 * result/HTML: this of course changed a number of tests results.
14390
Daniel Veillard7d6fd212001-05-10 15:34:11 +000014391Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14392
14393 * xmlIO.c catalog.c: plugged in the default catalog resolution
14394 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
14395 documentations
14396 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
14397
Daniel Veillarda7374592001-05-10 14:17:55 +000014398Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14399
14400 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
14401 integrating catalogs
14402 * catalog.[ch] testCatalog.c: adding a small catalo API
14403 (only SGML catalog support).
14404 * parser.c: restaured xmlKeepBlanksDefault(0) API
14405
Daniel Veillardc17337c2001-05-09 10:51:31 +000014406Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14407
14408 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
14409
Daniel Veillard257d9102001-05-08 10:41:44 +000014410Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14411
14412 * parser.c: added xmlParseExternalEntityPrivate() to allow
14413 propagation of ctxt->_private when parsing external entities
14414
Daniel Veillard083c2662001-05-08 08:27:14 +000014415Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14416
14417 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
14418
Daniel Veillard01ef7382001-05-08 07:31:43 +000014419Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14420
14421 * configure.in: fixed a small portability problem with AM_CONDITIONAL
14422
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000014423Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14424
14425 * valid.c: warn when indeterminist content model is detected
14426 * result/VC/ElementValid8: this adds a message
14427 * Makefile.am: add --novalid for VCM tests
14428 * parserInternals.c: added a call to Init memory
14429
Daniel Veillard64269352001-05-04 17:52:34 +000014430Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14431
14432 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
14433 when both parameters are NULL.
14434
Daniel Veillard37721922001-05-04 15:21:12 +000014435Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14436
14437 * valid.c: applied small patch from Gary Pennington, reindented
14438 some part of the code.
14439
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000014440Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14441
14442 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
14443 release, updated and regenerated the docs
14444
Daniel Veillard357c9602001-05-03 10:49:20 +000014445Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14446
14447 * xpath.c result/XPath/expr/floats : clarified and cleanup
14448 printing of abnormal floats in tests.
14449
Daniel Veillarda2bc3682001-05-03 08:27:20 +000014450Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14451
14452 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
14453 * results/HTML/ : a few changes in the output of the HTML tests as
14454 a result.
14455 * configure.in: tying to fix -liconv where needed
14456
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000014457Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14458
14459 * Makefile.am: fixed a stupid error
14460
Daniel Veillard7150a032001-05-02 16:41:11 +000014461Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14462
14463 * configure.in Makefile.am: make the inclusion of the trio
14464 modules in the library conditional
14465
Daniel Veillardc057c5d2001-05-02 12:41:24 +000014466Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14467
14468 * DOCBparser.c: patche from László Kovács, fixed entities refs
14469 in attributes handling
14470
Daniel Veillardedddff92001-05-02 10:58:52 +000014471Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14472
14473 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
14474 flushing
14475
Daniel Veillardc8f620b2001-04-30 20:31:33 +000014476Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14477
14478 * xpath.c: fix of an XSLT namespace bug reported on the list
14479 general/bug-8-
14480
Daniel Veillard5792e162001-04-30 17:44:45 +000014481Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14482
14483 * strio.h trio.c: Dan McNichol suggested a couple of small
14484 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
14485
Daniel Veillard02141ea2001-04-30 11:46:40 +000014486Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14487
14488 * tree.c parser.c encoding.c: spent a bit more time looking
14489 at the parsing speed and DOM handling. Added a few more
14490 speedups.
14491
Daniel Veillard3ed155f2001-04-29 19:56:59 +000014492Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14493
14494 * parser.c: small but effective parsing speed improvement
14495
Daniel Veillardb59076b2001-04-29 17:04:07 +000014496Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14497
14498 * configure.in: default on the DocBook parser inclusion (for Gnome)
14499 * DOCBparser.h: fixed a header reference
14500
Daniel Veillardb45c43b2001-04-28 17:02:11 +000014501Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14502
14503 * configure.in xpath.c: applied Bjorn patches for FPE on the
14504 alpha
14505
Daniel Veillardeefd4492001-04-28 16:55:50 +000014506Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14507
14508 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
14509 xmlSaveFormatFileTo()
14510
Daniel Veillarde39a93d2001-04-28 14:35:02 +000014511Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14512
14513 * xpath.c: simple and efficient optimization, XPath functions
14514 aways bind to the same code, cache this
14515 * TODO: updated (by saying some is obsolete)
14516
Daniel Veillard2156a562001-04-28 12:24:34 +000014517Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14518
14519 * xpath.c: more cleanup work on XPath name parsing routines
14520
Daniel Veillard61d80a22001-04-27 17:13:01 +000014521Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14522
14523 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
14524 xmlXPathParseName
14525 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
14526 * debugXML.c: avoid compilation problems if compiling without
14527 HTML support, Igor Zlatkovic
14528 * win32/libxml2/libxml2.def.src: being able to compile without
14529 XPath on Windows
14530
Daniel Veillarddbb14a72001-04-26 20:54:01 +000014531Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14532
14533 * libxml.m4: yet another patch from Toshio Kuratomi
14534
Daniel Veillard2913e4c2001-04-26 19:29:02 +000014535Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14536
14537 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
14538
Daniel Veillard67fee942001-04-26 18:59:03 +000014539Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14540
14541 * tree.[ch]: added xmlSaveFormatFile interface for saving
14542 and indenting a file.
14543
Daniel Veillard82e49712001-04-26 14:38:03 +000014544Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14545
14546 * xpath.c: fixed bug #53689 related to processing-instruction()
14547
Daniel Veillard02f077a2001-04-26 10:59:11 +000014548Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14549
14550 * DOCBparser.c: patche from László Kovács
14551
Daniel Veillard30211a02001-04-26 09:33:18 +000014552Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14553
14554 * parser.c: applied fixes from Christian Glahn bug report #53391
14555
Daniel Veillard5a7c3452001-04-26 09:16:13 +000014556Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14557
14558 * error.c: Jean François Lecomte provided a complete description
14559 and a fix to bug #53537
14560
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000014561Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14562
14563 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
14564
Daniel Veillard1034da22001-04-25 19:06:28 +000014565Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14566
14567 * DOCBparser.c SAX.c: a bit more work on entities processing.
14568 Still Need to cleanup XML output and references in attributes
14569
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000014570Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14571
14572 * DOCBparser.c include/Makefile.am: two patches from László Kovács
14573
Daniel Veillardb33c2012001-04-25 12:59:04 +000014574Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14575
14576 * tree.c: trying to fix #53574, not completely complete,
14577 I would like xmllint --copy --debug test/ent1 and
14578 xmllint --debug test/ent1 to show the same result.
14579 * xpath.c: fix a bug when trying to sort namespace nodes
14580
Daniel Veillard5146f202001-04-25 10:29:44 +000014581Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14582
14583 * HTMLtree.c: real fix for #53402
14584
Daniel Veillard7533cc82001-04-24 15:52:00 +000014585Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14586
14587 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
14588 PIs when using xsl:output
14589 * valid.c: closing #53537 some case generate segfaults if there
14590 is validity errors
14591
Daniel Veillard61b33d52001-04-24 13:55:12 +000014592Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14593
14594 * SAX.c testDocbook.c DOCBparser.c: more work on the support
14595 of external parsed entities, added --noent to testDocbook
14596 * valid.c: Garry Pennington found an uninitialized variable
14597 access in xmlValidateElementContent()
14598
Daniel Veillard56098d42001-04-24 12:51:09 +000014599Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14600
14601 * HTMLparser.c : HTML parsing still sucks ... trying to deal
14602 with madness
14603 * result/HTML/ : this modified the result of the regression tests
14604 a lot.
14605
Daniel Veillard122376b2001-04-24 12:12:30 +000014606Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14607
14608 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
14609 to doc where it wasn't checked against NULL reported by
14610 Jens Laas
14611
Daniel Veillard43dadeb2001-04-24 11:23:35 +000014612Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14613
14614 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
14615 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
14616
Daniel Veillardeae522a2001-04-23 13:41:34 +000014617Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14618
14619 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
14620 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
14621 * SAX.[ch]: cleanup and updates for DocBook
14622 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
14623 ex SGML identifier changes
14624 * valid.c: removed a static unused function.
14625
Daniel Veillardde57c612001-04-23 09:13:36 +000014626Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14627
14628 * HTMLtree.c: applied change for Paul Sponagl on script saving
14629 * Makefile.am: the warning about entity title.xml are normal.
14630
Daniel Veillard393df012001-04-22 20:11:18 +000014631Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14632
14633 * configure.in: release of 2.3.7
14634 * Makefile.am: fixing make distcheck
14635
Daniel Veillarda41123c2001-04-22 19:31:20 +000014636Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14637
14638 * doc/html/* doc/xml.html: updated and regenerated the docs
14639
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000014640Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14641
14642 * xpath.c: fixed the XPointer problem introduced in 2.3.6
14643
Daniel Veillarde82a9922001-04-22 12:12:58 +000014644Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14645
14646 * tree.c: fixed #53388 with the provided patch
14647
Daniel Veillard06803992001-04-22 10:35:56 +000014648Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14649
14650 * valid.c: Bjorn detected an invalid memory access. Fixed
14651 vstateVPush()
14652
Daniel Veillard40af6492001-04-22 08:50:55 +000014653Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14654
14655 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
14656
Bjorn Reese70a9da52001-04-21 16:57:29 +000014657Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14658
14659 * libxml.h: new header used only for the compilation of libxml
14660 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
14661 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
14662 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
14663 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
14664 xmlmemory.c xpath.c xpointer.c: libxml.h integration
14665 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
14666 baseline (version 1.2 plus a single patch).
14667 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
14668 scientific notation for numbers. Tests added.
14669 * xpath.c: formatting of numbers changed to use sprintf
14670 (contribution from William Brack)
14671
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000014672Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14673
14674 * valid.c: cleanup, more useful debugging
14675 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
14676 * xmlIO.c: entity loading is printed as an error when validating
14677
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000014678Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14679
14680 * valid.c: fixed to validate within entities
14681 * test/VCM/v22.xml: added a specific testcase
14682
Daniel Veillardca1f1722001-04-20 15:47:35 +000014683Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14684
14685 * valid.c: forgot an epsilon transition in for ()+
14686 * test/VCM/v21.xml : added a specific test case
14687
Daniel Veillard85349052001-04-20 13:48:21 +000014688Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14689
14690 * valid.c: removed a state explosion exhibited by RSS
14691 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
14692 from bug #51872
14693
Daniel Veillarddab4cb32001-04-20 13:03:48 +000014694Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14695
14696 * valid.[ch] tree.h: worked *hard* to get non-determinist content
14697 validation without using an ugly NFA -> DFA algo in the source.
14698 Made a specific algorithm easier to maintain, using a single
14699 stack and without recursion.
14700 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
14701 * hash.c: made the growing routine static
14702 * tree.h parser.c: added the parent information to an
14703 xmlElementContent node.
14704
Daniel Veillarde470df72001-04-18 21:41:07 +000014705Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14706
14707 * SAX.c parser.c xpath.c: generating IDs when not validating
14708 from an external parsed entity was poisoning the ID has table
14709 with removed values. This was killing XSLT on the KDE help
14710 browser.
14711
Daniel Veillardceacdd92001-04-18 15:10:35 +000014712Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14713
14714 * entities.h: andrew@ugh.net.au detected a double declaration
14715
Daniel Veillarda10efa82001-04-18 13:09:01 +000014716Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14717
14718 * debugXML.c hash.c tree.h valid.c : some changes related to
14719 the validation suport to improve speed with DocBook
14720 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
14721 the way validation errors get reported
14722
Daniel Veillard1ed3f882001-04-18 09:45:35 +000014723Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14724
14725 * HTMLparser.c HTMLtree.c: applied part of the patches provided
14726 by P C Chow and William M. Brack for XSLT HTML output
14727
Daniel Veillard2d90de42001-04-16 17:46:18 +000014728Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14729
14730 * xmlversion.h.in win32config.h win32/libxml2/*: applied
14731 Igor Zlatkovic patches for MSC compilation and added his
14732 updates
14733
Daniel Veillarde043ee12001-04-16 14:08:07 +000014734Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14735
14736 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
14737 prefix lookup.
14738 * parserInternals.c: fixed the bug reported by Morus Walter
14739 due to an off by one typo in xmlStringCurrentChar()
14740
Daniel Veillarda3bfca52001-04-12 15:42:58 +000014741Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14742
14743 * HTMLparser.c result/HTML/*: revamped the way the HTML
14744 parser handles end of tags or end of input
14745
Daniel Veillard82daa812001-04-12 08:55:36 +000014746Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14747
14748 * tree.[ch] : added xmlDocCopyNode for gdome2 support
14749
Daniel Veillard67a21302001-04-11 14:39:16 +000014750Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14751
14752 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
14753 bug where the linktime verions of free() won't work ...
14754
Daniel Veillard27b55282001-04-11 12:22:25 +000014755Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14756
14757 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
14758
Daniel Veillardafc73112001-04-11 11:51:41 +000014759Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14760
14761 * doc/xml.html: added 2.3.6 release
14762
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000014763Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14764
14765 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
14766 * result/wml.xml: resulted in a small output change
14767
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000014768Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14769
14770 * tree.c: xmlNewDoc was missing the charset initialization
14771 * xmllint.c: added --auto to autogenerate a doc, allow to
14772 reproduce the problem fixed on xmlNewDoc
14773
Daniel Veillard1731d6a2001-04-10 16:38:06 +000014774Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14775
14776 * xpath.c: trying to get 52979 solved
14777 * tree.c result/ result/noent/: trying to get 52712 solved, this
14778 also made me clean up the fact that XML output in general should
14779 not add formating blanks by default, this changed the output of
14780 a few tests
14781
Daniel Veillard73639a72001-04-10 14:31:39 +000014782Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14783
14784 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
14785
Daniel Veillardfac26a12001-04-08 13:08:14 +000014786Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14787
14788 * configure.in: finally released 2.3.6
14789
Daniel Veillard911f49a2001-04-07 15:39:35 +000014790Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14791
14792 * xpath.c: checking for null pointer generated by new code
14793
Daniel Veillardd8df6c02001-04-05 16:54:14 +000014794Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14795
14796 * xpath.c: fixed a [] evaluation problem reported
14797 * test/XPath/tests/simpleaddr: extended test
14798 * result/XPath/simpleaddr: updated result
14799
Daniel Veillard3b2c2612001-04-04 00:09:00 +000014800Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14801
14802 * xmllint.c: Dan Timis reported a portability problem
14803 on Macs without mmap, fixed it.
14804
Daniel Veillardb38bd552001-04-03 18:22:00 +000014805Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14806
14807 * testXPath.c : added a --tree option allowing to display the
14808 tree dump of the XPath expression
14809
Daniel Veillard4dd93462001-04-02 15:16:19 +000014810Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14811
14812 * xpath.c: fixed a memleak when comparing nodesets
14813 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
14814 * tree.c: added a TODO
14815
Daniel Veillard92ad2102001-03-27 12:47:33 +000014816Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14817
14818 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
14819 we need string functions
14820 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
14821 to be able to use them where needed. Applied some changes
14822 to reduce name linking pollution and compile in only what's
14823 needed.
14824 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
14825 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
14826 for the string manipulation functions
14827 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
14828 to the free() function of xmlmemory.c
14829 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
14830 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
14831 usage.
14832
14833
Daniel Veillard2be30642001-03-27 00:32:28 +000014834Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14835
14836 * error.c: applied the context output patch of the error
14837 handling submitted by Chuck Griffith
14838 * error/VC/*: this slightly change some error logs
14839
Daniel Veillard50582112001-03-26 22:52:16 +000014840Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14841
14842 * parser.c: fixed line number reporting on error
14843
Daniel Veillard04be4f52001-03-26 21:23:53 +000014844Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14845
14846 * parser.c: Sullivan and Darin found a parser bug,
14847 applied the patch.
14848
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000014849Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14850
14851 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
14852 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
14853 xmlversion.h.in xpointer.c: of course the way I defined
14854 UNUSED breaks on old gcc version. Try to be smart and
14855 also define it directly in xmlversion.h
14856 * configure.in: removed -ansi flag from the pedantic set
14857
14858Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000014859 Huge cleanup, I switched to compile with
14860 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
14861 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
14862 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
14863 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
14864 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
14865 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
14866 encoding.h entities.c error.c list.[ch] nanoftp.c
14867 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
14868 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
14869 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
14870 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
14871 Cleanup, staticfied a number of non-exported functions,
14872 detected and cleaned up a dozen of problem found this way,
14873 avoided a lot of public function name/typedef/system names clashes
14874 * doc/xml.html: updated
14875 * configure.in: switched private flags to the really pedantic ones.
14876
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000014877Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14878
14879 * configure.in: 2.3.5
14880 * doc/html/*: rebuilt the docs
14881
Daniel Veillard146c9122001-03-22 15:22:27 +000014882Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14883
14884 * parser.c: fixed a reported bug in NOTATION parsing
14885 * uri.c: accepted but not fixed bug 51876, added TODO
14886 * Makefile.am: fixed bug 51876
14887
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014888Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14889
14890 * config.h.in configure.in error.c: fix a compilation problem
14891 on platforms without vsnprintf (xml@thewrittenword.com)
14892
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014893Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14894
14895 * parser.c: fixed a function name header typo
14896 * SAX.c: notations can also occur in external subset.
14897
Daniel Veillard7d42b542001-03-20 13:22:46 +000014898Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14899
14900 * error.c: removed a C++ like comment
14901
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014902Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14903
14904 * parser.c: fixing bug 52299 strange condition leading
14905 to a parser crash due to a buffer overflow
14906 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14907 added the specific test case
14908
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014909Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14910
14911 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14912 xmlXPathConvert{String,Number,Boolean} to be able to make
14913 type casts without a context stack, fixed some implementation
14914 problems related to the absence of context at parse-time,
14915 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14916 in the public API too
14917 * xpointer.c xpathInternals.h: we need to know at parse time
14918 whether we are compiling an XPointer
14919
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014920Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14921
14922 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14923 cleaned up the parser internals, refactored XPath code, added
14924 new compilation based APIs and cleanly separated public and
14925 private APIs.
14926
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014927Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14928
14929 * xpath.h: the comp field must be added at the end to avoid
14930 killing binary compat.
14931
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014932Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14933
14934 * Makefile.am: detect XPath memleaks in regreson tests
14935 * error.c: fixed and error w.r.t. error reporting still using
14936 stderr
14937 * hash.c: added new line at end of file
14938 * tree.h: minor cleanup
14939 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14940 expression parsing from evaluation, resulted in a number of
14941 changes internally, and in XPointer. Likely to break stuff
14942 using xpathInternals.h but should remain binary compatible,
14943 new interfaces will be added.
14944
Daniel Veillardd574f782001-03-14 19:40:17 +000014945Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14946
14947 * configure.in: fixed a couple of problems reported by
14948 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14949 without gcc on non linux platforms.
14950
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014951Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14952
14953 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14954 a fix for --with-html-dir= configure support. I hope it won't
14955 break rpm generation
14956
Daniel Veillarda022fe02001-03-14 16:30:00 +000014957Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14958
14959 * xmlIO.c: one function comment cleanup.
14960
Daniel Veillard25239c12001-03-14 13:56:48 +000014961Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14962
14963 * SAX.c: external subset notations were improperly registered
14964 in the internal subset.
14965
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014966Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14967
14968 * README.cvs-commits: added, pointing to HACKING
14969 * HACKING: updated
14970
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014971Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14972
14973 * parser.c: and Matt Sergeant found one in the XML push
14974 parser (erroneous check I forgot to remove when I fixed the
14975 main parser).
14976
Daniel Veillard68d7b672001-03-12 18:22:04 +000014977Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14978
14979 * xpath.c: ptittom found a small bug in UnaryExpr
14980
Daniel Veillarde356c282001-03-10 12:32:04 +000014981Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14982
14983 * configure.in: bumped to 2.3.4
14984 * error.c: fixed bug #51860
14985 * tree.c: fixed bug #51861
14986 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14987 * tree.[ch] : added xmlDefaultBufferSize
14988 * nanoftp.c: typo in function name header block
14989 * doc/xml.html : updated, added link to XML::LibXSLT
14990 * doc/html/* : rebuilt the docs
14991
Daniel Veillard80f32572001-03-07 19:45:40 +000014992Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14993
14994 * parser.c SAX.c: the new content parsing code raised an
14995 ugly bug in the characters() SAX callback. Found it
14996 just because of strangeness in XSLT XML Rec ouptut :-(
14997
Daniel Veillard6c831202001-03-07 15:57:53 +000014998Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14999
15000 * Makefile.am: Martin Baulig suggested to add -lm
15001 * tree.c: found another bug in xmlNodeGetContent()
15002
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000015003Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15004
15005 * xpath.c: Bjorn found the error related to strictness of comparison.
15006
Daniel Veillard29631a82001-03-05 09:49:20 +000015007Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15008
15009 * parser.c: trying to fix the Dtd parsing problem reported
15010 by Gary, side effect of last week speed optimizations.
15011
Daniel Veillard14be0a12001-03-03 18:50:55 +000015012Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15013
15014 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
15015 * parserInternals.c: removed unneeded test raised by Stric
15016
Bjorn Reesee1dc0112001-03-03 12:09:03 +000015017Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
15018
15019 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
15020 and fixed by William Brack). Added xmlXPathFormatNumber.
15021 Changed the sorting slightly.
15022 * configure.in Makefile.am example/Makefile.am: Added -lm.
15023 Please note that applications linking with libxml2, must
15024 also like with the math library from now on.
15025
Daniel Veillardf9533d12001-03-03 10:04:57 +000015026Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15027
15028 * HTMLparser.c: fixed loop reported by Marc Sanfacon
15029
Daniel Veillard2f362242001-03-02 17:36:21 +000015030Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15031
15032 * parser.c: one must report spaces even if the Dtd element
15033 content proves that this is not part of the element content.
15034 * result/valid/*.xml: this changed the ouptu slightly
15035
Daniel Veillardb402c072001-03-01 17:28:58 +000015036Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15037
15038 * configure.in: bumped to 2.3.3
15039 * doc/xml.html: updated
15040
Daniel Veillard77851712001-02-27 21:54:07 +000015041Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15042
15043 * tree.c: minor doc fix
15044 * xpath.c: deallocation issues when a result tree has been
15045 converted to a node-set
15046
Daniel Veillardec70e912001-02-26 20:10:45 +000015047Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15048
15049 * doc/xml.html: oops corrected dates s/2000/2001
15050
Daniel Veillard8730c562001-02-26 10:49:57 +000015051Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15052
15053 * valid.c: new patch from Gary Pennington
15054
Daniel Veillard91e9d582001-02-26 07:31:12 +000015055Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15056
15057 * doc/xml.html: applied patch from Ankh
15058
Daniel Veillardedac3c92001-02-26 01:36:19 +000015059Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15060
15061 * xinclude.c: fixed a problem building on Mac
15062
Daniel Veillard21a0f912001-02-25 19:54:14 +000015063Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15064
15065 * parser.c: more work on increasing parsing ferformances
15066
Daniel Veillard48b2f892001-02-25 16:11:03 +000015067Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15068
15069 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
15070 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
15071 avoiding memcpy in production builds MEM_CLEANUP macro use
15072 * parser.[ch] parserInternals.c: optimizations of the tightest
15073 internal loops inside the parser. Better checking of I/O
15074 flushing/loading conditions
15075 * xmllint.c : added --timing
15076
Daniel Veillard71681102001-02-24 17:48:53 +000015077Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15078
15079 * configure.in: bumped to 2.3.2
15080 * doc/xml.html: updated for release
15081
Daniel Veillardbbd51d52001-02-24 03:07:03 +000015082Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15083
15084 * xpath.c: found a memleak and fixed a nasty bug
15085
Daniel Veillardf7cd4812001-02-23 18:44:52 +000015086Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15087
15088 * xmllint.[c1] : added return code errors for xmllint
15089 * xpath.c: specific debug dump function for result value trees
15090
Daniel Veillard4b637072001-02-21 21:52:55 +000015091Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15092
15093 * xpath.c: finally implemented xmlXPathCompareNodeSets
15094 * test/XPath/expr/floats results/XPath/expr/floats: added
15095 a test for float expressions
15096
Daniel Veillardf714aa32001-02-21 03:07:44 +000015097Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15098
15099 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
15100 * parserInternals.[ch]: trying to speed up parsing
15101 * xpath.c : speeded up node set equality op
15102
Daniel Veillarde0c3a622001-02-19 18:05:20 +000015103Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15104
15105 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
15106 better handling of ID/IDREF and the list modules associated
15107 * configure.in: small CFLAGS cleanup
15108
Daniel Veillarda8abee62001-02-19 15:14:59 +000015109Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15110
15111 * configure.in: fixed iconv detection on AIX (stric)
15112
Daniel Veillardbca64ef2001-02-19 22:20:01 +000015113Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000015114
15115 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
15116
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000015117Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
15118
15119 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
15120 and optimized xmlXPathNodeSetSort
15121
Daniel Veillard142adbf2001-02-17 13:21:05 +000015122Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15123
15124 * xpath.c: bug fix when context size is 0
15125 * parser.c: I like Norm's Dtd because they still manage to break
15126 the parser occasionally
15127
Daniel Veillardf23e0092001-02-16 13:21:29 +000015128Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15129
15130 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
15131
Daniel Veillarde0e26512001-02-16 00:11:46 +000015132Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15133
15134 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
15135 attributes within the XML-1.0 namespace
15136
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000015137Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15138
15139 * xpathInternals.h: exported a few axis functions
15140 * doc/xml.html: updated the doc
15141
Daniel Veillard760f4422001-02-15 14:59:48 +000015142Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15143
15144 * configure.in: applied patch from Daniel van Balen for OpenBSD
15145 and bumped version to 2.3.1
15146 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
15147 attempt to find autoclosing was simply broken, removed it,
15148 updated the examples, this is better
15149
Daniel Veillardd194dd22001-02-14 10:37:43 +000015150Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15151
15152 * hash.[ch]: added Paolo Casarini patch to provide Delete from
15153 hash functionnalities.
15154 * doc/html/* : rebuild the doc
15155
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000015156Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15157
15158 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
15159 on predicate
15160 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
15161 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
15162 really want to have tags closed on output even if we accept
15163 unclosed ones on input
15164
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000015165Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15166
15167 * xpath.c: ouch don't free NULL, rare case fixed
15168 * tree.c: don't coalesce text nodes if they don't have the
15169 same behaviour wrt escaping on output
15170
Daniel Veillardd12b69d2001-02-11 20:17:31 +000015171Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15172
15173 * xpath.c: small fixup
15174 * SAX.c: don't warn on empty namespaces.
15175
Daniel Veillard6a2e4062001-02-08 10:31:33 +000015176Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15177
15178 * README: a bit of cleanup
15179 * configure.in: preparing for 2.3.0 release
15180
Daniel Veillard1f83d392001-02-08 09:37:42 +000015181Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15182
15183 * hash.[ch]: added a first version of xmlHashSize()
15184 * valid.c: another bug fix from Gary Pennington
15185
Daniel Veillard5eef6222001-02-07 18:24:48 +000015186Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15187
15188 * valid.c: couple of bug fixes pointed by Gary Pennington
15189 * HTMLtree.c: #if 0 cleanup
15190
Daniel Veillard2c257ec2001-02-06 13:29:07 +000015191Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15192
15193 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
15194 which removes a time consuming check of xmlXPathNodeSetAdd()
15195 and use it in places where we are sure to not break unicity
15196
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000015197Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15198
15199 * xpath.c: bug fixes found from XSLT
15200 * tree.c: preserve node->name special values when copying nodes.
15201 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
15202 external subset are fetched when available but without full
15203 validation. Added xmlLoadExtDtdDefaultValue, need a function.
15204 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
15205 output with encoding disabled.
15206
Daniel Veillard2c833b62001-02-03 08:52:06 +000015207Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15208
15209 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
15210 xmlCheckFilename should not be called from xmlFileOpenW
15211 and xmlGzfileOpenW
15212
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000015213Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15214
15215 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
15216 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
15217 added the new tests for URI normalization
15218 * testURI.c: fixed stoopid bugs
15219 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
15220 the URI in the error messages are now properly normalized
15221
Daniel Veillardea28ce62001-02-02 08:20:19 +000015222Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15223
15224 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
15225
Daniel Veillarde99a4762001-02-01 04:34:35 +000015226Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15227
15228 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
15229
Daniel Veillard2b325a02001-01-31 20:46:31 +000015230Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15231
15232 * xpath.c: fixed mod operator
15233
Daniel Veillardde55cf62001-01-31 15:53:13 +000015234Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15235
15236 * parser.c: fixed xmlStrcat doc
15237 * tree.c: 2 fixes form Anders Carlson for copying nodes and
15238 trees.
15239
Daniel Veillard2f913b72001-01-31 13:23:49 +000015240Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15241
15242 * xpath.c result/XPath/tests/chaptersbase
15243 result/XPath/tests/simplebase: fixed XPath node()
15244 * tree.c: small fix in xmlNewNs()
15245 * Makefile.am: removed extraneous xml2Conf.sh rule
15246
Daniel Veillardb42042b2001-01-28 07:40:36 +000015247Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15248
15249 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
15250 Changed the library name, in order to get libxml-devel and
15251 libxml2-devel to coexist on a single system
15252 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
15253 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
15254
Daniel Veillardee0a4662001-01-27 18:59:33 +000015255Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15256
15257 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
15258 libxml2-devel installable in // as libxml-devel.
15259
Daniel Veillard5eb05942001-01-27 17:50:22 +000015260Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15261
15262 * doc/Makefile.am: fixed make rebuild in doc
15263 * doc/html/*.html: rebuilt the docs
15264
Daniel Veillard65c295d2001-01-26 09:32:39 +000015265Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15266
15267 * tree.c: patch from Bjorn Reese on xmlBufferCCat
15268
Daniel Veillard8e199902001-01-25 18:54:39 +000015269Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15270
15271 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
15272 the HTML doc to go into the -devel RPM ...
15273 * aclocal.m4 config.h.in: some updates due to auto* magic
15274
Daniel Veillard93086662001-01-25 18:13:04 +000015275Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15276
15277 * xpath.h: added a hook in the context structure allowing to
15278 link to extra support, needed for XSLT
15279
Daniel Veillardf17e09b2001-01-25 13:55:35 +000015280Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15281
15282 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
15283 xmlXPtrCmpPoints to use it.
15284 * propagated the following patch from Alejandro Forero
15285 * include/win32config.h xmlIO.c: applied further suggestions
15286 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
15287 * example/gjobread.c: fixed warnings, now that it builds
15288
15289Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
15290
15291 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
15292
15293 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
15294 filename points to a valid file (not a directory).
15295 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
15296 Added calls to xmlCheckFilenameDir.
15297
15298 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
15299 `path' (rather than `filename') as the parameter to gzopen and open.
15300
Daniel Veillard48177c22001-01-23 15:27:41 +000015301Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15302
15303 * Makefile.am: fixed a problem with EXTRA_DIST
15304
Daniel Veillardb83ba402001-01-22 22:45:10 +000015305Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15306
15307 * Makefile.am example/Makefile.am: finally found the trick
15308 to build the example, i.e. add "." in SUBDIRS before example
15309 in the list <grin/>
15310
Daniel Veillard82687162001-01-22 15:32:01 +000015311Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15312
15313 * doc/xml.html: updated with an XSLT section, removed pointer to
15314 W3C CVS base.
15315
Daniel Veillard8a7642f2001-01-22 10:45:16 +000015316Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15317
15318 * xpath.c: when copying a XSLT tree object teh tree need to be copied
15319 too, and deallocation need to occur the same way.
15320
Daniel Veillarde4566462001-01-22 09:58:39 +000015321Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15322
15323 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
15324 type correponding to an XSLT result tree fragment. Share most
15325 of the data format with node set, as well as operators.
15326 * HTMLtree.c: added a newline at the end of the doctype output
15327 whe this one is not present initially.
15328 * tree.c: make sure taht the parent and doc pointers are properly
15329 set when copying attributes (lists).
15330
Daniel Veillard701c7362001-01-21 09:48:59 +000015331Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15332
15333 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
15334
Daniel Veillard5a2b6972001-01-20 21:15:50 +000015335Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15336
15337 * xpath.c: seems I finally killed that ugly path evaluation
15338 context bug (tagged 9999 in case is is wrong)
15339
Daniel Veillard8f4d9752001-01-19 05:32:34 +000015340Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15341
15342 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
15343 for XSLT
15344
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000015345Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15346
15347 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
15348 for xmlGzfileOpen() bug
15349
Daniel Veillardf6eea272001-01-18 12:17:12 +000015350Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15351
15352 * xpath.c: removed an error found by XSLT usage
15353 * tree.c parserInternals.h: use a predefined static string
15354 for text and comment nodes, avoid freeing them in xmlFreeNode,
15355 exported the string name in parserInternals.h and added
15356 another value to disable encoding at output (for XSLT),
15357 gain memory, time.
15358
Daniel Veillard8f2cc572001-01-17 08:19:35 +000015359Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15360
15361 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
15362 win32/libxml2/libxml2_so.dsp: new makefiles and update
15363 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
15364
Daniel Veillardf831bfb2001-01-16 17:26:04 +000015365Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15366
15367 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
15368 Gary Pennington
15369
Daniel Veillard389e6b72001-01-15 19:41:13 +000015370Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15371
15372 * xpath.c: fixed the comaprision of values and nodelists,
15373 need to compare nodelist still ...
15374 * debugXML.c: avoided a possible core dump
15375 * HTMLparser.c: cleanup
15376 * nanohttp.c: contributed fix.
15377 * tree.c: fixes in properties handling added xmlSetNsProp
15378 needed by libxslt
15379 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
15380 comment
15381 * TODO: updated
15382
Daniel Veillard167bd532001-01-06 21:09:34 +000015383Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15384
15385 * parser.c parserInternals.c: applied Bjorn Reese optimization
15386 patch
15387
15388Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15389
15390 * Makefile.am: applied patch fro make check from Martin Vidner
15391
Daniel Veillard503b8932001-01-05 06:36:31 +000015392Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15393
15394 * configure.in: preparing 2.2.11
15395 * doc/html/*: rebuild the HTML files
15396 * doc/xml.html : updated
15397
Daniel Veillardc2f4df22001-01-04 14:06:39 +000015398Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15399
15400 * tree.c: fixed a stupid bug
15401 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
15402 patches related to validation of an XInclude processing result
15403 * TODO: updated
15404
Daniel Veillarde2488192001-01-04 10:54:22 +000015405Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15406
15407 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
15408 on large files
15409
Daniel Veillardf060a412001-01-03 20:52:44 +000015410Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15411
15412 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
15413
Daniel Veillard45cff692001-01-03 18:02:04 +000015414Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15415
15416 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
15417 reported by Jonas Borgström
15418 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
15419
Daniel Veillard08108982001-01-03 15:24:58 +000015420Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15421
15422 * testXPath.c xpath.c: fixing the XPath union expressions problem
15423 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
15424
Daniel Veillard4a6845d2001-01-03 13:32:39 +000015425Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15426
15427 * xmllint.c: Made is so if the file name is "-" is will read form
15428 standard input. Sven Heinicke <sven@zen.org>
15429 * tree.c: fixed a problem when growing buffer
15430 * tree.h: fixed the comment of the node types following andersca
15431 comment
15432 * TODO: updated
15433
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000015434Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15435
15436 * HTMLparser.[ch]: added a way to avoid adding automatically
15437 omitted tags. htmlHandleOmittedElem() allows to change the
15438 default handling.
15439 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
15440 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
15441 of xmllint too when using --memory flag, added a memory test
15442 suite at the Makefile level.
15443 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
15444 with namespace use when encountering QNames in XPath evalation,
15445 added xmlns() scheme in XPointer.
15446 * nanoftp.c : incorporated a fix
15447 * parser.c xmlIO.c: fixed problems raised with encoding when using
15448 the memory I/O
15449 * parserInternals.c: closed bug 25934 reported by
15450 torsten.landschoff@innominate.de
15451 * TODO: updated
15452
Daniel Veillarda1fe9102000-11-25 10:49:25 +000015453Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15454
15455 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
15456 on a non-updated tree :-(, made a 2.2.10 release to correct the
15457 situation
15458
Daniel Veillardce6e98d2000-11-25 09:54:49 +000015459Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15460
15461 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
15462 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
15463 integrated a set of OpenVMS changes from Howard Taylor
15464 <Howard.Taylor@pacoast.com>
15465
Daniel Veillard58770e72000-11-25 00:48:47 +000015466Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15467
15468 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
15469 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
15470
Daniel Veillardf62ceff2000-11-24 23:36:01 +000015471Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15472
15473 * HTMLparser.c: some fixes on auto-open of html/head/body
15474 * encoding.c: fixed a compilation error on some gcc env
15475 * xpath.c xpointer.[ch] xpathInternals.h: improved the
15476 XPointer implementation
15477 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
15478 related XPointer tests and associated results
15479
Daniel Veillard300f7d62000-11-24 13:04:04 +000015480Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15481
15482 * doc/xmldtd.html doc/xml.html: following a short step by step
15483 guidance on IRC to help maciej with DTDs I started a small
15484 page on the subject.
15485
Daniel Veillard748e45d2000-11-17 16:36:08 +000015486Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15487
15488 * HTMLparser.c: fixed handling of broken charrefs
15489 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
15490 patches
15491
Daniel Veillard28929b22000-11-13 18:22:49 +000015492Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15493
15494 * doc/xml.html doc/html/* : rebuilt the docs after adding
15495 xinclude and updated page for 2.2.7 and 2.2.8
15496 * configure.in: releasing 2.2.8
15497
Daniel Veillard41e06512000-11-13 11:47:47 +000015498Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15499
15500 * parser.[ch] parserInternals.c: applied the conditional
15501 section processing fix from Jonathan P Springer
15502 <jonathan.springer2@gte.net>
15503 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
15504 project file, fixed iconv default non support
15505 * xpath.c: fixed the problem of evaluating relative expressions
15506 when a node context is provided.
15507
Daniel Veillardbf432752000-11-12 15:56:56 +000015508Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15509
15510 * nanoftp.c: fixed gcc 2.95 new warnings
15511 * SAX.c: fixed a stupid bug
15512 * tree.c: fixed a formatting problem when round-tripping
15513 from/to memory
15514 * xinclude.c: chased memleak, fixed a base problem
15515 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
15516 xmlXPtrBuildNodeList()
15517 * TODO: updated
15518 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
15519 adding a first small set of regression tests for XInclude
15520
Daniel Veillardc2def842000-11-07 14:21:01 +000015521Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15522
15523 * nanohttp.[ch]: applied Wayne Davison patches to access
15524 the WWW-Authorization header.
15525 * parser.c: Closed Bug#30847: Problems when switching encoding
15526 in short files by applying Simon Berg's patch.
15527 * valid.c: fixed a validation problem
15528 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
15529 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
15530 Wayne Davison
15531 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
15532 need to be extended to non full nodes selections.
15533 * xinclude.c: starts to work decently
15534
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000015535Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15536
15537 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
15538 debugXML.c xmlversion.h.in: Started adding XInclude support,
15539 this is a new xmllint option
15540 * tree.c xpath.c: applied TOM patches for XPath
15541 * xpointer.c: fixed a couple of errors.
15542 * uri.c: added an escaping function needed for xinclude
15543 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
15544 new warning from RH70 gcc's version
15545
Daniel Veillarda4964b72000-10-31 18:23:44 +000015546Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15547
15548 * HTMLparser.c: fixed loop on invalid char in scripts
15549 * parser.c: update to description of xmlIOParseDTD()
15550 * libxml.m4 xmlversion.h.in: changes contributed by
15551 Michael Schmeing <m.schmeing@internet-factory.de>
15552 * configure.in: preparing for 2.2.7
15553 * Makefile.am: trying to avoid config.h and acconfig.h
15554 being included in the distrib
15555 * configure.in: released 2.2.7
15556
15557Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15558
15559 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
15560 like namespaces for good. Unified xmlNs and xmlNode somewhat.
15561
Daniel Veillard01411222000-10-30 15:33:22 +000015562Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15563
15564 * parser.[ch]: added xmlIOParseDTD()
15565 * xpointer.c: added support for the 2 extra parameters of
15566 string-range, fixed a stoopid error when '0' was present
15567 in XPointer expressions
15568 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
15569 testsuite for the above
15570
Daniel Veillard6db58192000-10-30 09:27:53 +000015571Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15572
15573 * libxml.spec.in: improved package descriptions
15574
Daniel Veillarda5db68a2000-10-29 18:06:06 +000015575Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15576
15577 * xpath.c xpathInternals.h: applied a large cleaning patch
15578 from TOM <ptittom@free.fr>, it also add namespace support
15579 for function and variables registration.
15580
Daniel Veillardbd20df72000-10-29 17:53:40 +000015581Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15582
15583 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
15584 * Makefile.mingw: Wayne Davison's update adding hash.c
15585
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000015586Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15587
15588 * xpath.c: fixed the root evaluation problems
15589 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
15590 ignorable spaces with <b> <bold> <em>
15591 * tree.c: fixed a loop in xmlSearchNsByHref()
15592
Daniel Veillard767662d2000-10-27 17:04:52 +000015593Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15594
15595 * xpath.c: applied another XPath patch from TOM
15596 * xpath.c include/makefile.am: applied another patch from
15597 china@thewrittenword.com (cleanup on IRIX).
15598
Daniel Veillard211cc0a2000-10-27 11:49:33 +000015599Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15600
15601 * xml-config.1: received a fixed version from Fredrik Hallenberg
15602 <hallon@lysator.liu.se>
15603
Daniel Veillardf6bf9212000-10-26 14:07:44 +000015604Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15605
15606 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
15607 cleanup patch for XPath
15608
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000015609Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15610
15611 * patched to redirrect all "out of context" error messages to
15612 a reconfigurable routine. The changes are:
15613 * xmlerror.h : added the export of an error context type (void *)
15614 an error handler type xmlGenericErrorFunc there is an interface
15615 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
15616 to reset the error handling routine and its argument
15617 (by default it's equivalent to respectively fprintf and stderr.
15618 * all the c files: all wild accesses to stderr or stdout within
15619 the library have been replaced to calls to the handler.
15620
Daniel Veillard29a11cc2000-10-25 13:32:39 +000015621Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15622
15623 * configure.in: release 2.2.6
15624 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
15625 exporting the inner functions of xpath for extension modules
15626 * doc/*: updated and rebuilt the doc
15627
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000015628Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15629
15630 * nanohttp.c : applied Wayne HTTP cleanup patch
15631 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
15632 and xmlNodeSetSpacePreserve()
15633
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000015634Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15635
15636 * xpath.c: closing bug #29260
15637
Daniel Veillard126f2792000-10-24 17:10:12 +000015638Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15639
15640 * hash.[ch] debugXML.c: expanded/enhanced the API, added
15641 multikey tuples, made hash structure opaque
15642 * valid.[ch]: moved elements, attributes, notations decalarations
15643 as well as ID and refs to hash tables.
15644 * entities.c: hash cleanup
15645 * xmlmemory.c: fixed a dump problem in debug mode
15646 * include/Makefile.am: problem passing in DESTDIR= values patch
15647 from Marc Christensen <marc@calderasystems.com>
15648 * nanohttp.c: removed debugging remains
15649 * HTMLparser.c: the bogus tag should be ignored (Wayne)
15650 * HTMLparser.c parser.c: fixing a number of problems with the
15651 macros in the *parser.c files (Wayne).
15652 * HTMLparser.c: close the previous option when opening a new one
15653 (Marc Sanfacon).
15654 * result/HTML/*: updated the HTML results accordingly
15655
Daniel Veillard52afe802000-10-22 16:56:02 +000015656Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15657
15658 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
15659 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
15660 XPath functions and XML entities table to them. More to come...
15661 * xmlIO.c: fixed libxml closing FILEs it didn't open.
15662
Daniel Veillard683cb022000-10-22 12:04:13 +000015663Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15664
15665 * tree.c: coalesce adjacent text nodes
15666 * valid.c: handling of blank nodes in DTd validation (raised
15667 by problems with a posteriori validation).
15668 * nanohttp.c: changing behaviour on HTTP write stuff.
15669 * HTMLtree.c: forced body and html to be explicitely closed.
15670 * xpath.h: exported more XPath functions.
15671
Daniel Veillard1baf4122000-10-15 20:38:39 +000015672Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15673
15674 * Release of 2.2.5
15675 * xpointer.c: range() range-inside and other helper functions
15676 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
15677
Daniel Veillard47e12f22000-10-15 14:24:25 +000015678Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15679
15680 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
15681 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
15682
Daniel Veillardb732a0e2000-10-15 11:27:01 +000015683Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15684
15685 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
15686 and XPointer modules
15687
Daniel Veillard134c9f32000-10-15 10:27:08 +000015688Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15689
15690 * SAX.h: closed #25107
15691
Daniel Veillard39915622000-10-15 10:06:55 +000015692Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * testSAX.c: fixed problem with cdata reporting
15695 * SAXresult/* : updated
15696
Daniel Veillard1e851392000-10-15 10:02:56 +000015697Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15698
15699 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
15700 Closed bug #27499, added to regression tests
15701 * TODO: updated
15702
Daniel Veillard7eda8452000-10-14 23:38:43 +000015703Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15704
15705 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
15706 support for SCRIPT and STYLE with help from Bjorn Reese
15707 * test/HTML/* result/HTML/*: added simple testcase and updated
15708 the existing ones.
15709
Daniel Veillardff9c3302000-10-13 16:38:25 +000015710Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15711
15712 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
15713 string-range for empty strings
15714 * test/XPath/docs/str test/XPath/xptr/chaptersrange
15715 test/XPath/xptr/strrange: augmented the XPointer testsuite
15716
Daniel Veillard189446d2000-10-13 10:23:06 +000015717Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15718
15719 * doc/xml.html doc/xmlmem.html: added a module describing memory
15720 interfaces and use, updated the main page.
15721
Daniel Veillard2f971a22000-10-12 23:26:32 +000015722Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15723
15724 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
15725 nanoftp code work on Windows too now
15726
15727Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000015728
15729 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
15730 * xpointer.c: implemented string-range() at least a good first version
15731 * test/XPath/docs/str test/XPath/xptr/strrange
15732 result/XPath/xptr/strrange: the string-range() tests
15733
Daniel Veillardd3c68c42000-10-12 08:06:28 +000015734Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15735
15736 * Makefile.am include/Makefile.am include/win32config.h
15737 win32/Makefile.mingw: fixed problems reported by Wayne Davison
15738 and make distcheck
15739
Daniel Veillard19d61112000-10-11 23:50:35 +000015740Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15741
15742 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
15743 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
15744 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
15745
Daniel Veillardb0426ca2000-10-11 23:39:43 +000015746Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15747
15748 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
15749 patch for socklen_t detection by
15750 Albert Chin-A-Young <china@thewrittenword.com>
15751
Daniel Veillardcd429612000-10-11 15:57:05 +000015752Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15753
15754 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
15755 and added a --dtdvalid option to xmllint used to test it
15756
Daniel Veillard47c02452000-10-11 13:04:36 +000015757Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15758
15759 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
15760 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
15761
Daniel Veillard2d38f042000-10-11 10:54:10 +000015762Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15763
15764 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
15765 handlings (registration, lookup, cleanup)
15766
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000015767Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15768
15769 * configure.in Makefile.am include/makefile.am: adding XPointer
15770 and XPtrtests target
15771 * xpointer.[ch] : new files for XPointer support
15772 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
15773 more XPath tests
15774
Daniel Veillard57fda592000-10-10 23:24:14 +000015775Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15776
15777 * configure.in: fixed, very broken, make distcheck works again
15778
Daniel Veillarde8282ed2000-10-10 23:01:31 +000015779Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15780
15781 * More work toward 2.2.5, integrated a number of patches
15782 * configure.in Makefile.am win32config.h.in: trying to cleanup
15783 make distcheck .... huh ...
15784 * include/Makefile.am include/win32config.h: new directory
15785 for includes
15786 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
15787 updated teh makefiles and instructions for WIN32
15788 * xpath.c: small fixes
15789 * test/XPath/ results/XPath: updated the testcases and results
15790 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
15791 suggested patches
15792 * valid.c: fixed an ID bug
15793
Daniel Veillardb71379b2000-10-09 12:30:39 +000015794Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15795
15796 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000015797 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000015798 * xpath.[ch]: worked on XPointer
15799
Daniel Veillard7e99c632000-10-06 12:59:53 +000015800Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15801
15802 * configure.in Makefile.am: 2.2.5, ship the include in an
15803 include/libxml subdirectory, use symlinks when using CVS
15804 * testSAX.c: fixed small bug
15805 * testXPath.c: changed the way testfiles are parsed
15806 * debugXML.c: same kind of cleanup when parsing an argument expression
15807 XPath/XPointers can have blanks embedded
15808 * xpath.[ch]: more cleanup, reorgs for XPointer work
15809 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
15810 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
15811
Daniel Veillard55b91f22000-10-05 16:30:11 +000015812Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15813
15814 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
15815 in the XPath engine, rewrote large parts of it, now it's far
15816 cleaner and in sync with the REC not an old WD. Fixed a parsing
15817 problem in the interactive XML shell found when testing XPath.
15818
Daniel Veillardac260302000-10-04 13:33:43 +000015819Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15820
15821 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
15822 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
15823 examples with the extra test
15824
Daniel Veillard7cfce322000-10-04 12:40:27 +000015825Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15826
15827 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
15828 the global init function.
15829
Daniel Veillard970112a2000-10-03 09:33:21 +000015830Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15831
15832 * HTMLparser.c: Doohhh, attribute name parsing was still case
15833 sensitive ! Fixed this ...
15834 * result/HTML/* : updated the tests results accordingly
15835
Daniel Veillard740abf52000-10-02 23:04:54 +000015836Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15837
15838 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
15839 engine, should be far more stable, incorporated a new version of
15840 preceding/following axis, need testing
15841 * uri.c: fixed file:///c:/a/b/c problem
15842 * test/XPath/tests/idsimple: augmented the XPath tests
15843
Daniel Veillard3bff2b02000-10-01 20:33:47 +000015844Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15845
15846 * doc/* rebuilding docs for 2.2.4 release
15847
Daniel Veillard8b5dd832000-10-01 20:28:44 +000015848Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15849
15850 * configure.in: releasing 2.2.4
15851 * parser.[ch]: added xmlStrEqual()
15852 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
15853 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
15854 use xmlStrEqual instead
15855 * TODO: updated
15856 * added an XPath test
15857
Daniel Veillardbc765302000-10-01 18:23:35 +000015858Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15859
15860 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
15861 * entities.h: exported xmlInitializePredefinedEntities
15862 * parser.[ch] : added xmlInitParser()
15863 * parserInternals.h : had to export htmlInitAutoClose()
15864
Daniel Veillardf09e7e32000-10-01 15:53:30 +000015865Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15866
15867 * xpath.[ch] : fixed some serious XPath Predicate evaluation
15868 problems
15869 * Makefile.am : added XPath regression tests to normal tests
15870 * uri.c: fixed a problem with local paths, cleanup
15871 * parser.c: fixed a problem with large CData sections
15872
Daniel Veillardd2ade932000-09-30 14:39:55 +000015873Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15874
15875 * configure.in xml-config.in: patch from "Ben Taylor"
15876 <sol7x86@hotmail.com> for solaris shared libs lookup
15877
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000158782000-09-30 Martin Baulig <baulig@suse.de>
15879
15880 * libxml-2.0.pc.in: Provide pkg-config script.
15881
15882 * configure.in: Create the libxml-2.0.pc script from the
15883 libxml-2.0.pc.in templates.
15884 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015885 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015886
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015887Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15888
15889 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15890 when compiling with MSC
15891
Daniel Veillard46057e12000-09-24 18:49:59 +000015892Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15893
15894 * xpath.c: patch for normalize-string() substring-before(),
15895 substring-after() and translate() functions from Bjorn Reese
15896 <breese@mail1.stofanet.dk>
15897 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15898 Fredrik Hallenberg <hallon@lysator.liu.se>
15899 * TODO: updated
15900
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015901Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15902
15903 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15904 problem of socklen_t being undefined on a number of platforms
15905 * debugXML.c: fixed a compilation problem when without snprintf
15906
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015907Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15908
15909 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15910 an URI bug and a fix for the control-character-induced infinite loop
15911 * nanohttp.c: preventive fix for compiling on WIN32
15912
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015913Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15914
15915 * xmlint.c: closing bug #25000
15916
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015917Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15918
15919 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15920 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15921 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15922 related function, fixing xmlStrncmp(), and associated cleanup
15923 * result/HTML/entities.html.sax: updating result
15924
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015925Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15926
15927 * uri.c: applied patch for URI escaping from Wayne Davison
15928 <wayned@blorf.net>
15929 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15930 from Denis Barbier <barbier@imacs.polytechnique.fr>
15931 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15932 patch from Wayne Davison
15933
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015934Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15935
15936 * doc/xml.html : updated with new releases, adding "how to help"
15937
Daniel Veillard04698d92000-09-17 16:00:22 +000015938Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15939
15940 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15941 removed a few warnings in pedantic mode ...
15942 * parserInternals.c parser.c: moved encoding switching function
15943 to parserInternals.c
15944 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15945
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015946Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15947
15948 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15949 error or warning handlers
15950
Daniel Veillardb1059e22000-09-16 14:02:43 +000015951Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15952
15953 * parserInternals.c parserInternals.h parser.c Makefile.am:
15954 created a new module parserInternals.c, moved most of the
15955 code shared by the various parsers there, as well as
15956 deprecated code from parser.c. More cleanup of parser.c
15957 * uri.c: fixed a problem when URI is NULL
15958 * valid.c: speedup when looking for an attribute declaration
15959
Daniel Veillard39c7d712000-09-10 16:14:55 +000015960Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15961
15962 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15963 the cleanup of the computation of URI references when seeking
15964 external entities. The URI reference string and the resulting
15965 URI are both stored now.
15966 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15967 large s(n)printf checks and cleanup from Denis Barbier
15968 <barbier@imacs.polytechnique.fr>
15969 * xmlversion.h.in tree.h: couple of SGML declarations for a
15970 possible docbook module.
15971 * result/VC/ : a couple of test output changed due to the change
15972 of the entities URI
15973
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015974Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15975
15976 * parser.h: added a _private field for linking user's data
15977
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015978Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15979
15980 * parser.c parserInternals.h: demacroified most of the IS_XXX
15981 the gain in size is significant so ...
15982
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015983Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15984
15985 * entities.c: cases where looking up entities with doc==NULL
15986 covered
15987
Daniel Veillard90e11312000-09-05 10:42:32 +000015988Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15989
Daniel Veillard1de50802000-09-07 08:54:32 +000015990 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015991 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15992
Daniel Veillard98a79162000-09-04 11:15:39 +000015993Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15994
Daniel Veillard1de50802000-09-07 08:54:32 +000015995 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015996 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15997 * Makefile.in: added URItest and included thenin "make tests"
15998
15999Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000016000
16001 * xmlversion.h.in: closed bug 22941
16002
Daniel Veillard2bb89092000-08-31 14:57:50 +000016003Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16004
16005 * doc/xmlio.html: added doc and example for entity loader
16006 redefinition.
16007
Daniel Veillard96984452000-08-31 13:50:12 +000016008Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16009
16010 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
16011 used by libxml
16012
Daniel Veillarde715dd22000-08-29 18:29:38 +000016013Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16014
16015 * parser.c: Fixed bug on invalid ontent characters and when using
16016 push.
16017 * xmllint.c: fixed xmllint endling of errors in push mode
16018
Daniel Veillard4948eb42000-08-29 09:41:15 +000016019Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16020
16021 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016022 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000016023 * result/HTML/*.sax: regenerated HTML SAX output
16024 * parser.c: more cleanup.
16025
Daniel Veillarde010c172000-08-28 10:04:51 +000016026Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16027
16028 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016029 patches from Wayne Davison <wayned@users.sourceforge.net>,
16030 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000016031 * HTMLparser.c: fixed an ignorable white space detection bug
16032 occuring when parsing with SAX only
16033 * result/HTML/*.sax: updated since the output is now HTML
16034 encoded...
16035
Daniel Veillard47f3f312000-08-27 22:40:15 +000016036Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16037
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016038 * HTMLparser.[ch]: applied some of Wayne Davison
16039 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000016040
Daniel Veillarde0854c32000-08-27 21:12:29 +000016041Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16042
16043 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
16044 undeclared namespace prefix was used, added a warning.
16045 Cleaned up support w.r.t. entities, spilling out a warning
16046 and being pedantic on lookups.
16047 * test/warning/ent9 : added testcase for previous example.
16048 * TODO: updated
16049 * parserInternals.h parser.c: changed the way names are parsed
16050 now allow infinite size and decrease penalty for normal use
16051 * parser.c: Started a big cleanup/check of the parser code,
16052 fixed some of the most tortuous entity code, spotted code
16053 unused anymore
16054 * test/*: added tests for very long names and related nasty
16055 things.
16056
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000016057Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16058
16059 * doc/encoding.html: added encoding aliases doc
16060 * doc/xml.html: updates
16061 * encoding.[ch]: added EncodingAliases functions
16062 * entities.[ch] valid.[ch] debugXML.c: removed two serious
16063 bottleneck affecting large DTDs like Docbook
16064 * parser.[ch] xmllint.c: added a pedantic option, will be
16065 useful
16066 * SAX.c: redefinition of entities is reported in pedantic mode
16067 * testHTML.c: uninitialized warning from gcc
16068 * uri.c: fixed a couple of bugs
16069 * TODO: added issue raised by Michael
16070
Daniel Veillard0d6b1702000-08-22 23:52:16 +000016071Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16072
16073 * doc/encoding.html: propagated Martin Duerst suggestions
16074
Daniel Veillard52402ce2000-08-22 23:36:12 +000016075Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16076
16077 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
16078 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
16079 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
16080 by Wayne Davison
16081
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016082Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16083
16084 * nanoftp.c nanohttp.c: small cleanup
16085 * TODO: updated
16086
Daniel Veillard244ece92000-08-19 20:58:02 +000016087Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16088
16089 * added an old VC testcase and updated title.xml entity
16090
Daniel Veillardb8f25c92000-08-19 19:52:36 +000016091Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16092
16093 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
16094 done on auto-opening of <p> tags and cleanup of SAX output
16095
Daniel Veillard979e55e2000-08-19 16:48:54 +000016096Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16097
16098 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
16099
Daniel Veillard4540be42000-08-19 16:40:28 +000016100Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16101
16102 * doc/xml.html libxml.* structure.*: updated the doc a bit
16103
Daniel Veillard808a3f12000-08-17 13:50:51 +000016104Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16105
16106 * testSAX.c testHTML.c result/HTML/: cleanup of the output
16107 of SAX tests
16108
Daniel Veillard29579362000-08-14 17:57:48 +000016109Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16110
16111 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
16112 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
16113
Daniel Veillard1255ab72000-08-14 15:13:33 +000016114Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16115
16116 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
16117 * testHTML.c: fix core dump on Solaris 2.x systems
16118 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
16119 * result/HTML/*.sax: previous bug fix lead to new results
16120
Daniel Veillard03109292000-08-14 14:58:22 +000016121Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16122
16123 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
16124 * configure.in: added --with-readline=DIR to accept alternate
16125 path for readline include/library
16126 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
16127 for ANSI under HP-UX
16128 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
16129 includes @LIBS@
16130
Daniel Veillard7c29ce22000-08-12 21:20:53 +000016131Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16132
16133 * doc/* : rebuilt the docs
16134 * getting ready for 2.2.2 release
16135
Daniel Veillard87b95392000-08-12 21:12:04 +000016136Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16137
16138 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
16139 and xmlAddFeature()
16140 * tree.[ch]: added xmlAddChildList()
16141 * xmllint.c: MAP_FAILED macro test
16142 * parser.h: added xmlParseCtxtExternalEntity()
16143 * valid.c: applied bug fixes removed warning
16144 * tree.c: added CDATA block to elements content
16145 * testSAX.c: cleanup of output
16146 * testHTML.c: added SAX testing
16147 * encoding.c: better error recovery
16148 * SAX.c, parser.c: fixed one of the external entity processing
16149 of the OASis testsuite
16150 * Makefile.am: added HTML SAX regression tests
16151 * configure.in: bumped to 2.2.2
16152 * test/HTML/ result/HTML: added a few of HTML tests, and added the
16153 SAX results
16154
Daniel Veillard88a172f2000-08-04 18:23:10 +000016155Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16156
16157 * configure.in: patch for HP compiler
16158
161592000-08-04 Sven Heinicke <sven@zen.org>
16160
16161 * xmllint.c: Was coredumping sometimes when the file given didn't
16162 exist.
16163
Daniel Veillard46e370e2000-07-21 20:32:03 +000016164Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16165
16166 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016167
Daniel Veillard46e370e2000-07-21 20:32:03 +000016168 when using in memory parsing. Need some cleanup.
16169 * xmllint.c configure.in: added a --memory flag to test memory
16170 parsing
16171
Daniel Veillard36650692000-07-21 15:16:39 +000016172Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16173
16174 * nanohttp.c: fixed socklen_t replacement to unsigned int
16175 * parser.c: fixed a space handdling missing at the end of
16176 production 28 DOCTYPE.
16177 * xmlmemory.c: fixed a stupid bug on the routine to override
16178 allocation functions
16179 * TODO: updated
16180
Daniel Veillarde46e20d2000-07-14 15:02:46 +000016181Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16182
16183 * doc/ regenerated the docs
16184
Daniel Veillard32bc74e2000-07-14 14:49:25 +000016185Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16186
16187 * doc/encoding.html doc/xml.html: added I18N doc
16188 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
16189 improvements, both parser and filters, added ASCII & HTML,
16190 fixed the ISO-Latin-1 one
16191 * xmllint.c testHTML.c: added/made visible --encode
16192 * debugXML.c : cleanup
16193 * most .c files: applied patches due to warning on Windows and
16194 when using Sun Pro cc compiler
16195 * xpath.c : cleanup memleaks
16196 * nanoftp.c : added a TESTING preprocessor flag for standalong
16197 compile so that people can report bugs more easilly
16198 * nanohttp.c : ditched socklen_t which was a portability mess
16199 and replaced it with unsigned int.
16200 * tree.[ch]: added xmlHasProp()
16201 * TODO: updated
16202 * test/ : added more test for entities, NS, encoding, HTML, wap
16203 * configure.in: preparing for 2.2.0 release
16204
Daniel Veillard49703262000-07-10 10:27:46 +000016205Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16206
16207 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000016208 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000016209
Daniel Veillard306be992000-07-03 12:38:45 +000016210Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16211
16212 * doc/xml.html: changed the xmlsoft.org structure, updated the
16213 examples w.r.t. root and childs
16214
Daniel Veillard7d853352000-07-02 18:53:09 +000016215Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16216
Daniel Veillard784b9352003-02-16 15:50:27 +000016217 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000016218
Daniel Veillard365e13b2000-07-02 07:56:37 +000016219Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16220
16221 * HTMLparser.c: Work on character encoding support for the HTML parser
16222 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
16223 * encoding.c: Fixed a potential memleak in the encoding stuff
16224
Daniel Veillardaf743792000-07-01 11:49:28 +000016225Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16226
16227 * doc/FAQ.html doc/Makefile.am : added a FAQ
16228
16229Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000016230
16231 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
16232 of the HTML parser to force it to not bypass SAX
16233
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000016234Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16235
16236 * win32config.h.in: updated
16237 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
16238 lacks iconv support :-( need to release 2.1.1
16239 * configure.in: release 2.1.1
16240 * HTMLparser: fixed bug #14784
16241 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
16242 by Windows compiler
16243 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
16244 the SAX startDocument() callback.
16245 * TODO: updated
16246
16247Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16248
16249 * added xmlStopParser()
16250
Daniel Veillardbe803962000-06-28 23:40:59 +000016251Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16252
16253 * configure.in: 2.1.0 prerelease
16254 * Large resync between W3C and Gnome tree
16255 * nanoftp, nanohttp.c: fixed stalled connections probs
16256 * HTMLtree.c SAX.c : support for attribute without values in
16257 HTML for andersca
16258 * valid.c: Fixed most validation + namespace problems
16259 * HTMLparser.c: start document callback for andersca
16260 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
16261 * parser.h, SAX.c: serious speed improvement for large
16262 CDATA blocks
16263 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
16264 different encoding
16265 * example/Makefile.am example/gjobread.c tree.h: work on
16266 libxml1 libxml2 convergence.
16267 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
16268 and the LIBXML_TEST_VERSION macro
16269
Daniel Veillardc310d562000-06-23 18:32:15 +000016270Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16271
16272 * doc/xml.html: various patches and improvements typo fixed by
16273 Felix Natter
16274 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
16275 from Felix Natter <fnatter@gmx.net>
16276
Daniel Veillardf3029822000-05-06 08:11:19 +000016277Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16278
16279 * doc/upgrade.html: updated with instructions for support of both
16280 libxml-1.x and libxml-2.x
16281 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
16282 for 2.x support and also fixed includes
16283
16284
Daniel Veillard496a1cf2000-05-03 14:20:55 +000016285Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16286
16287 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
16288 the encoding support, added iconv support, so now libxml if
16289 compiled with iconv automatically support japanese encodings
16290 among others. Work based on initial patch from Yuan-Chen Cheng
16291 I may have broken binary compat in the encoding handler
16292 registration scheme, but that was so utterly broken I don't
16293 expect anybody to have used this feature until now.
16294 * parserInternals.h: fixup on the CHAR range macro
16295 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
16296 code.
16297 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
16298 * uri.c: added xmlParseURI() I can't believe I forgot to
16299 implement this one in 2.0 !!!
16300 * SAX.c: moved doc->encoding update in the endDocument() call.
16301 * TODO: updated.
16302
Daniel Veillard06047432000-04-24 11:33:38 +000016303Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16304
16305 * tree.h: removed extraneous xmlRemoveProp definition
16306 * TODO: added item about --disable-corba configure switch
16307 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
16308 * nanoftp.c: fixed include problems giving troubles on AIX and
16309 slowlaris
16310 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
16311 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
16312 comment and headers changes to lower gtk-doc number of warnings
16313 * doc/html/*: rebuilt docs
16314
Daniel Veillarde0aed302000-04-16 08:52:20 +000016315Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16316
16317 * HACKING: documented the tag for 1.x and instructions
16318
Daniel Veillard5e873c42000-04-12 13:27:38 +000016319Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16320
16321 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
16322 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
16323 xmlCreateIOParserCtxt
16324 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
16325 significant overall improvement
16326 * xmllint.c: added I/O test to xmllint
16327 * testSAX.c: added a speed test
16328 * doc/* : updated/regenerated
16329
Daniel Veillardfc708e22000-04-08 13:17:27 +000016330Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16331
16332 * xpath.c uri.h parserInternals.h: cosmetic changes from
16333 "Timur I. Bakeyev" <timur@bat.ru>, including making
16334 xmlCreateURI() public
16335
Daniel Veillard5d211f42000-04-07 17:00:24 +000016336Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16337
16338 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
16339 and the code at the same time. Added a clean mechanism for
16340 overload or added input methods: xmlRegisterInputCallbacks()
16341 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
16342 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
16343 * TODO: updated
16344 * doc/* : updated/regenerated
16345 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
16346 source dir
16347
Daniel Veillarde77a9182000-04-05 19:12:29 +000016348Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16349
16350 * testURI.c: yet another forgotten commit, I should get some sleep !
16351
Daniel Veillardce8b83b2000-04-05 18:38:42 +000016352Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16353
16354 * xmllint.c: forgot to commit this too ?
16355
Daniel Veillardb9df4042000-04-05 14:23:16 +000016356Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16357
16358 * xmlversion.h.in : forgot to commit this previously
16359
Daniel Veillard361d8452000-04-03 19:48:13 +000016360Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16361
16362 * configure.in: preparing libxml-2.0.0 version looks Ok so far
16363 * README TODO: updated for release
16364 * uri.c uri.h: added authority parsing/saving
16365 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
16366 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
16367 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
16368 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
16369 Makefile.am : added compile-time customization of libxml
16370 --with-ftp --with-http --with-html --with-xpath --with-debug
16371 --with-mem-debug
16372 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
16373 #include <libxml/xxx.h> I hope it won't break too much stuff
16374 and will be manageable in the future...
16375 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
16376 and added xmllint to the installed programs
16377 * uri.h: added xmlFreeURI()
16378
Daniel Veillardec303412000-03-24 13:41:54 +000016379Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16380
16381 * uri.c uri.h: finished the escaping handling, the base support
16382 and the URI path normalization. Looks good just lacks the
16383 authority content parsing code.
16384 * Makefile.am: added instructions to generate testURI
16385 * TODO: updated
16386 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
16387 added links and icons for W3C and Gnome
16388
Daniel Veillard8f621982000-03-20 13:07:15 +000016389Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16390
16391 * xmlmemory.[ch] : seems I forgot to actually update the files in
16392 the last commit :-)
16393 * doc/xml.html doc/html/* : updated and uploaded the docs
16394
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016395Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16396
16397 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
16398 * TODO: updated
16399 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000016400 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016401 gfree).
16402 * Makefile.am, uri.c, uri.h: added a set of functions to do
16403 exact (litteraly copied from the RFC 2396 productions) parsing
16404 and handling of URI. Will be needed for XLink, one XML WFC,
16405 XML Base and reused in the nano[ftp/http] modules. Still work
16406 to be done.
16407
Daniel Veillardedfb29b2000-03-14 19:59:05 +000016408Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16409
16410 * configure.in, libxml.spec.in : libxml2
16411 * doc/* : updated the doc page, rebuilt the docs
16412
Daniel Veillardcf461992000-03-14 18:30:20 +000016413Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16414
16415 * all: tagged LIB_XML_1_X
16416 * *.c *.h : updated from W3C CVS tree
16417 * configure.in : 2.0.0-beta
16418 * libxml.spec.in : libxml2 package nam
16419 * result/* : new version of the tests output
16420
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000016421Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16422
16423 * doc/xml.html, doc/update.html: updated docs, 1.8.7
16424
Daniel Veillardb566ce12000-03-04 11:39:42 +000016425Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16426
16427 * doc/* : rebuilt the docs
16428 * parser.c: final patch on #6766
16429 * valid.c: small patch on validity checks.
16430
Daniel Veillardfb76c402000-03-04 11:39:42 +000016431Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16432
16433 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
16434 added
16435 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
16436 compatibility w.r.t. XML spec and existing code.
16437
Daniel Veillard90fb02c2000-03-02 03:46:43 +000016438Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16439
16440 * parser.c: seems a better solution to <a> </a> exists,
16441 will try it for a while
16442
Daniel Veillard83a30e72000-03-02 03:33:32 +000016443Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16444
16445 * parser.c: tried to remove the <a> </a> generating <a/>
16446 this is hard. Left a flag for that purpose. Fixed bug #6766
16447 * configure.in: prepared 1.8.7 not released, due to previous
16448 problem
16449
Daniel Veillard88f00ae2000-03-02 00:15:55 +000016450Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16451
16452 * doc/xml.html : applied second patch from Paul DuBois
16453
Daniel Veillard402e8c82000-02-29 22:57:47 +000016454Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16455
16456 * doc/xml.html : applied patch from Paul DuBois
16457
Daniel Veillardd0f7f742000-02-02 17:42:48 +000016458Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16459
16460 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
16461
Daniel Veillard5feb8492000-02-02 17:15:36 +000016462Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16463
16464 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
16465 compilation warnings on various platforms.
16466 * parser.c: Fixed #5281 validity error callbacks are now desactived
16467 by default if not validating.
16468
Daniel Veillardf341f932000-02-02 14:52:08 +000016469Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16470
16471 * nanoftp.c, win32config.h.in: patches to compile on WIN32
16472
Daniel Veillard13c757e2000-02-01 23:59:15 +000016473Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16474
16475 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
16476 <gkatsi@cs.toronto.edu>
16477
Daniel Veillard726e8792000-01-30 20:04:29 +000016478Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16479
16480 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
16481 processing URLs
16482
Daniel Veillarde41f2b72000-01-30 20:00:07 +000016483Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16484
16485 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
16486 xmlNanoFTPUpdateURL for persistent control connections.
16487 * configure.in: 1.8.6
16488
16489Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16490
16491 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
16492 * tree.[ch] : added xmlSaveNoEmptyTags
16493
James Henstridgef3be9312000-01-28 13:59:21 +0000164942000-01-29 James Henstridge <james@daa.com.au>
16495
16496 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
16497
16498 * Makefile.am: added nanoftp.[ch] to the build.
16499
Daniel Veillardaeea04f2000-01-25 19:27:27 +000016500Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16501
16502 * nanoftp.[ch]: cleanup, comments, API
16503 * debugXML.c : fixed a bug in the cat command
16504 * doc/*: regenerated the docs
16505
Daniel Veillardda07c342000-01-25 18:31:22 +000016506Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16507
16508 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
16509 * debugXML.c : fixed a bug in the cat command
16510 * valid.c: fixing some small probs
16511 * libxml.spec.in: get rid of the SNAP suffix
16512 * doc/xml.html: updated the status
16513
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000016514Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16515
16516 * xml-config.in: xml-config --version to just return the
16517 version number
16518 * xpath.c: some cleanup w.r.t. axis when the current node is
16519 an attribute.
16520 * TODO: updated
16521
Daniel Veillard461a66c2000-01-18 18:01:01 +000016522Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16523
16524 * configure.in: prepared for libxml-1.8.5
16525 * doc/* recompiled the documentation
16526
165272000-01-17 Jody Goldberg <jgoldberg@home.com>
16528
16529 * configure.in : WARNING autoconf subtlety alert :
16530 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
16531 when looking for zlib.h so that HAVE_ZLIB_H is defined.
16532 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
16533 get defined by AC_CHECK_HEADERS.
16534
Daniel Veillardf967b902000-01-17 16:06:10 +000016535Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16536
16537 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
16538 Rune.Djurhuus@fast.no
16539
Daniel Veillardad8f99d2000-01-15 14:20:03 +000016540Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16541
16542 * TODO: updated
16543 * tree.c, parser.c: made sure that only memory alloc problems
16544 and internal parser errors are allowed to write to stdout or
16545 stderr.
16546
Daniel Veillard0142b842000-01-14 14:45:24 +000016547Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16548
16549 * tree.c : restored xmlNewGlobalNs since this seems used by
16550 a lot of existing code :-(, fixed a bug in xmlNewNs
16551 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
16552 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
16553 to exit() from the library code.
16554 * xpath.c, parser.c: removed bugs or unused code detected by
16555 Windows compilers
16556 * parser.c: started adding interfaces for parsing well balanced
16557 XML fragments
16558 * configure.in: releasing 1.8.4
16559 * doc/* : rebuilt the docs
16560
Daniel Veillard2eac5032000-01-09 21:08:56 +000016561Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16562
16563 * tree.[ch] : added xmlNewDocFragment() for DOM
16564 * testHTML.c: uninitialized variable.
16565
Daniel Veillardf3a73582000-01-05 14:58:39 +000016566Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16567
16568 * doc/* : rebuild the docs
16569
Daniel Veillard71b656e2000-01-05 14:46:17 +000016570Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16571
16572 * acconfig.h: readline and history patch
16573 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
16574 * tree.c: added check and handling when possibly removing an ID
16575 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
16576 and saving.
16577 * test/HTML/entities.html result/HTML/entities.html* : test for
16578 various entities reference cases
16579 * result/HTML/* : as a result output of some testcase have
16580 changed
16581 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
16582 by previous example. added xmlParseTryOrFinish().
16583 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
16584 entities.h debugXML.h HTMLparser.h: changed the way struct are
16585 declared to allow gtk-doc to expose those
16586 * parser.c: closed bug #4960
16587 * Makefile.am configure.in: Applied patch from
16588 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
16589 and math/socket libs detection
16590
Daniel Veillard437b87b2000-01-03 17:30:46 +000016591Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16592
16593 * configure.in, Makefile.am: link tester against readline
16594 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
16595
Daniel Veillard686d6b62000-01-03 11:08:02 +000016596Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16597
16598 * tree.[ch]: added xmlRemoveProp
16599 * win32config.h.in nanohttp.c: avoid including the Windows
16600 socket stuff in every C files
16601 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
16602 the XmL parser(s)
16603 * test/ns4 result/ns4 etc...: added test case for previous prob
16604 * tree.c: xmlNewNs wasn't checking for double definition
16605 * Makefile.in: fixed a problem with dist-hook duplicates
16606 * parser.[hc], xmlIO.c: fixed the loading of external entities
16607 APIs, now xmlLoadExternalEntity() is used everywhere and
16608 setting up an app specific front-end using the
16609 * SAX.c parser.c: some fixes, now the xhtml spec validates
16610 with the xhtml DTD.
16611 * error.c: fixed crashes in case of no input stream
16612 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
16613 to the validation tests and results
16614
Daniel Veillard5e5c6231999-12-29 12:49:06 +000016615Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16616
16617 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
16618 too htmlCreatePushParserCtxt() and htmlParseChunk()
16619 * parser.c: a bit of cleanup.
16620 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
16621 to XML) removed the last mem leak known
16622 * HTMLtree.c: output message cleanup
16623 * xmlmemory.c: display content info about memory blocks
16624 * result/HTML/wired.* : missing att value warning change
16625
Daniel Veillardbe849cf1999-12-28 16:43:59 +000016626Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16627
16628 * doc/* : rebuilt the documentation
16629
Daniel Veillarddbfd6411999-12-28 16:35:14 +000016630Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16631
16632 * parser.[ch] parserInternals.h: Push parser for XML,
16633 seems to work fine now
16634 * tester.c debugXML.[ch]: Added an XML shell debug facility and
16635 --push for push testing
16636 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
16637 * testSAX.c: added --push
16638 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
16639 subtree
16640 * xmlIO.[ch] : enriched API + fixes for push mode
16641 * entities.[ch]: added the entity content length to the struct.
16642 * xmlmemory.[ch]: new API to show the last entries for the shell
16643 * valid.c: added required attribute testing
16644 * SAX.c: the cdata callback now merge contiguous fragments
16645 * HTMLparser.c: cleanup of some macros
16646
Daniel Veillard3c558c31999-12-22 11:30:41 +000016647Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16648
16649 * parser.c: fix for PIs name starting with xml
16650 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000016651 * *.c, configure.in win32config.h.in : generate win32config.h for
16652 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000016653
Daniel Veillard0caf07a1999-12-21 16:25:49 +000016654Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16655
16656 * parser.c: fixed a stupid = vs. == bug :-(
16657 * doc/gnome-xml.sgml: s/glade/xml/
16658
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000016659Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16660
16661 * configure.in, doc/xml.html : bug fix release 1.8.2
16662 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
16663 Hopefully the end of that silly C++ include problem
16664 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
16665 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
16666 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
16667 troubles with autoclosed elements when the stree shape doesn't
16668 follow the DtD specs. Added htmlIsAutoClosed() and
16669 htmlAutoCloseTag()
16670 * result/HTML/*.htm*: Updated the HTML examples regression tests output
16671 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
16672 * debugXML.c: fixed a bug on printing default namespaces.
16673 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
16674
Daniel Veillardb24054a1999-12-18 15:32:46 +000016675Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16676
16677 * result/HTML/*.htm[l] : updated the HTML regression tests according
16678 to the new output
16679 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
16680 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
16681 problem due to intermix of extern "C" { ... } declarations for C++
16682 and recursive includes in the headers
16683
Chris Lahey323c48c1999-12-18 15:32:45 +0000166841999-12-20 Chris Lahey <clahey@umich.edu>
16685
16686 * HTMLtree.c: Made it so that html nodes with a single child do
16687 not insert a carriage return before or after the child node.
16688
Daniel Veillardb24054a1999-12-18 15:32:46 +000016689Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000016690
16691 * configure.in, doc/xml.html : bug fix release 1.8.1
16692 * parser.c: fixed bug #4344
16693 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
16694 added the glue to avoid C++ problems
16695 * doc/* : regenerated the documentation
16696
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000016697Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16698
16699 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
16700 namespace recognition, and Dia as a resul :-(
16701 * encoding.c: closed bug #3950
16702
Daniel Veillard944b5ff1999-12-15 19:08:24 +000016703Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16704
16705 * valid.c: debugging a posteriori validation, except URI expansion
16706 stuff this should be fixed now
16707 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
16708 Carl Nygard <cnygard@bellatlantic.net>
16709 * tester.c: added --postvalid, cleaning of the code
16710 * tree.[ch]: added xmlDocGetRootElement()
16711
Ramiro Estrugobfce3771999-12-15 04:32:07 +000016712Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
16713
16714 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
16715 c++ losage.
16716
Daniel Veillard10a2c651999-12-12 13:03:50 +000016717Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16718
16719 * configure.in, doc/xml.html : bumped to 1.8.0
16720 * xlink.[ch], Makefile.am : added framework for link detection
16721 * parser.h: added nbChars to parser context, needed for cleanup.
16722 * xmlmemory.c: removed a nasty bug when out of mem
16723 * valid.[ch]: adding namespace support for attribute decl
16724 * tester.c: added --debugent option
16725 * debugXML.[ch]: added xmlDebugDumpEntities()
16726 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
16727 buffers instead, this was really needed, validation was breaking
16728 in strange ways due to that. Added xmlParseStringPEReference()
16729 and other parsing from strings functions. Entities processing
16730 modified again, but PERef are still not handled correcly but
16731 unless you're Eve Maller you won't notice :-)
16732 * HTMLparser.c: large changes toward reliability, and switched to
16733 lowercase internal tags, XHTML is lowercase, so it will help
16734 that output is closer to next version.
16735 * doc/* : regenerated the documentation, it is now hosted at
16736 http://xmlsoft.org/ (same bits I just bought the domain :-)
16737
16738
Daniel Veillard294cbca1999-12-03 13:19:09 +000016739Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16740
16741 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
16742 doc generation
16743 * parser.c: fixed bugs #3908 and #3937 and a memory leak
16744 in the SAX API
16745 * doc/*: rebuilt the doc making sure everything appears in the
16746 HTML files
16747
Daniel Veillardf5c2c871999-12-01 09:51:45 +000016748Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16749
16750 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
16751 added the patch from Carl Nygard <cnygard@bellatlantic.net>
16752 which allow impressive speed improvement on dataset with
16753 large text pieces, but at the cost of broken binary
16754 compatibility and slightly bigger memory usage.
16755 Configure with --with-buffers to activate them, they
16756 are protected with XML_USE_BUFFER_CONTENT define.
16757 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
16758 goal is 0 memory left allocated once parser is no more used
16759 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
16760 call xmlCleanupParser() and xmlMemoryDump()
16761
Daniel Veillarda819dac1999-11-24 18:04:22 +000016762Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16763
16764 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
16765 * parser.[ch] encoding.[ch]: added memory cleanup routines
16766 * parser.c: closing bug #3788
16767 * doc/*: rebuilt the doc
16768
Daniel Veillard11a48ec1999-11-23 10:40:46 +000016769Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16770
16771 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
16772 xmlNewTextChild() and xmlSetCompressMode() behaviour.
16773 * tester.c: added --compress option
16774 * doc/*: rebuilt the documentation
16775
Daniel Veillard4c3a2031999-11-19 17:46:26 +000016776Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16777
16778 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
16779 if given /proc/kcore as input !
16780 * doc/xml.html doc/*: updated and rebuilt the documentation
16781
16782Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000016783
16784 * parser.c: Fixed some wrongly space collapsing code due to
16785 a misreading of the spec.
16786 * result/*: fixed the output accordingly
16787
16788Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000016789
16790 * encoding.c: bug fix and typos
16791 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
16792 * parser.c: added attribute normalization closing bug #3597
16793 * test/att* result/att* SAXresult/att*: testcase for attribute
16794 normalization
16795
Daniel Veillardd7e200c1999-11-15 17:53:11 +000016796Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16797
16798 * configure.in: closing bug #3163 by adding extra flags for the
16799 cc compiler on HP-UX
16800
Daniel Veillard51e3b151999-11-12 17:02:31 +000016801Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16802
16803 * valid.[ch] : removed a typo and an enumerated type bug in the
16804 xmlAddElementDecl() function
16805 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
16806 call to xmlEncodeEntitiesReentrant() so that the functions
16807 New, Set and Get are at the same level.
16808 * parser.c HTMLparser.c: extra memory allocation bug for
16809 attributes detected by someone using libxml in embedded systems :-)
16810
Daniel Veillard962195f1999-10-28 15:51:53 +000016811Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16812
16813 * xmlmemory.h: turned off mem debug :-\
16814
Daniel Veillard35008381999-10-25 13:15:52 +000016815Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16816
16817 * parser.c: closed bug #2784 a one line fix, but worth pushing
16818 a new release out
16819 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
16820 some structures, comments before and after the
16821 main element, and other nastyness
16822 * HTMLtree.c tree.c: accomodate the extended HTML supported
16823 * configure.in: pushing 1.7.4
16824 * test/ent8 and related outputs : added a new test for bug #2784
16825 * test/HTML/wired.html and related output: a nasty HTML example
16826 * Makefile.am: improved the test scripts
16827 * docs/* : reran the documentation extractor, updated xml.html
16828
Daniel Veillard7c1206f1999-10-14 09:10:25 +000016829Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16830
16831 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
16832 HTMLparser and debugged the HTML related code. HTML documents
16833 now have their own type
16834 * entities.c: do not dump &apos; for HTML output
16835 * xmlmemory.c: improvement, breakpoint mechanism
16836 * testHTML.c: added --sax --repeat ...
16837 * Makefile.am: improved the HTML tests
16838 * valid.[ch]: added xmlValidGetValidElements and
16839 xmlValidGetPotentialChildren
16840 * tester.c: added --insert to test the 2 new functions
16841 * test//* result//* SAXresult//* : regression test cleanup
16842 and extension.
16843 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
16844 gnome-xml-nanohttp.html
16845
Daniel Veillard7d2c2761999-10-11 15:09:51 +000016846Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16847
16848 * HTMLparser.c: fixed problems with some autoclose tags
16849 * tree.c: fixed XML output problems.
16850 * result/* SAXresult/*: update of the tests output
16851
Daniel Veillard6077d031999-10-09 09:11:45 +000016852Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16853
16854 * Makefile.am: Arturo patch for xmlConf.sh version info
16855 * parser.c: Tim Josling patch for single quoted items
16856 * tester.c: Tim Josling patch for tester options usage
16857 * tree.h: indent cleanup
16858
Daniel Veillard2673d3c1999-10-08 14:37:09 +000016859Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16860
16861 * HTMLparser.c parser.h : Fixed problems with HTML parsing
16862 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
16863
Daniel Veillard00fdf371999-10-08 09:40:39 +000016864Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16865
16866 * tree.c : Raph patch for initialization of CORBA fields
16867 * parser.c, xpath.c, ...: modification of doc comments
16868 * xpath.c : allow spaces in xpath expressions
16869
Daniel Veillardad219441999-09-27 08:17:49 +000016870Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16871
16872 * xmlmemory.h: turning off memory debug :-(
16873
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016874Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16875
16876 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
16877 better SAX interfaces.
16878 * testSAX.c: uses the new SAX routine, avoid fetching any remote
16879 entity.
16880 * configure.in: 1.7.2
16881
16882Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016883
16884 * libxml.spec.in: fixed the URL
16885 * doc/xml.html: improved the documentation front-end
16886
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016887Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016888
16889 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16890
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016891Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016892
16893 * libxml.spec.in: fixed the alpha compile problem
16894 * parser.[ch]: changed errno to errNo in the parser context :-(
16895 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16896 * doc/xml.html: changed CHAR to xmlChar
16897 * doc/html/*: recompiled the documentation
16898 * configure.in: 1.7.1
16899
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016900Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16901
16902 * parser.h: modified the parser context struct to regain 1.4.0
16903 binary compatibility
16904 * parser.c, xml-error.h: added errno ot teh context and defined
16905 a set of errors values with update of errno
16906 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16907 DTDs and entities
16908 * *.h, *.c: complete cleanup of the use of config.h and include
16909 protection depending on the current setup.
16910 * overalll debugging, maintenance and bug-fixing on all modules
16911 * updated the documentation
16912 * ready for 1.7.0
16913
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016914Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16915
16916 * HTMLparser.c : cleanup
16917 * SAX.c valid.c valid.h: added ID/IDREF checking
16918 * tree.c tree.h: extended doc structure for refs
16919 * configure.in: 1.6.2
16920 * parser.c: patched bug in SAX user arg call
16921 * parserInternals.h: patched missing close in C++ wrapping
16922 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16923 especially upcoming XPointer implementation.
16924 * doc/xml.html: augmented, typo
16925
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016926Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16927
16928 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16929 not all invocations of install understand -d.
16930
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016931Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16932
16933 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16934 to make 'check' works, when builddir != srcdir.
16935
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016936Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16937
16938 * doc/xml.html : updated the documentation
16939
Daniel Veillard6454aec1999-09-02 22:04:43 +000016940Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16941
16942 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16943 not deallocated memory blocks
16944 * *.c : replaces all calls to malloc() free() and realloc() to
16945 the wrapper functions/macros
16946 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16947 instead of xmlFreeNodeList()
16948
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016949Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16950
16951 * HTMLparser.c: corrected a stupid bug leading to core dump at
16952 tree deallocation. Removed warnings indicated by
16953 Stephane.Conversy@lri.fr
16954 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16955 looked for in the external subset
16956
16957Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016958
16959 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16960 on SGI by Stephane.Conversy@lri.fr
16961
Daniel Veillardb96e6431999-08-29 21:02:19 +000016962Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16963
16964 * all .h : changed the prototype declaration indent as in gtk
16965 * most .c : working on reducing the TODOs in the code
16966 * most .c : cleanup though -pedantic and Insure++
16967 * improvements on validation ID checkings.
16968 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16969 * xml-config.in: closed #1810
16970
16971Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016972
16973 * tree.h, valid.c, valid.h: more work on validity, IDs
16974 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16975 definition for AIX
16976
Daniel Veillardb556eb51999-08-15 17:19:50 +000016977Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16978
16979 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16980 the distribution due to a cut'n paste error at last commit
16981
Daniel Veillardb05deb71999-08-10 19:04:08 +000016982Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16983
16984 * configure.in: upgraded to version 1.4.0
16985 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16986 Big update, added a large part of the validation process,
16987 it should be usable, but some parts are missing
16988 * xpath.c: improved the implementation w.r.t. root.
16989 * Makefile.am: added more tests
16990 * test and result trees: added a lot of tests
16991 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16992
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016993Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16994
16995 * Added an HACKING file
16996
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016997Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16998
16999 * xpath.[ch] : improvements and debug of the XPath implementation
17000 * parser.c, HTMLparser.c : modified the parsers to be progressive
17001 * tree.[ch] : extended the Buffer promitives
17002 * xmlIO.[ch] : added basic I/O routines providing progressive
17003 parsing and ready for I18N conversion plugins
17004 * SAXresult/* : the SAX callback sequence maybe slightly different
17005 now
17006 * test*.c : improved/updated the tests programs
17007 * doc/* : recompiled the docs.
17008
Daniel Veillard15b75af1999-07-26 16:42:37 +0000170091999-07-26 Michael Meeks <michael@edenproject.org>
17010
17011 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
17012
17013 * tree.c: Ditto.
17014
Daniel Veillard1566d3a1999-07-15 14:24:29 +000017015Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17016
17017 * configure.in: upgraded to version 1.4.0
17018 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
17019 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
17020 XML query language, see http://www.w3.org/TR/xpath for more details.
17021 * parser.c, parser.h: added CHAR* related string functions for XPath
17022 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
17023 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
17024 rebuild the docs.
17025 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
17026 and regression testing capabilities for XPath.
17027
Daniel Veillardd79d7871999-07-12 10:38:12 +000017028Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17029
17030 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
17031 closing bug #1646
17032
Daniel Veillardbe9e5951999-07-12 09:16:45 +000017033Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17034
17035 * Makefile.am, example/Makefile.am: closed bug #1683
17036
Daniel Veillard3166ab11999-07-11 16:14:19 +000017037Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17038
17039 * example/Makefile.am, configure.in: added the makefile for the
17040 gjobread example
17041
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000017042Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
17043
17044 * doc/Makefile.am:
17045 - fix which allow "make install DESTDIR=</install/prefix>".
17046
Daniel Veillard7cc3c041999-07-09 10:11:57 +000017047Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17048
17049 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
17050 which fixed a problem on the file reading-code.
17051
Daniel Veillard82150d81999-07-07 07:32:15 +000017052Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17053
17054 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
17055 output.
17056 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
17057
Daniel Veillard5233ffc1999-07-06 22:25:25 +000017058Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17059
17060 * parser.h : Oops removed the binary compatibility problem
17061 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
17062 * parser.c, HTMLparser.c: applied patches for reading from stdin
17063
Daniel Veillardbe70ff71999-07-05 16:50:46 +000017064Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17065
17066 * parser.c, entities.c, valid.c: cleanup bug #1591
17067 * configure.in: cleanup bug #1592
17068 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
17069 the same tree back-end. Hence gdome will be available for it.
17070 * doc/Makefile.am: close bug #617
17071
Daniel Veillard97fea181999-06-26 23:07:37 +000017072Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17073
17074 * parser.c: alloctate a per parser context SAX interface block
17075
Daniel Veillard14fff061999-06-22 21:49:07 +000017076Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17077
17078 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
17079 and xmlEncodeEntitiesReentrant with the correct one :-\
17080
17081Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17082
17083 * commit of my internal XML base changes, quite a lot of
17084 changes, cleanups, better entities support, framework for
17085 new I/O and charset detection and handling
17086 * Fixed the configure/Makefile stuff to generate shared libs
17087 with the proper version info, so we jumped on rev from
17088 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
17089 xmlEncodeEntities() result need to be freed now, and a string
17090 xmlParserVersion provide the current library version.
17091
Raph Levien05240da1999-06-15 21:27:11 +000017092Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
17093
17094 * parser.c: fixed a buffer overrun for when you have a very long
17095 attribute with no entities in it.
17096
Daniel Veillardbb2da581999-06-13 14:37:07 +000017097Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17098
17099 * added example directory
17100 * added example/gjobs.xml gjobread.c, still need a Makefile.in
17101
Daniel Veillard011b63c1999-06-02 17:44:04 +000017102Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17103
17104 * Release of libxml-1.1, nearly everything has been touched for
17105 this.
17106 * Added more regression tests
17107 * Updated the documentation
17108
Daniel Veillard27d88741999-05-29 11:51:49 +000017109Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17110
17111 * tree.[ch]: unified the XML_NO_CORBA defines.
17112 * parser.c encoding.[ch]: started plugging in char encoding detection
17113
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000017114Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
17115
17116 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
17117 Also freed allocated buffer.
17118
Daniel Veillard27d88741999-05-29 11:51:49 +000017119Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000017120 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
17121 reentrancy problem at printing. One is left in entities.c, to
17122 remove ASAP
17123 * testSAX.c : added a test example showing the use of the SAX
17124 interface if one doesn't want to build the DOM tree.
17125 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
17126
Daniel Veillard517752b1999-04-05 12:20:10 +000017127Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17128
17129 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
17130 large revamping of the parser to use SAX callbacks
17131 http://www.megginson.com/SAX/ (or at least a C like interface
17132 a la Expat). It's now possible to set up your own callbacks
17133 and the parser will not build a DOM tree.
17134 * test/* result/*: updated the test suite, I finally removed
17135 the old Namespace draft support (PI based).
17136
Daniel Veillard87c83bd1999-04-02 16:04:43 +000017137Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17138
17139 * Makefile.am: added test result to EXTRA_DIST for make tests
17140
Daniel Veillard64068b31999-03-24 20:42:16 +000017141Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17142
17143 * parser.c, parserInternals.h: moved the chars macro definitions
17144 to parserInternals.h
17145 * parser.c, error.c: applied patches from "Knut Ã…kesson"
17146 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
17147
Daniel Veillard012ccc11999-03-23 10:11:11 +000017148Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17149
17150 * xml-config.in : applied patch to make --version work
17151
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000171521999-03-05 Raja R Harinath <harinath@cs.umn.edu>
17153
17154 * Makefile.am (check-local): Alias for `tests' target. This will
17155 cause `make check' to do the right thing.
17156 (tests): Don't run tests in srcdir. Also, replaced calls to
17157 basename with a `sed' "equivalent".
17158
Daniel Veillardd109e371999-03-05 06:26:45 +000017159Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17160
17161 * Renamed error.h to xml-error.h, corrected Makefile.am to list
17162 it in the header and not the sources, updated the doc.
17163 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
17164 pointing this out.
17165
Daniel Veillardbc50b591999-03-01 12:28:53 +000017166Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17167
17168 * parser.c, parser.h, parserInternals.h: memory leak hunting,
17169 exported the inputStream routines.
17170 * doc/html/* : updated accordingly
17171
Daniel Veillardd692aa41999-02-28 21:54:31 +000017172Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17173
17174 * parser.c, parser.h, parserInternals.h: added a few extra
17175 internal calls to allocate and free parser contexts ...
17176 * doc/html/* : updated accordingly
17177
Daniel Veillard55a99271999-02-25 11:01:29 +000017178Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17179
17180 * configure.in, Makefile.am, doc/makefile.am : General changes for
17181 1.0.0 release and including the generated HTML documentation.
17182
Daniel Veillard35925471999-02-25 08:46:07 +000017183Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17184
17185 * makefile.am : added parserInternals.h, oops.
17186
Daniel Veillard1e346af1999-02-22 10:33:01 +000017187Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17188
17189 * parserInternals.h: added this header giving access to the parser
17190 internal functions.
17191 * doc/Makefile.am : added a rebuild target which rebuilds the full
17192 set of documentations
17193 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
17194 the internal subset.
17195 * *.c *.h: modifications needed to generate the documentation using
17196 gtk-doc, cleanup of functions blocks, reorganisation of struct
17197 declarations.
17198
Daniel Veillard1164e751999-02-16 16:29:17 +000017199Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17200
17201 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
17202 the tar and spec file to include the beginning of the doc.
17203
Nuno Ferreira03d04781999-02-13 00:07:17 +0000172041999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
17205
17206 * doc/.cvsignore: Added this file.
17207
Daniel Veillard6800ef31999-02-08 18:33:22 +000017208Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17209
17210 * tree.c: fixed xmlGetProp to return "" when the attribute
17211 exists, even if the node-list is NULL.
17212
Daniel Veillard726c7e31999-02-08 15:13:10 +000017213Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17214
17215 * tree.c: patched an error outputting empty attribute values.
17216 * Makefile.am and doc/makefile.am: have been updated during the
17217 week-end. Sorry for an empty CVS log, I got a shell problem.
17218
Daniel Veillard1899e851999-02-01 12:18:54 +000017219Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17220
17221 * tree.h: cleaned up using enums instead of defines
17222 * parser.c, valid.[ch]: more work on parsing/output of element
17223 declarations
17224
Daniel Veillard3b9def11999-01-31 22:15:06 +000017225Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17226
17227 * valid.[ch], tree.c, parser.c : more work toward full parsing
17228 of XML DTDs.
17229 * README: added informations about mailing-list and on-line
17230 documentation
17231
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000172321999-01-27 Raja R Harinath <harinath@cs.umn.edu>
17233
17234 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
17235
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000017236Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17237
17238 * parser.c, tree.[ch] : more work toward conformance testing,
17239 added a last element to accelerate parsing of very flat structures
17240 started working on internal subset Element content declaration.
17241 * valid.[ch] : first cut at adding code toward validation.
17242 * previous changes had also small impact on most files, especially
17243 the conformance testing using James Clark test suite.
17244
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000017245Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17246
17247 * test/* : updated the examples, most of them were not well
17248 formed (humm), and added rdf2.
17249 * result/* : resulting changes in the output.
17250
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000017251Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17252
17253 * tree.c: changed the behaviour of xmlGetProp on NULL values.
17254
Daniel Veillard44b3a061998-12-05 17:27:22 +000017255Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17256
17257 * tree.c: patched a bug in the generation of empty attributes
17258
Daniel Veillardbe36afe1998-11-27 06:39:50 +000017259Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17260
17261 * entities.[ch], tree.[ch], tester.c: added copy interfaces
17262 for node/trees/documents/... Biggest problem is namespace
17263 support when copying subtrees.
17264
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000017265Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17266
17267 * parser.c, entities.c: improve entities and char ref encoding,
17268 and cleanups of error messages.
17269
Daniel Veillard242590e1998-11-13 18:04:35 +000017270Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17271
17272 * parser.c, entities.c: simple bug hunting done during rpm2html and
17273 rpmfind integration.
17274
Daniel Veillard42dc9b31998-11-09 01:17:21 +000017275Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17276
17277 * parser.[ch]: Added interfaces allowing to specify a SAX
17278 handler before parsing.
17279
Daniel Veillarde3bffb91998-11-08 14:40:56 +000017280Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17281
17282 * parser.c: redirrect all errors reporting through the SAX
17283 error function
17284
Daniel Veillardda4d3c41998-11-04 20:07:05 +000017285Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17286
17287 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
17288 * libtool, tlmain ...: update of the libtool files
17289
Miguel de Icaza442321c1998-11-04 18:13:38 +0000172901998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
17291
17292 * entities.c: Use g_snprintf insteda of snprintf.
17293
Daniel Veillard0ba4d531998-11-01 19:34:31 +000017294Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17295
17296 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
17297 added ent5 test for this purpose.
17298 * parser.c, parser.h: formatting, comments and UTF-8 planning.
17299
Daniel Veillard27271681998-10-30 06:39:40 +000017300Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17301
17302 * parser.c: fixed? a strange error due to compression on a GWP
17303 document.
17304
Daniel Veillard25940b71998-10-29 05:51:30 +000017305Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17306
17307 * tree.[ch]: bug fixing
17308 * entities.[ch]: defined a specific type for predefined entities
17309 * doc/xml.html: more documentation on the library, how to use it,
17310 overview of the interfaces.
17311
Daniel Veillard16253641998-10-28 22:58:05 +000017312Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17313
17314 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
17315
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017316Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17317
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000017318 * tree.c: corrected a small bug
17319 * doc/xml.html: continuing writing documentation.
17320
17321Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17322
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017323 * debugXML.h debugXML.c: added debugging utilities.
17324 * tester.c: added --debug switch.
17325 * tree.c: patched an incorrect node->type assignment.
17326 * parser.c: formatting, ensure that node->doc != NULL in attributes
17327
Daniel Veillardccb09631998-10-27 06:21:04 +000017328Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17329
17330 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
17331 entity support and provide an internal representation close to
17332 DOM one (entity ref nodes, and attribute value as tree). I tried
17333 to preserve the interface but this will surely break some apps
17334 (I have to change rpm2html/rpmfind for example). I had to change
17335 two interfaces, and the generated tree is somewhat different.
17336 * doc/* : started documenting the XML library, the tree and
17337 DOM/Corba. This is a first step.
17338
Daniel Veillard11e00581998-10-24 18:27:49 +000017339Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17340
17341 * parser.c: Set up the fonctions comment block, boring but useful.
17342 * parser.h, SAX.c, parser.c: now attributes are processed through
17343 the SAX interface. The problem is that my SAX interface diverged
17344 quite a bit from the original one, well this is not an official
17345 spec, and translating it from Java to C is hairy anyway...
17346
Daniel Veillard97b58771998-10-20 06:14:16 +000017347Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17348
17349 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
17350 fonctions comment block, boring but useful.
17351
17352Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000017353
17354 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
17355 conversion routines. However they are not yet used to convert the
17356 inputs. The core will run with UTF-8.
17357
Daniel Veillard33942841998-10-18 19:12:41 +000017358Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17359
17360 * tree.c : make sure that the type id is properly set-up when
17361 a new object is allocated, needed for DOM.
17362
Daniel Veillard27fb0751998-10-17 06:47:46 +000017363Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17364
17365 * tree.h, tree.c: Ok, the main objects in the tree will be native
17366 corba objects, it costs 8 bytes per Node, Attribute and Document
17367 but it simplifies the Corba integration a lot (no extra interface
17368 objects to allocate/free).
17369
Daniel Veillard0bef1311998-10-14 02:36:47 +000017370Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17371
17372 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
17373 and changed NODEs contants for conformity with DOM Level 1
17374
Daniel Veillard27864701998-10-08 03:47:24 +000017375Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17376
17377 * added hooks to keep track of servants when creating objects
17378 xmlDoc and xmlNode (for Corba export).
17379
Daniel Veillarda6e1d121998-10-04 14:41:05 +000017380Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17381
17382 * added xml-config script.
17383
Daniel Veillard7066a791998-10-01 20:28:28 +000017384Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17385
17386 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
17387 to autoupdate libtool and automake conf files.
17388
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000173891998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
17390
17391 * Makefile.am: Use '?' to separate the sed
17392 commands as ',' is used when people pass -Wl,something.
17393
17394
Daniel Veillard15a8df41998-09-24 19:15:06 +000017395Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17396
17397 * tree.c, tree.h: added a per-document compression interface.
17398
Daniel Veillard151b1b01998-09-23 00:49:46 +000017399Tue Sep 22 20:47:38 EDT 1998
17400
17401 * tree.c, tree.h: added saving with compression and added interfaces
17402 to control the compression level (xmlGetCompressMode,
17403 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
17404
Daniel Veillard70120ff1998-09-22 00:24:21 +000017405Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17406
17407 * parser.c: corrected a loop for files of size 0
17408
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000174091998-08-20 Raja R Harinath <harinath@cs.umn.edu>
17410
17411 * error.h: New file. Contains prototyes from `error.c'.
17412
Tom Tromeyc19653d1998-08-14 01:22:43 +000017413Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
17414
17415 * Makefile.am (xmlincdir): New macro.
17416 (xmlinc_HEADERS): Renamed from include_HEADERS.
17417
Daniel Veillard845664d1998-08-13 04:43:19 +000017418Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17419
17420 * applied small patch on numeric entities from
17421 Christopher Blizzard <blizzard@appliedtheory.com>
17422
Daniel Veillard260a68f1998-08-13 03:39:55 +000017423Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17424
17425 * New release 0.2, removed the old xml_* files so that it's
17426 coherent with the other CVS base (W3C), far better conformance
17427 to standard, new namespaces, decent entities support, beginning
17428 of a SAX-like interface. Nearly nothing left intact, even the
17429 test examples ...
17430
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000174311998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
17432
17433 * .cvsignore: Add .deps dir
17434
Daniel Veillardf8015fa1998-07-26 21:31:38 +000017435Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17436
17437 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
17438
Daniel Veillardfe926001998-07-26 04:28:20 +000017439Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017440
Daniel Veillardfe926001998-07-26 04:28:20 +000017441 * configure.in: added test for CPP
17442 * AUTHORS, Changelog: the original ones didn't get commited but the
17443 glib ones instead, fixed.
17444 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000017445
Daniel Veillardfe926001998-07-26 04:28:20 +000017446Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017447
Daniel Veillardfe926001998-07-26 04:28:20 +000017448 * integrated code developped at W3C
17449 * changed the original Copyright
17450 * migrated to automake
17451 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000017452