blob: eaedc79341e9c5d23c46aba27cf78d2c012d9fd7 [file] [log] [blame]
William M. Brack4811ba32003-09-06 18:02:53 +00001Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
2
3 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
4 sax->warning with wrong params).
5
Daniel Veillard93625d32003-09-05 08:36:12 +00006Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
7
8 * include/libxml/globals.h: patch from Stéphane Bidoul to export
9 globals entry points to the python bindings
10
Daniel Veillard40412cd2003-09-03 13:28:32 +000011Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
12
13 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
14 by default instead of "HTML"
15 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
16 avoiding calls to "areBlanks" when not needed.
17 * include/libxml/parser.h include/libxml/tree.h: some structure
18 extensions for future work on using per-document dictionaries.
19
Daniel Veillard4b1577f2003-09-03 13:10:37 +000020Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
21
22 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
23 tree, keeping result in the same tree, added SAXtests to the
24 default "make tests"
25
Igor Zlatkovic471cae42003-09-02 14:00:49 +000026Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
27
28 * include/libxml/xmlexports.h: defined additional macros which
29 affect exports and added mingw section
30
William M. Brack008c06b2003-09-01 22:17:39 +000031Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
32
33 * doc/index.py: fixed problem parsing xhtml docs
34 * doc/xmlreader.html,doc/guidelines.html: small modification
35 to avoid problem in python parsing.
36 * doc/search.php: fixed upper case filename problem for XSLT docs
37
Daniel Veillard10acc2f2003-09-01 20:59:40 +000038Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
39
40 * xinclude.c: patch from Mark Vakoc that allows compiling
41 with XInclude but without XPointer support.
42
Daniel Veillarde8553732003-09-01 20:33:14 +000043Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
44
45 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
46 to add --libtool-libs option to xml2-config script.
47
William M. Brack3f479502003-09-01 04:58:15 +000048Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
49
50 * doc/README.docs, doc/Makefile.am: new file added,
51 giving some description of the documentation generation process
52 * doc/search.php: fixed problem with upper case on filenames
53
Igor Zlatkovicf5f37182003-08-29 10:25:28 +000054Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
55
56 * win32/Makefile.bcb: updates by Eric Zurcher
57
William M. Brackcdfa2862003-08-29 06:03:38 +000058Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
59
60 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
61 to compensate for pollution from Igor's header taint
62 (quick before Daniel notices)
63
Daniel Veillard67906942003-08-28 21:13:25 +000064Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
65
66 * SAX2.c: fixed a namespace error on attribute reporting bug
67 pointed out by Tobias Reif
68 * test/p3p result/p3p result/noent/p3p: this test case was wrong
69 using xmlsn instead of xmlns...
70
Igor Zlatkovic65901252003-08-28 16:26:12 +000071Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
72
73 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
74 typos reported by Mark Vakoc
75
MDT 2003 John Fleckbc6734a2003-08-28 15:01:40 +000076Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
77
78 add:
79 * doc/tutorial/api.html
80 * doc/tutorial/ar01s09.html
81 * doc/tutorial/includexpath.c
82 updated
83 * doc/tutorial/*.html
84 fix my bad - forgot to check in new files when I last
85 updated
86
87
Igor Zlatkovic19b87642003-08-28 12:32:04 +000088Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
89
Igor Zlatkovicdb0793a2003-08-28 12:35:02 +000090 * win32/Makefile.bcb: new file, support for Borland C++
Igor Zlatkovic19b87642003-08-28 12:32:04 +000091 * xmllint.c: fixed time inclusion for various compilers
92
Igor Zlatkovicd37c1392003-08-28 10:34:33 +000093Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
94
95 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
96 few casts to shut the compiler warnings
97
Igor Zlatkovic1bab92d2003-08-28 10:24:40 +000098Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
99
100 * win32/Makefile.* win32/configure.js: fixed for mingw
101
Daniel Veillard5805be22003-08-28 08:03:23 +0000102Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
103
104 * globals.c threads.c: fixing bug #120870 try to avoid problem
105 with uninitialized mutexes
106
Daniel Veillard1ac24d32003-08-27 14:15:15 +0000107Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
108
109 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
110 up with multiple states, select the "best" one. Fix #120682
111 * result/relaxng/tutor11_2_3.err: small change resulting
112
113Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
114
115 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
116
Igor Zlatkovic1f6c49b2003-08-27 08:59:28 +0000117Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
118
119 * include/libxml/[threads-xpointer].h: realigned parameters
120 after taint
121
Igor Zlatkovicc879e452003-08-27 08:02:34 +0000122Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
123
124 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
125 as reported by Eric Zurcher
126
Daniel Veillardc1ffa0a2003-08-26 13:56:48 +0000127Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
128
129 * relaxng.c: fixed bug #120386 again a problem introduced when
130 trying to reuse automata for content validation. Fix a bug report
131 problem on zeroOrMore
132 * result/relaxng/tutor3_7_err: change slightly error reporting.
133
Daniel Veillard68f8fad2003-08-25 11:28:07 +0000134Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
135
136 * include/libxml/Makefile.am: make sure the new header will
137 be included when generating a new distribution.
138
Daniel Veillard73827cb2003-08-25 10:57:27 +0000139Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
140
141 * relaxng.c: fixed a couple of stupid bugs in the state allocation
142 routines which led to bug #120040 and the ones reported by
143 Martijn Faassen
144
Igor Zlatkovic123e93d2003-08-25 10:37:11 +0000145Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
146
147 * include/libxml/parserInternals.h include/libxml/relaxng.h
148 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
149 parameters after taint.
150
Igor Zlatkovic0e7df822003-08-25 09:17:19 +0000151Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
152
153 * include/libxml/xmlversion.h.in: moved export defs to a separate
154 file for consistency.
155 * include/libxml/xmlexports.h: new file, contains export defs.
156
Igor Zlatkovic9ce224a2003-08-25 09:03:05 +0000157Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
158
159 * include/libxml/*.h genUnicode.py: exportability taint
160 of the headers.
161
Daniel Veillard11af4292003-08-21 10:39:13 +0000162Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
163
164 * SAX.c: make the deprecated interfaces log an error message
165 to be sure it won't get used.
166
Daniel Veillard1af9a412003-08-20 22:54:39 +0000167Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
168
169 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
170 Adding new version of the SAX interface, it's not there yet,
171 currently just preparing the work
172 * globals.c parser.c SAX.c include/libxml/SAX.h
173 include/libxml/globals.h include/libxml/parser.h: doing some
174 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
175 while keeping functionalities, preparing SAX2 integration.
176 * dict.c: small cleanup.
177
Daniel Veillarde5984082003-08-19 22:21:13 +0000178Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
179
180 * tree.c: fixes a small bug introduced in last commit and detected
181 by valgrind.
182
Daniel Veillard6155d8a2003-08-19 15:01:28 +0000183Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
184
185 * dict.c hash.c: optimization when freeing hash tables.
186 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
187 allocations
188 * parser.c parserInternals.c include/libxml/parser.h: keep a
189 single allocated block for all the attributes callbacks,
190 avoid useless malloc()/free()
191 * tree.c: do not realloc() when growing a buffer if the buffer
192 ain't full, malloc/memcpy/free avoid copying memory.
193
Daniel Veillard66f68e72003-08-18 16:39:51 +0000194Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
195
196 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
197 --dtdvalidfpi for Tobias Reif
198
Daniel Veillard2fdbd322003-08-18 12:15:38 +0000199Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
200
201 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
202 new dictionary module to keep a single instance of the names used
203 by the parser
204 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
205 switched all parsers to use the dictionary internally
206 * include/libxml/HTMLparser.h include/libxml/parser.h
207 include/libxml/parserInternals.h include/libxml/valid.h:
208 Some of the interfaces changed as a result to receive or return
209 "const xmlChar *" instead of "xmlChar *", this is either
210 insignificant from an user point of view or when the returning
211 value changed, those function are really parser internal methods
212 that no user code should really change
213 * doc/libxml2-api.xml doc/html/*: the API interface changed and
214 the docs were regenerated
215
Daniel Veillard7fb801f2003-08-17 21:07:26 +0000216Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
217
218 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
219
William M. Bracka716ff12003-08-16 14:58:33 +0000220Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
221
222 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
223 fixed part (2) of bug 119535 (wrong alpha case on filenames)
224
William M. Brackc6e07552003-08-16 12:44:47 +0000225Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
226
227 * doc/API*.html, doc/html/*: regenerated API documentation
228 for xmlsoft.org (part of Bug 119535)
229
William M. Brack7a821652003-08-15 07:27:40 +0000230Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
231
232 * encoding.c, threads.c, include/libxml/HTMLparser.h,
233 doc/libxml2-api.xml: Minor changes to comments, etc. for
234 improving documentation generation
235 * doc/Makefile.am: further adjustment to auto-generation of
236 win32/libxml2.def.src
237
Daniel Veillardcfba2fe2003-08-15 00:33:43 +0000238Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
239
240 * News configure.in: preparing libxml2-2.5.10 release
241 * doc/* : updated the doc and rebuilt
242
Daniel Veillardbf1e3d82003-08-14 23:57:26 +0000243Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
244
245 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
246 Malcolm Tredinnick with the patch he suggested.
247
Daniel Veillarde8ed6202003-08-14 23:39:01 +0000248Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
249
250 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
251
Daniel Veillard608d0ac2003-08-14 22:44:25 +0000252Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
253
254 * uri.c: fixing an use of strcpy() where both strings overlap
255 pointed out by valgrind.
256
Daniel Veillard98485322003-08-14 15:44:40 +0000257Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
258
259 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
260 some compilation warnings.
261 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
262 plus some cleanup and better error reporting.
263
Daniel Veillardab1ae3a2003-08-14 12:19:54 +0000264Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
265
266 * encoding.c: applied UTF-16 encoding handling patch provided by
267 Mark Itzcovitz
268 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
269 not having iconv support.
270
Daniel Veillard1638a472003-08-14 01:23:25 +0000271Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
272
273 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
274 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
275 mingw compiler on Windows.
276
Daniel Veillardb19ba832003-08-14 00:33:46 +0000277Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
278
279 * parser.c: fixed the serious CPU usage problem reported by
280 Grant Goodale
Daniel Veillardab1ae3a2003-08-14 12:19:54 +0000281 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
Daniel Veillardb19ba832003-08-14 00:33:46 +0000282 missing in htmlSAXParseDoc
283
William M. Brackccf9e392003-08-13 14:50:18 +0000284Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
285
286 * doc/Makefile.am: Removed dependency from libxml2.def.src
287
William M. Brack476cd962003-08-13 11:09:42 +0000288Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
289
290 * autogen.sh: took away the requirement for automake-1.4,
291 changed the messages for getting auto* tools to current
292 gnu pages.
293 * configure.in: added check for Linux Dec alpha requiring
294 -ieee flag, fixed test for ipv6
295 * trionan.c: fixed problem for compiling on Linux Dec alpha
296 using native compiler
297 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
298 whenever libxml2-api.xml is changed.
299
Daniel Veillard6b621b82003-08-11 15:03:34 +0000300Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
301
302 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
303 is not used.
304
William M. Brack30909422003-08-10 00:14:20 +0000305Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
306
307 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
308
Daniel Veillard83ee40d2003-08-09 22:24:09 +0000309Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
310
311 * News configure.in: preparing libxml2-2.5.9 release
312 * doc/* : updated the doc and rebuilt
313
Daniel Veillard0ab6fa02003-08-09 18:01:53 +0000314Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
315
316 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
317 definition to get a correct API XML description. This was apparently
318 breaking Windows build.
319
Daniel Veillard14f752c2003-08-09 11:44:50 +0000320Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
321
322 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
323 the progressive HTML parser front-end on large character data
324 island leading to an erroneous end of data detection by the
325 parser. Some cleanup too to get closer from the XML progressive
326 parser.
327
William M. Brack6d13f332003-08-08 16:40:36 +0000328Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
329
330 * win32/configure.js: Added in support for the ISO8859X
331 module (patch provided by Jesse Pelton)
332
Daniel Veillard70bcb0e2003-08-08 14:00:28 +0000333Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
334
335 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
336 when the library is not initialized and one try to save, the
337 locks in threaded env might not been initialized, playing safe
338 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
339 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
340 his tests to the regression suite.
341
William M. Brack41e6bed2003-08-08 10:53:06 +0000342Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
343
344 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
345 (with apologies to Igor) - Enhanced handling of docb and
346 nanohttp.
347
William M. Brack16db7b62003-08-07 13:12:49 +0000348Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
349
350 * encoding.c: further small changes for warnings when
351 configured with --with-iconv=no
352
William M. Bracka71a8ef2003-08-06 04:43:55 +0000353Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
354
355 * error.c trionan.[ch] testThreads.c python/generator.py:
356 further small changes to elminate most of the remaining
357 warnings.
358
William M. Brackc1939562003-08-05 15:52:22 +0000359Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
360
361 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
362 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
363 python/libxml.c include/libxml/xmlmemory.h: small changes
364 to syntax to get rid of compiler warnings. No changes
365 to logic.
366
Daniel Veillardc758c222003-08-04 20:42:34 +0000367Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
368
369 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
370
Daniel Veillard20aa0fb2003-08-04 19:43:15 +0000371Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
372
373 * tree.c: fixed a small problem in the patch for #118763
374 * result/HTML/doc3.htm*: this reverts back to the previous result
375
Daniel Veillard91e69c52003-08-04 01:43:07 +0000376Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
377
378 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
379 and rebuilt, apparently some C++ wrappers are not available,
380 c.f. bug #118943
381
Daniel Veillard39057f42003-08-04 01:33:43 +0000382Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
383
384 * tree.c: fixing HTML attribute serialization bug #118763
385 applying a modified version of the patch from Bacek
386 * result/HTML/doc3.htm*: this modifies the output from one test
387
Daniel Veillard8d73bcb2003-08-04 01:06:15 +0000388Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
389
390 * tree.c include/libxml/tree.h: added a new API to split a
391 QName without generating any memory allocation
392 * valid.c: fixed another problem with namespaces on element
393 in mixed content case
394 * python/tests/reader2.py: updated the testcase with
395 Bjorn Reese fix to reader for unsignificant white space
396 * parser.c HTMLparser.c: cleanup.
397
Daniel Veillard5ee43b02003-08-04 00:58:46 +0000398Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
399
400 * catalog.c: trying to fix #118754 of possible recursion in the
401 catalogs. Not fantastically happy about the current fix since
402 it's likely to break under very thread intensive concurrent
403 access to the catalog. Better solution might to keep the depth
404 an extra argument to the resolution functions.
405
Daniel Veillard7b68df92003-08-03 22:58:54 +0000406Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
407
408 * valid.c: fixed bug #118712 about mixed content, and namespaced
409 element names.
410 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
411 in the regression tests
412
William M. Brack779af002003-08-01 15:55:39 +0000413Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
414
415 Coninuing work on bug 118559
416 * DOCBparser.c: removed 2 unsed vars
417 * xmlregexp.c: changed some numeric const to their enum symbols
418 * xmlreader.c: changed one var define from int to enum
419 (a little more to be done, awaiting co-ordination)
420 * relaxng.c: deleted one unused var
421 * xmllint.c: deleted some unused vars, changed one arg
422 val from int to enum
423 * testHTML.c, testDocbook.c: changed some arg vals to enum const
424 * xmlIO.c: fixed typo from last night (small warning msg)
425
William M. Brack78637da2003-07-31 14:47:38 +0000426Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
427
428 Working on bug 118559
429 * error.c: deleted unused variable
430 * parserInternals.c: deleted unneeded 'const' qualifier
431 * parser.c: changed variable type for enum temp storage
432 * xmlIO.c: changed debugging var to be inside #ifdef
433 * valid.c: removed unused variable
434 * HTMLparser.c: removed some unneeded 'const' qualifiers
435 * xpath.c: added some type casts, removed some unused vars
436 * xinclude.c: added one type cast
437 * nanohttp.c: repositioned some #ifdef to avoid unused var
438 * nanoftp.c: removed unused var
439
Daniel Veillard97e01882003-07-30 18:59:19 +0000440Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
441
442 * HTMLparser.c: applied a patch from William Brack about
443 the problem of parsing very large HTML instance with comments
444 as raised by Nick Kew
445
Daniel Veillardd6038e02003-07-30 16:37:18 +0000446Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
447
448 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
449 patch from Bjorn Reese for xmlTextReaderNodeType() and
450 significant whitespace. There is an enum for node type
451 values now.
452
Daniel Veillard01fc1a92003-07-30 15:12:01 +0000453Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
454
455 * encoding.c: applying patch from Peter Jacobi to added
456 ISO-8859-x encoding support when iconv is not available
457 * configure.in include/libxml/xmlversion.h.in
458 include/libxml/xmlwin32version.h.in: added the glue needed
459 at the configure level and made it the default for Windows
460
Daniel Veillardc2664642003-07-29 20:44:53 +0000461Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
462
463 * python/generator.py python/libxml.c python/libxml2class.txt:
464 patch from Joachim Bauch + cleanup for Relax NG error callbacks
465 in python
466
Daniel Veillarda6874ca2003-07-29 16:47:24 +0000467Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
468
469 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
470 cleanup patch, and also avoided a possible memory leak
471
Daniel Veillard9ff7de12003-07-29 13:30:42 +0000472Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
473
474 * encoding.c: fix the previous commit
475
William M. Brack4a557d92003-07-29 04:28:04 +0000476Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
477
478 * HTMLparser.c: fixed problem with comments reported by Nick Kew
479 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
480 some future cleanup of UTF8 handling
481
Daniel Veillard9deb2422003-07-28 20:40:59 +0000482Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
483
484 * xpath.c: applied a change suggested by Sean Griffin in bug
485 #118494 about a memory leak in EXSLT
486
Daniel Veillardd94849b2003-07-28 13:02:24 +0000487Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
488
489 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
490 when fixing the previous Relax-NG bugs
491 * result/relaxng/*: This slightly changes the output messages of
492 some regression tests.
493 * configure.in: added support of -with-fexceptions for nested C++
494 support.
495
MDT 2003 John Fleck63f3a472003-07-24 21:48:30 +0000496Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
497
498 * doc/tutorial/apa.html
499 * doc/tutorial/apb.html
500 * doc/tutorial/apc.html
501 * doc/tutorial/apd.html
502 * doc/tutorial/ape.html
503 * doc/tutorial/apf.html
504 * doc/tutorial/apg.html
505 * doc/tutorial/aph.html
506 * doc/tutorial/ar01s02.html
507 * doc/tutorial/ar01s03.html
508 * doc/tutorial/ar01s04.html
509 * doc/tutorial/ar01s05.html
510 * doc/tutorial/ar01s06.html
511 * doc/tutorial/ar01s07.html
512 * doc/tutorial/ar01s08.html
513 * doc/tutorial/index.html
514 * doc/tutorial/ix01.html
515 * doc/tutorial/xmltutorial.pdf
516 * doc/tutorial/xmltutorial.xml
517 update tutorial with XPath example
518
519
Daniel Veillard597bc482003-07-24 16:08:28 +0000520Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
521
522 * SAX.c parser.c: fixing a bug about a special case of namespace
523 handling, this closes bug #116841
524
Daniel Veillard2134ab12003-07-23 19:56:29 +0000525Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
526
527 * relaxng.c result/relaxng/*: checked and fixed the compilation
528 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
529 This slightly changes the output messages of some regression tests.
530
Daniel Veillardc127adc2003-07-23 15:07:08 +0000531Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
532
533 * xmlreader.c: fixed an out of bound error #118052 , the good
534 part if that base64 code was not in use yet ...
535
MDT 2003 John Fleck2ae05c72003-07-23 01:43:53 +0000536Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
537
538 * doc/xmllint.html
539 include html version of the xmllint man page, so an
540 up-to-date version is visible on the Web
541
Daniel Veillard8edf1c52003-07-22 20:52:14 +0000542Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
543
544 * xinclude.c include/libxml/xinclude.h: added a new API
545 xmlXIncludeProcessTree() to process XInclude only on a subtree
546 this should fix bug #115385
547
Daniel Veillard409a8142003-07-18 15:16:57 +0000548Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
549
550 * relaxng.c include/libxml/relaxng.h: adding Get interface for
551 the error callback and parameters of parsing and validation
552 contexts
553 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
554 on text nodes.
555
Daniel Veillard2dcb9372003-07-16 21:18:19 +0000556Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
557
558 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
559 when using the push XML parser.
560 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
561 added the test to the regression suite.
562
Daniel Veillard2009c4e2003-07-15 20:04:34 +0000563Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
564
565 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
566 as suggested by Rob Richards
567
Daniel Veillard34ba3872003-07-15 13:34:05 +0000568Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
569
570 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
571 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
572 to unsigned int and a couple of others.
573
574Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
575
576 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
577
Daniel Veillard3dc93a42003-07-10 14:04:33 +0000578Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
579
580 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
581
Daniel Veillarddf101d82003-07-08 14:03:36 +0000582Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
583
584 * globals.c threads.c: fixes some problem when freeing unititialized
585 mutexes
586
Daniel Veillard2db8c122003-07-08 12:16:59 +0000587Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
588
589 * nanoftp.c nanohttp.c: the modules should not import <config.h>
590 directly, some cleanups
591 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
592 validation code.
593
Daniel Veillard13d07cd2003-07-07 16:02:41 +0000594Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
595
596 * win32/configure.js: Jesse Pelton pointed out a problem in the
597 javascript code.
598
Daniel Veillard75eb1ad2003-07-07 14:42:44 +0000599Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
600
601 * NEWS doc/*: regenerated
602 * nanoftp.c nanohttp.c: might fix includes problems with the
603 Ipv6 support on solaris
604 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
605 defined as #IMPLIED
606
Daniel Veillard560c2a42003-07-06 21:13:49 +0000607Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
608
Daniel Veillard83ee40d2003-08-09 22:24:09 +0000609 * configure.in doc/*: preparing release 2.5.8
Daniel Veillard560c2a42003-07-06 21:13:49 +0000610 * nanohttp.c: changed some preprocessor block
611 * xmlschemastypes.c: applied patch from Charles Bozeman adding
612 hexBinary schema datatype and adding support for totalDigits and
613 fractionDigits facets.
614
Daniel Veillard7a985a12003-07-06 17:57:42 +0000615Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
616
617 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
618
Daniel Veillardffe4f5e2003-07-06 17:35:43 +0000619Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
620
621 * xinclude.c: fixed bug #116095 removing the error message when
622 reapplying XInclude to a document.
623
Daniel Veillard1997c3e2003-07-05 20:43:43 +0000624Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
625
626 * xmlIO.c: applied small changes to portability layer for
627 compilation on DJGPP Ms-DOS compiler.
628
Daniel Veillardd9d32ae2003-07-05 20:32:43 +0000629Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
630
631 * parser.c HTMLparser.c: use the character() SAX callback
632 if the cdataBlock ain't defined.
633 * xpath.c: fix bug #115349 allowing compilation when configured
634 with --without-xpath since the Schemas code needs NAN and co.
635
William M. Brack59002e72003-07-04 17:01:59 +0000636Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
637
638 Fixed problem with multi-threading, shown by the test program
639 testThreads. After fix, ran mutiple tests on various speed
640 machines (single and dual processor X86), which all seem okay.
641
642 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
643
644 * threads.c: added missing initialisation for condition variable
645 in xmlNewRMutex.
646
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000647Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
648
649 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
650 closing bug #114837
651
652 * configure.in: Added checks for IPv6 support and getaddrinfo().
653
654 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
655
656 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
657
658 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
659 field or sockaddr_in field, depending upon the availability of IPv6
660 support.
661 have_ipv6(): Added to check for run-time IPv6 support.
662 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
663 Modified to parse a URI with IPv6 address given in [].
664 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
665 resolution, if it is available on the system, as gethostbyname
666 does not return IPv6 addresses on some platforms.
667 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
668 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
669 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
670 we are dealing with.
671
672 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
673 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
674 a URI with IPv6 address given in [].
675 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
676 available on the system. Also IPv6 addresses will be resolved by
677 gethostbyname only if IPv6 run-time support is available.
678 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
679
Igor Zlatkovic72f92a82003-06-14 16:48:26 +0000680Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
681
682 * win32/configure.js include/win32config.h
683 include/libxml/xmlversion.h.in: Applied the patch for BCB
684 by Eric Zurcher.
685
Daniel Veillardd7cec922003-06-13 12:30:10 +0000686Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
687
688 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
689 due to #115104 and while fixing #115101 . HTML URLs must not
690 be version dependant.
691
Daniel Veillard8265a182003-06-13 10:05:56 +0000692Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
693
694 * entities.c: do not generate &quot; for " outside of attributes
695 * result//*: this changes the output of some tests
696
Daniel Veillard4e9b1bc2003-06-09 10:30:33 +0000697Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
698
699 * parser.c xmlIO.c: trying to fix #114277 about when file
700 remapping and escaping should really be attempted.
701
Daniel Veillarda37aab82003-06-09 09:10:36 +0000702Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
703
704 * doc/*: applied a patch from Gman for building docs
705 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
706 Gary Pennington to provide an allocator for xmlValidCtxt
707 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
708 #113580 about data not being passed immediately.
709
Daniel Veillarde1326112003-06-05 09:32:20 +0000710Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
711
712 * tree.c: applied a couple of patches from Mark Itzcovitz
713 to handle saving back "UTF-16" documents.
714
Daniel Veillarda84c0b32003-06-02 16:58:46 +0000715Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
716
717 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
718 some work done while in the Maldives (hence the timezone on the
719 laptop !)
720 * result/schemas/length3* test/schemas/deter0_*
721 test/schemas/group0_*: some tests added too
722
Daniel Veillard8caa9c22003-06-02 13:35:24 +0000723Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
724
725 * encoding.c: small fix
726 * xmlIO.c: fixed an error message
727
Daniel Veillard0e0f37a2003-05-20 12:22:41 +0000728Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
729
730 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
731 accepting an improper UTF8 sequence
732
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000733Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
734
735 * threads.c: applied the patch from Stéphane Bidoul for getting
736 rid of extra threads in a dynamic library.
Igor Zlatkovicfb7f0842003-05-17 11:31:20 +0000737 * win32/configure.js: threads default to 'native' now.
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000738
Daniel Veillard5f5b7bb2003-05-16 17:19:40 +0000739Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
740
741 * HTMLtree.c: fixing bug #112904: html output method escaped
742 plus sign character in URI attribute.
743
Daniel Veillard781ac8b2003-05-15 22:11:36 +0000744Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
745
746 * build_glob.py global.data globals.c parser.c
747 include/libxml/globals.h: patch from Stéphane Bidoul for setting
748 up threads global defaults.
749 * doc/libxml2-api.xml: this extends the API with new functions
750 * python/tests/Makefile.am python/tests/reader2.py
751 python/tests/thread2.py: integrated the associated testcase and
752 fixed the error string used in reader2
753
Daniel Veillard38b80a82003-05-14 18:59:00 +0000754Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
755
756 * configure.in libxml.spec.in python/Makefile.am: trying
757 to conciliate --with-python= requirements and RPM builds,
758 a PITA really...
759
Daniel Veillard104caa32003-05-13 22:54:05 +0000760Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
761
762 * HTMLparser.c: oops last commit introduced a memory leak.
763
Daniel Veillarde8b09e42003-05-13 22:14:13 +0000764Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
765
766 * xmllint.c doc/xmllint.xml: added --nonet option
767 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
768 xsltproc or xmllint
769 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
770 rebuilt
771 * HTMLparser.c: cleaned up the HTML parser context build when
772 using an URL
773
Daniel Veillardd437d322003-05-13 21:07:01 +0000774Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
775
776 * libxml.spec.in: added a comment about bug #112902
777
William M. Brack3dd57f72003-05-13 02:06:18 +0000778Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
779
780 * minor cleanup of configure '--help' display
781 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
782
Daniel Veillardd72c7e32003-05-12 21:55:03 +0000783Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
784
785 * tree.c: PI nodes in external subset were not freed :-\
786 fixes bug #112842
787
Daniel Veillard75bb3bb2003-05-12 15:25:56 +0000788Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
789
790 * xmllint.c: added --schema option to run WXS schema validation
791 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
792 tried to improve error reporting in the Schema code, some cleanup
793 too.
794
Daniel Veillard82bbbd42003-05-11 20:16:09 +0000795Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
796
797 * xmlschemas.c: fixed some problems in the handling of errors,
798 and attributes addressed by references.
799 * test/schemas/* result/schemas/*: dropped the verbosity level
800 and added a couple of new tests
801
Daniel Veillardadbb0e62003-05-10 20:02:45 +0000802Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
803
804 * relaxng.c: Stéphane Bidoul found an off by one addressing
805 error on the error handling.
806
Daniel Veillarda77cf712003-05-09 23:09:55 +0000807Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
808
809 * xmlschemastypes.c: trying to fix #112673
810
Daniel Veillardc3ca5ba2003-05-09 22:26:28 +0000811Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
812
813 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
814 warning, this fixed a bug and should close #111574
815
Daniel Veillard37fc84d2003-05-09 19:38:15 +0000816Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
817
818 * xmlschemas.c: fixing bug #104081 with xs:all with an element
819 holding minOccurs="0"
820 * test/schemas/all_* result/schemas/all_*: added some regression
821 tests for that bug
822 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
823 Garry Pennington to compile without schemas support.
824
Daniel Veillarda067e652003-05-01 08:03:46 +0000825Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
826
827 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
828
Daniel Veillard61c52202003-04-30 12:20:34 +0000829Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
830
831 * xml2-config.in: try to fix Red hat bug #89957, do not
832 output -L/usr/lib64
833 * xmlreader.c: fixed a typo in a comment
834
MDT 2003 John Fleck6d68f612003-04-29 13:33:21 +0000835Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
836
837 * doc/tutorial/aph.html, ix01.html
838 forgot to cvs add the new files. Thanks to Roland van Laar
839 for pointing this out
840
Daniel Veillardd4330462003-04-29 12:40:16 +0000841Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
842
843 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
844 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
845 to the XML/XSLT doc generation closing #111799
846 * doc/html/*: complete update of the HTML results
847
Igor Zlatkovica28d2362003-04-28 12:56:01 +0000848Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
849
850 * win32/defgen.xsl: fixed the conditional for unicode map,
851 removed hardcoded schema entries
852
853Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
854
855 * win32/defgen.xsl: new file, stylesheet for generating
856 win32/libxml2.def.src from doc/libxml2-api.xml
857 * win32/libxml2.def.src: is autogenerated from now on, changes
858 to this file will not appear here anymore
859
Daniel Veillard94bb2f12003-04-27 22:14:07 +0000860Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
861
862 * win32/configure.js python/setup.py.in: applied patch
863 from Stéphane Bidoul for the Python bindings on the new
864 release.
865
Igor Zlatkovic34656b42003-04-27 16:00:05 +0000866Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
867
868 * debugXML.c: included libxml/uri.h for xmlCanonicPath
869 declaration
870 * win32/configure.js: thread-enabled build is now default
871 * win32/libxml2.def.src: added more exports
872
Daniel Veillard1177ca42003-04-26 22:29:54 +0000873Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
874
875 * NEWS doc/*.xsl doc/*.html: updated the web site separated
876 developers from common pages, made the transition to XHTML1,
877 added validity checking to the makefile rules.
878
Daniel Veillard329456a2003-04-26 21:21:00 +0000879Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
880
881 * parser.c: fix for xmlIOParseDTD same as previous and reported
882 by Petr Pajas
883
Daniel Veillardc6abc3d2003-04-26 13:27:30 +0000884Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
885
886 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
887 closing #111638
888
Daniel Veillard2b32e6f2003-04-26 12:03:54 +0000889Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
890
891 * python/generator.py: fixed a problem in the generator where
892 the way functions are remapped as methods on classes was
893 not symetric and dependant on python internal hash order,
894 as reported by Stéphane Bidoul
895
MDT 2003 John Fleck8aff3b72003-04-26 03:54:07 +0000896Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
897
898 * doc/tutorial:
899 xmltutorial.xml
900 xmltutorial.pdf
901 *.html
902 add appendix on generating compiler flags, more indexing
903
Daniel Veillard1c960272003-04-25 23:12:22 +0000904Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
905
906 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
907 to get libxml-2.5.7 to compile on OpenVMS
908
Daniel Veillardc5573462003-04-25 16:43:49 +0000909Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
910
911 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
912
Daniel Veillardfd583412003-04-25 13:22:10 +0000913Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
914
915 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
916 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
917 man page based on xsltproc and a stylesheet PI in the XML.
918
Daniel Veillarddc07e182003-04-25 10:39:38 +0000919Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
920
921 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
922 character preventing rendering by the man command.
923
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000924Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
925
926 * NEWS configure.in: preparing release 2.5.7
927 * doc/*: updated and rebuilt the docs
928 * doc/apibuild.py: fixed the script
929
Daniel Veillardde0a0a52003-04-24 17:12:57 +0000930Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
931
932 * Makefile.am doc/apibuild.py: make sure the OOM code don't
933 get in the way of the builds
934 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
935
Daniel Veillarda76fe5c2003-04-24 16:06:47 +0000936Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
937
938 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
939 Memory test from Havoc Pennington #109368
940 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
941 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
942 include/libxml/parser.h: a lot of memory allocation cleanups
943 based on the results of the OOM testing
944 * check-relaxng-test-suite2.py: seems I forgot to commit the
945 script.
946
Daniel Veillard18f113d2003-04-23 15:18:26 +0000947Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
948
949 * xmlschemastypes.c: trivial fix for 109774 removing a warning
950
Daniel Veillard85095e22003-04-23 13:56:44 +0000951Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
952
953 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
954 more places where xmlCanonicPath() must be used to convert
955 filenames to URLs, trying to fix #111088
956
Daniel Veillard54396242003-04-23 07:36:50 +0000957Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
958
959 * python/libxml.c python/libxml.py: applied patch from
960 Brent M Hendricks adding binding for xmlCatalogAddLocal
961
Daniel Veillard45269b82003-04-22 13:21:57 +0000962Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
963
964 * HTMLparser.c: tried to fix #98879 again in a more solid
965 way.
966
Igor Zlatkovic94f48842003-04-22 12:00:37 +0000967Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
968
969 * win32/libxml2.def.src: added more exports from the relaxng and
970 xmlreader clan
971
Daniel Veillardf431eb82003-04-22 08:37:26 +0000972Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
973
974 * SAX.c test/valid/ns* test/result/ns*: applied the patch
975 provided by Brent Hendricks fixing #105992 and integrated the
976 examples in the testsuite.
977
Daniel Veillardc4f65ab2003-04-21 23:07:45 +0000978Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
979
980 * TODO: updated a bit
981 * configure.in: fixed the comment, threads now default to on
982 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
983
Daniel Veillarda880b122003-04-21 21:36:41 +0000984Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
985
986 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
987 xmlreader.c include/libxml/parser.h: a lot of performance work
988 especially the speed of streaming through the reader and push
989 interface. Some thread related optimizations. Nearly doubled the
990 speed of parsing through the reader.
991
MDT 2003 John Fleck83c8a5c2003-04-20 16:45:07 +0000992Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
993
994 * doc/xmllint.xml
995 * doc/xmllint.1
996 update man page to explain use of --stream
997
Daniel Veillard3c908dc2003-04-19 00:07:51 +0000998Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
999
1000 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
1001 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
1002 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
1003 include/libxml/globals.h include/libxml/xmlmemory.h: added
1004 xmlMallocAtomic() to be used when allocating blocks which
1005 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
1006 to allow registering the full set of functions needed by
1007 a garbage collecting allocator like libgc, ref #109944
1008
Daniel Veillard84942712003-04-18 14:40:05 +00001009Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
1010
1011 * configure.in: switched to have thread support enabled by default,
1012 didn't got troubles with ABI compatibility on Linux, hope it
1013 won't break on strange OSes, if yes, report the system ID
1014 * doc/libxml2-api.xml: just rebuilt the API
1015
Daniel Veillard3e59fc52003-04-18 12:34:58 +00001016Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
1017
1018 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
1019 added support for large file, tested with a 3+GB instance,
1020 and some cleanup.
1021 * catalog.c: added a TODO
1022 * Makefile.am: added some "make tests" comments
1023
Daniel Veillardac297932003-04-17 12:55:35 +00001024Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
1025
1026 * relaxng.c: some cleanups
1027 * doc/xmlreader.html: extended the document to cover RelaxNG and
1028 tree operations
1029 * python/tests/Makefile.am python/tests/reader[46].py: added some
1030 xmlReader example/regression tests
1031 * result/relaxng/tutor*.err: updated the output of a number of tests
1032
Daniel Veillard62163602003-04-17 09:36:38 +00001033Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
1034
1035 * relaxng.c: valgrind pointed out an uninitialized variable error.
1036
Daniel Veillard33300b42003-04-17 09:09:19 +00001037Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
1038
1039 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
1040 xmlreader.c: augnemting the APIs, cleanups.
1041 * parser.c: cleanup bug #111005
1042 * xmlIO.c: added some missing comments
1043
Daniel Veillardce192eb2003-04-16 15:58:05 +00001044Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
1045
1046 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
1047 trying to improve the subset compiled, and more testing.
1048 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
1049 documentation
1050 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
1051 * result/relaxng/*.err: fix some of the outputs
1052
Daniel Veillardf4e55762003-04-15 23:32:22 +00001053Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
1054
1055 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
1056 include/libxml/xmlreader.h: implemented streaming of
1057 RelaxNG (when possible) on top of the xmlReader interface,
1058 provided it as xmllint --stream --relaxng .rng .xml
1059 This seems to mostly work.
1060 * Makefile.am: updated to test RelaxNG streaming
1061
Daniel Veillardc58f4ef2003-04-14 16:11:26 +00001062Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
1063
1064 * relaxng.c include/libxml/relaxng.h: integrated the regexp
1065 based validity checking of fragments of the document for
1066 which the RNG can be compiled to regexps. Works on all regression
1067 tests, only fix needed is related to error messages.
1068
Daniel Veillard52b48c72003-04-13 19:53:42 +00001069Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
1070
1071 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
1072 include/libxml/xmlregexp.h: Starting work precompiling
1073 parts of RelaxNG schemas. Not plugged onto validity checking
1074 yet, just the regexp building part. Needed to extend some
1075 of the automata and regexp APIs.
1076
Daniel Veillardf6bad792003-04-11 19:38:54 +00001077Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
1078
1079 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
1080 xmllint --stream and xmllint --stream --valid returns errors
1081 code appropriately
1082
Daniel Veillardc6cae7b2003-04-11 09:02:11 +00001083Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
1084
1085 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
1086 and Next() operation to work on subtrees within the reader
1087 framework.
1088 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
1089 * python/tests/reader5.py: added an example for those new
1090 functions of the reader.
1091
Daniel Veillard645c6902003-04-10 21:40:49 +00001092Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
1093
1094 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
1095
Daniel Veillard9e077102003-04-10 13:36:54 +00001096Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
1097
1098 * xmlreader.c: fixing HasValue for namespace as raised by
1099 Denys Duchier
1100
Daniel Veillard02ea1412003-04-09 12:08:47 +00001101Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
1102
1103 * HTMLparser.c include/libxml/HTMLparser.h: exported
1104 htmlCreateMemoryParserCtxt() it was static
1105
Daniel Veillardd3b9cd82003-04-09 11:24:17 +00001106Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
1107
1108 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
1109 update from Charles Bozeman for date and duration types
1110 * test/schemas/date_0.* test/schemas/dur_0.*
1111 result/schemas/date_0.* result/schemas/dur_0.*: updated too
1112
Daniel Veillardc00cda82003-04-07 10:22:39 +00001113Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
1114
1115 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
1116 fixing bug #107129, removing excessive allocation and calls
1117 to *printf in the code to build QName strings.
1118
Igor Zlatkovic69651182003-04-05 09:43:30 +00001119Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
1120
1121 * win32/libxml2.def.src: fixed conditional exports, reported by
1122 Luke Murray.
1123
Daniel Veillardadba5f12003-04-04 16:09:01 +00001124Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
1125
1126 * parser.c: fixed a possible problem with xmlRecoverMemory()
1127
Daniel Veillarda48ed3d2003-04-03 15:28:28 +00001128Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
1129
1130 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
1131 triostr.h: Bjorn sent an update for the TRIO portability layer.
1132
Igor Zlatkovicd6c86502003-04-01 20:00:42 +00001133Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1134
1135 * win32/libxml2.def.src: exported new functions
1136
Daniel Veillardc2d4a932003-04-01 11:13:05 +00001137Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
1138
1139 * configure.in NEWS: preparing release 2.5.6
1140 * doc/*: updated and rebuilt the docs
1141
Daniel Veillarde5020412003-04-01 09:55:20 +00001142Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
1143
1144 * SAX.c: fixed an uninitialized memory access pointed by valgrind
1145 on C14Ntests
1146
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +00001147Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
1148
1149 * relaxng.c: one more fixup of error message reporting
1150
Daniel Veillard5f1946a2003-03-31 16:38:16 +00001151Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
1152
1153 * relaxng.c: more work on bug #109225, and fixed an uninitialized
1154 variable pointed out by valgrind
1155
Daniel Veillarda507fbf2003-03-31 16:09:37 +00001156Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
1157
1158 * relaxng.c: try to work on bug #109225 and provide better
1159 error reports.
1160 * result/relaxng/* : this change the output of a number of tests
1161 * xinclude.c: fixing the parsed entity redefinition problem
1162 raised on the list.
1163 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
1164
Daniel Veillardb3721c22003-03-31 11:22:25 +00001165Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
1166
1167 * xmlschemastypes.c: fixed date comparison to handle the tzo
1168 The only failures left are disagreements on Notations and
1169 '+1' not being allowed for ulong, uint, ushort and ubyte.
1170
Daniel Veillard455cc072003-03-31 10:13:23 +00001171Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
1172
1173 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
1174 to the XML Schemas errata
1175 http://www.w3.org/2001/05/xmlschema-errata#e2-12
1176
Daniel Veillarde637c4a2003-03-30 21:10:09 +00001177Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
1178
1179 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
1180 and facets support. Currently only schemas with binHex or
1181 base64 don't compile. A few error left in the test suite:
1182 found 1035 test instances: 919 success 23 failures
1183 most are gdate or gdateyear failing check, and a few cases where
1184 James clark tests results are strange.
1185 * valid.c: allow to reuse the Notation checking routine without
1186 having a validation context.
1187 * SAX.c: removed a #if 0
1188
Daniel Veillardb6c7f412003-03-29 16:41:55 +00001189Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1190
1191 * xinclude.c: forgot to apply one check from #106931 patch
1192 * xmlschemastypes.c: more work on XML Schemas datatypes
1193
Daniel Veillardc4c21552003-03-29 10:53:38 +00001194Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1195
1196 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
1197 on cleaning up XML Schemas datatypes based on James Clark tests
1198 test/xsdtest/xsdtest.xml
1199
Daniel Veillard80b19092003-03-28 13:29:53 +00001200Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1201
1202 * relaxng.c: implemented comparisons for Schemas values.
1203 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
1204 some bugs in duration handling, comparisons for durations
1205 and decimals, removed all memory leaks pointed out by James
1206 testsuite. Current status is now
1207 found 238 test schemas: 197 success 41 failures
1208 found 1035 test instances: 803 success 130 failures
1209
Daniel Veillard91a13252003-03-27 23:44:43 +00001210Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1211
1212 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
1213 leaks in the W3C XML Schemas code
1214 * xmlschemastypes.c: implemented nonPositiveInteger
1215 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
1216 fixed the test and result.
1217
Daniel Veillard6560a422003-03-27 21:25:38 +00001218Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1219
1220 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
1221 parser and a typo
1222 * xmlschemastypes.c: reindenting, fixing a memory access
1223 problem with dates.
1224
Daniel Veillard6c5b2d32003-03-27 14:55:52 +00001225Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1226
1227 * parser.c: fixing #109227 providing more context in case of
1228 start/end tag mismatch
1229 * python/tests/ctxterror.py python/tests/readererr.py: update the
1230 tests accordingly
1231
Daniel Veillardd9b72832003-03-27 14:24:00 +00001232Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
1233
1234 * xinclude.c: should fix #109327 errors on memory accesses
1235
Daniel Veillardc7e9b192003-03-27 14:08:24 +00001236Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1237
1238 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
1239 is an URI reference
1240
Daniel Veillarde209b332003-03-26 21:40:13 +00001241Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1242
1243 * xpath.c: fixed bug #109160 on non-ASCII IDs
1244
Daniel Veillard642104e2003-03-26 16:32:05 +00001245Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1246
1247 * parser.c: Norm suggested a nicer error message for xml:space values
1248 errors
1249
Daniel Veillarde4fa2932003-03-26 00:38:10 +00001250Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1251
1252 * xpath.c include/libxml/xpath.h: first part of the fix to
1253 performance bug #108905, adds xmlXPathOrderDocElems() providing
1254 document order for nodes.
1255 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
1256
Daniel Veillard09628212003-03-25 15:10:27 +00001257Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1258
1259 * xmlschemastypes.c: removing a warning with Sun compiler
1260 bug #109154
1261
MST 2003 John Fleckda271742003-03-25 14:05:17 +00001262Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
1263
1264 * doc/xmllint.xml
1265 * doc/xmllint.1
1266 update xmllint man page with --relaxng option
1267
Daniel Veillard2032d292003-03-25 11:09:40 +00001268Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1269
1270 * python/setup.py.in : was missing "drv_libxml2.py"
1271
Daniel Veillard9adc0462003-03-24 18:39:54 +00001272Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1273
1274 * tree.c xpath.c: some changes related to the new way of
1275 handling Result Value Tree, before 2.5.5
1276
Daniel Veillardd8da01c2003-03-24 15:58:23 +00001277Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1278
1279 * configure.in NEWS: preparing release 2.5.5
1280 * doc/* : updated the documentation and regenerated it.
1281
Daniel Veillardef0b4502003-03-24 13:57:34 +00001282Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1283
1284 * xpath.c: fixed some problems related to #75813 about handling
1285 of Result Value Trees
1286
Daniel Veillard9231ff92003-03-23 22:00:51 +00001287Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1288
1289 * uri.c: applied a set of patches from Lorenzo Viali correcting
1290 URI parsing errors.
1291
Daniel Veillard5f8d1a32003-03-23 21:02:00 +00001292Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1293
1294 * parser.c: validity status was not passed back when validating in
1295 entities, but raised by Oliver Fischer
1296
Daniel Veillard04ee2f22003-03-23 20:31:46 +00001297Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1298
1299 * HTMLtree.c: avoid escaping ',' in URIs
1300
Daniel Veillardef8dd7b2003-03-23 12:02:56 +00001301Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1302
1303 * parser.c: fixing bug #108976 get the ID/REFs to reference
1304 the ID in the document content and not in the entity copy
1305 * SAX.c include/libxml/parser.h: more checking of the ID/REF
1306 stuff, better solution for #107208
1307 * xmlregexp.c: removed a direct printf, dohhh
1308 * xmlreader.c: fixed a bug on streaming validation of empty
1309 elements in entities
1310 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
1311 cleanup of the validation tests
1312 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
1313 added more ID/IDREF tests to the suite
1314
Daniel Veillard2cfd9df2003-03-22 22:39:16 +00001315Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1316
1317 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
1318 compiler.
1319
Daniel Veillard20863822003-03-22 17:51:47 +00001320Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1321
1322 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
1323
Daniel Veillard9ff2d472003-03-22 15:18:01 +00001324Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1325
1326 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
1327 defined in entities content
1328
Daniel Veillard99737f52003-03-22 14:55:50 +00001329Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
1330
1331 * SAX.c: Fixed validation bug #108858 on namespace names using
1332 entities and reported by Brent Hendricks
1333 * xmllint.c: report xmlTextReaderHasValue() result in --stream
1334 --debug output.
1335
Daniel Veillard48ef4c92003-03-22 12:38:15 +00001336Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1337
1338 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
1339 about the DocType node not being reported sometimes.
1340 * python/tests/reader.py: added to test to the regression checks
1341
Daniel Veillard120e8eb2003-03-22 01:00:34 +00001342Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1343
1344 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
1345 reported by Edd Dumbill
1346
Daniel Veillard77a90a72003-03-22 00:04:05 +00001347Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1348
1349 * HTMLparser.c parser.c parserInternals.c: patch from
1350 johan@evenhuis.nl for #107937 fixing some line counting
1351 problems, and some other cleanups.
1352 * result/HTML/: this result in some line number changes
1353
Daniel Veillard580ced82003-03-21 21:22:48 +00001354Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1355
1356 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
1357 instead of libxml.spec
1358 * relaxng.c: fixed some of the error reporting excessive
1359 verbosity
1360 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
1361 xmlschemastypes.c: removed some warnings from gcc
1362 * doc/libxml2-api.xml: rebuilt
1363
Daniel Veillarde063f482003-03-21 16:53:17 +00001364Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1365
1366 * relaxng.c: another optimization, for choice this time
1367 * result/relaxng/spec1* result/relaxng/tutor12_1*
1368 result/relaxng/tutor3_7: cleanups.
1369
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +00001370Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1371
1372 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
1373 * test/relaxng/testsuite.xml: augmented the test suite
1374 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
1375 some schemas validation tests in the presence of foreign
1376 namespaces.
1377
Daniel Veillardbbb78b52003-03-21 01:24:45 +00001378Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1379
1380 * relaxng.c: added another interleave speedup.
1381
Daniel Veillardef2e4ec2003-03-20 16:23:26 +00001382Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1383
1384 * xmlschemastypes.c: added integer and fixed one of the
1385 IDREFS regression tests pbm
1386 * result/relaxng/docbook_0.err: updated
1387
Daniel Veillard249d7bb2003-03-19 21:02:29 +00001388Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1389
1390 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
1391 declared both in the DTD and in the Schemas <grin/>
1392 * relaxng.c: more debug, added a big optimization for <mixed>
1393 * test/relaxng/testsuite.xml: augmented the testsuite
1394 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
1395 DocBook example to the regression tests
1396
Daniel Veillard798024a2003-03-19 10:36:09 +00001397Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
1398
1399 * check-xsddata-test-suite.py: cosmetic change for output
1400 * relaxng.c: try to minimize calls to malloc/free for states.
1401
Daniel Veillarda1a9d042003-03-18 16:53:17 +00001402Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1403
1404 * tree.c: removed a warning
1405 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
1406 support
1407 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
1408 cleanup/improvements of the regression tests batch
1409 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
1410
Daniel Veillard28c52ab2003-03-18 11:39:17 +00001411Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1412
1413 * relaxng.c: fixed error msg cleanup deallocation
1414 * xmlschemastypes.c: added a function to handle lists of
1415 atomic types, added support for IDREFS
1416
Daniel Veillardc3da18a2003-03-18 00:31:04 +00001417Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
1418
1419 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
1420 and IDREF, usable from RelaxNG now
1421 * include/libxml/xmlschemastypes.h: need to add a new interface
1422 because the validation modifies the infoset
1423 * test/relaxng/testsuite.xml: extended the testsuite
1424
Daniel Veillard952379b2003-03-17 15:37:12 +00001425Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1426
1427 * relaxng.c: fixed the last core RelaxNG bug known #107083,
1428 shemas datatype ID/IDREF support still missing though.
1429 * xmlreader.c: fix a crashing bug with prefix raised by
1430 Merijn Broeren
1431 * test/relaxng/testsuite.xml: augmented the testsuite with
1432 complex inheritance tests
1433
Daniel Veillardfd573f12003-03-16 17:52:32 +00001434Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1435
1436 * relaxng.c: switched back to the previous Relax-NG code base,
1437 the derivation algorithm need severe constraining code to avoid
1438 combinatorial explosion. Fixed the problem with Sebastian Rahtz
1439 TEI based example and other bugs
1440 * result/relaxng/*err: updated the results
1441 * test/relaxng/testsuite.xml: started a new test suite
1442
Daniel Veillard1564e6e2003-03-15 21:30:25 +00001443Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
1444
1445 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
1446 that the original RelaxNG validation code was un-fixeable, it got
1447 rewritten to use the derivation algorithm from James Clark and
1448 redebugged it (nearly) from scratch:
1449 found 373 test schemas: 372 success 1 failures
1450 found 529 test instances: 529 success 0 failures
1451
Daniel Veillard39eb88b2003-03-11 11:21:28 +00001452Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1453
1454 * SAX.c parser.c: fix some recursion problems introduced in the
1455 last release.
1456 * relaxng.c: more debugging of the RNG validation engine, still
1457 problems though.
1458
Daniel Veillard5add8682003-03-10 13:13:58 +00001459Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1460
1461 * Makefile.am: stop generating wrong result file with * in name
1462 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
1463 * result/relaxng/demo* test/relaxng/demo: added the tests from
1464 Sebastian reproducing the problem.
1465
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001466Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
1467
Daniel Veillard5add8682003-03-10 13:13:58 +00001468 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
1469 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001470
Aleksey Sanin693c9bc2003-03-09 22:36:52 +00001471Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
1472
1473 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
1474 variable to control the indentation for the xmllint "--format"
1475 option
1476
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +00001477Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1478
1479 * encoding.c: applied Gennady's patch against buffer overrun
1480
Daniel Veillard42f12e92003-03-07 18:32:59 +00001481Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1482
1483 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
1484 Clark it appeared I had bug in URI parsing code ...
1485 * relaxng.c include/libxml/relaxng.h: completely revamped error
1486 reporting to not loose message from optional parts.
1487 * xmllint.c: added timing for RNG validation steps
1488 * result/relaxng/*: updated the result, all error messages changed
1489
Daniel Veillardedfd5882003-03-07 14:20:40 +00001490Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1491
1492 * xpath.c: fix bug #107804, the algorithm used for document order
1493 computation was failing on attributes.
1494
Daniel Veillard83391282003-03-06 21:37:30 +00001495Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1496
1497 * valid.c: fix bug #107764 , possibility of buffer overflow
1498 in xmlValidDebug()
1499
Daniel Veillard6c73cb82003-03-05 16:45:40 +00001500Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1501
1502 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
1503 from Philipp Dunkel
1504
Daniel Veillard5f704af2003-03-05 10:01:43 +00001505Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1506
1507 * xmlschemastype.c: made powten array static it should not be exported
1508 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
1509 parser function.
1510 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
1511
Daniel Veillard7b72ee52003-02-27 23:24:53 +00001512Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1513
1514 * tree.c: fixed a node dump crash on attributes
1515 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
1516 an URI test bug and get better output.
1517
Daniel Veillard463a5472003-02-27 21:30:32 +00001518Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1519
1520 * check-xsddata-test-suite.py: give more infos
1521 * relaxng.c: fix a bug reported by Sebastian Rahtz and
1522 REF->DEF in attribute values.
1523
Daniel Veillardeb7189f2003-02-27 20:11:13 +00001524Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1525
1526 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
1527 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
1528 regression tests from James Clark.
1529
Daniel Veillard8bc6cf92003-02-27 17:42:22 +00001530Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1531
1532 * relaxng.c xmlschemas.c xmlschemastypes.c
1533 include/libxml/xmlschemastypes.h: added param support for relaxng
1534 type checking, started to increment the pool of simple types
1535 registered, still much work to be done on simple types and
1536 facets checkings.
1537
Daniel Veillard19ab45b2003-02-26 15:49:03 +00001538Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1539
1540 * entities.c: fixes again one of the problem raised by
1541 James Clark in #106788
1542
Daniel Veillardc482e262003-02-26 14:48:48 +00001543Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1544
1545 * relaxng.c: Fixed a couple of problem raised by James Clark
1546 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
1547 datatype level still not fixed though.
1548
Daniel Veillard17bed982003-02-24 20:11:43 +00001549Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1550
1551 * configure.in: preparing release 2.5.4
1552 * doc/*: updated and rebuilt the docs
1553 * relaxng.c: removed warnings
1554 * result/relaxng/*: updated the results
1555
Daniel Veillardf4be0182003-02-24 19:54:33 +00001556Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1557
1558 * valid.c: fixes a DTD regexp generation problem.
1559
Daniel Veillard02111c12003-02-24 19:14:52 +00001560Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1561
1562 * parser.c: fixes bug #105998 about false detection of
1563 attribute consumption loop.
1564
Daniel Veillard2406abd2003-02-24 18:16:47 +00001565Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1566
1567 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
1568
Daniel Veillardfcc822e2003-02-24 17:52:08 +00001569Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1570
1571 * SAX.c: fixed bug #105992
1572
Daniel Veillard3ebc7d42003-02-24 17:17:58 +00001573Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
1574
1575 * tree.c: fixed xmlSetProp and al. when the node passed is not an
1576 element.
1577 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
1578 found 373 test schemas: 369 success 4 failures
1579 found 529 test instances: 525 success 4 failures
1580 * check-relaxng-test-suite.py: added memory debug reporting
1581
Daniel Veillardc64b8e92003-02-24 11:47:13 +00001582Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1583
1584 * uri.c parser.c: some warning removal on Igor's patch
1585 * tree.c: seems I messed up with #106788 fix
1586 * python/libxml.c: fixed some base problems when Python provides
1587 the resolver.
1588 * relaxng.c: fixed the interleave algorithm
1589 found 373 test schemas: 364 success 9 failures
1590 found 529 test instances: 525 success 4 failures
1591 the resulting failures are bug in the algorithm from 7.3 and
1592 lack of support for params
1593
Daniel Veillard0046c0f2003-02-23 13:52:30 +00001594Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1595
1596 * parser.c: another fix for nodeinfo in entities problem
1597 * tree.c entities.c: fixed bug #106788 from James Clark
1598 some spaces need to be serialized as character references.
1599
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +00001600Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1601
1602 * parser.c uri.c: fixed the bug I introduced in the path
1603 handling, reported by Sebastian Bergmann
1604
Daniel Veillard44e1dd02003-02-21 23:23:28 +00001605Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1606
1607 * parser.c: fixing some nodeinfo in entities problem raised
1608 by Glenn W. Bach
1609 * relaxng.c: implemented the first section 7.3 check
1610 * result/relaxng/*: updated the results
1611
Daniel Veillardc5312d72003-02-21 17:14:10 +00001612Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1613
1614 * relaxng.c: fixed some problems in the previous commit
1615 and finished implementing 4.16 rules checking
1616 found 373 test schemas: 353 success 20 failures
1617 found 529 test instances: 519 success 6 failures
1618 * result/relaxng/*: updated the results
1619
Daniel Veillard4c5cf702003-02-21 15:40:34 +00001620Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1621
1622 * relaxng.c: implemented checks from section 7.2
1623
Daniel Veillard77648bb2003-02-20 15:03:22 +00001624Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1625
1626 * relaxng.c: implemented the checks from section 7.1, fixed
1627 some of the 4.20 and 4.21 problems.
1628 found 373 test schemas: 338 success 35 failures
1629 found 529 test instances: 519 success 6 failures
1630 * result/relaxng/*: updated the results
1631
Daniel Veillard1c745ad2003-02-20 00:11:02 +00001632Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1633
1634 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
1635 * result/relaxng/*: updated the results
1636
Daniel Veillardce14fa52003-02-19 17:32:48 +00001637Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1638
1639 * relaxng.c: more bugfixes
1640 * result/relaxng/*: updated the results
1641
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +00001642Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1643
1644 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
1645 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
1646 * SAX.c: ensured xmlDoc.URL is always canonic
1647 * parser.c: obsoleted xmlNormalizeWindowsPath
1648 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
1649 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
1650 * win32/libxml2.def.src: added few exports
1651
1652
Daniel Veillard2e9b1652003-02-19 13:29:45 +00001653Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
1654
1655 * Makefile.am configure.in: patched to have shared libraries
1656 for Python regression tests and static binaries for gdb debug
1657 in my development environment
1658 * relaxng.c: more bugfixes
1659 found 373 test schemas: 296 success 77 failures
1660 found 529 test instances: 516 success 8 failures
1661 * result/relaxng/*: updated the results
1662
Daniel Veillard8fe98712003-02-19 00:19:14 +00001663Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1664
1665 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
1666
Daniel Veillardd4310742003-02-18 21:12:46 +00001667Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1668
1669 * xmlschemastypes.c: float/double check bugfix
1670 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
1671 validation
1672 * xmlreader.c: add a TODO for Jody
1673 * relaxng.c: bugfix bugfix bugfix
1674 found 373 test schemas: 300 success 73 failures
1675 found 529 test instances: 507 success 10 failures
1676 * result/relaxng/*: updated the results
1677
Daniel Veillard2df2de22003-02-17 23:34:33 +00001678Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1679
1680 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
1681
Daniel Veillard416589a2003-02-17 17:25:42 +00001682Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1683
1684 * relaxng.c check-relaxng-test-suite.py: more work on the
1685 RelaxNG implementation conformance testing.
1686 found 373 test schemas: 284 success 89 failures
1687 found 529 test instances: 448 success 47 failures
1688 * result/relaxng/*: updated the results
1689
Daniel Veillard784b9352003-02-16 15:50:27 +00001690Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1691
1692 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
1693 a patch from Kjartan Maraas to fix some typos
1694
Daniel Veillardfebcca42003-02-16 15:44:18 +00001695Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1696
1697 * relaxng.c: more bug-hunting
1698 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
1699 intermediate rng tree
1700 * python/generator.py: patch from Stephane Bidoul to fix the generator
1701 on python < 2.2
1702
Daniel Veillardd2298792003-02-14 16:54:11 +00001703Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1704
1705 * check-relaxng-test-suite.py relaxng.c: more testing on the
1706 Relax-NG front, cleaning up the regression tests failures
1707 current state and I forgot support for "mixed":
1708 found 373 test schemas: 280 success 93 failures
1709 found 529 test instances: 401 success 68 failures
1710 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
1711 moved the Name, NCName and QName validation routine in tree.c
1712 * uri.c: fixed handling of URI ending up with #, i.e. having
1713 an empty fragment ID.
1714 * result/relaxng/*: updated the results
1715
Daniel Veillard9a237c92003-02-13 15:52:58 +00001716Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1717
1718 * check-xinclude-test-suite.py: improved the script accordingly
1719 to the XInclude regression tests updates
1720 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
1721 November 2002
1722 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
1723 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
1724 augmented the Xpointer testsuite for the element() scheme
1725
Daniel Veillardf4b4f982003-02-13 11:02:08 +00001726Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1727
1728 * relaxng.c: added TODO for the DTD compatibility spec
1729 * xinclude.c: more bug fixes driven by the testsuite
1730
Daniel Veillardd581b7e2003-02-11 18:03:05 +00001731Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
1732
1733 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
1734 regression tests for XInclude, improved the script, improving
1735 XInclude error reporting mechanism
1736
Daniel Veillard1d788d22003-02-10 16:21:58 +00001737Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1738
1739 * NEWS doc/* configure.in: preparing release 2.5.3
1740
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +00001741Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1742
1743 * tree.c: trying to fix #104934 about some XHTML1 serialization
1744 issues.
1745
Daniel Veillard809faa52003-02-10 15:43:53 +00001746Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1747
1748 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
1749 encoding conversion when the input buffer stops in the
1750 middle of a multibyte char
1751
Daniel Veillard1703c5f2003-02-10 14:28:44 +00001752Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1753
1754 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
1755 * check-relaxng-test-suite.py: python script to run regression
1756 against OASIS RelaxNG testsuite
1757 * relaxng.c: some cleanup tweaks
1758 * HTMLparser.c globals.c: cleanups in comments
1759 * doc/libxml2-api.xml: updated the API
1760 * result/relaxng/*: errors moved files, so large diffs but
1761 no changes at the semantic level.
1762
Daniel Veillard6aa2f602003-02-10 00:01:56 +00001763Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1764
1765 * tree.c: fixing #105678 problem when dumping a namespace node.
1766
Daniel Veillard591b4be2003-02-09 23:33:36 +00001767Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1768
1769 * xpath.c: fixed doc comment problems
1770 * python/generator.py python/libxml_wrap.h python/types.c: adding
1771 RelaxNG wrappers
1772 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
1773 test of those early Python RelaxNG bindings
1774
1775Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +00001776
1777 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
1778 * relaxng.c: found the validation problem I had with interleave
1779 when not covering all remaining siblings
1780 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
1781 testsuite and check the RNG schemas against the RNG schemas
1782 given in appendix A
1783
Igor Zlatkovic6dacee62003-02-08 17:52:57 +00001784Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1785
1786 * win32/Makefile.msvc: updates for RelaxNG
1787 * win32/Makefile.mingw: updates for RelaxNG
1788 * win32/libxml2.def.src: added RelaxNG exports
1789
Daniel Veillard97fd5672003-02-07 13:01:54 +00001790Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1791
1792 * xinclude.c: applied another bug fix from Sean Chittenden
1793
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001794Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1795
1796 * configure.in xmllint.c: I f...ed up the default configuration
1797 of schemas and --relaxng option display in xmllint, pointed by
1798 Morus Walter.
1799 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
1800 detection module, fixes bug #105374.
1801
Daniel Veillardc5a70f22003-02-06 23:41:59 +00001802Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1803
1804 * xmlschemastypes.c: added the boolean base type.
1805
Daniel Veillard96a4b252003-02-06 08:22:32 +00001806Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1807
1808 * xmlschemastypes.c: started implementing some of the missing
1809 default simple types
1810 * result/relaxng/*: updated the results
1811
Daniel Veillard72fef162003-02-05 14:31:19 +00001812Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1813
1814 * NEWS doc/*: updated the docs, ready for 2.5.2 release
1815
Daniel Veillard71531f32003-02-05 13:19:53 +00001816Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1817
1818 * HTMLparser.c tree.c xmlIO.c: comments cleanups
1819 * Makefile.am: use xmllint for doing the RelaxNG tests
1820 * configure.in: preparing 2.5.2 made schemas support default to
1821 on instead of off
1822 * relaxng.c: removed the verbosity
1823 * xmllint.c: added --relaxng option
1824 * python/generator.py python/libxml_wrap.h: prepared the integration
1825 of the new RelaxNG module and schemas
1826 * result/relaxng/*: less verbose output
1827
Daniel Veillardec498e12003-02-05 11:01:50 +00001828Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
1829
1830 * valid.c: do not run content model validation if the
1831 content is not determinist
1832
Daniel Veillardde590ca2003-02-05 10:45:26 +00001833Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1834
1835 * SAX.c: added the redefinition of namespaced attribute
1836 check that was missing as Fabrice Desré pointed out.
1837
Daniel Veillard930dfb62003-02-05 10:17:38 +00001838Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1839
1840 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
1841 improvements from Nick Kew, allowing to do more checking
1842 to HTML elements and attributes.
1843
Daniel Veillard4287c572003-02-04 22:48:53 +00001844Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1845
1846 * xinclude.c: fixing bug #105137 about entities declaration
1847 needing to be copied to the including document.
1848
Daniel Veillard652d8a92003-02-04 19:28:49 +00001849Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1850
1851 * catalog.c: fixed bug #104817 with delegateURI
1852 * xpath.c: fixing bugs #104123 and #104125
1853
Daniel Veillard0e298ad2003-02-04 16:14:33 +00001854Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
1855
1856 * configure.in valid.c xmlreader.c python/libxml_wrap.h
1857 python/types.c: fixing #104096 to compile without regexps
1858
Daniel Veillard57e79b32003-02-04 15:33:12 +00001859Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1860
1861 * valid.c: fixing bug #103969 forgot to add an epsilon transition
1862 when building the automata for elem*
1863
Daniel Veillard358a9892003-02-04 15:22:32 +00001864Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1865
1866 * HTMLparser.c: applied patch from Arne de Bruijn fixing
1867 bug #103827
1868
Daniel Veillardeb137172003-02-04 15:18:06 +00001869Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1870
1871 * HTMLparser.c: updating a comment, fixing #103776
1872
Daniel Veillard8d589042003-02-04 15:07:21 +00001873Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1874
1875 * parser.c: fixing bug 105049 for validity checking of content
1876 within recursive entities.
1877
Daniel Veillarde5b110b2003-02-04 14:43:39 +00001878Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1879
1880 * HTMLparser.c: try to fix # 105049
1881 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
1882 * tree.c: updated a function comment
1883
Daniel Veillard419a7682003-02-03 23:22:49 +00001884Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1885
1886 * relaxng: more work on grammars and refs/defs
1887 * test/relaxng/* result/relaxng/*: augmented/updated the
1888 regression tests
1889
Daniel Veillard144fae12003-02-03 13:17:57 +00001890Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1891
1892 * relaxng: more work on name classes, except support
1893 * test/relaxng/* result/relaxng/*: augmented/updated the
1894 regression tests
1895
Daniel Veillard1ed7f362003-02-03 10:57:45 +00001896Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1897
1898 * relaxng: more work on name classes, the "validate all" schemas
1899 seems to work now.
1900 * test/relaxng/* result/relaxng/*: augmented/updated the
1901 regression tests
1902
Daniel Veillard3b2e4e12003-02-03 08:52:58 +00001903Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1904
1905 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
1906 * parser.c: put a guard against infinite document depth, basically
1907 trying to avoid another kind of DoS attack.
1908 * relaxng.c: some code w.r.t. nameClasses
1909
Daniel Veillardfc1a4502003-02-02 16:02:55 +00001910Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1911
1912 * test/relaxng/* result/relaxng/*: check all the namespace support
1913 was actually correct based on tutorial section 10.
1914
Daniel Veillarde2a5a082003-02-02 14:35:17 +00001915Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1916
1917 * relaxng: include seems to work okay now
1918 * test/relaxng/* result/relaxng/*: augmented/updated the
1919 regression tests
1920
Daniel Veillarda9d912d2003-02-01 17:43:10 +00001921Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1922
1923 * relaxng.c: a bit of work done in the train back.
1924 * test/relaxng/*: added one of the include tests
1925
Daniel Veillard154877e2003-01-30 12:17:05 +00001926Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1927
1928 * relaxng: more work done in the train
1929 * test/relaxng/* result/relaxng/*: augmented/updated the
1930 regression tests
1931
Daniel Veillarde431a272003-01-29 23:02:33 +00001932Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1933
1934 * relaxng.c: debugging of externalRef
1935 * test/relaxng/* result/relaxng/*: augmented/updated the
1936 regression tests
1937
Daniel Veillardd41f4f42003-01-29 21:07:52 +00001938Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1939
1940 * relaxng.c: more work on Relax-NG, implementing externalRef
1941 * test/relaxng/* result/relaxng/*: augmented/updated the
1942 regression tests
1943 * Makefile.am: cleanup to Relaxtests target
1944
Daniel Veillardb08c9812003-01-28 23:09:49 +00001945Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1946
1947 * relaxng.c: more work on Relax-NG, implementing interleave
1948 * test/relaxng/* result/relaxng/*: augmented/updated the
1949 regression tests
1950
Daniel Veillard76fc5ed2003-01-28 20:58:15 +00001951Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1952
1953 * relaxng.c: more work on Relax-NG, implementing interleave
1954 * test/relaxng/* result/relaxng/*: augmented/updated the
1955 regression tests
1956
MST 2003 John Fleckda81d192003-01-27 14:35:56 +00001957Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
1958
1959 * doc/tutorial/customfo.xsl
1960 * doc/tutorial/customhtml.xsl
1961 adding stylesheet customizations used to generate fo
1962 for pdf and html
1963
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001964Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1965
1966 * relaxng.c: more work on Relax-NG
1967 * test/relaxng/* result/relaxng/*: augmented/updated the
1968 regression tests
1969 * xmlschemastypes.c: added a number of base type definition but not
1970 the associated checks, those are still TODOs
1971
MST 2003 John Fleck731967e2003-01-27 00:39:50 +00001972Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
1973
1974 in docs/tutorial:
1975 * apa.html
1976 * apb.html
1977 * apc.html
1978 * apd.html
1979 * ape.html
1980 * apf.html
1981 * apg.html
1982 * ar01s02.html
1983 * ar01s03.html
1984 * ar01s04.html
1985 * ar01s05.html
1986 * ar01s06.html
1987 * ar01s07.html
1988 * ar01s08.html
1989 * index.html
1990 * xmltutorial.pdf
1991 * xmltutorial.xml
1992 add index to tutorial
1993
MST 2003 John Fleck937362d2003-01-27 00:04:32 +00001994Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
1995
1996 * doc/xmlcatalog.1
1997 * doc/xmlcatalog_man.html
1998 * doc/xmlcatalog_man.xml
1999 belatedly fixing bug #93622 (adds rewriteURI type to
2000 "--add" option in xmlcatalog man page
2001
Daniel Veillard3be27512003-01-26 19:49:04 +00002002Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2003
Daniel Veillardc6e997c2003-01-27 12:35:42 +00002004 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +00002005 Julio Merino, closing #104475
2006
Daniel Veillardea3f3982003-01-26 19:45:18 +00002007Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
2008
2009 * relaxng.c: more work on Relax-NG
2010 * test/relaxng/* result/relaxng/*: augmented/updated the
2011 regression tests
2012
Daniel Veillardedc91922003-01-26 00:52:04 +00002013Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
2014
2015 * relaxng.c: more work on Relax-NG
2016 * test/relaxng/* result/relaxng/*: augmented/updated the
2017 regression tests
2018
Daniel Veillarddd1655c2003-01-25 18:01:32 +00002019Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2020
2021 * README: updated the policy on private mail answers
2022 * relaxng.c: more work on Relax-NG
2023 * test/relaxng/* result/relaxng/*: augmented/updated the
2024 regression tests
2025
Daniel Veillard7424eb62003-01-24 14:14:52 +00002026Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
2027
2028 * error.c parser.c tree.c: applied a documentation patch from
2029 Stefan Kost
2030
Daniel Veillard276be4a2003-01-24 01:03:34 +00002031Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
2032
2033 * relaxng.c: more work on Relax-NG
2034 * doc/*: regenerated the docs
2035 * test/relaxng/* result/relaxng/*: updated and augmented the
2036 Relax-NG regression tests and results
2037
Daniel Veillard6eadf632003-01-23 18:29:16 +00002038Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
2039
2040 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
2041 First commit of the new Relax-NG validation code, not generally
2042 useful yet.
2043 * test/relaxng/* result/relaxng/*: current state of the regression
2044 tests
2045
Daniel Veillard814a76d2003-01-23 18:24:20 +00002046Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2047
2048 * tree.c: minimized the memory allocated for GetContent
2049 and a bit of cleanup.
2050
Daniel Veillardff12c492003-01-23 16:42:55 +00002051Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
2052
2053 * python/generator.py: seems there is no good reasons to
2054 not generate bindings for XPointer
2055
Daniel Veillard540a31a2003-01-21 11:21:07 +00002056Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
2057
2058 * xmlreader.c doc/apibuild.py: applied a new patch from
2059 Stéphane Bidoul for cleanups
2060 * doc/libxml2-api.xml: rebuilt the API description with
2061 new entry points
2062
Daniel Veillard417be3a2003-01-20 21:26:34 +00002063Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
2064
2065 * xmlreader.c python/drv_libxml2.py python/generator.py
2066 python/libxml.c python/libxml.py python/libxml_wrap.h
2067 python/types.c: patch from Stéphane Bidoul for better per
2068 context error message APIs
2069 * python/tests/ctxterror.py python/tests/readererr.py:
2070 update of the tests
2071
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00002072Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
2073
2074 * doc/guidelines.html
2075 grammar and spelling cleanup
2076
Daniel Veillard26f70262003-01-16 22:45:08 +00002077Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
2078
2079 * xmlreader.c include/libxml/xmlreader.h python/generator.py
2080 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
2081 a patch from Stéphane Bidoul to allow per XMLtextReader error
2082 and warning handling
2083 * python/tests/Makefile.am python/tests/readererr.py: adding the
2084 specific regression test
2085
Daniel Veillard71f9d732003-01-14 16:07:16 +00002086Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
2087
2088 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
2089 should raise a syntax error
2090
Daniel Veillarde4a07e72003-01-14 14:40:25 +00002091Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
2092
2093 * python/libxml.c: cleanup patch from Stéphane Bidoul
2094
Daniel Veillard81601f92003-01-14 13:42:37 +00002095Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
2096
2097 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
2098
Daniel Veillarde6227e02003-01-14 11:42:39 +00002099Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
2100
2101 * python/generator.py python/libxml.c python/libxml.py
2102 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00002103 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00002104 Python level.
2105 * python/tests/Makefile.am python/tests/ctxterror.py: added a
2106 regression test for it.
2107
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00002108Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
2109
2110 * xmlreader.c: fixed the streaming property of the reader,
2111 it was generating tree faster than consuming it. Pointed out
2112 by Nate Myers
2113 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
2114
Igor Zlatkovic9df24742003-01-12 21:15:55 +00002115Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2116
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00002117 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00002118
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00002119Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
2120
2121 * xpath.c: fix to the XPath implementation for parent and
2122 ancestors axis when operating on a Result Value Tree.
2123 Fixes bug #100271
2124
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00002125Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
2126
2127 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
2128 to fix some URI/file escaping problems
2129
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00002130Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
2131
2132 * python/generator.py: fixed a bug raised by Raymond Wiker,
2133 docSetRootElement() should not raise an exception if the
2134 return is None
2135
Daniel Veillard3e20a292003-01-10 13:14:40 +00002136Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
2137
2138 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
2139 fixed bug #102181 by applying the suggested change and fixing
2140 the generation/registration problem.
2141
Daniel Veillarde55e8e42003-01-10 12:50:02 +00002142Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
2143
2144 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
2145 routines.
2146
Daniel Veillard8f872442003-01-09 23:19:02 +00002147Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
2148
2149 * parser.c: one more IsEmptyElement crazyness, that time in
2150 external parsed entities if substitution is asked.
2151 * python/tests/reader3.py: added a specific test.
2152
Daniel Veillarde329fc22003-01-09 21:36:42 +00002153Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
2154
2155 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
2156 support and improved error handler registration
2157
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00002158Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
2159
2160 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
2161 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
2162 * README: fixed a link
2163
Daniel Veillarde2830f12003-01-08 17:47:49 +00002164Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
2165
2166 * configure.in doc/* NEWS: preparing 2.5.1 release
2167 * SAX.c parser.c: fixing XmlTextReader bug
2168
Daniel Veillard8bf70b92003-01-07 23:14:24 +00002169Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
2170
2171 * SAX.c: fuck, I introduced a memory leak on external parsed
2172 entities in 2.5.0 :-(
2173
Daniel Veillard56ada1d2003-01-07 11:17:25 +00002174Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
2175
2176 * xmllint.c: another fix needed as pointed by Christophe Merlet
2177 for --stream --debug if compiled without debug support.
2178
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00002179Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
2180
2181 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00002182 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00002183 update man page with --stream and --chkregister
2184
Daniel Veillard8326e732003-01-07 00:19:07 +00002185Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2186
2187 * globals.c: fixed --with-threads compile
2188 * xmllint.c: fixed --without-debug compile
2189 * include/libxml/globals.h: cleanup
2190 * include/libxml/schemasInternals.h: add a missing include
2191
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002192Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2193
2194 * configure.in NEWS: preparing 2.5.0 release
2195 * SAX.c: only warn in pedantic mode about namespace name
2196 brokeness
2197 * globals.c: fix a doc generation problem
2198 * uri.c: fix #101520
2199 * doc/*: updated and rebuilt the doc for the release, includuding
2200 stylesheet update
2201 * python/Makefile.am: fix a filename bug
2202
2203Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
2204
2205 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
2206 should not be called.
2207
2208Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
2209
2210 * libxml-2.0.pc.in: applied the patch to fix #101894
2211
2212Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
2213
2214 * tree.c : applied patch from Lukas Schroeder for register callbacks
2215 * valid.c: modified patch from Lukas Schroeder to test
2216 register callbacks with --chkregister
2217
2218Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
2219
2220 * xmlreader.c: seriously changed the way data are pushed to
2221 the underlying parser, go by block of 512 bytes instead of
2222 tryng to detect tag boundaries at that level. Changed the
2223 way empty element are detected and tagged.
2224 * python/tests/reader.py python/tests/reader2.py
2225 python/tests/reader3.py: small changes mostly due to context
2226 reporting being different and DTD node being reported. Some
2227 errors previously undetected are now caught and fixed.
2228 * doc/xmlreader.html: flagged last section as TODO
2229
2230Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
2231
2232 * python/libxml.py: integrated the Python 2.2 optimizations
2233 from Hannu Krosing, while maintaining compatibility with
2234 1.5 and 2.1
2235
2236Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
2237
2238 * xmllint.c: a bit of cleanup
2239 * xmlreader.c: small fix
2240 * doc/xmlreader.html: more work on the XmlTextReader tutorial
2241 * python/libxml.py: a few fixes pointed out by Hannu Krosing
2242
2243Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
2244
2245 * python/setup.py.in: patch from Stéphane Bidoul to include
2246 drv_libxml2.py in setup.py
2247
2248Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
2249
2250 * doc/xmlreader.html: starting documenting the new XmlTextReader
2251 interface.
2252
2253Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
2254
2255 * xmllint.c: added the --stream flag to use the TextReader API
2256 * xmlreader.c: small performance tweak
2257
2258Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
2259
2260 * xmlreader.c python/tests/reader2py: okay the DTD validation
2261 code on top of the XMLTextParser API should be solid now.
2262
2263Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
2264
2265 * xmlreader.c python/tests/reader2py: Fixing some more mess
2266 with validation and recursive entities while using the
2267 reader interface, it's getting a bit messy...
2268
2269Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2270
2271 * xmlreader.c python/tests/reader.py: another couple of problem
2272 related to IsEmptyElement reported by Stéphane Bidoul needed
2273 some fixes.
2274
2275Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2276
2277 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
2278 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
2279 based on the python XmlTextReader interface.
2280
2281Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
2282
2283 * tree.c: backing out one change in the last patch which broke the
2284 regression tests
2285
2286Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
2287
2288 * global.data globals.c tree.c include/libxml/globals.h: applied
2289 an old patch from Lukas Schroeder to track node creation and
2290 destruction. Probably missing a lot of references at the moment
2291 and not usable reliably.
2292
2293Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2294
2295 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
2296 from doc/news.html and a stylesheet
2297
2298Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
2299
2300 * xmlreader.c python/tests/reader.py: fixed another couple of
2301 xmlreader bugs reported by Stéphane Bidoul and added tests.
2302
2303Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2304
2305 * xmlreader.c python/tests/reader2.py: fixed another validity
2306 checking in external parsed entities raised by Stéphane Bidoul
2307 and added a specific regression test.
2308 * python/tests/reader3.py: cleanup
2309
2310Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2311
2312 * xmlreader.c python/tests/reader2.py: fixed a problem with
2313 validation within entities pointed by Stéphane Bidoul, augmented
2314 the tests to catch those.
2315
2316Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2317
2318 * python/generator.py: modified the generator to allow keeping
2319 class references when creating new classes, needed to fix a bug
2320 pointed by Stéphane Bidoul where the input buffer of the
2321 xmlTextReader instance gets destroyed if the python wrapper for
2322 the input is not referenced anymore.
2323
2324Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2325
2326 * xmlreader.c python/tests/reader.py: fixed another pair of problem
2327 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
2328
2329Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2330
2331 * xmlreader.c python/tests/reader.py: fixed another problem
2332 pointed by Stéphane Bidoul
2333
2334Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2335
2336 * xmlreader.c python/tests/reader.py: fixed a limit case problem
2337 with "<a/>"
2338
2339Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2340
2341 * SAX.c: warn on xmlns:prefix="foo"
2342 * xmlreader.c python/tests/reader.py: fixed a couple of problem
2343 for namespace attributes handling.
2344
2345Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2346
2347 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
2348 a really nasty problem raised by a DocBook XSLT transform
2349 provided by Sebastian Bergmann
2350
2351Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
2352
2353 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
2354 by Stéphane Bidoul and integrated it into the tests
2355
2356Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2357
2358 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
2359 extended the XmlTextReader API a bit, addding accessors for
2360 the current doc and node, and an entity substitution mode for
2361 the parser.
2362 * python/libxml.py python/libxml2class.txt: related updates
2363 * python/tests/Makefile.am python/tests/reader.py
2364 python/tests/reader2.py python/tests/reader3.py: updated a bit
2365 the old tests and added a new one to test the entities handling
2366
2367Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2368
2369 * python/generator.py python/libxml2class.txt
2370 python/tests/reader.py python/tests/reader2.py: changed the
2371 generator to provide casing for the XmlTextReader similar to
2372 C# so that examples and documentation are more directly transposable.
2373 Fixed the couple of tests in the suite.
2374
2375Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2376
2377 * doc/guidelines.html: added a document on guildeline for
2378 publishing and deploying XML
2379
2380Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2381
2382 * valid.c xmlreader.c: final touch running DTD validation
2383 on the XmlTextReader
2384 * python/tests/Makefile.am python/tests/reader2.py: added a
2385 specific run based on the examples from test/valid/*.xml
2386
2387Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2388
2389 * python/libxml.py: added a few predefined xmlTextReader parser
2390 configuration values.
2391
2392Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2393
2394 * python/libxml_wrap.h: trying to fix #102037
2395
2396Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2397
2398 * SAX.c: fixing bug #95296, when the predefined entities
2399 are redefined in the DTD the default one must be used
2400 instead anyway.
2401
2402Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
2403
2404 * doc/xmllint.xml
2405 * doc/xmllint.1
2406 Add discussion of XML_DEBUG_CATALOG to xmllint man
2407 page - bug #100907
2408
2409
2410Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2411
2412 * xmlreader.c: Fixed the empty node detection to avoid reporting
2413 an inexistant close tag.
2414
2415Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2416
2417 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
2418 for Python 2.1
2419
2420Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2421
2422 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
2423
2424Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2425
2426 * doc/libxml2-api.xml python/tests/reader.py: one really need
2427 to provide the base URI information when creating a reader parser
2428 from an input stream. Updated the API and the example using it.
2429
2430Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2431
2432 * testReader.c xmlreader.c valid.c include/libxml/tree.h
2433 include/libxml/valid.h include/libxml/xmlreader.h: working on
2434 DTD validation on top of xml reader interfaces. Allows to
2435 validate arbitrary large instances. This required some extensions
2436 to the valid module interface and augmenting the size of xmlID
2437 and xmlRef structs a bit.
2438 * uri.c xmlregexp.c: simple cleanup.
2439
2440Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2441
2442 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
2443 work on the xml reader interfaces.
2444 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
2445 Web page for the Windows binaries.
2446
2447Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2448
2449 * xmlIO.c: applied a patch for VMS following the report by
2450 Nigel Hall
2451
2452Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2453
2454 * parser.c: the parseStartTag bug fix wasn't complete.
2455
2456Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2457
2458 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
2459 parseStartTag, fixing it.
2460 * test/att4 result/att4 result/noent/att4: adding the test
2461 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2462 more methods to XmlTextReader.
2463
2464Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2465
2466 * win32/libxml2.def.src: added more xml reader exports
2467 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
2468 to the build
2469
2470Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
2471
2472 * doc/tutorial/xmltutorial.xml
2473 plus generated html and pdf
2474 Updating tutorial again based on further comments from Niraj
2475 Tolia on the last iteration
2476
2477Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
2478
2479 * doc/tutorial/xmltutorial.xml
2480 * doc/tutorial/includekeyword.c
2481 * doc/tutorial/includegetattribute.c
2482 plus generated html and pdf
2483 Adding fix from Niraj Tolia to tutorial to properly free memory.
2484
2485
2486Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2489 more methods of XmlTextReader.
2490 * python/libxml2class.txt python/tests/reader.py: this increased the
2491 methods in the bndings, augmented the test to check those new
2492 functions.
2493
2494Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2495
2496 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
2497 methods of XmlTextReader.
2498 * python/generator.py python/libxml_wrap.h python/types.c
2499 python/libxml2class.txt: added the reader to the Python bindings
2500 * python/tests/Makefile.am python/tests/reader.py: added a specific
2501 test for the Python bindings of the Reader APIs
2502 * parser.c: small cleanup.
2503
2504Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2505
2506 * xinclude.c: fallback was only copying the first child not the
2507 full child list of the fallback element, closes #89684 as reopened
2508 by Bernd Kuemmerlen
2509
2510Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2511
2512 * win32/libxml2.def.src: exported htmlNodeDumpOutput
2513
2514Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2515
2516 * configure.in: preparing release of 2.4.30
2517 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
2518 gives enum values, fix functype return type, put back fields in
2519 structs
2520 * doc/*: updated the docs rebuilt
2521
2522Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2523
2524 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
2525 about htmlNodeDumpOutput location.
2526 * xpath.c: removed an undefined function signature
2527 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
2528 too many symbols in the API breaking the python bindings.
2529 Updated with the libxslt/libexslt changes.
2530
2531Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2532
2533 * configure.in: preparing release of 2.4.29
2534 * doc/*: rebuilt the docs and API
2535 * xmlreader.c: a few more fixes for the XmlTextReader API
2536
2537Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2538
2539 * include/win32config.h: applied mingw patch from Magnus Henoch
2540
2541Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2542
2543 * catalog.c doc/libxml2-api.xml: a bit more cleanup
2544
2545Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2546
2547 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
2548 building Python script, does the C parsing directly, generates
2549 a better API description including structure fieds defs and
2550 enums. Still a couple of bugs, but good enough for the python
2551 wrappers now.
2552 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
2553 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
2554 include/libxml/schemasInternals.h include/libxml/tree.h: more
2555 cleanup based on the python analysis script reports.
2556 * libxml.spec.in: make sure the API XML description is part of the
2557 devel package.
2558
2559Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2560
2561 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
2562 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
2563 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
2564 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
2565 code cleanup, especially the function comments.
2566 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
2567
2568Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2569
2570 * Makefile.am xmlreader.c include/libxml/Makefile.am
2571 include/libxml/xmlreader.h: Adding a new set of APIs based on
2572 the C# TextXmlReader API but converted to C. Allow to parse
2573 in constant memory usage, far simpler to program and explain
2574 than the SAX like APIs, unfinished but working.
2575 * testReader.c: test program
2576
2577Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2578
2579 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
2580
2581Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * tree.c: Chip turner indicated that XHTML1 serialization
2584 rule for style actually break on both IE and Mozilla,
2585 try to avoid the rule if escaping ain't necessary
2586
2587Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2588
2589 * nanhttp.c: handle HTTP URL escaping, problem reported by
2590 Glen Nakamura and Stefano Zacchiroli
2591
2592Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
2595
2596Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2597
2598 * uri.c: Johann Richard pointed out some XPointer problems for
2599 URN based URI references in XInclude. Modified the URI parsing
2600 and saving routines to allow correct parsing and saving of
2601 XPointers, especially when attached to "opaque" scheme accordingly
2602 to RFC 2396
2603
2604Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2605
2606 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
2607 of refactoring to the HTML saving code.
2608 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
2609 in the doc.
2610
2611Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2612
2613 * tree.c include/libxml/tree.h: refactored the XML dump of a node
2614 to a buffer API to reuse the generic dump to an OutputIO layer,
2615 this reduces code, fixes xmlNodeDump() for XHTML, also made
2616 xmlNodeDump() now return the number of byte written.
2617
2618Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
2619
2620 * python/setup.py.in: another patch from Stéphane Bidoul for
2621 Python bindings on Windows
2622 * doc/parsedecl.py: small cleanup
2623
2624Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2625
2626 * libxml.spec.in configure.in: add a line in %changelog for releases
2627
2628Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2629
2630 * parser.c: patch from Marcus Clarke fixing a problem in entities
2631 parsing that was detected in KDe documentations environment.
2632
2633Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2634
2635 * python/libxml.c (libxml_prev): Return the previous as opposed to
2636 the next node (I guess this is the result of some cut & paste programming:)
2637
2638Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2639
2640 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
2641
2642Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2643
2644 * python/generator.py python/libxml.c python/setup.py.in: trying
2645 to fix the Python bindings build on Windows (Stéphane Bidoul)
2646
2647Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2648
2649 * win32/configure.js: added option for python bindings
2650 * win32/libxml2.def.src: added more exports
2651
2652Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2653
2654 * win32/Makefile.mingw: fixed unresolved symbols when linking with
2655 pthreads
2656 * win32/wince/*: applied updates to Windows CE port from Javier
2657
2658Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2659
2660 * configure.in: preparing 2.4.28
2661 * libxml.spec.in doc/Makefile.am: some cleanup
2662 * doc/*: updated the news and regenerated.
2663
2664Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2665
2666 * HTMLparser.c: final touch at closing #87235 </p> end tags
2667 need to be generated.
2668 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
2669 this change slightly the output of a few tests
2670 * doc/*: regenerated
2671
2672Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2673
2674 * parserInternals.c: fixing bug #99190 when UTF8 document are
2675 parsed using the progressive parser and the end of the chunk
2676 is in the middle of an UTF8 multibyte character.
2677
2678Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2679
2680 * threads.c: fixed initialization problem in xmlNewGlobalState
2681 which was causing crash.
2682 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
2683 in xmlInitializeGlobalState.
2684 * parserInternals.c: cleaned up ctxt->sax initialisation.
2685
2686Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2687
2688 * tree.c include/libxml/tree.h: modified the existing APIs
2689 to handle XHTML1 serialization rules automatically, also add
2690 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
2691 libxslt serialization uses it when needed without changing
2692 the library API.
2693 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
2694 result/xhtml1: added a new test specifically for xhtml1 output
2695 and updated the result of one XHTML1 test
2696
2697Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
2698
2699 * xinclude.c parserInternals.c encoding.c: fixed #99082
2700 for xi:include encoding="..." support on text includes.
2701 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
2702 test/XInclude/ents/isolatin.txt : added a specific regression test
2703 * python/generator.py python/libxml2class.txt: fixed the generator
2704 the new set of comments generated for doc/libxml2-api.xml were
2705 breaking the python generation.
2706
2707Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2708
2709 * doc/Makefile.am: repair some problem if gtk-doc fail or such
2710 * configure.in: patch for Solaris on new autoconf closes #98880
2711 * doc/parsedecl.py: repair the frigging API building script,
2712 did I say that python xmllib sucks ?
2713 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
2714 and some comment are no more truncated.
2715
2716Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2717
2718 * parser.c: Martin Stoilov pointed out a potential leak in
2719 xmlCreateMemoryParserCtxt
2720
2721Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2722
2723 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
2724 included in HTML documents and using the push parser.
2725
2726Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2727
2728 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
2729 specified, look for the Python interpreter not just in the
2730 specified root but also in the specified location. Fixes #98825
2731
2732Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2733
2734 * python/libxml.c: fixing bug #98792 , node may have no doc
2735 and dereferencing without checking ain't good ...
2736
2737Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2738
2739 * configure.in: preparing release 2.4.27
2740 * doc/* : updated and rebuilt the docs
2741 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
2742 and all the docs are actually packaged and in the final RPMs
2743 * parser.c parserInternals.c include/libxml/parser.h: restore
2744 xmllint --recover feature.
2745
2746Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2747
Daniel Veillard784b9352003-02-16 15:50:27 +00002748 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002749 processing of parsed entities, and XPath computation on sustitued
2750 entities.
2751 * testXPath.c: make sure entities are substitued.
2752
2753Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2754
Daniel Veillard784b9352003-02-16 15:50:27 +00002755 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002756 processing of internal parsed entities, which had to be changed.
2757
2758Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2759
2760 * Makefile.am python/Makefile.am python/tests/Makefile.am:
2761 trying to fix bug #98517 about building outside the source tree
2762 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
2763
2764Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2765
2766 * include/win32config.h: cleanup
2767 * win32/Makefile.mingw: integrated mingw in JScript configure
2768 * win32/Makefile.msvc: modified to allow mingw coexistence
2769 * win32/configure.js: integrated mingw
2770 * win32/Readme.txt: cleanup
2771
2772Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2773
2774 * HTMLparser.c: strengthen the guard in the Pop macros,
2775 like in the XML parser, closes bug #97315
2776
2777Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
2780 callback is never used.
2781
2782Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2783
2784 * parserInternals.c: fixed the initialization of the SAX structure
2785 which was breaking xsltproc
2786 * xpath.c: patch from Petr Pajas for CDATA nodes
2787 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
2788 * parser.c include/libxml/parser.h: patch from Peter Jones
2789 removing a leak in xmlSAXParseMemory() and adding the
2790 function xmlSAXParseMemoryWithData()
2791
2792Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
2793
2794 adding pdf of tutorial, changing web page to link to it
2795 * doc/tutorial/xmltutorial.pdf
2796 * doc/xml.html
2797 * doc/docs.html
2798
2799Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
2800
2801 * doc/tutorial/ar01s08.html
2802 adding file what I forgot for tutorial
2803
2804
2805Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
2806
2807 Adding encoding discussion to tutorial
2808 Added:
2809 * doc/tutorial/images/*.png: DocBook admonition image files
2810 * doc/tutorial/apf.html, apg.html: new generated html
2811 * doc/tutorial/includeconvert.c: conversion code entity file
2812 changed:
2813 * doc/tutorial/xmltutorial.xml: DocBook original
2814 * doc/tutorial/*.html: generated html
2815
2816Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2817
2818 * include/libxml/*.h: retired xmlwin32version.h
2819 * doc/Makefile.am: retired xmlwin32version.h
2820 * win32/configure.js: retired xmlwin32version.h
2821
2822Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2823
2824 * win32/libxml2.def.src: exported additional symbols
2825 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
2826 sisterhood
2827
2828Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2829
2830 * globals.c: fixed a typo pointed out by Igor
2831 * xpath.c: try to speed up node compare using line numbers
2832 if available.
2833
2834Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2835
2836 * tree.c: make xmlFreeNode() handle attributes correctly.
2837
2838Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2839
2840 * catalog.c: completed the #96963 fix, as reported by Karl
2841 Eichwalder
2842
2843Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2844
2845 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
2846
2847Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2848
2849 * Makefile.am: switched the order of a couple of includes
2850 to fix bugs #97100
2851
2852Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2853
2854 * catalog.c: fixed bug #96963, reverted to the old behaviour of
2855 xmlLoadCatalogs that used to separate directories with a ':'.
2856
2857Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2858
2859 * threads.c: improvements to the Windows-side of thread handling
2860 * testThreads.c: conditionally excluded unistd.h
2861 * testThradsWin32.c: broke overlong lines
2862 * include/win32config.h: adapted thread-related macros to the new
2863 scheme and for pthreads on Windows
2864 * win32/Makefile.msvc: introduced a more flexible thread build,
2865 added testThreads[Win32].c to the build
2866 * win32/configure.js: introduced a more flexible thread config
2867
28682002-10-31 John Fleck <jfleck@inkstain.net>
2869
2870 * doc/xml.html (and, by implication, FAQ.html)
2871 added UTF-8 conversaion FAQ from Marcus Labib Iskander
2872
2873Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2874
2875 * configure.in: removed xmlwin32version.h
2876 * include/libxml/Makefile.am: removed xmlwin32version.h
2877
2878Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2879
2880 * tree.c: applied patch from Brian Stafford to fix a bug
2881 in xmlReconciliateNs()
2882
2883Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2884
2885 * tree.c: applied patch from Christian Glahn to allow
2886 xmlNewChild() on document fragment nodes
2887
2888Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2889
2890 * parser.c: Christian Glahn found a problem with a recent
2891 patch to xmlParseBalancedChunkMemoryRecover()
2892 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
2893 problems
2894 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
2895 test/schemas/seq*: added the test cases from Charles
2896
2897Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2898
2899 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
2900 serious cleanup of the spec file and associated changes
2901 in the Makefiles.
2902 * valid.c: try to remove some warnings on x86_64
2903
2904Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2905
2906 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
2907 fix bug #96586
2908
2909Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2910
2911 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
2912 parsing, applied his patch
2913 * result/HTML/attrents.html result/HTML/attrents.html.err
2914 result/HTML/attrents.html.sax test/HTML/attrents.html:
2915 added the test and result case provided by Mikhail Sogrine
2916
2917Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * vms/build_libxml.com vms/config.vms vms/readme.vms
2920 include/libxml/parser.h include/libxml/parserInternals.h
2921 include/libxml/tree.h include/libxml/xmlIO.h
2922 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
2923 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
2924 Applied the VMS update patch from Craig A. Berry
2925 * doc/*.html: update
2926
2927Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2928
2929 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
2930
2931Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2932
2933 * debugXML.c: adding a grep command to --shell in xmllint
2934 for T.V. Raman
2935
2936Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * xmlcatalog.c: tried to fix some of the problem with --sgml
2939
2940Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
2941
2942 * parser.c: tried to fix bug #91500 where doc->children may
2943 be overriden by a call to xmlParseBalancedChunkMemory()
2944
2945Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2946
2947 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
2948 identifiers in SGML catalogs containing '&'
2949
2950Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * python/types.c: fixed bugs when passing result value tree
2953 to Python functions.
2954
2955Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2956
2957 * configure.in: preparing the release of 2.4.26
2958 * doc/*: updated and rebuilt the documentation
2959
2960Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2961
2962 * parser.c: fixed a XML Namespace compliance bug reported by
2963 Alexander Grimalovsky
2964
2965Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2966
2967 * HTMLtree.c: fixed serialization of script and style when
2968 they are not lowercase (i.e. added using the API to the tree).
2969
2970Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2971
2972 * valid.c: make xmlValidateDocument emit a warning msg if there
2973 is no DTD, pointed by Christian Glahn
2974
2975Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2976
2977 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
2978 content model when some of the blocks have min or max, and a couple
2979 of bugs found in the process.
2980 * result/schemas/list0* test/schemas/list0*: added some specific
2981 regression tests
2982
2983Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
2984
2985 * README: updated the contact informations
2986
2987Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2988
2989 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
2990 misses it, reported by Peter Bray.
2991
2992Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2993
2994 * tree.c: investigating xmlNodeGetContent() on namespace nodes
2995 and removed a few warnings
2996
2997Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
2998
2999 * parser.c: Christian Glahn found a small bug in the push parser.
3000 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
3001 public
3002
3003Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3004
3005 * xmlschemas.c include/libxml/xmlschemas.h: added
3006 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
3007 * testSchemas.c: added --memory to test the new interface
3008
3009Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
3010
3011 * doc/index.py doc/search.php: integrated the XSLT indexing,
3012 a few fixed in the indexer, added a scope selection at the
3013 search level.
3014
3015Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3016
3017 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
3018 this was due to uninitialized parts of the validation context
3019
3020Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3021
3022 * debugXML.c: applied patch from Mark Vakoc except the API
3023 change, preserved it.
3024 * doc/*: updated the docs to point to the search engine for
3025 information lookup or before bug/help reports.
3026
3027Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3028
3029 * doc/index.py doc/search.php: added mailing-list archives
3030 indexing and lookup
3031
3032Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3033
3034 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
3035
3036Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3037
3038 * doc/index.py: improved HTML indexing
3039 * doc/search.php: make the queries also lookup the HTML based indexes
3040
3041Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
3042
3043 * doc/index.py: added HTML page indexing
3044
3045Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3046
3047 * xmlIO.c: extended Windows path normalisation to fix the base
3048 problem in libxslt.
3049 * catalog.c: fixed list handling in XML_CATALOG_FILES
3050
3051Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3052
3053 * valid.c: typo/bug found by Christian Glahn
3054
3055Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3056
3057 * xmlIO.c: applied Windows CE patch from Javier.
3058 * win32/wince: new directory, contains support for the PocketPC
3059 with Windows CE from Javier.
3060 * include/win32config.h: reorganised, removed duplicate
3061 definitions and applied WinCE patch from Javier.
3062 * include/wsockcompat.h: new file, now contains WinSock
3063 compatibility macros.
3064 * win32/Makefile.msvc: introduced double-run compilation.
3065
3066Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3067
3068 * configure.in include/libxml/xmlwin32version.h: preparing release
3069 of 2.4.25
3070 * doc/*: updated and regenerated teh docs and web pages.
3071
3072Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3073
3074 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
3075 error were not covering namespace declarations.
3076 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
3077 it was missing the attribute declaration for the namespace
3078 * result/VC/NS3: the fix now report breakages in that test
3079
3080Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3081
3082 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
3083
3084Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3085
3086 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
3087 and regenerated the docs and web site
3088
3089Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3090
3091 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
3092 ATTRIBUTE_UNUSED is always put after the attribute declaration,
3093 not before
3094
3095Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3096
3097 * python/generator.py python/libxml2class.txt: fixed a stupid error
3098 breaking the python API
3099
3100Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3101
3102 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
3103 triostr.c triostr.h: applied a trio update patch from
3104 Bjorn Reese which should work with MinGW
3105
3106Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * tree.c: improving some documentation comments
3109 * xmlregexp.c: found and fixed a mem leak with python regression tests
3110 * doc/*: rebuilt the doc and the API XML file including the
3111 xmlregexp.h xmlautomata.h and xmlunicode.h headers
3112 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
3113 python/types.c: added access to the XML Schemas regexps from
3114 python
3115 * python/tests/Makefile.am python/tests/regexp.py: added a
3116 simple regexp bindings test
3117
3118Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
3119
3120 * doc/xml.html:
3121 fixing ftp links - thanks to Vitaly Ostanin
3122
3123Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
3124
3125 * xmlregexp.c: fixed the data callback on transition functionality
3126 which was broken when using the compact form
3127 * result/schemas/*: updated the results, less verbose, all tests
3128 pass like before
3129 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
3130 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
3131 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
3132 annoying warnings
3133 * xpath.c: try to provide better error report when possible
3134
3135Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3136
3137 * Makefile.am: fixed a breakage raised by Jacob
3138
3139Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3140
3141 * include/win32config.h: added HAVE_ERRNO_H definition for parts
3142 which don't use sockets
3143
3144Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3145
3146 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
3147 * win32/configure.js: applied zlib patch from Daniel Gehriger
3148
3149Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3150
3151 * win32/configure.js: applied the patch from Mark Vakoc for
3152 regexp support
3153 * win32/libxml2.def.src: applied the patch from Mark Vakoc
3154 for regexp support
3155
3156Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3157
3158 * xmlschemastypes.c: as pointed by Igor Float and Double
3159 parsing ain't finished yet
3160
3161Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * Makefile.am configure.in: trying to fix #88412 by bypassing
3164 all the python subdir if python ain't detected
3165
3166Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3167
3168 * Makefile.am configure.in include/libxml/xmlversion.h.in:
3169 made configuring with regexps/automata/unicode the default
3170 but without schemas ATM
3171 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
3172 fixed the regexp based DTD validation performance and memory
3173 problem by switching to a compact form for determinist regexps
3174 and detecting the determinism property in the process. Seems
3175 as fast as the old DTD validation specific engine :-) despite
3176 the regexp built and compaction process.
3177
3178Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3179
3180 * valid.c: determinism is debugged, new DTD checking code now works
3181 but xmlFAComputesDeterminism takes far too much CPU and the whole
3182 set usues too much memory to be really usable as-is
3183
3184Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3185
3186 * tree.c: fixed another stupid bug in xmlGetNodePath()
3187 * xmllint.c: --version now report the options compiled in
3188
3189Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3190
3191 * HTMLparser.c: small cleanup
3192 * valid.c xmlregexp.c: switched DTD validation to use only regexp
3193 when configured with them. A bit of debugging around the determinism
3194 checks is still needed
3195
3196Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3197
3198 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
3199
3200Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3201
3202 * xmlIO.c: small portability glitch fixed.
3203
3204Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3205
3206 * xmlschemastypes.c: incomplete steps for real/double support
3207 * testAutomata.c include/libxml/xmlautomata.h
3208 include/libxml/xmlregexp.h: avoiding a compilation problem
3209 * valid.c include/libxml/valid.h: starting the work toward using
3210 the regexps for actual DTD validation
3211
3212Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3213
3214 * hash.c: cosmetic cleanup
3215 * valid.c include/libxml/tree.h include/libxml/valid.h: started
3216 integrating a DTD validation layer based on the regexps
3217
3218Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
3219
3220 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
3221 the determinism was tested before eliminating the epsilon
3222 transitions :-(
3223
3224Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
3225
3226 * python/generator.py python/libxml.c python/libxml.py
3227 python/libxml2-python-api.xml python/libxml2class.txt
3228 python/libxml_wrap.h python/types.c: updated the python
3229 bindings, added code for easier File I/O, and the ability to
3230 define a resolver from Python fixing bug #91635
3231 * python/tests/Makefile.am python/tests/inbuf.py
3232 python/tests/outbuf.py python/tests/pushSAXhtml.py
3233 python/tests/resolver.py python/tests/serialize.py: updated
3234 and augmented the set of Python tests.
3235
3236Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3237
3238 * win32/configure.js: added more readme info for the binary
3239 package.
3240
3241Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3242
3243 * xmlIO.c: fixed a stupid out of bound array error
3244
3245Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3246
3247 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
3248 messing around with support for Windows path, cleanups,
3249 trying to identify and fix the various code path to the
3250 filename access. Added xmlNormalizeWindowsPath()
3251
3252Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3253
3254 * error.c valid.c: working on better error reporting of validity
3255 errors, especially providing an accurate context.
3256 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
3257 error reports in those cases.
3258
3259Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3260
3261 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
3262 parser.c parserInternals.c xmlIO.c: get rid of all the
3263 perror() calls made in the library execution paths. This
3264 should fix both #92059 and #92385
3265
3266Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
3267
3268 * xmllint.c: memory leak reporting was broken after a change
3269 of the preprocessor symbol used to activate it.
3270
3271Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3272
3273 * tree.c: try to make the copy function work for node of
3274 type XML_DOCUMENT_FRAG_NODE, they are only created by the
3275 DOM layers though, not libxml2 itself.
3276
3277Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
3278
3279 * valid.c: try to provide file and line informations, not all
3280 messages are covered, but it's a (good) start
3281
3282Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
3283
3284 * xinclude.c: reimplemented a large part of the XInclude
3285 processor, trying to minimize resources used, James Henstridge
3286 provided a huge test case which was exhibiting severe memory
3287 consumption problems.
3288
3289Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
3290
3291 * python/Makefile.am: applied patch from Christophe Merlet to
3292 reestablish DESTDIR
3293
3294Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
3295
3296 * libxml.spec.in: fixes libary path for x86_64 AMD
3297
3298Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
3299
3300 * doc/tutorial/includekeyword.c
3301 * doc/tutorial/xmltutorial.xml:
3302 (plus resulting generated html files)
3303 fixing one spot I missed in the tutorial where I hadn't freed
3304 memory properly
3305
3306Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
3307
3308 * doc/tutorial/includeaddattribute.c
3309 * doc/tutorial/includeaddkeyword.c
3310 * doc/tutorial/includegetattribute.c
3311 * doc/tutorial/includekeyword.c
3312 * doc/tutorial/xmltutorial.xml
3313 * doc/tutorial/*.html:
3314 update tutorial to properly free memory (thanks to Christopher
3315 R. Harris for pointing out that this needs to be done)
3316 * doc/tutorial/images/callouts/*.png:
3317 added image files so the callouts are graphical, making it
3318 easier to read ( use "--param callout.graphics 1" to generate
3319 html with graphical callouts)
3320
3321Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
3322
3323 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
3324 nice logos generated by Marc Liyanage
3325 * doc/site.xsl *.html: changed the stylesheet to show the new
3326 logo and regenerated the pages
3327
3328Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3329
3330 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
3331
3332Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3333
3334 * xpath.c: possible mem leak patch from Jason Adams
3335
3336Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3337
3338 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
3339 in the XQuery namespace
3340 * configure.in: preparing 2.4.24
3341 * doc/*.html: updated the web pages
3342
3343Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3344
3345 * python/generator.py: closing bug #85258 by generating conditional
3346 compile check to avoid linking to routines not configured in.
3347
33482002-08-22 Havoc Pennington <hp@pobox.com>
3349
3350 * autogen.sh: update error message for missing automake
3351
3352Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3353
3354 * python/Makefile.am: typo in target name resulted in libxml2.py
3355 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
3356
3357Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3358
3359 * win32/win32/Makefile.mingw: updated with version from
3360 Elizabeth Barham at http://soggytrousers.net/repository/
3361
3362Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3363
3364 * win32/Makefile.msvc: added the prefix location to the include
3365 and lib search path.
3366
33672002-08-18 Havoc Pennington <hp@pobox.com>
3368
3369 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
3370 both automake 1.6 and 1.4 installed get the right automake. Means
3371 compilation from CVS will now require the latest automake 1.4
3372 release, or manually creating symlinks called "automake-1.4" and
3373 "aclocal-1.4"
3374
3375Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3376
3377 * configure.in python/Makefile.am: more AMD 64 induced changes from
3378 Frederic Crozat
3379
3380Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3381
3382 * xinclude.c: oops I was missing the xml:base fixup too
3383 * result/XInclude/*.xml: this adds xml:base attributes to most
3384 results of the tests
3385
3386Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3387
3388 * xinclude.c: quick but apparently working implementation of
3389 xi:fallback, should close bug #89684
3390 * Makefile.am test/XInclude/docs/fallback.xml
3391 result/XInclude/fallback.xml: added a basic test for fallback,
3392 and run with --nowarning to avoid a spurious warning
3393 * configure.in: applied patch from Frederic Crozat for python
3394 bindings on AMD 64bits machines.
3395
3396Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3397
3398 * parser.c: xmlSAXUserParseMemory() really ought to fail if
3399 the caller don't pass a SAX callback block.
3400
3401Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3402
3403 * tree.c: applied the same fix for the XML-1.0 namespace to
3404 xmlSearchNsByHref() as was done for xmlSearchNs()
3405
3406Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3407
3408 * libxml.3: small cleanup of the man page
3409 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
3410 when serializing HREF attributes generated by XSLT.
3411
3412Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3413
3414 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
3415 version of Marc Liyanage' patch for boolean attributes in HTML
3416 output
3417
3418Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3419
3420 * python/tests/serialize.py: fixed the test results, indenting
3421 behaviour changed slightly
3422
3423Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3424
3425 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
3426 new c14n function to Windows def files
3427
3428Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
3429
3430 * c14n.c: fixed a memory leak in c14n code
3431
3432Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3433
3434 * parser.c include/libxml/parser.h: adding a new API for Christian
3435 Glahn: xmlParseBalancedChunkMemoryRecover
3436 * valid.c: patch from Rick Jones for some grammar cleanup in
3437 validation messages
3438 * result/VC/* result/valid/*: this slightly change some of the
3439 regression tests outputs
3440
3441Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3442
3443 * tree.c: trying to fix a problem in namespaced attribute handling
3444 raised by Christian Glahn
3445
3446Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3447
3448 * encoding.c include/libxml/encoding.h: Opening the interface
3449 xmlNewCharEncodingHandler as requested in #89415
3450 * python/generator.py python/setup.py.in: applied cleanup
3451 patches from Marc-Andre Lemburg
3452 * tree.c: fixing bug #89332 on a specific case of loosing
3453 the XML-1.0 namespace on xml:xxx attributes
3454
3455Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
3456
3457 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
3458 corner case from new Merlin's test suite and added a callback
3459 that will be used to improve xmlsec performance
3460
3461
3462Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3463
3464 * HTMLtree.c: trying to fix the <style> escaping problem in
3465 HTML serialization bug #89342
3466
3467Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3468
3469 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
3470 and rebuilt the web site.
3471
3472Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
3473
3474 * include/libxml/tree.h: added _private member to xmlNs struct
3475
3476Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3477
3478 * HTMLparser.c: fixing bug #84876 based on the xml working
3479 code.
3480
3481Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3482
3483 * python/Makefile.am: enhanced to fix bug 72012 (errors
3484 when using '-jX' make parameter)
3485
3486Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3487
3488 * xpath.c: small additional enhancement for booleans
3489 compared to nodesets
3490
3491Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3492
3493 * HTMLtree.c: changed the order of the encoding declaration
3494 attributes in the meta tags due to a bug in IE/Mac
3495
3496Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3497
3498 * xpath.c: enhanced handling of booleans (especially '='
3499 and '!=' for nodesets) - fixes bug 85256. Added new
3500 routine xmlXPathNotEqualValues for more proper handling
3501 of '!=' when nodesets are involved.
3502
3503Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3504
3505 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
3506 doc/xmlcatalog_man.xml to the source distribution
3507
3508Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3509
3510 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
3511 asked for this.
3512
3513Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3514
3515 * configure.in: preparing 2.4.23
3516 * doc/*: rebuilt the docs
3517
3518Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3519
3520 * parser.c: fixing bug #84169 by fixing the
3521 comment of xmlCreatePushParserCtxt to describe the
3522 encoding detection parameters better.
3523
3524Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3525
3526 * valid.c: fixing bug #79331 in one path the lookup for
3527 ID attributes on a namespaced node wasn't handled correctly :-\
3528
3529Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3530
3531 * HTMLparser.c: trying to fix 87235 about discarded white
3532 spaces in the HTML parser.
3533 * result/HTML/*: this changes the output of a number of HTML
3534 regression tests
3535
3536Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3537
3538 * xpath.c: applied patch from Richard Jinks for the namespace
3539 axis + fixed a memory error.
3540 * parser.c parserInternals.c: applied patches from Peter Jacobi
3541 removing ctxt->token for good.
3542 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
3543 popped out by the regression tests.
3544 * Makefile.am: patch for threads makefile from Gary Pennington
3545
3546Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3547
3548 * xpath.c: enhanced behaviour of position() after usage of
3549 expressions involving preceding-sibling (et al).
3550
3551Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3552
3553 * hash.c: applied a patch from Peter Jacobi to solve a problem
3554 when compiling with the Watcom C on Win32
3555 * result/schemas/*.err: the change of hashing algo generated
3556 permutations in the output
3557
3558Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * hash.c: applied patch from Sander Vesik improving the quality of
3561 the hash function.
3562
35632002-06-14 Aleksey Sanin <aleksey@aleksey.com>
3564
3565 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
3566 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
3567 xmllint.c xpath.c: replaced sprintf() with snprintf()
3568 to prevent possible buffer overflow (the bug was pointed
3569 out by Anju Premachandran)
3570
3571Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3572
3573 * parser.c: removed an uninitialized data error popped by valgrind
3574 on PE references
3575
3576Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
3577
3578 * doc/xml.html
3579 adding tutorial reference to the web page
3580
3581Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
3582
3583 * doc/tutorial/xmltutorial.xml
3584 * doc/tutorial/ar01s07.html
3585 * doc/tutorial/ape.html
3586 * doc/tutorial/includegetattribute.c
3587 adding section to tutorial about retrieving an attribute
3588 value
3589
3590Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3591
3592 * parser.c: applied a couple of patches from Peter Jacobi to start
3593 to get rid of ctxt->token, with a possible significant speed
3594 improvement to be gained once done. Better compliance with PE
3595 references constructs in DTDs too.
3596 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
3597 from Peter too
3598
3599Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3600
3601 * parser.c: Babak Vahedipour-Kunze reported that openTag in
3602 xmlParseElement was likely to have been deallocated at the
3603 time of the report, possibly leading to segfault. Just report
3604 the tag name now.
3605
3606Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3607
3608 * xpath.c: patch from Richard Jinks for XPath substring() function
3609 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
3610
36112002-06-06 Aleksey Sanin <aleksey@aleksey.com>
3612
3613 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
3614
3615Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
3616
3617 *doc/FAQ.html
3618 fixing typos in FAQ, thanks to Robert Funnell for the
3619 editing help
3620
3621Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3622
3623 * NEWS: got complaints from rpmlint that it was empty
3624
3625Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
3626
3627 * added doc/tutorial, including:
3628 apa.html
3629 apb.html
3630 apc.html
3631 apd.html
3632 ar01s02.html
3633 ar01s03.html
3634 ar01s04.html
3635 ar01s05.html
3636 ar01s06.html
3637 includeaddattribute.c
3638 includeaddkeyword.c
3639 includekeyword.c
3640 includestory.xml
3641 index.html
3642 xmltutorial.xml
3643 libxml tutorial, including generated html
3644
3645Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3646
3647 * result/c14n/exc-without-comments/merlin-c14n-two-*
3648 result/c14n/without-comments/merlin-c14n-two-*
3649 test/c14n/exc-without-comments/merlin-c14n-two-*
3650 test/c14n/without-comments/merlin-c14n-two-*
3651 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
3652 c14n/exc-c14n and slightly modified test script to handle
3653 these test cases
3654 * c14n.c: fixed bugs for complicated nodes set (namespace
3655 without node and others from merlin-c14n-two.tar.gz)
3656 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
3657 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
3658 for xmlsec performance patch
3659 * xpath.c: fixed self::node() for namespaces and attributes
3660
3661Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
3662
3663 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
3664 but with the format parameter
3665 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
3666
3667Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
3668
3669 * Makefile.am: updated c14n tests suite
3670 * c14n.c: performance improvement for previous c14n patch
3671
3672Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3673
3674 * parser.c: another peroformance patch from Peter Jacobi, that
3675 time on parsing attribute values.
3676
3677Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
3678
3679 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
3680 into LibXML2 test suite
3681
3682Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
3683
3684 * c14n.c: propagating xpath ancesstors node fix to c14n
3685 plus small performance improvement to reduce number of
3686 mallocs
3687 * xpath.c: fixed ancestors axis processing for namespace nodes
3688
3689Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3690
3691 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
3692 Peter Jacobi
3693
3694Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3695
3696 * configure.in: preparing 2.4.22
3697
3698Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3699
3700 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
3701 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
3702 a public entry point.
3703 * doc/*: rebuilt the API and docs
3704
3705Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3706
3707 * xpath.c: patch from Richard Jinks to fix a problem introduced
3708 in the previous patch and pointed by Norm
3709
3710Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3711
3712 * libxml.spec.in: fixing bug #81112
3713
3714Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3715
3716 * uri.c: fixing bug #82848
3717
3718Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3719
3720 * result/catalogs/mycatalog.full: Aleksey's commit changed the
3721 output of one catalog test
3722
3723Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3724
3725 * global.data globals.c tree.c include/libxml/globals.h
3726 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
3727 default value for global parameter xmlIndentTreeOutput to 1 and
3728 introduced new global parameter xmlTreeIndentString (the string
3729 used to do one-level indent) with default value " " (as it was
3730 in tree.c)
3731
3732Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3733
3734 * Makefile.am: Merijn Broeren pointed out a problem when compiling
3735 with trio and schemas.
3736
3737Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3738
3739 * xpath.c: patch from Richard Jinks to fix the problem raised in
3740 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
3741
3742Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3743
3744 * xmlschemas.c: a bit of work on import.
3745 * xmlschemastypes.c: Charles Bozeman provided a compare function
3746 for date/time types so min/max facet restrictions should work,
3747 indeterminate comparisons return an error instead of equal.
3748 * test/schemas/date_0* result/schemas/date_0_0: specific test
3749 from Charles Bozeman too
3750
3751Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3752
3753 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
3754 from Christian Cornelssen fixing the man pages and the Catalog
3755 building script.
3756 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
3757 next step is <xs:import> I now have a reasonable understanding
3758 of how it works.
3759
3760Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3761
3762 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
3763
3764Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3765
3766 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
3767
3768Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3769
3770 * xpath.c: fixing an XPath function evalutation bug pointed out
3771 by Alexey Efimov where the context was lost when evaluating
3772 the function arguments
3773
3774Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3775
3776 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
3777 function public for XMLSec performance optimizations
3778
3779Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3780
3781 * python/generator.py python/libxml2class.txt : fixed a problem
3782 with the HTML parser pointed by Gary Benson
3783 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
3784 example
3785
3786Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3787 * parser.c: fixed bug #81159 (memory growth in SAX)
3788
3789Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3790 * xpath.c: fixed bug #78858 (the real fix)
3791
3792Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3793 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
3794
3795Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3796
3797 * tree.c: modified xmlNodeSetBase to allow changing the
3798 base of a document.
3799
3800Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3801
3802 * xmlschemastypes.c: patch Charles Bozeman for validation of
3803 all the date, time, and duration types
3804 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
3805 * configure.in: fixed an error pointed by an user
3806 * xml2-config.in: fixed an error pointed by an user
3807
3808Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3809
3810 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
3811 win32/libxml2.def.src xmlIO.c: exported default
3812 'file:', 'http:' and 'ftp:' protocols input handlers
3813 and maked protocols comparisson case insensitive
3814
3815Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3816
3817 * configure.in: Neven Has detected a typo
3818
3819Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
3820
3821 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
3822 as one of the persons allowed to commit directly to the
3823 module.
3824
3825Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3826
3827 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
3828 * valid.c: raised a too low limit
3829 * doc/*: rebuilt the docs
3830
3831Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3832
3833 * test/XPath/expr/floats test/XPath/expr/functions
3834 result/XPath/expr/floats result/XPath/expr/functions
3835 xpath.c: another XPath conformance patch from Richard Jinks
3836
3837Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
3838
3839 * xmlschemas.c: fixed validation of attribute groups.
3840 * test/schemas result/schemas: added an example from the primer
3841
3842Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3843
3844 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
3845 * test/schemas result/schemas: updated the test list
3846
3847Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3848
3849 * TODO: updated a bit
3850 * parser.c: made a comment more specific
3851 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
3852 Schemas conformance.
3853 * test/schemas result/schemas: updated the test list
3854
3855Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3856
3857 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
3858 implementing xs:all with minOccurs = 0
3859 * tes/schemas/* result/schemas/*: added more tests covering
3860 xs:all
3861
3862Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3863
3864 * xmlregexp.c: first implementation of the all particle, this
3865 may need to be revisited for case where not all transitions
3866 must be crossed.
3867
3868Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3869
3870 * tree.c: another entity processing update from Markus Henke
3871
3872Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
3873
3874 * trionan.c: fixed crash on OSF/1
3875
3876Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3877
3878 * xmlschemas.c: more Schemas work
3879 * test/schemas/* result/schemas/*: added more tests coming
3880 from the spec.
3881
3882Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3883
3884 * c14n.c: patch from Aleksey Sanin reflecting a change in the
3885 ExcC14N specification
3886
3887Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3888
3889 * tree.c: patch from Markus Henke, fix for recursive entities.
3890
3891Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3892
3893 * xpath.c: fix a problem with string() on a document node.
3894
3895Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3896
3897 * Makefile.am xmlschemas.c: more Schemas work
3898 * test/schemas/* result/schemas/*: added more tests coming
3899 from the spec.
3900
3901Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3902
3903 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
3904 * result/HTML/*: this changes a few things in the results
3905
3906Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3907
3908 * include/libxml/tree.h: eliminated 'declaration different than
3909 prototype' warning
3910 * include/win32config.h: "resolved" conflicts with errno.h
3911
3912Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3913
3914 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
3915 on the automata interfaces and debug of counted choices
3916 * test/schemas/* result/schemas/*: added a number of tests
3917
3918Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3919
3920 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
3921 a bit of work on Schemas
3922 * testSchemas.c: try to make it more useful
3923 * test/schemas/* result/schemas/* Makefile.am: changed the
3924 Schemas regression test procedure, started adding a few samples
3925
3926Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3927
3928 * include/libxml/encoding.h: Patch for the Borland C++ builder
3929 * include/libxml/tree.h: Patch for the Borland C++ builder
3930 * threads.c: Patch for the Borland C++ builder
3931 * win32/bcb5: New directory for the Borland C++ builder
3932 project files
3933
3934Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3935
3936 * win32/Makefile.msvc: Update for XML Schema support
3937 * win32/configure.js: Update for XML Schema support
3938 * win32/libxml2.def.src: Update for XML Schema support
3939
3940Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3941
3942 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
3943 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
3944 xmlunicode.c include/libxml/Makefile.am
3945 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
3946 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
3947 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
3948 include/libxml/xmlversion.h.in : merged the current state of
3949 XML Schemas implementation, it is not configured in by default,
3950 a specific --schemas configure option has been added.
3951 * test/automata test/regexp test/schemas Makefile.am
3952 result/automata result/regexp result/schemas:
3953 merged automata/regexp/schemas regression tests
3954
3955Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
3956
3957 * xpath.c: Gary found a compile time problem, fixes #78823
3958
3959Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3960
3961 * configure.in: release of 2.4.20
3962 * doc/*: updated and rebuilt the docs
3963
3964Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3965
3966 * python/Makefile.am: patch from Cristian Gafton to build on
3967 Red Hat 6.2, should also fix #75779
3968
3969Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3970
3971 * valid.c: first part of fixing #78729
3972
3973Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
3974
3975 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
3976 escaping of URI when saving HTML files.
3977 * result/HTML/*: this impacted some tests
3978
3979Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
3980
3981 * configure.in: trying to fix #77441
3982
3983Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3984
3985 * include/libxml/xmlIO.h: Hallski complained it could not be
3986 included by itself.
3987
3988Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3989
3990 * configure.in: applied an IEEE flag patch for OSF/1 #77825
3991
3992Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3993
3994 * win32/configure.js: patch from Nilo for the c14n option
3995 * win32/Makefile.msvc: fixed libxml2.def generation with threads
3996
3997Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3998
3999 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
4000 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
4001 LIBXML_THREAD_ENABLED
4002
4003Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
4004
4005 * xpath.c: another patch from Richard Jinks for substring conformance
4006 * test/XPath/expr/floats test/XPath/expr/strings
4007 result/XPath/expr/floats result/XPath/expr/strings: update of the
4008 test suite to check those.
4009
4010Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
4011
4012 * xpath.c: patch from Richard Jinks for .x float parsing.
4013
4014Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
4015
4016 * parser.c: patch from Markus Henke when an encoding ain't recognized
4017
4018Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
4019
4020 * libxml.m4: got a report that #include <string.h> was needed
4021
4022Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
4023
4024 * xmllint.c: applied a fix from Anthony Jones for -o /--output
4025
4026Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
4027
4028 * doc/example.html: fixing typo
4029
4030Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
4031
4032 * xpath.c: fixed a bug in the nodeset to boolean comparison code
4033 pointed out by Melvyn Sopacua.
4034
4035Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4036
4037 * libxml.m4: Frédéric Crozat gave a patch related to the change
4038 of Include paths breaking the libxml.m4
4039
4040Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4041
4042 * xpath.c: Fix bug #76927 forgot to save some context
4043 when evaluating binary expressions
4044
4045Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4046
4047 * configure.in: fixed configure for MPE/iX from Markus Henke
4048 * xmlmemory.c: fixed initialization problems
4049 * xpath.c: another set of patches from Richard Jinks this
4050 fixes "make XPathtests" on linux
4051
4052Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
4053
4054 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
4055 * test/XPath/expr/compare test/XPath/expr/equality
4056 test/XPath/expr/floats test/XPath/expr/functions
4057 test/XPath/expr/strings result/XPath/expr/compare
4058 result/XPath/expr/equality result/XPath/expr/floats
4059 result/XPath/expr/functions result/XPath/expr/strings: Updated
4060 tests though they show a divergence on Linux
4061
4062Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4063
4064 * xpath.c trionan.c: previous commit also included patches
4065 from Richard Jinks on some IEEE support corner case
4066
4067Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
4068
4069 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
4070 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
4071 that $(datadir) should be used for docs
4072
4073Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
4074
4075 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
4076 could leak filedescriptors
4077
4078Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4079
4080 * configure.in nanohttp.c: applied patch from Allan Clark for
4081 UnixWare/OpenServer
4082
4083Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4084
4085 * configure.in: preparing 2.4.19
4086 * doc/*: rebuilt the docs
4087
4088Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4089
4090 * nanohttp.c: fixing #76043, got fed up with non-portability
4091 of that piece of code.
4092
4093Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4094
4095 * valid.c SAX.c: Never commit without running "make tests" :-(
4096 fix a couple of stupidities in the previous commit
4097 * result/*: a few changes in some attribute order result of previous
4098 commit.
4099
4100Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4101
4102 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
4103 the internal subset should not raise duplicate ID errors,
4104 also there was a small bug in conjunction to namespace
4105 declarations defaulted and xml:xxx attributes DTD definitions.
4106
4107Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4108
4109 * xpath.c: Richard Jinks also raised some rounding problems
4110 this tries to fix them
4111
4112Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
4113
4114 * xpath.c: Richard Jinks spotted an incoherent memory allocation
4115 behaviour in xmlXPathCastToString()
4116
4117Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4118
4119 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
4120 raised by Morus Walter
4121
4122Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4123
4124 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
4125 from Igor
4126
4127Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4128
4129 * xpath.c: fixing #75619, related to a problem when trying
4130 to evaluate condition when the current node set resulting
4131 from that sub-step evaluation is empty. Also fixes 2 potential
4132 problem with previous-sibling and next-siblings axis.
4133
4134Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4135
4136 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
4137 HTML support is not configured in.
4138
4139Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4140
4141 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
4142 include/libxml/tree.h: dohh I really didn't intended to commit
4143 this test version :-(
4144
4145Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4146
4147 * testSAX.c: I wanted to see the real speed at the SAX interface
4148 after a little too many Ximianer started complaining about the
4149 parser speed.
4150 added a --quiet option:
4151 paphio:~/XML -> ls -l db100000.xml
4152 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
4153 paphio:~/XML -> time ./testSAX --quiet db100000.xml
4154 3200006 callbacks generated
4155 real 0m1.270s
4156 Which means 16MBytes/s and 3Mcallback/s
4157
4158Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4159
4160 * xpath.c: valgrind spotted another error that time when running
4161 on libxslt regression tests
4162
4163Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4164
4165 * Makefile.am: adding "make valgrind" running the full regression
4166 tests (except python ones) under Valgrind (using valgrind -q
4167 which was kindly added by the author).
4168 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
4169 passes cleanly now except an obcure floating point initialization
4170 raised in log10() in one XPath regression test ???
4171 * tree.c: edited some comments to close #75244
4172
4173Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
4174
4175 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
4176 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
4177 context of ScrollKeeper, made sure that if the number is
4178 an integer, the serialization follows the description at
4179 http://www.w3.org/TR/xpath#section-String-Functions
4180
4181Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4182
4183 * configure.in: preparing 2.4.18
4184 * doc/*: updated and rebuilt the web site
4185 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
4186 the Windows and Cygwin maintainers.
4187 * parser.c: humm, changed the way the SAX parser work when
4188 xmlSubstituteEntitiesDefault(1) is set, it will then
4189 do the entity registration and loading by itself in case the
4190 user provided SAX getEntity() returns NULL.
4191 * testSAX.c: added --noent to test the behaviour.
4192
4193Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4194
4195 * parser.c: Wilfried Teiken provided a hackish but working
4196 way to get context reported back on entities when parsing
4197 with SAX and without breaking the DOM build.
4198
4199Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4200
4201 * c14n.c: applied a new patch from Aleksey Sanin
4202 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
4203 to reference Aleksey implementation of XML digital Signatures
4204
4205Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4206
4207 * xpath.c: small fix to avoid potential problem due to
4208 ordering of freeing data
4209 * python/Makefile.am: people were complaining about
4210 the generated file in python dir not being built
4211
4212Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4213
4214 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
4215 python/generator.py python/libxml.c python/types.c: Cleanup
4216 of the python Makefiles based on Jacob and James feedback,
4217 fixed the spec file accordingly, fixed the number of warning
4218 that passing my pedantic CFLAGS was generating. Conclusion
4219 is that Python includes are real crap.
4220
4221Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4222
4223 * configure,in: it was reported quite a few times that
4224 xml2-config --cflags should not output
4225 -I$includeprefix/libxml2/libxml because libxml2 header names
4226 clashes with existing names like list.h from C++ stl.
4227 Includes should be #include<libxml/xxx.h> so ...
4228
4229Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4230
4231 * c14n.c: another patch from Aleksey Sanin
4232
4233Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4234
4235 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
4236 canonicalization algorithm
4237 * doc/xml.html doc/index.html: added the C14N references on the
4238 index page.
4239
42402002-03-13 jacob berkman <jacob@ximian.com>
4241
4242 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
4243 usage, redundant, and gcc specific
4244
4245Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4246
4247 * xpath.c: speedup some node selection operations, this can
4248 have a significant impact on DocBook Norm's stylesheets
4249 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
4250 make sure it's always the case
4251 * debugXML.c: distinguish CDATA and comments in ls operations
4252
4253Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4254
4255 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
4256 to generate better API descriptions etc...
4257
4258Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4259
4260 * c14n.c: Fixing #74186, made sure all boolean expressions
4261 get fully parenthesized, ran indent on the output
4262 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
4263 include/libxml/tree.h: also #74186 related, removed the
4264 --with-buffers option, and all the preprocessor conditional
4265 sections that were resulting from it.
4266
4267Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4268
4269 * valid.c: applied patch from Dodji Seketeli fixing an
4270 uninitailized variable in xmlValidGetValidElements()
4271
4272Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4273
4274 * c14n.c: fixed a few comments
4275 * doc/*.html doc/*/*.html: regenerated the docs and added
4276 the C14N API
4277 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
4278
4279Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
4280
4281 * check-xml-test-suite.py: fix to adapt varaiations in the
4282 bindings
4283 * configure.in python/setup.py python/setup.py.in: fixed to
4284 have the version of the python scripts automatically updated
4285
4286Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4287
4288 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
4289 in xmlCopyProp()
4290
4291Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4292
4293 * configure.in: preparing 2.4.17 release
4294 * doc/*: updated and rebuilt the docs
4295 * xpath.c: fixed a comment
4296 * python/libxml.c: fixed a possible reentrancy problem
4297
4298Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4299
4300 * tree.c python/tests/Makefile.am python/tests/attribs.py:
4301 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
4302 added a specific regression test
4303 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
4304 not raise exceptions when failing to find the attribute.
4305
4306Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4307
4308 * configure.in xmllint.c: owen pointed out a problem with the
4309 ftme fix, gettimeofday() was not detected by configure and
4310 the ftime header wasn't included, dohhh
4311
4312Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4313
4314 * configure.in xmllint.c: trying to fix #71457 for timing
4315 precision when gettimeofday() is not availble but ftime() is
4316
4317Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4318
4319 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
4320 are now copied on install and part of the -devel RPM
4321
4322Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
4323
4324 * xpath.c: trying to avoid bug #72150 which was apparently
4325 caused by a gcc bug (or a processor problem) as detailed
4326 at http://veillard.com/gcc.bug
4327
4328Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4329
4330 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
4331 fixed xmlReconciliateNs(), added a Python test/example for
4332 inter-document cut'n paste
4333 * python/libxml.py: fixed node.doc on document nodes and added
4334 xpathEval() onto node objects
4335
4336Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4337
4338 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
4339 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
4340 fixup and integrated tests for the serialization stuff
4341
4342Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4343
4344 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
4345 moved the libxml man page to section 3
4346
4347Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4348
4349 * tree.c: fix bug #72490
4350 * python/libxml.c python/libxml.py: added methods serialize()
4351 and saveTo() to all node elements.
4352
4353Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4354
4355 * xmlIO.c: closed #73430, don't read from an input source
4356 which indicated an end-of-file or an error.
4357
4358Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4359
4360 * parser.c: make sure SAX endDocument is always called as
4361 this could result in a Python memory leak otherwise (it's
4362 used to decrement ref-counting)
4363 * python/generator.py python/libxml.c python/libxml.py
4364 python/libxml2-python-api.xml python/libxml2class.txt
4365 python/tests/error.py python/tests/xpath.py: implemented
4366 the suggestions made by Gary Benson and extended the tests
4367 to match it.
4368
4369Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4370
4371 * python/generator.py: applied patch fixing #73450
4372
4373Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4374
4375 * xpath.c: fixing #61290 "namespace nodes have no parent"
4376 long standing divergence from the XPath REC. NodeSets
4377 simply hold a copy of namespace nodes and those node ->next
4378 points to the parent (which may not be the node carrying the
4379 definition).
4380 * include/libxml/xpath.h: flagged but didn't added a possible
4381 speedup
4382 * DOCBparser.c HTMLparser.c: removed some warnings from push
4383 parser due to new state being added.
4384 * tree.c: new fix from Boris Erdmann
4385 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
4386 the XML Canonalization support from Aleksey Sanin
4387
4388Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4389
4390 * tree.c: patch from Boris Erdmann fixing some namespace odities
4391 with xmlCopyNode()
4392
4393Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4394
4395 * xmlIO.c: fix bug #72706 when loading a NULL entity
4396
4397Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4398
4399 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
4400 actually change in a future XML Namespace revision.
4401
4402Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4403
4404 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
4405 added the possibility of returning nodesets from XPath extension
4406 functions written in Python
4407
4408Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
4409
4410 * python/*: commiting some Python bindings work done while travelling
4411
4412Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4413
4414 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
4415 explicitely with memory debugging switched on
4416
4417Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
4418
4419 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4420 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4421 Added wrapper for the xmlURIPtr type, provided accessors, fixed
4422 the accessor generator for strings
4423 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
4424 regression test.
4425
4426Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4427
4428 * python/README python/generator.py python/libxml.c python/setup.py:
4429 added the 'usual' setup.py to allow building a libxml2-python
4430 module based on the same code. The initialization is however
4431 different the 2 .so files fo libxml2 and libxslt are identical and
4432 they entry point initialize both libraries. this is done to avoid
4433 some possible nasty problem since the Python don't merge the maps
4434 of all shared modules.
4435
4436Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4437
4438 * parser.c: fixed a push/encoding bug reported by Michael
4439 on librsvg
4440
4441Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4442
4443 * include/libxml/parserInternals.h: fixes a misplaced #endif
4444
4445Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4446
4447 * parser.c valid.c: found and fixed a couple of allocation bugs
4448
4449Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4450
4451 * doc/xml.html doc/python.html doc/*: added a Python and binding
4452 page describing the current state of the Python bindings and
4453 giving pointers to the other languages wrappers.
4454
4455Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4456
4457 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
4458 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
4459 rebuilt the API and web site
4460 * xpath.c: fixed #71978 portability bugs
4461
4462Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4463
4464 * SAX.c: oops broke automatic defaulting of namespaces attributes.
4465
4466Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4467
4468 * include/libxml/parserInternals.h parser.c: had to change
4469 2 internal parsing API when processing document content
4470 to check the start and end of element content are defined
4471 in the same entity
4472 * valid.c include/libxml/valid.h: attribute normalization can
4473 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
4474 with the context to report it.
4475 * SAX.c: fixed the last known bugs, crazy validation constraints
4476 when a document is standalone seems correctly handled. There
4477 is a couple of open issues left which need consideration especially
4478 PE93 on external unparsed entities and standalone status.
4479 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
4480 The 2 tests left failing are actually in error. Cleanup done.
4481
4482Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4483
4484 * valid.c: implemented E59 spaces in CDATA does not match the
4485 nonterminal S
4486
4487Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4488
4489 * SAX.c parser.c valid.c: more validation test fixups
4490 * check-xml-test-suite.py: added duration info for the tests
4491
4492Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4493
4494 * parser.c valid.c: a couple of errors were reported but not
4495 saved back as such in the parsing context. Down to 1% failure rate
4496 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
4497
4498Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4499
4500 * xmlInternald.c: isExtender was missing a char
4501 * parser.c include/libxml/parser.h: % are acceptable in the
4502 internal subset if within a PUBLIC ID
4503
4504Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4505
4506 * SAX.c parserInternals.c valid.c: more work on the conformance
4507 suite. Took the step to finally block documents with encoding
4508 errors. It's a fatal error per the spec, people should have fixed
4509 their documents by now.
4510
4511Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
4512
4513 * check-xml-test-suite.py: fixed the test script after some discussion
4514 on the semantic of TYPE="error"
4515 * Makefile.am: added the script to the distrib
4516
4517Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4518
4519 * SAX.c entities.c: fixed a couple of conformances issues deep
4520 into the validation code (standalone and undeclared Notations)
4521
4522Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4523
4524 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
4525 stayed there for years !
4526
4527Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4528
4529 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
4530 missing
4531
4532Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4533
4534 * check-xml-test-suite.py: improved the behaviour a bit as
4535 well as the logs
4536 * parser.c valid.c SAX.c: fixed a few more bugs
4537 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
4538
4539Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4540
4541 * check-xml-test-suite.py: python script to run regression tests
4542 against the XML Test suite of W3C/OASis
4543 * SAX.c: fixed a validation bug
4544 * parser.c: fixed 3 errors pointed by the test suite
4545 * doc/buildDocBookCatalog: fixed a typo pointed by drake
4546 * python/Makefile.am: fixed a dependendy
4547
4548Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4549
4550 * xmlmemory.c: avoid a warning bug #71594
4551
4552Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4553
4554 * xmlmemory.c: Jesse Perry provided a patch to remove a few
4555 warning on alpha/Tru64
4556
4557Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4558
4559 * include/libxml/entities.h: fixing a comment
4560 * valid.c: fixing some troubles with validity check on namespaces
4561 * result/VC/NS3 test/VC/NS3: added a specific regression test
4562
4563Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4564
4565 * tree.c: Fixing #71342 serializing '\n' in attribute values
4566 * result/noent/att3 result/att3 test/att3: added a specific
4567 test.
4568
4569Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4570
4571 * python/libxml.c: couple of bug fixes
4572
4573Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4574
4575 * python/*.py: removed tabs and used spaces.
4576
4577Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4578
4579 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
4580 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
4581
4582Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4583
4584 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
4585 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
4586
4587Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4588
4589 * include/libxml/encoding.h include/libxml/entities.h
4590 include/libxml/globals.h include/libxml/parser.h
4591 include/libxml/threads.h include/libxml/tree.h
4592 include/libxml/xmlmemory.h: trying to fix the include mess
4593
4594Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4595
4596 * include/libxml/xmlmemory.h: reverted part of the previous
4597 attempt to provide #69655, this was breaking the build.
4598
4599Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
4600
4601 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
4602 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
4603 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
4604 include/libxml/parserInternals.h include/libxml/tree.h
4605 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
4606 Tentatively fixed #69655 , make compiling with -Wredundant-decls
4607 clean.
4608 * python/libxml.c: fixed a warning.
4609
4610Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4611
4612 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
4613 copying of node, merge back IDs in the target document.
4614 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
4615 test/XInclude/ents/ids.xml: test case
4616 * result/VC/ElementValid4: output changed due to a typo fix
4617
4618Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4619
4620 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00004621 generate the dependencies right as Jacob found out. Add
4622 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004623
4624Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4625
4626 * parserInternals.c valid.c: Justin Fletcher found some parts
4627 of the code needing cleanup
4628 * libxml.spec.in python/Makefile.am python/generator.py
4629 python/libxml.c python/libxml.py: Fixed the python Makefiles
4630 corrected a bug showing up on ia64, changed the name of the
4631 python internal module too
4632
4633Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4634
4635 * Makefile.am: applied patch from Andris Pavenis for binary
4636 name suffixes
4637
4638Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
4639
4640 * xmllint.c win32/win32config.h: fixing #68748
4641
4642Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4643
4644 * valid.c: fixing #70166
4645
4646Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4647
4648 * valid.c: fixing #70077
4649
4650Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4651
4652 * Copyright Makefile.am README configure.in libxml.spec.in:
4653 Changed to the MIT Licence
4654 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
4655 doc/xmlio.html: updated the doc accordingly
4656 * include/libxml/xmlwin32version.h configure.in: preparing
4657 2.4.14 release
4658 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4659 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4660 fixed the const xmlChar * wrapper and generator, XPath extension
4661 functions now use the context as first argument
4662 * python/tests/tstxpath.py python/tests/xpath.py
4663 python/tests/xpathext.py: Updated the tests accordingly
4664 * tree.c: fixed bug #70067
4665
4666Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4667
4668 * Makefile.am: cleanup
4669 * debugXML.c: always use stdout if output is NULL
4670 * xmlIO.c: don't close filedescriptors passed to outputBuffers
4671 * python/Makefile.am python/generator.py python/libxml2class.txt
4672 python/libxml_wrap.h python/types.c: augmented the number of bindings
4673 handling FILE * and XPath contexts
4674 * python/tests/Makefile.am: avoid a stupid problem due to the
4675 use of TEST.
4676
4677Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4678
4679 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
4680
4681Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4682
4683 * python/TODO python/libxml.c: cleanup the extension function lookup
4684 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
4685
4686Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4687
4688 * configure.in python/Makefile.am: do not install outside
4689 of prefix
4690
4691Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4692
4693 * python/TODO python/libxml.c: started adding SAX interfaces
4694 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
4695 SAX test
4696
4697Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4698
4699 * tree.c: hardened the addChild function
4700 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4701 python/libxml2class.txt python/libxml_wrap.h python/TODO:
4702 added accessors needed for xmlNode, a bit more testing and
4703 extension of interfaces
4704 * python/tests/Makefile.am python/tests/build.py: added a test
4705 build from scratch/save/load/check
4706
4707Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4708
4709 * parserInternals.c: change a small bit in the way valididy
4710 error messages get initialized
4711 * python/TODO python/libxml.c python/libxml2-python-api.xml
4712 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4713 added some memory debugging to track leaks at the libxml2 level
4714 * python/tests/*.py: changed all tests to check for leaks,
4715 there is just one left in XPath extension registrations.
4716
4717Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
4718
4719 * python/TODO python/generator.py python/libxml2-python-api.xml
4720 python/libxml2class.txt: more accessor classes for the parser
4721 context, allow to switch on and check validity
4722 * python/tests/Makefile.am python/tests/error.py
4723 python/tests/invalid.xml python/tests/valid.xml
4724 python/tests/validate.py: attded more test and and added error.py
4725 which I forgot to commit in the last step
4726
4727Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4728
4729 * python/Makefile.am python/types.c: cleanup
4730 * python/libxml.c python/libxml.py python/libxml_wrap.h
4731 python/generator.py python/libxml2-python-api.xml
4732 python/libxml2class.txt: added class for parser context, added
4733 first cut for push mode support. Added a framework to generate
4734 accessors functions.
4735 * python/tests/Makefile.am python/tests/push.py: added a push
4736 test
4737
4738Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4739
4740 * python/Makefile.am python/TODO python/libxml.py: fixed a small
4741 bug a bit of cleanup.
4742
4743Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4744
4745 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
4746 python/libxml2class.txt: adding error redirections and preformat
4747 to a python handler
4748 * python/tests/Makefile.am python/tests/*.py: cleanup made all
4749 tests self checking
4750
4751Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4752
4753 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
4754 a function
4755
4756Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4757
4758 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
4759 python/libxml.c python/libxml2-python-api.xml
4760 python/libxml2class.txt: Progressing through the TODOs, class
4761 description output, extra XML API, RPM now builds the wrappers
4762 for all python installed versions
4763
4764Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
4765
4766 * configure.in libxml.spec.in python/Makefile.am python/TODO
4767 python/generator.py python/libxml2class.txt: added more informations
4768 in the libxml2-python package including docs. Slightly changed
4769 the class hierarchy
4770 * python/tests/*: added basic regression tests infrastructure too
4771
4772Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4773
4774 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
4775 added libxml2-python as part of the packages installed
4776
4777Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4778
4779 * python/Makefile.am python/generator.py python/libxml.c
4780 python/libxml.py: more work, now able to extend the
4781 XPath interpreter with functions written in python.
4782
4783Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4784
4785 * python/Makefile.am: Jacob sent a patch to allow building from
4786 tarfile.
4787
4788Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4789
4790 * python/Makefile.am python/libxml.c configure.in Makefile.am:
4791 inserted the python wrappers build, I hope this won't be too
4792 unportable
4793
4794Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4795
4796 * xpath.c: minor optimization
4797 * python/generator.py python/libxml.c python/libxml.py
4798 python/libxml_wrap.h: more work on the python bindings,
4799 they now support XPath and there is no evident leak
4800
4801Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4802
4803 * python/generator.py python/libxml.c python/libxml.py:
4804 more work on the python bindings generator.
4805
4806Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4807
4808 * python/generator.py python/libxml.c python/libxml_wrap.h:
4809 more work on the python bindings.
4810
4811Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4812
4813 * python/generator.py python/libxml.c python/libxml.py
4814 python/libxml_wrap.h: commited early version of a python binding
4815 for private use only ATM
4816
4817Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4818
4819 * entities.c tree.c include/libxml/entities.h: applied patch
4820 from Anthony Jones to implement copy of DTD subtree too. Had
4821 just to keep 2 function private which really ought to become
4822 public ones.
4823
4824Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4825
4826 * xmllint.c: added pointers to the web pages in the usage()
4827
4828Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4829
4830 * tree.c: more fixes from Petr Kozelka for attribute handling
4831 in the tree API to align the semantic with DOM.
4832
4833Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4834
4835 * valid.c tree.c entities.c: another set of patches from
4836 Anthony Jones for copy operations cleanup and robustness
4837
4838Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4839
4840 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
4841 an alphabetic index based on comments content
4842 * doc/*: rebuilt the web site with the new references
4843
4844Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4845
4846 * parserInternals.h: Greg Sjaardema suggested to use an
4847 eponential buffer groth policy in xmlParserAddNodeInfo()
4848
4849Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4850
4851 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
4852 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
4853 doc/parsedecl.py doc/Makefile.am: updated the python extractor
4854 to generate cross-references, and added/updated the stylesheets
4855 to generate and link API indexes. The generic keyword index
4856 is not done yet.
4857 * doc/*.html: regenerated all the usual docs too
4858
4859Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4860
4861 * debugXML.c: added an xpath function to the shell for T. V. Raman
4862
4863Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4864
4865 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
4866 debug routines.
4867
4868Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4869
4870 * tree.c: apply an patch from Petr Kozelka for unlink and replace
4871 support of attribute nodes
4872
4873Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4874
4875 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
4876 hopefully near complete and fully documented of the API in XML
4877 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
4878 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
4879 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
4880 include/libxml/parserInternals.h include/libxml/valid.hi
4881 include/libxml/xmlIO.h include/libxml/xmlerror.hi
4882 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
4883 include/libxml/xpath.h include/libxml/xpathInternals.h:
4884 Cleaned up the doc comments a lot in the process, the interface
4885 coverage is now 100%
4886
4887Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4888
4889 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
4890 extracts comments from the gtk-doc DocBook output (a bit
4891 convoluted but seems to work).
4892
4893Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4894
4895 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
4896 added an XML description of the API, moved the script generating
4897 it here. Added a "make api" target
4898
4899Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4900
4901 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
4902
4903Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4904
4905 * xpath.c include/libxml/xpathInternals.h: the change made to
4906 xmlXPathFuncLookupFunc was incompatible roll it back
4907
4908Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4909
4910 * SAX.c: cleanup patch from Anthony Jones
4911 * doc/Makefile.am: fix the headers to avoid in make scan
4912 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
4913 includes, * vs Ptr and general cleanup
4914 * parsedecl.py: first version of a script to extract the
4915 module interfaces, the goal will be to provide .decl or XML
4916 specification of the interfaces to build wrappers.
4917
4918Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4919
4920 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
4921 now provides return codes in case of errors
4922
4923Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
4924
4925 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
4926 Upgraded to trio baseline 1.6
4927 * strio.h strio.c: Replaced by triostr.h and triostr.c
4928
4929Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4930
4931 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
4932 of strdup usage in the code
4933
4934Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4935
4936 * parser.c error.c: Keith Isdale complained rightly that
4937 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
4938
4939Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4940
4941 * tree.c: fixed the funxtion to set the xml: attributes
4942 * debugXML.c: added "setbase" to test it.
4943
4944Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4945
4946 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
4947 to allow updating an attribute content
4948
4949Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4950
4951 * libxml.h: try to avoid problems when compiling on Windows
4952
4953Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4954
4955 * hash.c: patch from Anthony Jones for hash.c allocation size
4956 * Makefile.am: trying to work around Yet Another Libtool Madness
4957 and build the 2.4.13 release finally ...
4958
4959Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4960
4961 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
4962 * doc/* : update of the documentation
4963
4964Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4965
4966 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
4967 at fixing #61290 :-(
4968
4969Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4970
4971 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
4972 Fixes bug #67229
4973
4974Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4975
4976 * tree.c: trying to avoid troubles when a subtree is copied
4977 and coalesced in part with the target tree. Should fix
4978 bug #67407
4979
4980Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4981
4982 * valid.c: fixed validation of attributes content of type
4983 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
4984 values, very old bug. Fixes #67671
4985
4986Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4987
4988 * parser.c include/libxml/parserInternals.h tree.c: integrated
4989 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
4990 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
4991
4992Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4993
4994 * threads.c: applied Serguei Narojnyi's patch to add native
4995 thread support on the Win32 platform
4996 * testThreadsWin32.c Makefile.am: added the test program also
4997 from Serguei, Win32 specific
4998 * include/win32config.h include/libxml/xmlwin32version.h.in:
4999 added patch from Igor for the Windows thread specific defines.
5000
5001Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
5002
5003 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
5004
5005Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
5006
5007 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
5008 output page into XMLinfo.html. Close bug #66951 and
5009 raised by Robert Collins too.
5010
5011Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
5012
5013 * encoding.c: Paul Keogh pointed out a possibility of segfault
5014 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
5015 Closes bug # 68238
5016
5017Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
5018
5019 * doc/*.html: updated the Gdome2 links
5020
5021Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
5022
5023 * libxml.h: Applied following patches from Robert Collins
5024 and make sure IN_LIBXML is defined when compiling it
5025 -------
5026 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
5027 as well as Visual C.
5028 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
5029 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
5030 * strio.c (PLATFORM_UNIX): Define for Cygwin.
5031 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
5032 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
5033 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
5034 xmlSysIDExists xmlNoNetExists).
5035 * xmllint.c: Don't include winsock2.h for Cygwin.
5036
5037Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
5038
5039 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
5040 when the version info is not present.
5041
5042Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
5043
5044 * tree.c: Anthony Jones pointed out a problem in
5045 xmlStringGetNodeList() and provided a fix for it
5046
5047Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
5048
5049 * parser.c: patch from Frank J Franklin to remove a bug in
5050 xmlCreatePushParserCtxt() when the initial buffer passed
5051 is large.
5052
5053Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
5054
5055 * win32/*: big cleanup of the Windows/MSVC project files
5056 from Igor Zlatkovic
5057
5058Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
5059
5060 * doc/Makefile.am: should fix #67674 and avoid troubles if
5061 xsltproc is not available or fails in the prefix provided
5062
5063Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
5064
5065 * xmlmemory.c: one more doc patch from Charlie Bozeman.
5066
5067Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
5068
5069 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
5070 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
5071 Fixed a few other problems raised by Charlie Bozeman.
5072 * result/VC/ElementValid[5-7]: fixed the output
5073
5074Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
5075
5076 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
5077 patches from Charlie Bozeman. Regenerated the HTML docs.
5078
5079Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
5080
5081 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
5082 for Windows from Igor
5083
5084Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
5085
5086 * xmllint.c: applied Justin Fletcher patch for --output or -o
5087
5088Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
5089
5090 * win32/libxml2/libxml2.def.src: close #67019
5091
5092Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
5093
5094 * xmllint.c: applied Justin Fletcher generic timing patch
5095 similar to the one already applied to xsltproc.
5096
5097Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
5098
5099 * include/libxml/tree.h tree.c: applied documentation patches
5100 from Charlie Bozeman
5101
5102Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
5103
5104 *doc/xmllint.xml, xmllint.1 - document --dropdtd
5105
5106Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
5107
5108 * valid.c: fix the xmlStrdup() used in the previous patch.
5109 * valid.c: added --dropdtd
5110 * tree.c: fixed xmlUnlinkNode so it also removes the references
5111 from the document if the node is a DTD
5112
5113Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
5114
5115 * HTMLtree.c valid.c: cleanup some static declarations
5116
5117Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
5118
5119 * xmllint.c: removed another strdup()
5120 * doc/FAQ: removed the HP/UX entry
5121
5122Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
5123
5124 * valid.c: fix bug #66816 when validating.
5125 * xmllint.c: don't use sys/time.h if configure did not found it
5126
5127Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
5128
5129 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
5130 xmlcatalog_man.xml
5131
5132Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
5133
5134 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
5135 xmlInitMemory() was declared twice
5136
5137Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
5138
5139 * globals.c: do not reference strdup() !
5140 * configure.in libxml-2.0.pc.in: trying to fix the libs
5141 of the various config extraction modules
5142
5143Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
5144
5145 * configure.in : preparing 2.4.12
5146 * doc/* : updated and rebuilt the docs
5147
5148Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
5149
5150 * uri.c: closed bug #66159
5151 * testURI.c: added --escape option
5152 * configure.in: some cleanup for xml2-config --cflags
5153
5154Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
5155
5156 * globals.c testThreads.c: removed some misplaced includes
5157 of xmlversion.h
5158
5159Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
5160
5161 * threads.c: patch from Gary Pennington fixing a possible
5162 problem at initialization time.
5163
5164Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
5165
5166 * configure.in libxml.h parser.c testThreads.c macos/: integrated
5167 Eric Lavigne contribution to build libxml2 on MacOS using
5168 CodeWarrior.
5169
5170Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
5171
5172 * xmllint.c: applied Geert Kloosterman's patch to fix
5173 --repeat --timing output
5174
5175Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
5176
5177 * parser.c: Robin Berjon <robin@knowscape.com> found a case
5178 where non-wellformed XML declaractions were not detected.
5179
5180Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
5181
5182 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
5183
5184Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
5185
5186 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
5187 gets reset by xmlCleanupInputCallbacks() and this makes the
5188 function useless. Same for output.
5189
5190Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
5191
5192 * xmlIO.c: robert pointed out a loop error in callback cleanups
5193
5194Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
5195
5196 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
5197 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
5198 they are not really tied to debugging
5199
5200Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
5201
5202 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
5203 * xmllint.c: better --catalogs description
5204
5205Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
5206
5207 * tree.c: fixed a couple of problems in xmlSetProp()
5208
5209Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
5210
5211 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
5212 unappropriate stdout output.
5213
5214Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
5215
5216 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
5217 by Denis Beurive, closes #65111
5218
5219Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
5220
5221 * valid.c: in case of content model validity error, don't
5222 print it if validity warnings were not requested.
5223
5224Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
5225
5226 * nanoftp.c: applied a couple of patches from Brian D Ripley.
5227 * parserInternals.c: removed the last exit() call. Print an
5228 unmaskable error on stderr instead (library mismatch detection)
5229
5230Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
5231
5232 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
5233 shell instructions from Heiko Rupp
5234
5235Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
5236
5237 * catalog.c: use the URL notation file:// for default catalog paths
5238
5239Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
5240
5241 * include/libxml/tree.h: better comments for _private fields
5242 * tree.c: removed a problem when copying an entity reference.
5243
5244Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
5245
5246 * vms/*: updated instructions and diffs from John A Fotheringham
5247
5248Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
5249
5250 * include/libxml/xmlerror.h: avoid an include problem if
5251 #include <libxml/xmlerror.h> happens first in code
5252 seems to be the case in KDE libs
5253
5254Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5255
5256 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
5257 from Igor for Windows
5258
5259Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5260
5261 * Makefile.am: Gary Pennington pointed out a missing prefix
5262
5263Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
5264
5265 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
5266 * doc/*: upgraded and rebuilt the docs
5267
5268Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
5269
5270 * HTMLparser.c: fix comment in scripts element parsing.
5271 * result/HTML/doc3*: updated the results.
5272
5273Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
5274
5275 * uri.c: another URI bug fix #63336, using Joel Young patch.
5276
5277Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
5278
5279 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
5280 a cleaned up version of the Pwd shell string generation.
5281
5282Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5283
5284 * valid.c include/libxml/tree.h: trying to fix namespaces +
5285 validation problems for good, closing #63619 in the process
5286 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
5287 wrong in this respect, fixed it.
5288
5289Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
5290
5291 * xmllint.c: Morus Walter patch to allow --format and --encode
5292
5293Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
5294
5295 * debugXML.c: Stefan Kost provided an help command for the shell
5296
5297Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
5298
5299 * debugXML.c: Heiko Rupp pointed that the shell would crash
5300 on empty nodesets returns.
5301
5302Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
5303
5304 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
5305 migh need the history libraries
5306
5307Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
5308
5309 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
5310 handle the case of < in quoted attributes, Bastian Kleineidam
5311
5312Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
5313
5314 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
5315 fixing catalog breakages
5316 * Makefile.am catalog.c result/catalogs/catal
5317 result/catalogs/mycatalog.* test/catalogs/catal*:
5318 fixed more problems in catalog support, added more regression tests
5319 for both XML and SGML catalog handling
5320
5321Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5322
5323 * debugXML.c: applied an improvement to xmlGetLineNo() from
5324 Keith Isdale
5325
5326Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
5327
5328 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
5329 Side effect of the progressive catalog loading
5330
5331Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
5332
5333 * Makefile.am: confexecdir and confexec_DATA were defined twice
5334 pointed out by Karl Eichwalder
5335
5336Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
5337
5338 * xmlcatalog.c: avoid unlink() and use remove() instead.
5339
5340Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
5341
5342 * libxml.spec.in: cleanup
5343 * include/libxml/xmlwin32version.h: updated with 2.4.8
5344
5345Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
5346
5347 * encoding.c global.data globals.c testThreads.c: fix bug #63752
5348 of compiling libxml with a non standard set of options
5349
5350Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
5351
5352 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
5353 document --sgml option, fixing gnome bugzilla #63382
5354
5355Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
5356
5357 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
5358 breakage of 2.4.7, added a couple of really needed APIs
5359 like xmlCatalogIsEmpty() and xmlNewCatalog()
5360 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
5361 for install-catalog
5362 * configure.in: preparing 2.4.8
5363
5364Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
5365
5366 * HTMLtree.c tree.c include/libxml/HTMLtree.h
5367 include/libxml/tree.h include/libxml/xmlIO.h: more include
5368 cleanups, export cleanly one html output + format function.
5369
5370Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5371
5372 * parser.c: removed initGenericErrorDefaultFunc call from
5373 xmlInitParser() since it could destroy previous calls to
5374 xsltSetGenericErrorFunc() effects
5375
5376Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5377
5378 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
5379 keyword.
5380
5381Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
5382
5383 * Makefile.am: cleanup
5384 * threads.c: cleanup too
5385 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
5386 from xsltproc
5387 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00005388 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005389
5390Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
5391
5392 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
5393 was not used anymore !
5394
5395Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5396
5397 * configure.in: preparing 2.4.7
5398 * Makefile.am doc/Makefile.am: switched to the latest xmllint
5399 manual page from John
5400 * doc/*: updated the doc and rebuilt the generated pages
5401
5402Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
5403
5404 * xmlIO.c: closing bug #62711, the library should never
5405 close stdin or stdout.
5406
5407Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5408
5409 * uri.c: second pass at fixing #63336, using Joel Young
5410 final patch. looks okay.
5411
5412Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
5413
5414 * uri.c include/libxml/uri.h: trying to clear #63336
5415 allowing the escaping routine to parse unconformant
5416 URI-References.
5417
5418Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
5419
5420 * vms/readme.vms vms/build_libxml.com nanoftp.c
5421 include/libxml/xmlversion.h.in: a few VMS updates from
5422 John A Fotheringham
5423 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
5424 and xmlCleanupOutputCallbacks() for the Perl binding people.
5425
5426Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
5427
5428 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
5429 apply fixes to close #63271 and avoid segfaults when
5430 the error routine gets callbed before xmlInitParser()
5431 get called.
5432 * nanoftp.c error.c: Applied patches from Justin Fletcher
5433 correcting some xmlGenericError misuses.
5434
5435Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
5436
5437 *doc/xmllint.xml, doc/xmllint.1
5438 New and improved man page for xmllint - .xml is the original, .1
5439 is the generated man page
5440
5441Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
5442
5443 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
5444 the web site from the main HTML document.
5445
5446Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5447
5448 * parser.c: fixed an erroneous validation bug when PE refs
5449 occurs in external parsed entities referenced from the
5450 internals subset
5451 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
5452 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
5453 added the associated testcase, it's a nice one.
5454 * HTMLparser.c: generate the DTD node as HTML still ...
5455 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
5456
5457Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5458
5459 * HTMLparser.c: fixed a bug in htmlNewDoc()
5460
5461Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5462
5463 * test/threads/*: added entities testing to the Thread test
5464 * testThreads.c: make the test reasonable
5465 * DOCBparser.c: fix the DTD public and system ID
5466 * xmllint.c: added --sgml for SGML DocBook importing
5467 * Makefile.am: added Docbtests target
5468
5469Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5470
5471 * nanoftp.c: use only "anonymous@" string for anonymous passwds
5472 * testThreads.c: removed bogus include
5473
5474Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5475
5476 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
5477 fixed a very serious (looping) validation bug
5478
5479Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
5480
5481 * include/libxml/globals.h include/libxml/threads.h threads.c
5482 testThreads.c: far more testing, cleaning up bugs
5483 * *.c : make sure globals.h is always included.
5484
5485Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
5486
5487 * HTMLparser.c: try to get rid of parser loops for good.
5488
5489Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
5490
5491 * configure.in: fixed some bugs in CFLAGS passing.
5492 * test/threads Makefile.am testThreads.c: added a specific
5493 threaded test case (really nasty, guaranteed).
5494
5495Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
5496
5497 * catalog.c: serious cleanup on the management of the
5498 XML catalog tree, more tests done, especially with
5499 the catalog PI.
5500
5501Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
5502
5503 * catalog.c: avoid a problem in catalog cleanup on SMP if
5504 catalogs were not initialized.
5505
5506Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
5507
5508 * catalog.c xpath.c: trying to cleanup the not thread safe
5509 parts of the library.
5510
5511Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
5512
5513 * include/libxml/globals.h configure.in global.data: make
5514 the allocation be per-thread a configure option
5515 * encoding.c include/libxml/parser.h: fixed compilation
5516 errors
5517
5518Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5519
5520 * include/libxml/parser.h: Norm reported that a few lines
5521 added were breaking libxslt compile, removed them for now
5522
5523Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
5524
5525 * parser.c parserInternals.c threads.c: debugged and fixed
5526 initialization problems which were giving troubles on SMP
5527 boxes.
5528
5529Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5530
5531 * include/libxml/Makefile.am: missing globals.h
5532
5533Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5534
5535 * globals.c: added a couple of standard includes.
5536
5537Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5538
5539 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
5540 include/libxml/parserInternals.h include/libxml/tree.h
5541 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
5542 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
5543 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
5544 Applied the last patches from Gary, cleanup, activated threading
5545 all user accessible global variables are now handled in globals.[ch]
5546 Still a bit rought but make tests passes with either
5547 --with-threads defined at configure time or not.
5548 * Makefile.am example/Makefile.am: added globals.[ch] and threads
5549 linking options
5550
5551Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5552
5553 * Makefile.am include/libxml/Makefile.am
5554 include/libxml/globals.h globals.c include/libxml/threads.h
5555 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
5556 configure.in: started integrating the core of the thread support
5557 not activated yet but half integrated. The code should still
5558 compile and work anyway.
5559
5560Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5561
5562 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
5563 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
5564 integrating the non-controversial parts of Gary Pennington
5565 multithread patches
5566 * catalog.c: corrected a small bug introduced
5567
5568Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5569
5570 * catalog.c include/libxml/catalog.h: very serious cleanup,
5571 isolating unportable code and as much as possible the accesses
5572 to the global shared catalog. May need more testing !
5573
5574Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5575
5576 * include/libxml/debugXML.h debugXML.c tree.c: integrating
5577 Keith Isdale patches for the XSLT debugger interfaces. Some
5578 cleanup
5579
5580Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5581
5582 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
5583 * DOCBparser.c: generate line nubers in elements
5584
5585Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5586
5587 * configure.in: preparing 2.4.6 release
5588 * doc/xml.html doc/html/*: updated and rebuilt the docs
5589 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
5590
5591Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
5592
5593 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
5594 adding documentation for DV's supercatalog support
5595
5596Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5597
5598 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
5599 super catalog support adding one API and one flag --sgml to
5600 xmlcatalog
5601
5602Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
5603
5604 * doc/xmlcatalog_man.xml, xmlcatalog.1
5605 One more crack at
5606 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5607
5608
5609Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5610
5611 * xpath.c: implemented xmlXPathObjectCopy for external objects
5612 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
5613
5614Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
5615
5616 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5617 finishing up fix to
5618 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
5619 the xmlcatalog man page display more elegantly
5620
5621Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
5622
5623 * configure.in: closing bug #61832
5624 * HTMLparser.c: removed a warning
5625
5626Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5627
5628 * xpath.c: fixing #61673 part I, do not loose doc information
5629 when copying result value trees.
5630
5631Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5632
5633 * xpath.c: trying to harden the XPath interpreter
5634
5635Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
5636
5637 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
5638 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5639
5640Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5641
5642 * HTMLparser: repaired another loop problem
5643
5644Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5645
5646 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
5647 parsing.
5648 * xpath.c: fix bug #61291 the default XML namespace node is
5649 missing from the namespace axis.
5650 * tree.c: refuse to create namespaces nodes with prefix "xml"
5651
5652Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
5653
5654 * SAX.c: ouch a non-defined namespace could lead to a crash,
5655 fixed #61215
5656
5657Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5658
5659 * parserInternals.c: closed bug #61054
5660
5661Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5662
5663 * include/libxml/Makefile.am: closing #60708
5664
5665Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5666
5667 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
5668 adding xmlSAXParseFileWithData following Marco Stipek suggestion
5669
5670Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5671
5672 * valid.c: close bug #61550 when xml: wasn't considered a namespace
5673
5674Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5675
5676 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
5677 * DOCBparser.c HTMLparser.c parser.c: fixed typos
5678
5679Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
5680
5681 * catalog.c: Justin Fletcher provided cleaup code in case
5682 HAVE_STAT is not defined
5683 * include/win32config.h: Igor Zlatkovic suggested to have
5684 HAVE_STAT defined there
5685
5686Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5687
5688 * catalog.c - fixed typing error reported by M. Barros
5689
5690Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
5691
5692 * xmllint.c - fixing typo
5693
5694Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5695
5696 * HTMLparser.c: small enhancement to prevent loop on
5697 unrecognizable data
5698
5699Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5700
5701 * parserInternals.c: applying patch from bug #60757 this
5702 should close it
5703
5704Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5705
5706 * catalog.c xmlcatalog.c: removed a couple of warning
5707 * xpath.c: try to solve the linking problem on platforms
5708 needing trio to compile
5709
5710Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5711
5712 * Makefile.am libxml.spec.in: backing up non-documented changes
5713 commited without review or aproval by Jens Finke <jens@gnome.org>
5714 * HACKING: made 100% clear that no commit should be done directly
5715
5716Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5717
5718 * configure.in: Joe Orton provided a patch fixing a problem
5719 when iconv is specified to be in a non-standard directory
5720 but wasn't exported in xml2-config --cflags
5721
5722Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5723
5724 * configure.in: let's ship 2.4.5 before getting too much
5725 troubles with 2.4.4 errors.
5726
5727Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5728
5729 * encoding.c entities.c: do not output hexadecimal charrefs
5730 when serializing HTML since some version of Netscape can't
5731 grok it, generate decimal ones.
5732 * result/HTML/doc3.htm: output changed due to previous test
5733 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
5734
5735Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
5736
5737 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
5738 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
5739
5740Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5741 Released 2.4.4
5742
5743 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
5744 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
5745 updated the configuration scripts systems accordingly
5746
5747Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5748
5749 * configure.in: preparing for 2.4.4
5750 * doc/xml.html doc/html/*: updated and rebuilt the docs
5751
5752Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5753
5754 * win32/dsp/libxml2.def.src: tried to incorporate comments
5755 from bug #59220
5756
5757Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5758
5759 * parser.c result/noent/wml.xml: fixed bug #59981 related
5760 to handling of '&' in attributes when entities are substitued
5761
5762Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5763
5764 * libxml.h include/libxml/xmlversion.h.in
5765 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
5766 Tried to close bug #60131
5767
5768Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5769
5770 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
5771
5772Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
5773
5774 * SAX.c: fixing bug #59946 on xmlns=""
5775
5776Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5777
5778 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
5779 but allocates a new error code.
5780
5781Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5782
5783 * xmllint.c: John Fleck fixed typos in the options output
5784 * parser.c SAX.c: fix ignorable white space SAX selection
5785
5786Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5787
5788 * entities.c: Steve Underwood found the possibility of an
5789 ininite loop in case of error.
5790
5791Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5792
5793 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
5794
5795Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5796
5797 * parser.c: warn if version is not 1.0 but it's not
5798 strictly speaking an error after analyzing the spec
5799
5800Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
5801
5802 *doc/catalog.html - add link to the html version of the
5803 man page, other linguistic cleanups
5804
5805Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
5806
5807 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5808 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
5809 file, has not yet been included in the build.
5810
5811Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5812
5813 * catalog.c: removed a duplicate affectation Justin Fletcher
5814
5815Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
5816
5817 * tree.c: Armin Sander pointed a possible text coalescing
5818 problem, completed his patch.
5819
5820Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5821
5822 * trionan.c: Fixed const and volatile re-definition problem
5823
5824Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
5825
5826 * libxml.4 parser.c: doc updates from Heiko Rupp
5827 * parserInternals.c: 2 sanity checks from Heiko Rupp
5828
5829Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5830
5831 * tree.c: applied patch from Armin Sander to make some pointers
5832 const in xmlCopyNode()
5833 * include/libxml/tree.h: added fix to the header
5834
5835Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5836
5837 * xpath.c: hum, restrict the integer usage gcc bug workaround
5838 to only gcc compilers so that other architecture don't get
5839 penalized by this limitation.
5840 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
5841
5842Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5843
5844 * valid.c: fixed a Windows compiler warning (Chris Poblete)
5845 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
5846
5847Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5848
5849 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
5850 --convert option to xmlcatalog to convert SGML ones to
5851 the XML syntax.
5852 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
5853
5854 2.4.3 got released at that point
5855Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5856
5857 * catalog.c xmlIO.c: started some serious testing and fixed
5858 a few bug and optmization needs.
5859
5860Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5861
5862 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5863 preparing for a 2.4.3 release even if it may not be ready yet
5864 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
5865 all file parsing lookup to go through the entity resolver, add
5866 to add an API to bypass it (needed to load catalogs themselves),
5867 some cleanup on the catalog code too.
5868 * nanoftp.c: small cleanup
5869 * doc/catalog.html: small update
5870
5871Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5872
5873 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
5874 Jun Kuriyama
5875
5876Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5877
5878 * doc/catalog.html: finished the catalog documentation
5879
5880Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5881
5882 * doc/catalog.html doc/xml.html: added documentation about
5883 Catalog support, misses an API description
5884 * doc/html/*: reextracted the API pages
5885
5886Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5887
5888 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
5889 Added the part about section 7.2 on URI resolution,
5890 fixed a side effect in the HTML parser, look complete
5891 and ready to rock except the URI/SystemID part!
5892
5893Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5894
5895 * include/libxml/catalog.h include/libxml/parser.h
5896 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
5897 xmlIO.c: added support and APIs needed for the catalog PI
5898 * include/libxml/xmlIO.h: cleanup
5899
5900Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5901
5902 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
5903 include/libxml/catalog.h: starts to look okay, really
5904 plugged the new framework, cleaned a lot of stuff,
5905 added some APIs, except the PI's support missing this
5906 should be mostly complete
5907 * result/catalogs/* test/catalogs/*: added new test, enriched
5908 the existing one with URN ID tests
5909
5910Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5911
5912 * catalog.c: fixed nextCatalog
5913 * result/catalogs/docbook test/catalogs/*: started adding
5914 a small regression test
5915
5916Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
5917
5918 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
5919 more work on the XML catalog support.
5920 * parser.c include/libxml/parser.h: small cleanup seems using
5921 list as a public parameter name can give portability troubles
5922 * trionan.c trionan.h xpath.c include/libxml/trionan.h
5923 include/libxml/xpath.h include/libxml/Makefile.am: removed
5924 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
5925 wrappers
5926
5927Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5928
5929 * Makefile.am trio.c triodef.h trionan.c xpath.c
5930 include/libxml/Makefile.am include/libxml/trionan.h:
5931 Re-worked Not-A-Number and Infinity support.
5932 * xmlcatalog.c: added readline include files
5933
5934Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5935
5936 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
5937 testCatalog as xmlcatalog, making it an installed app
5938 adding a shell, and preparing it to be a /etc/xml/catalog
5939 management tool, though not ready yet
5940 * catalog.c include/libxml/catalog.h: adding support for
5941 XML Catalogs http://www.oasis-open.org/committees/entity/
5942 not finished, there is some interesting tradeoffs and a
5943 few open questions left.
5944
5945Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
5946
5947 * xmllint.c: fixed a line formatting problem
5948
5949Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5950
5951 * SAX.c: removed a couple of unused variable (Albert Chin)
5952
5953Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5954
5955 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
5956 trying to fix some troubles w.r.t. function returning
5957 const xxxPtr.
5958
5959Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5960
5961 * win32/dsp/libxml2.def.src: another set of symbols conditionally
5962 defined
5963
5964Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5965
5966 * xpointer.c: removed unused var
5967
5968Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5969
5970 * testXPath.c: another small cleanup closing bug #59110
5971
5972Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5973
5974 * win32/dsp/libxml2.def.src: small cleanup closing bug
5975 #59108
5976
5977Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5978
5979 * example/gjobread.c: add xmlCleanupParser() before leaving
5980
5981Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
5982
5983 * config.h.in configure.in include/libxml/xmlwin32version.h:
5984 released 2.4.2
5985
5986Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
5987
5988 * include/libxml/valid.h debugXML.c valid.c: deprecate
5989 the non-boundchecking Sprintf functions, add Snprintf
5990 this should close bug #57984
5991
5992Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
5993
5994 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
5995 URIs before doing the lookups (pointed by Mark Vakoc)
5996
5997Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5998
5999 * xpath.c: serious changes on Result Value Trees and NodeSets
6000 w.r.t. deallocation and collect operations. Probably not
6001 100% clean (merge of allocated trees smells like a problem).
6002 Seems sufficient to close #58943
6003
6004Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
6005
6006 * xmllint.c: adding a --format option
6007
6008Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
6009
6010 * xpath.c: count() was broken on Result Value Tree
6011 * xmlIO.c: fixed file:/// accesses on _WIN32
6012
6013Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
6014
6015 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
6016 macro was renamed, this should close bug #58683
6017
6018Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
6019
6020 * SAX.c: small fix fixing bug #58539 reported by coolo, in
6021 entity substitution mode text at the end of the entity might
6022 be added due to text coalescing.
6023 * nanoftp.c parser.c: small cleanup
6024
6025Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
6026
6027 * HACKING: added John Fleck right to commit in the doc subdir
6028
6029Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
6030
6031 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
6032 allow to inherit attributes from the DTD directly in the
6033 tree, this is needed for XPath and can be a useful feature.
6034 Inherited namespaces are always provided at the tree level now
6035 * test/defattr* result/defattr* result/noent/defattr*: added a couple
6036 of tests for this feature (XSLT being the prime user).
6037
6038Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
6039
6040 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
6041 testSAX.c xmlIO.c xmllint.c include/win32config.h
6042 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
6043 include/libxml/xmlwin32version.h.in win32/README.MSDev
6044 win32/dsp/*: applied Win32 Facelift No.2 patches from
6045 Igor Zlatkovic for Windows/MSC
6046
6047Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
6048
6049 * SAX.c: unparsedEntityDecl() the URI computation of the
6050 entity wasn't done breaking XSLT unparsed-entity-uri()
6051
6052Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
6053
6054 * xpath.c: fixed a bug when walking the descendants and
6055 the current node has no children
6056 * debugXML.c: show up when a text node is supposed to not be escaped
6057
6058Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6059
6060 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
6061 worked like the set:leading() function)
6062 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
6063
6064Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6065
6066 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
6067
6068Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6069
6070 * include/libxml/xmlIO.h: apply change to close #58141
6071 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
6072
6073Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6074
6075 * parser.c: when the internal subset uses a PE, then the
6076 included entity can use conditional sections.
6077
6078Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6079
6080 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
6081 when walking the namespace axis showing up in
6082 libxst/tests/general/bug-12
6083 * xmlmemory.c: added the possibility to trace a given block
6084 defined by its address
6085
6086Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6087
6088 * parser.c: don't override existing encoding specified before
6089 starting xmlParseDocument()
6090
6091Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6092
6093 * include/libxml/xmlwin32version.h: reinserted, needed for
6094 Windows users of CVS
6095
60962001-07-27 Darin Adler <darin@bentspoon.com>
6097
6098 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
6099 * testCatalog.c: Add include of <libxml/parser.h>.
6100
61012001-07-27 Darin Adler <darin@bentspoon.com>
6102
6103 * include/libxml/.cvsignore:
6104 * include/libxml/xmlwin32version.h:
6105 Remove this file from CVS because it's generated.
6106
6107Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6108
6109 * parser.c include/libxml/parser.h: applied const patches from
6110 Tom Moog #58002
6111
6112Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6113
6114 * xpath.c include/libxml/xpath{,Internals}.h: added a function
6115 lookup framework
6116
6117Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6118
6119 * tree.c: fixed xmlCopyNode() for documents
6120
6121Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6122
6123 * parser.c: fixed bugs #58073 reported by Greg Shtilman
6124
6125Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6126
6127 * parser.c: fixes bug #57652 reported by Morus Walter
6128
6129Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6130
6131 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
6132
6133Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6134
6135 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
6136 errors, lesson don't add new functions at 1am before a release
6137 * xpath.c: integrated fix from Bjorn to avoid divide by zero
6138 from XPath initialization when possible.
6139
6140Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6141
6142 * result/scripts/base*: removing history/readline changed
6143 this slightly
6144 * include/libxml/parser.h SAX.c parser.c parserInternals.c
6145 xmllint.c: make element content line number generation
6146 optionnal to avoid breaking old apps added interface to switch
6147
6148Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6149
6150 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00006151 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006152 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
6153 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
6154 John Kroll fixes to allow saving to HTTP via PUT (or
6155 POST of needed).
6156 * doc/html/*.html: regenerated the docs
6157
6158Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6159
6160 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
6161 xmlHashScanFull and xmlHashScannFull3 to get passed the
6162 three keys as arguments to the callback function
6163
6164Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6165
6166 * configure.in Makefile.am: removed libxml softlink for good
6167 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
6168 100% coverage by gtk-doc
6169
6170Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6171
6172 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
6173 fixed serious troubles due to size_t vs. int mismatch
6174
6175Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6176
6177 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
6178
6179Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6180
6181 * include/libxml/xpath{,Internals}.h xpath.c: added a more
6182 convenient extension API for value and context managing
6183 Now handles external objects through xmlXPathPopExternal,
6184 xmlXPathWrapExternal and xmlXPathReturnExternal.
6185 Added functions for sets operations (intersection, etc.)
6186
6187Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6188
6189 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
6190 xmlIO.c tree.c parserInternals.c entities.c encoding.c
6191 HTMLparser.c: cleanup of global variables, marking some
6192 const or private.
6193
6194Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6195
6196 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
6197 fixed xmlXPathNodeSetItem when passing index=0
6198
6199Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6200
6201 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
6202
6203Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6204
6205 * xmllint.c: fixed compilation under Cygwin #57503
6206 * TODO: update
6207
62082001-07-13 Peter Williams <peterw@ximian.com>
6209
6210 * config.h.in: add #undef HAVE_DLFCN_H
6211
6212 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
6213 builddir.
6214
6215Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6216
6217 * win32/libxml2/libxml2.def.src: added a couple of exported entries
6218 raised by #57348 and #57381
6219
6220Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6221
6222 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
6223 tree.c xpointer.c: store the line numbder in element->content,
6224 may break some software, need a configuration mechanism
6225
62262001-07-10 Darin Adler <darin@bentspoon.com>
6227
6228 * .cvsignore:
6229 * example/.cvsignore:
6230 * include/.cvsignore:
6231 * include/libxml/.cvsignore:
6232 Various things that are generated and should be ignored.
6233
6234Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6235
6236 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
6237 * doc/xml.html doc/html/*: updated the docs
6238
6239Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6240
6241 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
6242 validation occured on content with element child
6243
6244Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6245
6246 * tree.c: fixed XML Base computation which was broken
6247 * debugXML.c: added a base function to the shell
6248 * Makefile.am result/scripts/* test/scripts/*: added scripts
6249 based regression tests, and adding 2 XML Base tests
6250
6251Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6252
6253 * tree.c: set properties doc and call xmlSetListDoc for properties
6254 content when grafting them in a different tree.
6255 * aclocal.m4: remove from CVS
6256
6257Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6258
6259 * win32/libxml2/libxml2.def.src: added some missing entry point
6260 for XPath (Mark Vakoc)
6261
6262Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6263
6264 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
6265 layer should URI-Unescape before trying to open resources.
6266
6267Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6268
6269 * xpath.c: fix the name() bug for elements in the default
6270 namespace reported by Charlie Bozeman
6271
6272Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6273
6274 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
6275 led to an XPath fix, improvements of SAX initialization, and
6276 an added option --nocdata to testXPath
6277
6278Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6279
6280 * doc/libxml-doc.el: Felix Natter provided anew version working
6281 with XEmacs too
6282
6283Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6284
6285 * include/libxml/xpath.h: small cleanup
6286 * doc/xml.html: update
6287
6288Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6289
6290 * Makefile.am configure.in include/libxml/xmlwin32version.h:
6291 released 2.3.14
6292
6293Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6294
6295 * doc/html/*: rebuilt the docs for the release
6296 * doc/xml.html: added 2.3.14 release.
6297
6298Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6299
6300 * xpath.c: a bug reported by Stephan Kulow empty nodesets
6301 were not equal to empty strings
6302
6303Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6304
6305 * SAX.c: fixed a URI-Reference computation problem when validating
6306 * xmlIO.c: small cleanup
6307
6308Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6309
6310 * parser.c: improved the description of a couple of interfaces
6311 upon Larry Stamper suggestion
6312
6313Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6314
6315 * SAX.c entities.c parser.c: changed completely the way entities
6316 are handled when running the parser in entity substitution mode.
6317 This fixes a bug reported by Stephan Kulow and nearly divides
6318 by 3 the amount of memory required by libxslt to load and process
6319 DocBook TDG.
6320
6321Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6322
6323 * HTMLparser.c: fixing a too early root closing problem raised
6324 byt Prashanth Naidu
6325
6326Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
6329 raised by Mark Vakoc.
6330
6331Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6332
6333 * example/Makefile.am: fixed the include path to add srcdir/include
6334 * Makefile.am configure.in: fix from Albert Chin for iconv detection
6335 and some cleanup
6336
6337Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6338
6339 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
6340 lot of optimization work, results in significant improvements
6341 when handling really complex XPath queries. Add a small optimizer
6342 for unions, improve [n] and [last()], avoid some costly ops.
6343
6344Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6345
6346 * include/libxml/parser.h parser.c: xmlStrstr args are both const
6347 * xpath.c: small cleanup
6348 * xmlGetNsList: reformated, fixed problems if used on Entities
6349
6350Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6351
6352 * doc/xml.html: added 1.8.14 and 2.3.13 releases
6353
6354Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6355
6356 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
6357 * Makefile.am example/Makefile.am: workaround automake generating
6358 erroneous deps
6359
6360Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6361
6362 * include/win32config.h: bug #56801 Yon Derek provided a patch
6363 to the windows config file.
6364
6365Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6366
6367 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
6368 libxml.h : Yon Derek provided a set of changes to compile from
6369 CVS on Windows/MSC
6370
6371Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6372
6373 * parser.c: fixed UTF8 BOM support in push mode
6374 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
6375 added a specific testcase
6376
6377Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6378
6379 * Makefile.am: added --push regression tests
6380 * parserInternals.c: the XML parser segfaulted in --push mode
6381
6382Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6383
6384 * configure.in: moved the symlinks detection within a CVS
6385 check, this is not portable and will be removed soon.
6386 * xpath.c: small cleanup/speedup
6387
6388Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6389
6390 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
6391 release of 2.3.12
6392 * parser.c: make an error message if unknow entities in all cases
6393
6394Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6395
6396 * uri.c: fixed 2 uri normalization bugs on '//' reduction
6397
6398Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6399
6400 * include/libxml/Makefile.am: Laszlo Peter pointed out that
6401 includes were installed in the wrong dir
6402
6403Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6404
6405 * doc/html.xml: warn against sending code to exhibit bugs.
6406
6407Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6408
6409 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
6410 Tru64 from Thomas Leitner
6411
6412Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6413
6414 * AUTHORS: added William and Bjorn
6415 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
6416 daniel@veillard.com hopefully I won't have to do this again
6417 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
6418 docs can be rebuilt cleanly now
6419 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
6420 from CVs it's generated, added include/libxml/xmlwin32version.h
6421 also generated but which should change far less frequently.
6422 * catalog.c nanoftp.c: made sure to include libxml.h not
6423 libxml/xmlversion.h directly
6424 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
6425 when compiling on WIN32 and MSC
6426
6427Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6428
6429 * include/Makefile.am include/libxml/Makefile.am configure.in:
6430 fixed make distcheck and rebuilding the rpms
6431
6432Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6433
6434 * configure.in: should finish the migration of exported includes
6435 into a real include/libxml in CVS, at least for CVS users.
6436 * removed the exported headers, added in include/libxml (as well
6437 as xmlversion.h.in).
6438
6439Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6440
6441 * configure.in: fixed the way to detect symlink
6442
6443Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6444
6445 * configure.in: updated, include/libxml is now a real CVS dir
6446
6447Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6448
6449 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
6450 version works with both libxml1 and libxml2 (it autodetects
6451 the prefix of the html-files) from Felix Natter.
6452 * doc/xml.html: updated doc accordingly
6453
6454Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6455
6456 * xpath.c: fixed the bug generating a template loop in libxslt
6457 when using docbook-xsl-1.4, * should filter out document nodes
6458 * HACKING: added William
6459 * TODO: updated
6460
6461Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6462
6463 * doc/FAQ.html: added a warning about gcc-3.0
6464 * doc/xml.html: added reference to gdome2 and removed a confusing
6465 sentence
6466
6467Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6468
6469 * xmlversion.h: okay this is a generated file, but Windows
6470 users need it and they can't generate it, and I want CVS
6471 Windows users ...
6472 * win32/libxml2/libxml2_so.dsp: Windows project file for
6473 the shared lib version of libxml2
6474 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
6475 resources needed for libxslt/xsltproc by Yon Derek
6476
6477Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6478
6479 * trio.c: MSVC fix (provided by Igor Zlatkovic)
6480
6481Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6482
6483 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
6484
6485Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6486
6487 * include/win32config.h: Yon Derek provided a first fix
6488 to be able to compile libxslt/xsltproc on Windows
6489
6490Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6491
6492 * xpath.c: attempt to work around what seemed a gcc optimizer
6493 bug when handling floats on i386 http://veillard.com/gcc.bug
6494 * tree.c entities.c encoding.c: doing some cleanups while
6495 chasing it
6496
6497Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6498
6499 * Makefile.am: cleanup when --without-debug is specified
6500 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
6501 w.r.t. --without-debug and other include points
6502 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
6503 Catalogs
6504 * configure.in entities.h tree.h HTMLparser.c: removed
6505 --without-corba, made the _private field mandatory
6506
6507Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6508
6509 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
6510 outputs a BOM in UTF8, an errata has been issued to avoid the
6511 problem, that was the most reasonable solution... Add support
6512 for a leading UTF8 BOM in entities.
6513
6514Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6515
6516 * valid.c: fixed a bug found when post validating an entity ref
6517 * xmllint.c: added --loaddtd and sligly changed --postvalid to
6518 activate it too
6519
6520Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6521
6522 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
6523 weakness in the node copy the XPointer and the XInclude
6524 implementations. Serious cleanup.
6525
6526Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6527
6528 * Makefile.am: Kjartan Maraas provided a small patch to
6529 add xml2-config.in to EXTRA_DIST
6530
6531Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6532
6533 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
6534 provided another failing case found in KDE, the way the
6535 ctxt->vctxt.nodeTab was allocated and freed changed over
6536 time but it wasn't completely cleaned up. This should fix it.
6537
6538Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6539
6540 * parser.c: Stephan Kulow also raised the fact that line number
6541 could get miscounted making debug harder, fixed the problem
6542 in xmlParseCharData()
6543
6544Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6545
6546 * valid.c: Stephan Kulow pointed out a problem when validating
6547 and using an empty entity, forgot a 'break' in a case.
6548
6549Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6550
6551 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
6552 * doc/xml.html: updated with 2.3.11
6553
6554Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6555
6556 * TODO: updated adding cleanup of generated doc
6557 * configure.in: prepared to release 2.3.11
6558 * xmllint.c: added --version for bug reporting
6559 * doc/html/*.html: rebuilt the doc
6560
6561Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6562
6563 * xpath.c: first part of the work on selecting namespace to
6564 fix bug #56115
6565
6566Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6567
6568 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
6569 when using -liconv
6570 * TODO: updated
6571
6572Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6573
6574 * HTMLtree.[ch]: more work on the HTML serialization routnes,
6575 cleanup, encoding support.
6576
6577Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6578
6579 * xpath.c: Thomas Broyer suggested a better patch for the / arg
6580
6581Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6582
6583 * xpath.c: bug detected by Ankh when / is used as a function arg
6584
6585Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6586
6587 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
6588 of element and use it to avoid outputting formatting spaces at
6589 the wrong place. Implemented the format parameter for HTML save.
6590 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
6591 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
6592 result/HTML/wired.html: of course this impact the result of a
6593 number of HTML tests
6594
6595Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6596
6597 * HTMLtree.[ch]: started augmenting the HTML save API with
6598 encoding and formatting parameters
6599
6600Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6601
6602 * HTMLtree.h: cleanup and started evaluating the work needed on
6603 revamping the HTML output code
6604
6605Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6606
6607 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
6608
6609Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6610
6611 * valid.c: fixed bug #56049, forgot one check in the
6612 validation routine
6613
6614Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6615
6616 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
6617
6618Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6619
6620 * libxml.h: fixed an error in last commit
6621 * doc/FAQ.html: added an entry for compilation from CVS
6622
6623Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6624
6625 * xmlversion.h.in libxml.h: Cygwin patches
6626 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
6627 * tree.h: cleanup
6628
6629Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6630
6631 * tree.c: patched xmlFreeNode() to avoid freeing() a static
6632 memory block in a strange case where libxml is linked twice
6633 in the binary.
6634
6635Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6636
6637 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
6638 state far too often, simple fix used to avoid it.
6639
6640Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6641
6642 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
6643 being processed, applied his patch
6644 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
6645
6646Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6647
6648 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
6649 provided fixes to compile on MSCC again
6650 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
6651 also provided an update for the project files.
6652
6653Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6654
6655 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
6656 bug #55810
6657
6658Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6659
6660 * tree.c: fixed xmlGetNsProp() to close bug #55683
6661 Note this requires libxslt to use it's own function instead.
6662
6663Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6664
6665 * HTMLtree.c: when in a pre element no formatting space should
6666 be added.
6667 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
6668
6669Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6670
6671 * configure.in: added tests for signal() and signal.h
6672
6673Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6674
6675 * xpath.c: robert pointed out xmlXPathNINF was not initialized
6676
6677Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6678
6679 * doc/libxml-doc.el: Felix Natter provided a new version for
6680 libxml2
6681
6682Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6683
6684 * HTMLtree.c: when in a pre element no formatting space should
6685 be added.
6686
6687Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6688
6689 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
6690
6691Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6692
6693 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
6694 hack
6695 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
6696 * uri.c: fixed a warning
6697
6698Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6699
6700 * HTMLtree.c: trying to close bug #55772 escaping in script
6701 elements
6702 * doc/xml.html: suggest to send mail to the list
6703
6704Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6705
6706 * error.c: attempt to fix the xmlGetVarStr breakage once and for
6707 good. Use a macro and based on the solution provided in
6708 vsnprintf manual page from GNU.
6709
6710Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6711
6712 * error.c: Workaround for non-preserving variadic list.
6713 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
6714
6715Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6716
6717 * doc/xml.html: added 2.3.10 release
6718
6719Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6720
6721 * configure.in: releasing 2.3.10
6722
6723Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6724
6725 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
6726
6727Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6728
6729 * encoding.c: Robert Collins provided a patch to add the
6730 "US-ASCII" encoding alias
6731
6732Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6733
6734 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
6735 string oriented functions and started cleaning the related areas
6736 in xpath.c which needed fixing in this respect
6737
6738Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6739
6740 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
6741 #55380
6742 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
6743
6744Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6745
6746 * TODO: updated
6747 * nanohttp.[ch] : started adding APIs to get the redirected URL
6748 when this occurs (needed for further base computation
6749 * tree.h: cleanup
6750 * encoding.c: cleanup
6751 * SAX.c: minor change around ctxt->loadsubset
6752
6753Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6754
6755 * Makefile.am include/Makefile.am: small change to have
6756 include/libxml rebuilt if working from CVS.
6757 * uri.c: applied another patch from Carl Douglas for URI escaping,
6758 this should close bug #51876
6759
6760Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6761
6762 * xinclude.c: fixed XInclude recursive behaviour bug #54678
6763 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
6764 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
6765 added specific regression test
6766 * parser.h: preparing for the XSLT mode where DTD inherited
6767 attributes are added to the tree.
6768
6769Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6770
6771 * xinclude.[ch]: Updated the namespace for the Last Call version
6772 * result/XInclude/include test/XInclude/include: updated the
6773 testsuite accordingly
6774
6775Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6776
6777 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
6778 related to bug #51876
6779
6780Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6781
6782 * tree.c: fixed a gross mistake in base computation, xml:base is
6783 not completely correct yet (need cascade).
6784 * xpath.[ch]: added the few things needed to find a function name
6785 and URI from the XPath context when it is called.
6786
6787Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6788
6789 * catalog.[ch]: fixes and add xmlLoadCatalogs()
6790 * DOCBparser.c: small cleanup
6791 * xmllint.c: added a --catalogs option to load catalogs from
6792 $SGML_CATALOG_FILES
6793 * tree.c: cleanup
6794 * configure.in: iconv library fixup, ICONV_LIBS
6795
6796Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6797
6798 * catalog.c: handling of CATALOG entries. detection of recursion,
6799 and a few bugfixes
6800 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
6801 against the default namespace
6802
6803Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6804
6805 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
6806
6807Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6808
6809 * parser.c: fixed propagation context info when parsing an
6810 external entity.
6811 * doc/html/*.html: regenerated a couple of docs
6812
6813Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6814
6815 * doc/xml.html: update with 2.3.9 informations
6816
6817Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6818
6819 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
6820 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
6821 * doc/html/* : rebuilt the docs
6822 * valid.c: small patch which may improve some case when
6823 validating.
6824
6825Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6826
6827 * HTMLparser.c: Closed bug #54891
6828 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
6829 to the suite
6830
6831Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6832
6833 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
6834 applied a documentation patch from LotR and filled in a few missing
6835 descriptions
6836
6837Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6838
6839 * xpath.c tree.c parser.c: speed optimizations at the parser level
6840 document tree freeing and xpath evaluation
6841
6842Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6843
6844 * parser.c parser.h parserInternals.h: fixed a couple of
6845 interfaces for handling memory buffer input to const char *
6846 upon suggestion of JamesH.
6847
6848Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6849
6850 * configure.in: LoTR sent a patch fixing the previous commit
6851
6852Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6853
6854 * configure.in: trying to deal again with the stoopid -R linking
6855 flag of Solaris
6856
6857Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6858
6859 * xpath.h: two nodeset access macros from Thomas Broyer
6860
6861Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6862
6863 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
6864 patch from Thomas Broyer
6865
6866Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6867
6868 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
6869 case
6870 * INSTALL: was empty added stuff from the FAQ
6871
6872Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6873
6874 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
6875 attributes handling and #54433 by adding xmlUnsetProp()
6876 and xmlUnsetNsProp()
6877
6878Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6879
6880 * HTMLparser.c: Patch from Jonas Borgström
6881 (htmlGetEndPriority): New function, returns
6882 the priority of a certain element.
6883 (htmlAutoCloseOnClose): Only close inline elements if they
6884 all have lower or equal priority.
6885 * result/HTML: this of course changed a number of tests results.
6886
6887Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6888
6889 * xmlIO.c catalog.c: plugged in the default catalog resolution
6890 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
6891 documentations
6892 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
6893
6894Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6895
6896 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
6897 integrating catalogs
6898 * catalog.[ch] testCatalog.c: adding a small catalo API
6899 (only SGML catalog support).
6900 * parser.c: restaured xmlKeepBlanksDefault(0) API
6901
6902Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6903
6904 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
6905
6906Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6907
6908 * parser.c: added xmlParseExternalEntityPrivate() to allow
6909 propagation of ctxt->_private when parsing external entities
6910
6911Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6912
6913 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
6914
6915Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6916
6917 * configure.in: fixed a small portability problem with AM_CONDITIONAL
6918
6919Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6920
6921 * valid.c: warn when indeterminist content model is detected
6922 * result/VC/ElementValid8: this adds a message
6923 * Makefile.am: add --novalid for VCM tests
6924 * parserInternals.c: added a call to Init memory
6925
6926Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6927
6928 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
6929 when both parameters are NULL.
6930
6931Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6932
6933 * valid.c: applied small patch from Gary Pennington, reindented
6934 some part of the code.
6935
6936Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6937
6938 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
6939 release, updated and regenerated the docs
6940
6941Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6942
6943 * xpath.c result/XPath/expr/floats : clarified and cleanup
6944 printing of abnormal floats in tests.
6945
6946Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6947
6948 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
6949 * results/HTML/ : a few changes in the output of the HTML tests as
6950 a result.
6951 * configure.in: tying to fix -liconv where needed
6952
6953Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6954
6955 * Makefile.am: fixed a stupid error
6956
6957Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6958
6959 * configure.in Makefile.am: make the inclusion of the trio
6960 modules in the library conditional
6961
6962Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6963
6964 * DOCBparser.c: patche from László Kovács, fixed entities refs
6965 in attributes handling
6966
6967Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6968
6969 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
6970 flushing
6971
6972Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6973
6974 * xpath.c: fix of an XSLT namespace bug reported on the list
6975 general/bug-8-
6976
6977Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6978
6979 * strio.h trio.c: Dan McNichol suggested a couple of small
6980 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
6981
6982Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6983
6984 * tree.c parser.c encoding.c: spent a bit more time looking
6985 at the parsing speed and DOM handling. Added a few more
6986 speedups.
6987
6988Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6989
6990 * parser.c: small but effective parsing speed improvement
6991
6992Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6993
6994 * configure.in: default on the DocBook parser inclusion (for Gnome)
6995 * DOCBparser.h: fixed a header reference
6996
6997Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6998
6999 * configure.in xpath.c: applied Bjorn patches for FPE on the
7000 alpha
7001
7002Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7003
7004 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
7005 xmlSaveFormatFileTo()
7006
7007Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7008
7009 * xpath.c: simple and efficient optimization, XPath functions
7010 aways bind to the same code, cache this
7011 * TODO: updated (by saying some is obsolete)
7012
7013Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7014
7015 * xpath.c: more cleanup work on XPath name parsing routines
7016
7017Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7018
7019 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
7020 xmlXPathParseName
7021 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
7022 * debugXML.c: avoid compilation problems if compiling without
7023 HTML support, Igor Zlatkovic
7024 * win32/libxml2/libxml2.def.src: being able to compile without
7025 XPath on Windows
7026
7027Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7028
7029 * libxml.m4: yet another patch from Toshio Kuratomi
7030
7031Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7032
7033 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
7034
7035Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7036
7037 * tree.[ch]: added xmlSaveFormatFile interface for saving
7038 and indenting a file.
7039
7040Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7041
7042 * xpath.c: fixed bug #53689 related to processing-instruction()
7043
7044Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7045
7046 * DOCBparser.c: patche from László Kovács
7047
7048Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7049
7050 * parser.c: applied fixes from Christian Glahn bug report #53391
7051
7052Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7053
7054 * error.c: Jean François Lecomte provided a complete description
7055 and a fix to bug #53537
7056
7057Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7058
7059 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
7060
7061Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7062
7063 * DOCBparser.c SAX.c: a bit more work on entities processing.
7064 Still Need to cleanup XML output and references in attributes
7065
7066Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7067
7068 * DOCBparser.c include/Makefile.am: two patches from László Kovács
7069
7070Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7071
7072 * tree.c: trying to fix #53574, not completely complete,
7073 I would like xmllint --copy --debug test/ent1 and
7074 xmllint --debug test/ent1 to show the same result.
7075 * xpath.c: fix a bug when trying to sort namespace nodes
7076
7077Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7078
7079 * HTMLtree.c: real fix for #53402
7080
7081Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7082
7083 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
7084 PIs when using xsl:output
7085 * valid.c: closing #53537 some case generate segfaults if there
7086 is validity errors
7087
7088Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7089
7090 * SAX.c testDocbook.c DOCBparser.c: more work on the support
7091 of external parsed entities, added --noent to testDocbook
7092 * valid.c: Garry Pennington found an uninitialized variable
7093 access in xmlValidateElementContent()
7094
7095Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7096
7097 * HTMLparser.c : HTML parsing still sucks ... trying to deal
7098 with madness
7099 * result/HTML/ : this modified the result of the regression tests
7100 a lot.
7101
7102Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7103
7104 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
7105 to doc where it wasn't checked against NULL reported by
7106 Jens Laas
7107
7108Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7109
7110 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
7111 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
7112
7113Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7114
7115 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
7116 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
7117 * SAX.[ch]: cleanup and updates for DocBook
7118 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
7119 ex SGML identifier changes
7120 * valid.c: removed a static unused function.
7121
7122Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7123
7124 * HTMLtree.c: applied change for Paul Sponagl on script saving
7125 * Makefile.am: the warning about entity title.xml are normal.
7126
7127Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7128
7129 * configure.in: release of 2.3.7
7130 * Makefile.am: fixing make distcheck
7131
7132Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7133
7134 * doc/html/* doc/xml.html: updated and regenerated the docs
7135
7136Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7137
7138 * xpath.c: fixed the XPointer problem introduced in 2.3.6
7139
7140Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7141
7142 * tree.c: fixed #53388 with the provided patch
7143
7144Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7145
7146 * valid.c: Bjorn detected an invalid memory access. Fixed
7147 vstateVPush()
7148
7149Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7150
7151 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
7152
7153Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
7154
7155 * libxml.h: new header used only for the compilation of libxml
7156 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
7157 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
7158 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
7159 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
7160 xmlmemory.c xpath.c xpointer.c: libxml.h integration
7161 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
7162 baseline (version 1.2 plus a single patch).
7163 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
7164 scientific notation for numbers. Tests added.
7165 * xpath.c: formatting of numbers changed to use sprintf
7166 (contribution from William Brack)
7167
7168Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7169
7170 * valid.c: cleanup, more useful debugging
7171 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
7172 * xmlIO.c: entity loading is printed as an error when validating
7173
7174Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7175
7176 * valid.c: fixed to validate within entities
7177 * test/VCM/v22.xml: added a specific testcase
7178
7179Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7180
7181 * valid.c: forgot an epsilon transition in for ()+
7182 * test/VCM/v21.xml : added a specific test case
7183
7184Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7185
7186 * valid.c: removed a state explosion exhibited by RSS
7187 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
7188 from bug #51872
7189
7190Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7191
7192 * valid.[ch] tree.h: worked *hard* to get non-determinist content
7193 validation without using an ugly NFA -> DFA algo in the source.
7194 Made a specific algorithm easier to maintain, using a single
7195 stack and without recursion.
7196 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
7197 * hash.c: made the growing routine static
7198 * tree.h parser.c: added the parent information to an
7199 xmlElementContent node.
7200
7201Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7202
7203 * SAX.c parser.c xpath.c: generating IDs when not validating
7204 from an external parsed entity was poisoning the ID has table
7205 with removed values. This was killing XSLT on the KDE help
7206 browser.
7207
7208Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7209
7210 * entities.h: andrew@ugh.net.au detected a double declaration
7211
7212Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7213
7214 * debugXML.c hash.c tree.h valid.c : some changes related to
7215 the validation suport to improve speed with DocBook
7216 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
7217 the way validation errors get reported
7218
7219Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7220
7221 * HTMLparser.c HTMLtree.c: applied part of the patches provided
7222 by P C Chow and William M. Brack for XSLT HTML output
7223
7224Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7225
7226 * xmlversion.h.in win32config.h win32/libxml2/*: applied
7227 Igor Zlatkovic patches for MSC compilation and added his
7228 updates
7229
7230Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7231
7232 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
7233 prefix lookup.
7234 * parserInternals.c: fixed the bug reported by Morus Walter
7235 due to an off by one typo in xmlStringCurrentChar()
7236
7237Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7238
7239 * HTMLparser.c result/HTML/*: revamped the way the HTML
7240 parser handles end of tags or end of input
7241
7242Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7243
7244 * tree.[ch] : added xmlDocCopyNode for gdome2 support
7245
7246Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7247
7248 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
7249 bug where the linktime verions of free() won't work ...
7250
7251Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7252
7253 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
7254
7255Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7256
7257 * doc/xml.html: added 2.3.6 release
7258
7259Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7260
7261 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
7262 * result/wml.xml: resulted in a small output change
7263
7264Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7265
7266 * tree.c: xmlNewDoc was missing the charset initialization
7267 * xmllint.c: added --auto to autogenerate a doc, allow to
7268 reproduce the problem fixed on xmlNewDoc
7269
7270Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7271
7272 * xpath.c: trying to get 52979 solved
7273 * tree.c result/ result/noent/: trying to get 52712 solved, this
7274 also made me clean up the fact that XML output in general should
7275 not add formating blanks by default, this changed the output of
7276 a few tests
7277
7278Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7279
7280 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
7281
7282Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7283
7284 * configure.in: finally released 2.3.6
7285
7286Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7287
7288 * xpath.c: checking for null pointer generated by new code
7289
7290Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7291
7292 * xpath.c: fixed a [] evaluation problem reported
7293 * test/XPath/tests/simpleaddr: extended test
7294 * result/XPath/simpleaddr: updated result
7295
7296Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7297
7298 * xmllint.c: Dan Timis reported a portability problem
7299 on Macs without mmap, fixed it.
7300
7301Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7302
7303 * testXPath.c : added a --tree option allowing to display the
7304 tree dump of the XPath expression
7305
7306Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7307
7308 * xpath.c: fixed a memleak when comparing nodesets
7309 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
7310 * tree.c: added a TODO
7311
7312Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7313
7314 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
7315 we need string functions
7316 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
7317 to be able to use them where needed. Applied some changes
7318 to reduce name linking pollution and compile in only what's
7319 needed.
7320 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
7321 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
7322 for the string manipulation functions
7323 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
7324 to the free() function of xmlmemory.c
7325 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
7326 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
7327 usage.
7328
7329
7330Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7331
7332 * error.c: applied the context output patch of the error
7333 handling submitted by Chuck Griffith
7334 * error/VC/*: this slightly change some error logs
7335
7336Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7337
7338 * parser.c: fixed line number reporting on error
7339
7340Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7341
7342 * parser.c: Sullivan and Darin found a parser bug,
7343 applied the patch.
7344
7345Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7346
7347 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
7348 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
7349 xmlversion.h.in xpointer.c: of course the way I defined
7350 UNUSED breaks on old gcc version. Try to be smart and
7351 also define it directly in xmlversion.h
7352 * configure.in: removed -ansi flag from the pedantic set
7353
7354Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7355 Huge cleanup, I switched to compile with
7356 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
7357 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
7358 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
7359 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
7360 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
7361 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
7362 encoding.h entities.c error.c list.[ch] nanoftp.c
7363 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
7364 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
7365 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
7366 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
7367 Cleanup, staticfied a number of non-exported functions,
7368 detected and cleaned up a dozen of problem found this way,
7369 avoided a lot of public function name/typedef/system names clashes
7370 * doc/xml.html: updated
7371 * configure.in: switched private flags to the really pedantic ones.
7372
7373Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7374
7375 * configure.in: 2.3.5
7376 * doc/html/*: rebuilt the docs
7377
7378Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7379
7380 * parser.c: fixed a reported bug in NOTATION parsing
7381 * uri.c: accepted but not fixed bug 51876, added TODO
7382 * Makefile.am: fixed bug 51876
7383
7384Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7385
7386 * config.h.in configure.in error.c: fix a compilation problem
7387 on platforms without vsnprintf (xml@thewrittenword.com)
7388
7389Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7390
7391 * parser.c: fixed a function name header typo
7392 * SAX.c: notations can also occur in external subset.
7393
7394Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7395
7396 * error.c: removed a C++ like comment
7397
7398Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7399
7400 * parser.c: fixing bug 52299 strange condition leading
7401 to a parser crash due to a buffer overflow
7402 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
7403 added the specific test case
7404
7405Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7406
7407 * xpath.[ch]: still a lot of cleanup based on XSLT, added
7408 xmlXPathConvert{String,Number,Boolean} to be able to make
7409 type casts without a context stack, fixed some implementation
7410 problems related to the absence of context at parse-time,
7411 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
7412 in the public API too
7413 * xpointer.c xpathInternals.h: we need to know at parse time
7414 whether we are compiling an XPointer
7415
7416Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7417
7418 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
7419 cleaned up the parser internals, refactored XPath code, added
7420 new compilation based APIs and cleanly separated public and
7421 private APIs.
7422
7423Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7424
7425 * xpath.h: the comp field must be added at the end to avoid
7426 killing binary compat.
7427
7428Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7429
7430 * Makefile.am: detect XPath memleaks in regreson tests
7431 * error.c: fixed and error w.r.t. error reporting still using
7432 stderr
7433 * hash.c: added new line at end of file
7434 * tree.h: minor cleanup
7435 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
7436 expression parsing from evaluation, resulted in a number of
7437 changes internally, and in XPointer. Likely to break stuff
7438 using xpathInternals.h but should remain binary compatible,
7439 new interfaces will be added.
7440
7441Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7442
7443 * configure.in: fixed a couple of problems reported by
7444 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
7445 without gcc on non linux platforms.
7446
7447Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7448
7449 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
7450 a fix for --with-html-dir= configure support. I hope it won't
7451 break rpm generation
7452
7453Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7454
7455 * xmlIO.c: one function comment cleanup.
7456
7457Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7458
7459 * SAX.c: external subset notations were improperly registered
7460 in the internal subset.
7461
7462Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7463
7464 * README.cvs-commits: added, pointing to HACKING
7465 * HACKING: updated
7466
7467Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7468
7469 * parser.c: and Matt Sergeant found one in the XML push
7470 parser (erroneous check I forgot to remove when I fixed the
7471 main parser).
7472
7473Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7474
7475 * xpath.c: ptittom found a small bug in UnaryExpr
7476
7477Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7478
7479 * configure.in: bumped to 2.3.4
7480 * error.c: fixed bug #51860
7481 * tree.c: fixed bug #51861
7482 * valid.c: cleanup, more debug, failed to fix one bug crap ...
7483 * tree.[ch] : added xmlDefaultBufferSize
7484 * nanoftp.c: typo in function name header block
7485 * doc/xml.html : updated, added link to XML::LibXSLT
7486 * doc/html/* : rebuilt the docs
7487
7488Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7489
7490 * parser.c SAX.c: the new content parsing code raised an
7491 ugly bug in the characters() SAX callback. Found it
7492 just because of strangeness in XSLT XML Rec ouptut :-(
7493
7494Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7495
7496 * Makefile.am: Martin Baulig suggested to add -lm
7497 * tree.c: found another bug in xmlNodeGetContent()
7498
7499Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7500
7501 * xpath.c: Bjorn found the error related to strictness of comparison.
7502
7503Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7504
7505 * parser.c: trying to fix the Dtd parsing problem reported
7506 by Gary, side effect of last week speed optimizations.
7507
7508Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7509
7510 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
7511 * parserInternals.c: removed unneeded test raised by Stric
7512
7513Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
7514
7515 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
7516 and fixed by William Brack). Added xmlXPathFormatNumber.
7517 Changed the sorting slightly.
7518 * configure.in Makefile.am example/Makefile.am: Added -lm.
7519 Please note that applications linking with libxml2, must
7520 also like with the math library from now on.
7521
7522Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7523
7524 * HTMLparser.c: fixed loop reported by Marc Sanfacon
7525
7526Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7527
7528 * parser.c: one must report spaces even if the Dtd element
7529 content proves that this is not part of the element content.
7530 * result/valid/*.xml: this changed the ouptu slightly
7531
7532Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7533
7534 * configure.in: bumped to 2.3.3
7535 * doc/xml.html: updated
7536
7537Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7538
7539 * tree.c: minor doc fix
7540 * xpath.c: deallocation issues when a result tree has been
7541 converted to a node-set
7542
7543Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7544
7545 * doc/xml.html: oops corrected dates s/2000/2001
7546
7547Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7548
7549 * valid.c: new patch from Gary Pennington
7550
7551Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7552
7553 * doc/xml.html: applied patch from Ankh
7554
7555Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7556
7557 * xinclude.c: fixed a problem building on Mac
7558
7559Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7560
7561 * parser.c: more work on increasing parsing ferformances
7562
7563Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7564
7565 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
7566 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
7567 avoiding memcpy in production builds MEM_CLEANUP macro use
7568 * parser.[ch] parserInternals.c: optimizations of the tightest
7569 internal loops inside the parser. Better checking of I/O
7570 flushing/loading conditions
7571 * xmllint.c : added --timing
7572
7573Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7574
7575 * configure.in: bumped to 2.3.2
7576 * doc/xml.html: updated for release
7577
7578Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7579
7580 * xpath.c: found a memleak and fixed a nasty bug
7581
7582Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7583
7584 * xmllint.[c1] : added return code errors for xmllint
7585 * xpath.c: specific debug dump function for result value trees
7586
7587Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7588
7589 * xpath.c: finally implemented xmlXPathCompareNodeSets
7590 * test/XPath/expr/floats results/XPath/expr/floats: added
7591 a test for float expressions
7592
7593Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7594
7595 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
7596 * parserInternals.[ch]: trying to speed up parsing
7597 * xpath.c : speeded up node set equality op
7598
7599Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7600
7601 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
7602 better handling of ID/IDREF and the list modules associated
7603 * configure.in: small CFLAGS cleanup
7604
7605Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7606
7607 * configure.in: fixed iconv detection on AIX (stric)
7608
7609Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7610
7611 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
7612
7613Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
7614
7615 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
7616 and optimized xmlXPathNodeSetSort
7617
7618Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7619
7620 * xpath.c: bug fix when context size is 0
7621 * parser.c: I like Norm's Dtd because they still manage to break
7622 the parser occasionally
7623
7624Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7625
7626 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
7627
7628Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7629
7630 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
7631 attributes within the XML-1.0 namespace
7632
7633Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7634
7635 * xpathInternals.h: exported a few axis functions
7636 * doc/xml.html: updated the doc
7637
7638Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7639
7640 * configure.in: applied patch from Daniel van Balen for OpenBSD
7641 and bumped version to 2.3.1
7642 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
7643 attempt to find autoclosing was simply broken, removed it,
7644 updated the examples, this is better
7645
7646Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7647
7648 * hash.[ch]: added Paolo Casarini patch to provide Delete from
7649 hash functionnalities.
7650 * doc/html/* : rebuild the doc
7651
7652Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7653
7654 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
7655 on predicate
7656 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
7657 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
7658 really want to have tags closed on output even if we accept
7659 unclosed ones on input
7660
7661Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7662
7663 * xpath.c: ouch don't free NULL, rare case fixed
7664 * tree.c: don't coalesce text nodes if they don't have the
7665 same behaviour wrt escaping on output
7666
7667Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7668
7669 * xpath.c: small fixup
7670 * SAX.c: don't warn on empty namespaces.
7671
7672Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7673
7674 * README: a bit of cleanup
7675 * configure.in: preparing for 2.3.0 release
7676
7677Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7678
7679 * hash.[ch]: added a first version of xmlHashSize()
7680 * valid.c: another bug fix from Gary Pennington
7681
7682Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7683
7684 * valid.c: couple of bug fixes pointed by Gary Pennington
7685 * HTMLtree.c: #if 0 cleanup
7686
7687Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7688
7689 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
7690 which removes a time consuming check of xmlXPathNodeSetAdd()
7691 and use it in places where we are sure to not break unicity
7692
7693Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7694
7695 * xpath.c: bug fixes found from XSLT
7696 * tree.c: preserve node->name special values when copying nodes.
7697 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
7698 external subset are fetched when available but without full
7699 validation. Added xmlLoadExtDtdDefaultValue, need a function.
7700 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
7701 output with encoding disabled.
7702
7703Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7704
7705 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
7706 xmlCheckFilename should not be called from xmlFileOpenW
7707 and xmlGzfileOpenW
7708
7709Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7710
7711 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
7712 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
7713 added the new tests for URI normalization
7714 * testURI.c: fixed stoopid bugs
7715 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
7716 the URI in the error messages are now properly normalized
7717
7718Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7719
7720 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
7721
7722Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7723
7724 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
7725
7726Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7727
7728 * xpath.c: fixed mod operator
7729
7730Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7731
7732 * parser.c: fixed xmlStrcat doc
7733 * tree.c: 2 fixes form Anders Carlson for copying nodes and
7734 trees.
7735
7736Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7737
7738 * xpath.c result/XPath/tests/chaptersbase
7739 result/XPath/tests/simplebase: fixed XPath node()
7740 * tree.c: small fix in xmlNewNs()
7741 * Makefile.am: removed extraneous xml2Conf.sh rule
7742
7743Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7744
7745 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
7746 Changed the library name, in order to get libxml-devel and
7747 libxml2-devel to coexist on a single system
7748 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
7749 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
7750
7751Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7752
7753 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
7754 libxml2-devel installable in // as libxml-devel.
7755
7756Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7757
7758 * doc/Makefile.am: fixed make rebuild in doc
7759 * doc/html/*.html: rebuilt the docs
7760
7761Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7762
7763 * tree.c: patch from Bjorn Reese on xmlBufferCCat
7764
7765Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7766
7767 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
7768 the HTML doc to go into the -devel RPM ...
7769 * aclocal.m4 config.h.in: some updates due to auto* magic
7770
7771Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7772
7773 * xpath.h: added a hook in the context structure allowing to
7774 link to extra support, needed for XSLT
7775
7776Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7777
7778 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
7779 xmlXPtrCmpPoints to use it.
7780 * propagated the following patch from Alejandro Forero
7781 * include/win32config.h xmlIO.c: applied further suggestions
7782 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
7783 * example/gjobread.c: fixed warnings, now that it builds
7784
7785Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
7786
7787 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
7788
7789 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
7790 filename points to a valid file (not a directory).
7791 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
7792 Added calls to xmlCheckFilenameDir.
7793
7794 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
7795 `path' (rather than `filename') as the parameter to gzopen and open.
7796
7797Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7798
7799 * Makefile.am: fixed a problem with EXTRA_DIST
7800
7801Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7802
7803 * Makefile.am example/Makefile.am: finally found the trick
7804 to build the example, i.e. add "." in SUBDIRS before example
7805 in the list <grin/>
7806
7807Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7808
7809 * doc/xml.html: updated with an XSLT section, removed pointer to
7810 W3C CVS base.
7811
7812Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7813
7814 * xpath.c: when copying a XSLT tree object teh tree need to be copied
7815 too, and deallocation need to occur the same way.
7816
7817Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7818
7819 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
7820 type correponding to an XSLT result tree fragment. Share most
7821 of the data format with node set, as well as operators.
7822 * HTMLtree.c: added a newline at the end of the doctype output
7823 whe this one is not present initially.
7824 * tree.c: make sure taht the parent and doc pointers are properly
7825 set when copying attributes (lists).
7826
7827Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7828
7829 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
7830
7831Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7832
7833 * xpath.c: seems I finally killed that ugly path evaluation
7834 context bug (tagged 9999 in case is is wrong)
7835
7836Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7837
7838 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
7839 for XSLT
7840
7841Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7842
7843 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
7844 for xmlGzfileOpen() bug
7845
7846Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7847
7848 * xpath.c: removed an error found by XSLT usage
7849 * tree.c parserInternals.h: use a predefined static string
7850 for text and comment nodes, avoid freeing them in xmlFreeNode,
7851 exported the string name in parserInternals.h and added
7852 another value to disable encoding at output (for XSLT),
7853 gain memory, time.
7854
7855Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7856
7857 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
7858 win32/libxml2/libxml2_so.dsp: new makefiles and update
7859 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
7860
7861Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7862
7863 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
7864 Gary Pennington
7865
7866Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7867
7868 * xpath.c: fixed the comaprision of values and nodelists,
7869 need to compare nodelist still ...
7870 * debugXML.c: avoided a possible core dump
7871 * HTMLparser.c: cleanup
7872 * nanohttp.c: contributed fix.
7873 * tree.c: fixes in properties handling added xmlSetNsProp
7874 needed by libxslt
7875 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
7876 comment
7877 * TODO: updated
7878
7879Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7880
7881 * parser.c parserInternals.c: applied Bjorn Reese optimization
7882 patch
7883
7884Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7885
7886 * Makefile.am: applied patch fro make check from Martin Vidner
7887
7888Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7889
7890 * configure.in: preparing 2.2.11
7891 * doc/html/*: rebuild the HTML files
7892 * doc/xml.html : updated
7893
7894Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7895
7896 * tree.c: fixed a stupid bug
7897 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
7898 patches related to validation of an XInclude processing result
7899 * TODO: updated
7900
7901Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7902
7903 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
7904 on large files
7905
7906Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7907
7908 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
7909
7910Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7911
7912 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
7913 reported by Jonas Borgström
7914 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
7915
7916Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7917
7918 * testXPath.c xpath.c: fixing the XPath union expressions problem
7919 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
7920
7921Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7922
7923 * xmllint.c: Made is so if the file name is "-" is will read form
7924 standard input. Sven Heinicke <sven@zen.org>
7925 * tree.c: fixed a problem when growing buffer
7926 * tree.h: fixed the comment of the node types following andersca
7927 comment
7928 * TODO: updated
7929
7930Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7931
7932 * HTMLparser.[ch]: added a way to avoid adding automatically
7933 omitted tags. htmlHandleOmittedElem() allows to change the
7934 default handling.
7935 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
7936 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
7937 of xmllint too when using --memory flag, added a memory test
7938 suite at the Makefile level.
7939 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
7940 with namespace use when encountering QNames in XPath evalation,
7941 added xmlns() scheme in XPointer.
7942 * nanoftp.c : incorporated a fix
7943 * parser.c xmlIO.c: fixed problems raised with encoding when using
7944 the memory I/O
7945 * parserInternals.c: closed bug 25934 reported by
7946 torsten.landschoff@innominate.de
7947 * TODO: updated
7948
7949Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7950
7951 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
7952 on a non-updated tree :-(, made a 2.2.10 release to correct the
7953 situation
7954
7955Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7956
7957 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
7958 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
7959 integrated a set of OpenVMS changes from Howard Taylor
7960 <Howard.Taylor@pacoast.com>
7961
7962Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7963
7964 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
7965 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
7966
7967Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7968
7969 * HTMLparser.c: some fixes on auto-open of html/head/body
7970 * encoding.c: fixed a compilation error on some gcc env
7971 * xpath.c xpointer.[ch] xpathInternals.h: improved the
7972 XPointer implementation
7973 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
7974 related XPointer tests and associated results
7975
7976Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7977
7978 * doc/xmldtd.html doc/xml.html: following a short step by step
7979 guidance on IRC to help maciej with DTDs I started a small
7980 page on the subject.
7981
7982Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7983
7984 * HTMLparser.c: fixed handling of broken charrefs
7985 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
7986 patches
7987
7988Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7989
7990 * doc/xml.html doc/html/* : rebuilt the docs after adding
7991 xinclude and updated page for 2.2.7 and 2.2.8
7992 * configure.in: releasing 2.2.8
7993
7994Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7995
7996 * parser.[ch] parserInternals.c: applied the conditional
7997 section processing fix from Jonathan P Springer
7998 <jonathan.springer2@gte.net>
7999 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
8000 project file, fixed iconv default non support
8001 * xpath.c: fixed the problem of evaluating relative expressions
8002 when a node context is provided.
8003
8004Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8005
8006 * nanoftp.c: fixed gcc 2.95 new warnings
8007 * SAX.c: fixed a stupid bug
8008 * tree.c: fixed a formatting problem when round-tripping
8009 from/to memory
8010 * xinclude.c: chased memleak, fixed a base problem
8011 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
8012 xmlXPtrBuildNodeList()
8013 * TODO: updated
8014 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
8015 adding a first small set of regression tests for XInclude
8016
8017Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8018
8019 * nanohttp.[ch]: applied Wayne Davison patches to access
8020 the WWW-Authorization header.
8021 * parser.c: Closed Bug#30847: Problems when switching encoding
8022 in short files by applying Simon Berg's patch.
8023 * valid.c: fixed a validation problem
8024 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
8025 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
8026 Wayne Davison
8027 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
8028 need to be extended to non full nodes selections.
8029 * xinclude.c: starts to work decently
8030
8031Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8032
8033 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
8034 debugXML.c xmlversion.h.in: Started adding XInclude support,
8035 this is a new xmllint option
8036 * tree.c xpath.c: applied TOM patches for XPath
8037 * xpointer.c: fixed a couple of errors.
8038 * uri.c: added an escaping function needed for xinclude
8039 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
8040 new warning from RH70 gcc's version
8041
8042Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8043
8044 * HTMLparser.c: fixed loop on invalid char in scripts
8045 * parser.c: update to description of xmlIOParseDTD()
8046 * libxml.m4 xmlversion.h.in: changes contributed by
8047 Michael Schmeing <m.schmeing@internet-factory.de>
8048 * configure.in: preparing for 2.2.7
8049 * Makefile.am: trying to avoid config.h and acconfig.h
8050 being included in the distrib
8051 * configure.in: released 2.2.7
8052
8053Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8054
8055 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
8056 like namespaces for good. Unified xmlNs and xmlNode somewhat.
8057
8058Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8059
8060 * parser.[ch]: added xmlIOParseDTD()
8061 * xpointer.c: added support for the 2 extra parameters of
8062 string-range, fixed a stoopid error when '0' was present
8063 in XPointer expressions
8064 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
8065 testsuite for the above
8066
8067Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8068
8069 * libxml.spec.in: improved package descriptions
8070
8071Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8072
8073 * xpath.c xpathInternals.h: applied a large cleaning patch
8074 from TOM <ptittom@free.fr>, it also add namespace support
8075 for function and variables registration.
8076
8077Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8078
8079 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
8080 * Makefile.mingw: Wayne Davison's update adding hash.c
8081
8082Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8083
8084 * xpath.c: fixed the root evaluation problems
8085 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
8086 ignorable spaces with <b> <bold> <em>
8087 * tree.c: fixed a loop in xmlSearchNsByHref()
8088
8089Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8090
8091 * xpath.c: applied another XPath patch from TOM
8092 * xpath.c include/makefile.am: applied another patch from
8093 china@thewrittenword.com (cleanup on IRIX).
8094
8095Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8096
8097 * xml-config.1: received a fixed version from Fredrik Hallenberg
8098 <hallon@lysator.liu.se>
8099
8100Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8101
8102 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
8103 cleanup patch for XPath
8104
8105Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8106
8107 * patched to redirrect all "out of context" error messages to
8108 a reconfigurable routine. The changes are:
8109 * xmlerror.h : added the export of an error context type (void *)
8110 an error handler type xmlGenericErrorFunc there is an interface
8111 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
8112 to reset the error handling routine and its argument
8113 (by default it's equivalent to respectively fprintf and stderr.
8114 * all the c files: all wild accesses to stderr or stdout within
8115 the library have been replaced to calls to the handler.
8116
8117Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8118
8119 * configure.in: release 2.2.6
8120 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
8121 exporting the inner functions of xpath for extension modules
8122 * doc/*: updated and rebuilt the doc
8123
8124Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8125
8126 * nanohttp.c : applied Wayne HTTP cleanup patch
8127 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
8128 and xmlNodeSetSpacePreserve()
8129
8130Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8131
8132 * xpath.c: closing bug #29260
8133
8134Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8135
8136 * hash.[ch] debugXML.c: expanded/enhanced the API, added
8137 multikey tuples, made hash structure opaque
8138 * valid.[ch]: moved elements, attributes, notations decalarations
8139 as well as ID and refs to hash tables.
8140 * entities.c: hash cleanup
8141 * xmlmemory.c: fixed a dump problem in debug mode
8142 * include/Makefile.am: problem passing in DESTDIR= values patch
8143 from Marc Christensen <marc@calderasystems.com>
8144 * nanohttp.c: removed debugging remains
8145 * HTMLparser.c: the bogus tag should be ignored (Wayne)
8146 * HTMLparser.c parser.c: fixing a number of problems with the
8147 macros in the *parser.c files (Wayne).
8148 * HTMLparser.c: close the previous option when opening a new one
8149 (Marc Sanfacon).
8150 * result/HTML/*: updated the HTML results accordingly
8151
8152Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8153
8154 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
8155 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
8156 XPath functions and XML entities table to them. More to come...
8157 * xmlIO.c: fixed libxml closing FILEs it didn't open.
8158
8159Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8160
8161 * tree.c: coalesce adjacent text nodes
8162 * valid.c: handling of blank nodes in DTd validation (raised
8163 by problems with a posteriori validation).
8164 * nanohttp.c: changing behaviour on HTTP write stuff.
8165 * HTMLtree.c: forced body and html to be explicitely closed.
8166 * xpath.h: exported more XPath functions.
8167
8168Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8169
8170 * Release of 2.2.5
8171 * xpointer.c: range() range-inside and other helper functions
8172 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
8173
8174Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8175
8176 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
8177 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
8178
8179Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8180
8181 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
8182 and XPointer modules
8183
8184Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8185
8186 * SAX.h: closed #25107
8187
8188Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8189
8190 * testSAX.c: fixed problem with cdata reporting
8191 * SAXresult/* : updated
8192
8193Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8194
8195 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
8196 Closed bug #27499, added to regression tests
8197 * TODO: updated
8198
8199Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8200
8201 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
8202 support for SCRIPT and STYLE with help from Bjorn Reese
8203 * test/HTML/* result/HTML/*: added simple testcase and updated
8204 the existing ones.
8205
8206Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8207
8208 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
8209 string-range for empty strings
8210 * test/XPath/docs/str test/XPath/xptr/chaptersrange
8211 test/XPath/xptr/strrange: augmented the XPointer testsuite
8212
8213Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8214
8215 * doc/xml.html doc/xmlmem.html: added a module describing memory
8216 interfaces and use, updated the main page.
8217
8218Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8219
8220 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
8221 nanoftp code work on Windows too now
8222
8223Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8224
8225 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
8226 * xpointer.c: implemented string-range() at least a good first version
8227 * test/XPath/docs/str test/XPath/xptr/strrange
8228 result/XPath/xptr/strrange: the string-range() tests
8229
8230Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8231
8232 * Makefile.am include/Makefile.am include/win32config.h
8233 win32/Makefile.mingw: fixed problems reported by Wayne Davison
8234 and make distcheck
8235
8236Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8237
8238 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
8239 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
8240 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
8241
8242Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8243
8244 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
8245 patch for socklen_t detection by
8246 Albert Chin-A-Young <china@thewrittenword.com>
8247
8248Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8249
8250 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
8251 and added a --dtdvalid option to xmllint used to test it
8252
8253Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8254
8255 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
8256 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
8257
8258Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8259
8260 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
8261 handlings (registration, lookup, cleanup)
8262
8263Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8264
8265 * configure.in Makefile.am include/makefile.am: adding XPointer
8266 and XPtrtests target
8267 * xpointer.[ch] : new files for XPointer support
8268 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
8269 more XPath tests
8270
8271Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8272
8273 * configure.in: fixed, very broken, make distcheck works again
8274
8275Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8276
8277 * More work toward 2.2.5, integrated a number of patches
8278 * configure.in Makefile.am win32config.h.in: trying to cleanup
8279 make distcheck .... huh ...
8280 * include/Makefile.am include/win32config.h: new directory
8281 for includes
8282 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
8283 updated teh makefiles and instructions for WIN32
8284 * xpath.c: small fixes
8285 * test/XPath/ results/XPath: updated the testcases and results
8286 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
8287 suggested patches
8288 * valid.c: fixed an ID bug
8289
8290Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8291
8292 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00008293 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008294 * xpath.[ch]: worked on XPointer
8295
8296Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8297
8298 * configure.in Makefile.am: 2.2.5, ship the include in an
8299 include/libxml subdirectory, use symlinks when using CVS
8300 * testSAX.c: fixed small bug
8301 * testXPath.c: changed the way testfiles are parsed
8302 * debugXML.c: same kind of cleanup when parsing an argument expression
8303 XPath/XPointers can have blanks embedded
8304 * xpath.[ch]: more cleanup, reorgs for XPointer work
8305 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
8306 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
8307
8308Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
8311 in the XPath engine, rewrote large parts of it, now it's far
8312 cleaner and in sync with the REC not an old WD. Fixed a parsing
8313 problem in the interactive XML shell found when testing XPath.
8314
8315Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8316
8317 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
8318 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
8319 examples with the extra test
8320
8321Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8322
8323 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
8324 the global init function.
8325
8326Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8327
8328 * HTMLparser.c: Doohhh, attribute name parsing was still case
8329 sensitive ! Fixed this ...
8330 * result/HTML/* : updated the tests results accordingly
8331
8332Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8333
8334 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
8335 engine, should be far more stable, incorporated a new version of
8336 preceding/following axis, need testing
8337 * uri.c: fixed file:///c:/a/b/c problem
8338 * test/XPath/tests/idsimple: augmented the XPath tests
8339
8340Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8341
8342 * doc/* rebuilding docs for 2.2.4 release
8343
8344Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8345
8346 * configure.in: releasing 2.2.4
8347 * parser.[ch]: added xmlStrEqual()
8348 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
8349 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
8350 use xmlStrEqual instead
8351 * TODO: updated
8352 * added an XPath test
8353
8354Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8355
8356 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
8357 * entities.h: exported xmlInitializePredefinedEntities
8358 * parser.[ch] : added xmlInitParser()
8359 * parserInternals.h : had to export htmlInitAutoClose()
8360
8361Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8362
8363 * xpath.[ch] : fixed some serious XPath Predicate evaluation
8364 problems
8365 * Makefile.am : added XPath regression tests to normal tests
8366 * uri.c: fixed a problem with local paths, cleanup
8367 * parser.c: fixed a problem with large CData sections
8368
8369Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8370
8371 * configure.in xml-config.in: patch from "Ben Taylor"
8372 <sol7x86@hotmail.com> for solaris shared libs lookup
8373
83742000-09-30 Martin Baulig <baulig@suse.de>
8375
8376 * libxml-2.0.pc.in: Provide pkg-config script.
8377
8378 * configure.in: Create the libxml-2.0.pc script from the
8379 libxml-2.0.pc.in templates.
8380 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
8381 script in `$(libdir)/pkgconfig'.
8382
8383Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8384
8385 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
8386 when compiling with MSC
8387
8388Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8389
8390 * xpath.c: patch for normalize-string() substring-before(),
8391 substring-after() and translate() functions from Bjorn Reese
8392 <breese@mail1.stofanet.dk>
8393 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
8394 Fredrik Hallenberg <hallon@lysator.liu.se>
8395 * TODO: updated
8396
8397Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8398
8399 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
8400 problem of socklen_t being undefined on a number of platforms
8401 * debugXML.c: fixed a compilation problem when without snprintf
8402
8403Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8404
8405 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
8406 an URI bug and a fix for the control-character-induced infinite loop
8407 * nanohttp.c: preventive fix for compiling on WIN32
8408
8409Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8410
8411 * xmlint.c: closing bug #25000
8412
8413Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8414
8415 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
8416 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
8417 modified slightly Wayne Davison patch adding xmlStrcasecmp and
8418 related function, fixing xmlStrncmp(), and associated cleanup
8419 * result/HTML/entities.html.sax: updating result
8420
8421Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8422
8423 * uri.c: applied patch for URI escaping from Wayne Davison
8424 <wayned@blorf.net>
8425 * tree.c parserInternals.c HTMLparser.c: memset checks patches
8426 from Denis Barbier <barbier@imacs.polytechnique.fr>
8427 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
8428 patch from Wayne Davison
8429
8430Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8431
8432 * doc/xml.html : updated with new releases, adding "how to help"
8433
8434Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8435
8436 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
8437 removed a few warnings in pedantic mode ...
8438 * parserInternals.c parser.c: moved encoding switching function
8439 to parserInternals.c
8440 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
8441
8442Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8443
8444 * HTMLparser.c parser.c: set ctxt->errNo before calling the
8445 error or warning handlers
8446
8447Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8448
8449 * parserInternals.c parserInternals.h parser.c Makefile.am:
8450 created a new module parserInternals.c, moved most of the
8451 code shared by the various parsers there, as well as
8452 deprecated code from parser.c. More cleanup of parser.c
8453 * uri.c: fixed a problem when URI is NULL
8454 * valid.c: speedup when looking for an attribute declaration
8455
8456Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8457
8458 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
8459 the cleanup of the computation of URI references when seeking
8460 external entities. The URI reference string and the resulting
8461 URI are both stored now.
8462 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
8463 large s(n)printf checks and cleanup from Denis Barbier
8464 <barbier@imacs.polytechnique.fr>
8465 * xmlversion.h.in tree.h: couple of SGML declarations for a
8466 possible docbook module.
8467 * result/VC/ : a couple of test output changed due to the change
8468 of the entities URI
8469
8470Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8471
8472 * parser.h: added a _private field for linking user's data
8473
8474Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8475
8476 * parser.c parserInternals.h: demacroified most of the IS_XXX
8477 the gain in size is significant so ...
8478
8479Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8480
8481 * entities.c: cases where looking up entities with doc==NULL
8482 covered
8483
8484Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8485
8486 * uri.c: applied Wayne Davison patch
8487 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
8488
8489Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8490
8491 * uri.c testUri.c: applied Wayne Davison patches
8492 * test/URI/uri.data result/URI/uri.data: first set of tests/results
8493 * Makefile.in: added URItest and included thenin "make tests"
8494
8495Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8496
8497 * xmlversion.h.in: closed bug 22941
8498
8499Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8500
8501 * doc/xmlio.html: added doc and example for entity loader
8502 redefinition.
8503
8504Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8505
8506 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
8507 used by libxml
8508
8509Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8510
8511 * parser.c: Fixed bug on invalid ontent characters and when using
8512 push.
8513 * xmllint.c: fixed xmllint endling of errors in push mode
8514
8515Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8516
8517 * HTMLparser.c testHTML.c: applied two new patches from
8518 Wayne Davison <wayned@users.sourceforge.net>
8519 * result/HTML/*.sax: regenerated HTML SAX output
8520 * parser.c: more cleanup.
8521
8522Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8523
8524 * HTMLparser.[ch] testHTML.c: applied the second set of
8525 patches from Wayne Davison <wayned@users.sourceforge.net>,
8526 adding htmlEncodeEntities()
8527 * HTMLparser.c: fixed an ignorable white space detection bug
8528 occuring when parsing with SAX only
8529 * result/HTML/*.sax: updated since the output is now HTML
8530 encoded...
8531
8532Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8533
8534 * HTMLparser.[ch]: applied some of Wayne Davison
8535 <wayned@users.sourceforge.net> patches
8536
8537Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8538
8539 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
8540 undeclared namespace prefix was used, added a warning.
8541 Cleaned up support w.r.t. entities, spilling out a warning
8542 and being pedantic on lookups.
8543 * test/warning/ent9 : added testcase for previous example.
8544 * TODO: updated
8545 * parserInternals.h parser.c: changed the way names are parsed
8546 now allow infinite size and decrease penalty for normal use
8547 * parser.c: Started a big cleanup/check of the parser code,
8548 fixed some of the most tortuous entity code, spotted code
8549 unused anymore
8550 * test/*: added tests for very long names and related nasty
8551 things.
8552
8553Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8554
8555 * doc/encoding.html: added encoding aliases doc
8556 * doc/xml.html: updates
8557 * encoding.[ch]: added EncodingAliases functions
8558 * entities.[ch] valid.[ch] debugXML.c: removed two serious
8559 bottleneck affecting large DTDs like Docbook
8560 * parser.[ch] xmllint.c: added a pedantic option, will be
8561 useful
8562 * SAX.c: redefinition of entities is reported in pedantic mode
8563 * testHTML.c: uninitialized warning from gcc
8564 * uri.c: fixed a couple of bugs
8565 * TODO: added issue raised by Michael
8566
8567Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8568
8569 * doc/encoding.html: propagated Martin Duerst suggestions
8570
8571Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8572
8573 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
8574 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
8575 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
8576 by Wayne Davison
8577
8578Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8579
8580 * nanoftp.c nanohttp.c: small cleanup
8581 * TODO: updated
8582
8583Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8584
8585 * added an old VC testcase and updated title.xml entity
8586
8587Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8588
8589 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
8590 done on auto-opening of <p> tags and cleanup of SAX output
8591
8592Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8593
8594 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
8595
8596Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8597
8598 * doc/xml.html libxml.* structure.*: updated the doc a bit
8599
8600Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8601
8602 * testSAX.c testHTML.c result/HTML/: cleanup of the output
8603 of SAX tests
8604
8605Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8606
8607 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8608 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
8609
8610Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8611
8612 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
8613 * testHTML.c: fix core dump on Solaris 2.x systems
8614 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
8615 * result/HTML/*.sax: previous bug fix lead to new results
8616
8617Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8618
8619 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8620 * configure.in: added --with-readline=DIR to accept alternate
8621 path for readline include/library
8622 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
8623 for ANSI under HP-UX
8624 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
8625 includes @LIBS@
8626
8627Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8628
8629 * doc/* : rebuilt the docs
8630 * getting ready for 2.2.2 release
8631
8632Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8633
8634 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
8635 and xmlAddFeature()
8636 * tree.[ch]: added xmlAddChildList()
8637 * xmllint.c: MAP_FAILED macro test
8638 * parser.h: added xmlParseCtxtExternalEntity()
8639 * valid.c: applied bug fixes removed warning
8640 * tree.c: added CDATA block to elements content
8641 * testSAX.c: cleanup of output
8642 * testHTML.c: added SAX testing
8643 * encoding.c: better error recovery
8644 * SAX.c, parser.c: fixed one of the external entity processing
8645 of the OASis testsuite
8646 * Makefile.am: added HTML SAX regression tests
8647 * configure.in: bumped to 2.2.2
8648 * test/HTML/ result/HTML: added a few of HTML tests, and added the
8649 SAX results
8650
8651Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8652
8653 * configure.in: patch for HP compiler
8654
86552000-08-04 Sven Heinicke <sven@zen.org>
8656
8657 * xmllint.c: Was coredumping sometimes when the file given didn't
8658 exist.
8659
8660Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8661
8662 * parser.c xmlIO.[ch]: fixed the problem of encoding support
8663
8664 when using in memory parsing. Need some cleanup.
8665 * xmllint.c configure.in: added a --memory flag to test memory
8666 parsing
8667
8668Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8669
8670 * nanohttp.c: fixed socklen_t replacement to unsigned int
8671 * parser.c: fixed a space handdling missing at the end of
8672 production 28 DOCTYPE.
8673 * xmlmemory.c: fixed a stupid bug on the routine to override
8674 allocation functions
8675 * TODO: updated
8676
8677Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8678
8679 * doc/ regenerated the docs
8680
8681Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8682
8683 * doc/encoding.html doc/xml.html: added I18N doc
8684 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
8685 improvements, both parser and filters, added ASCII & HTML,
8686 fixed the ISO-Latin-1 one
8687 * xmllint.c testHTML.c: added/made visible --encode
8688 * debugXML.c : cleanup
8689 * most .c files: applied patches due to warning on Windows and
8690 when using Sun Pro cc compiler
8691 * xpath.c : cleanup memleaks
8692 * nanoftp.c : added a TESTING preprocessor flag for standalong
8693 compile so that people can report bugs more easilly
8694 * nanohttp.c : ditched socklen_t which was a portability mess
8695 and replaced it with unsigned int.
8696 * tree.[ch]: added xmlHasProp()
8697 * TODO: updated
8698 * test/ : added more test for entities, NS, encoding, HTML, wap
8699 * configure.in: preparing for 2.2.0 release
8700
8701Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8702
8703 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00008704 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008705
8706Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8707
8708 * doc/xml.html: changed the xmlsoft.org structure, updated the
8709 examples w.r.t. root and childs
8710
8711Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8712
Daniel Veillard784b9352003-02-16 15:50:27 +00008713 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008714
8715Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8716
8717 * HTMLparser.c: Work on character encoding support for the HTML parser
8718 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
8719 * encoding.c: Fixed a potential memleak in the encoding stuff
8720
8721Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8722
8723 * doc/FAQ.html doc/Makefile.am : added a FAQ
8724
8725Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8726
8727 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
8728 of the HTML parser to force it to not bypass SAX
8729
8730Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8731
8732 * win32config.h.in: updated
8733 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
8734 lacks iconv support :-( need to release 2.1.1
8735 * configure.in: release 2.1.1
8736 * HTMLparser: fixed bug #14784
8737 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
8738 by Windows compiler
8739 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
8740 the SAX startDocument() callback.
8741 * TODO: updated
8742
8743Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8744
8745 * added xmlStopParser()
8746
8747Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8748
8749 * configure.in: 2.1.0 prerelease
8750 * Large resync between W3C and Gnome tree
8751 * nanoftp, nanohttp.c: fixed stalled connections probs
8752 * HTMLtree.c SAX.c : support for attribute without values in
8753 HTML for andersca
8754 * valid.c: Fixed most validation + namespace problems
8755 * HTMLparser.c: start document callback for andersca
8756 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
8757 * parser.h, SAX.c: serious speed improvement for large
8758 CDATA blocks
8759 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
8760 different encoding
8761 * example/Makefile.am example/gjobread.c tree.h: work on
8762 libxml1 libxml2 convergence.
8763 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
8764 and the LIBXML_TEST_VERSION macro
8765
8766Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8767
8768 * doc/xml.html: various patches and improvements typo fixed by
8769 Felix Natter
8770 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
8771 from Felix Natter <fnatter@gmx.net>
8772
8773Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8774
8775 * doc/upgrade.html: updated with instructions for support of both
8776 libxml-1.x and libxml-2.x
8777 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
8778 for 2.x support and also fixed includes
8779
8780
8781Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8782
8783 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
8784 the encoding support, added iconv support, so now libxml if
8785 compiled with iconv automatically support japanese encodings
8786 among others. Work based on initial patch from Yuan-Chen Cheng
8787 I may have broken binary compat in the encoding handler
8788 registration scheme, but that was so utterly broken I don't
8789 expect anybody to have used this feature until now.
8790 * parserInternals.h: fixup on the CHAR range macro
8791 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
8792 code.
8793 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
8794 * uri.c: added xmlParseURI() I can't believe I forgot to
8795 implement this one in 2.0 !!!
8796 * SAX.c: moved doc->encoding update in the endDocument() call.
8797 * TODO: updated.
8798
8799Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8800
8801 * tree.h: removed extraneous xmlRemoveProp definition
8802 * TODO: added item about --disable-corba configure switch
8803 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
8804 * nanoftp.c: fixed include problems giving troubles on AIX and
8805 slowlaris
8806 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
8807 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
8808 comment and headers changes to lower gtk-doc number of warnings
8809 * doc/html/*: rebuilt docs
8810
8811Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8812
8813 * HACKING: documented the tag for 1.x and instructions
8814
8815Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8816
8817 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
8818 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
8819 xmlCreateIOParserCtxt
8820 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
8821 significant overall improvement
8822 * xmllint.c: added I/O test to xmllint
8823 * testSAX.c: added a speed test
8824 * doc/* : updated/regenerated
8825
8826Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8827
8828 * xpath.c uri.h parserInternals.h: cosmetic changes from
8829 "Timur I. Bakeyev" <timur@bat.ru>, including making
8830 xmlCreateURI() public
8831
8832Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8833
8834 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
8835 and the code at the same time. Added a clean mechanism for
8836 overload or added input methods: xmlRegisterInputCallbacks()
8837 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
8838 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
8839 * TODO: updated
8840 * doc/* : updated/regenerated
8841 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
8842 source dir
8843
8844Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8845
8846 * testURI.c: yet another forgotten commit, I should get some sleep !
8847
8848Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8849
8850 * xmllint.c: forgot to commit this too ?
8851
8852Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8853
8854 * xmlversion.h.in : forgot to commit this previously
8855
8856Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8857
8858 * configure.in: preparing libxml-2.0.0 version looks Ok so far
8859 * README TODO: updated for release
8860 * uri.c uri.h: added authority parsing/saving
8861 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
8862 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
8863 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
8864 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
8865 Makefile.am : added compile-time customization of libxml
8866 --with-ftp --with-http --with-html --with-xpath --with-debug
8867 --with-mem-debug
8868 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
8869 #include <libxml/xxx.h> I hope it won't break too much stuff
8870 and will be manageable in the future...
8871 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
8872 and added xmllint to the installed programs
8873 * uri.h: added xmlFreeURI()
8874
8875Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8876
8877 * uri.c uri.h: finished the escaping handling, the base support
8878 and the URI path normalization. Looks good just lacks the
8879 authority content parsing code.
8880 * Makefile.am: added instructions to generate testURI
8881 * TODO: updated
8882 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
8883 added links and icons for W3C and Gnome
8884
8885Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8886
8887 * xmlmemory.[ch] : seems I forgot to actually update the files in
8888 the last commit :-)
8889 * doc/xml.html doc/html/* : updated and uploaded the docs
8890
8891Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8892
8893 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
8894 * TODO: updated
8895 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
8896 libxml default allocation function with another set (like gmalloc/
8897 gfree).
8898 * Makefile.am, uri.c, uri.h: added a set of functions to do
8899 exact (litteraly copied from the RFC 2396 productions) parsing
8900 and handling of URI. Will be needed for XLink, one XML WFC,
8901 XML Base and reused in the nano[ftp/http] modules. Still work
8902 to be done.
8903
8904Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8905
8906 * configure.in, libxml.spec.in : libxml2
8907 * doc/* : updated the doc page, rebuilt the docs
8908
8909Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8910
8911 * all: tagged LIB_XML_1_X
8912 * *.c *.h : updated from W3C CVS tree
8913 * configure.in : 2.0.0-beta
8914 * libxml.spec.in : libxml2 package nam
8915 * result/* : new version of the tests output
8916
8917Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8918
8919 * doc/xml.html, doc/update.html: updated docs, 1.8.7
8920
8921Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8922
8923 * doc/* : rebuilt the docs
8924 * parser.c: final patch on #6766
8925 * valid.c: small patch on validity checks.
8926
8927Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8928
8929 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
8930 added
8931 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
8932 compatibility w.r.t. XML spec and existing code.
8933
8934Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8935
8936 * parser.c: seems a better solution to <a> </a> exists,
8937 will try it for a while
8938
8939Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8940
8941 * parser.c: tried to remove the <a> </a> generating <a/>
8942 this is hard. Left a flag for that purpose. Fixed bug #6766
8943 * configure.in: prepared 1.8.7 not released, due to previous
8944 problem
8945
8946Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8947
8948 * doc/xml.html : applied second patch from Paul DuBois
8949
8950Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8951
8952 * doc/xml.html : applied patch from Paul DuBois
8953
8954Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8955
8956 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
8957
8958Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8959
8960 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
8961 compilation warnings on various platforms.
8962 * parser.c: Fixed #5281 validity error callbacks are now desactived
8963 by default if not validating.
8964
8965Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8966
8967 * nanoftp.c, win32config.h.in: patches to compile on WIN32
8968
8969Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8970
8971 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
8972 <gkatsi@cs.toronto.edu>
8973
8974Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8975
8976 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
8977 processing URLs
8978
8979Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8980
8981 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
8982 xmlNanoFTPUpdateURL for persistent control connections.
8983 * configure.in: 1.8.6
8984
8985Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8986
8987 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
8988 * tree.[ch] : added xmlSaveNoEmptyTags
8989
89902000-01-29 James Henstridge <james@daa.com.au>
8991
8992 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
8993
8994 * Makefile.am: added nanoftp.[ch] to the build.
8995
8996Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8997
8998 * nanoftp.[ch]: cleanup, comments, API
8999 * debugXML.c : fixed a bug in the cat command
9000 * doc/*: regenerated the docs
9001
9002Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9003
9004 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
9005 * debugXML.c : fixed a bug in the cat command
9006 * valid.c: fixing some small probs
9007 * libxml.spec.in: get rid of the SNAP suffix
9008 * doc/xml.html: updated the status
9009
9010Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9011
9012 * xml-config.in: xml-config --version to just return the
9013 version number
9014 * xpath.c: some cleanup w.r.t. axis when the current node is
9015 an attribute.
9016 * TODO: updated
9017
9018Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9019
9020 * configure.in: prepared for libxml-1.8.5
9021 * doc/* recompiled the documentation
9022
90232000-01-17 Jody Goldberg <jgoldberg@home.com>
9024
9025 * configure.in : WARNING autoconf subtlety alert :
9026 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
9027 when looking for zlib.h so that HAVE_ZLIB_H is defined.
9028 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
9029 get defined by AC_CHECK_HEADERS.
9030
9031Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9032
9033 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
9034 Rune.Djurhuus@fast.no
9035
9036Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9037
9038 * TODO: updated
9039 * tree.c, parser.c: made sure that only memory alloc problems
9040 and internal parser errors are allowed to write to stdout or
9041 stderr.
9042
9043Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9044
9045 * tree.c : restored xmlNewGlobalNs since this seems used by
9046 a lot of existing code :-(, fixed a bug in xmlNewNs
9047 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
9048 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
9049 to exit() from the library code.
9050 * xpath.c, parser.c: removed bugs or unused code detected by
9051 Windows compilers
9052 * parser.c: started adding interfaces for parsing well balanced
9053 XML fragments
9054 * configure.in: releasing 1.8.4
9055 * doc/* : rebuilt the docs
9056
9057Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9058
9059 * tree.[ch] : added xmlNewDocFragment() for DOM
9060 * testHTML.c: uninitialized variable.
9061
9062Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9063
9064 * doc/* : rebuild the docs
9065
9066Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9067
9068 * acconfig.h: readline and history patch
9069 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
9070 * tree.c: added check and handling when possibly removing an ID
9071 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
9072 and saving.
9073 * test/HTML/entities.html result/HTML/entities.html* : test for
9074 various entities reference cases
9075 * result/HTML/* : as a result output of some testcase have
9076 changed
9077 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
9078 by previous example. added xmlParseTryOrFinish().
9079 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
9080 entities.h debugXML.h HTMLparser.h: changed the way struct are
9081 declared to allow gtk-doc to expose those
9082 * parser.c: closed bug #4960
9083 * Makefile.am configure.in: Applied patch from
9084 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
9085 and math/socket libs detection
9086
9087Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9088
9089 * configure.in, Makefile.am: link tester against readline
9090 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
9091
9092Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9093
9094 * tree.[ch]: added xmlRemoveProp
9095 * win32config.h.in nanohttp.c: avoid including the Windows
9096 socket stuff in every C files
9097 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
9098 the XmL parser(s)
9099 * test/ns4 result/ns4 etc...: added test case for previous prob
9100 * tree.c: xmlNewNs wasn't checking for double definition
9101 * Makefile.in: fixed a problem with dist-hook duplicates
9102 * parser.[hc], xmlIO.c: fixed the loading of external entities
9103 APIs, now xmlLoadExternalEntity() is used everywhere and
9104 setting up an app specific front-end using the
9105 * SAX.c parser.c: some fixes, now the xhtml spec validates
9106 with the xhtml DTD.
9107 * error.c: fixed crashes in case of no input stream
9108 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
9109 to the validation tests and results
9110
9111Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9112
9113 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
9114 too htmlCreatePushParserCtxt() and htmlParseChunk()
9115 * parser.c: a bit of cleanup.
9116 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
9117 to XML) removed the last mem leak known
9118 * HTMLtree.c: output message cleanup
9119 * xmlmemory.c: display content info about memory blocks
9120 * result/HTML/wired.* : missing att value warning change
9121
9122Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9123
9124 * doc/* : rebuilt the documentation
9125
9126Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9127
9128 * parser.[ch] parserInternals.h: Push parser for XML,
9129 seems to work fine now
9130 * tester.c debugXML.[ch]: Added an XML shell debug facility and
9131 --push for push testing
9132 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
9133 * testSAX.c: added --push
9134 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
9135 subtree
9136 * xmlIO.[ch] : enriched API + fixes for push mode
9137 * entities.[ch]: added the entity content length to the struct.
9138 * xmlmemory.[ch]: new API to show the last entries for the shell
9139 * valid.c: added required attribute testing
9140 * SAX.c: the cdata callback now merge contiguous fragments
9141 * HTMLparser.c: cleanup of some macros
9142
9143Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9144
9145 * parser.c: fix for PIs name starting with xml
9146 * tree.c: fixed a potential problem with || and && ops
9147 * *.c, configure.in win32config.h.in : generate win32config.h for
9148 those on the Other Side !
9149
9150Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9151
9152 * parser.c: fixed a stupid = vs. == bug :-(
9153 * doc/gnome-xml.sgml: s/glade/xml/
9154
9155Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9156
9157 * configure.in, doc/xml.html : bug fix release 1.8.2
9158 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
9159 Hopefully the end of that silly C++ include problem
9160 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
9161 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
9162 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
9163 troubles with autoclosed elements when the stree shape doesn't
9164 follow the DtD specs. Added htmlIsAutoClosed() and
9165 htmlAutoCloseTag()
9166 * result/HTML/*.htm*: Updated the HTML examples regression tests output
9167 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
9168 * debugXML.c: fixed a bug on printing default namespaces.
9169 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
9170
9171Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9172
9173 * result/HTML/*.htm[l] : updated the HTML regression tests according
9174 to the new output
9175 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
9176 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
9177 problem due to intermix of extern "C" { ... } declarations for C++
9178 and recursive includes in the headers
9179
91801999-12-20 Chris Lahey <clahey@umich.edu>
9181
9182 * HTMLtree.c: Made it so that html nodes with a single child do
9183 not insert a carriage return before or after the child node.
9184
9185Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9186
9187 * configure.in, doc/xml.html : bug fix release 1.8.1
9188 * parser.c: fixed bug #4344
9189 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
9190 added the glue to avoid C++ problems
9191 * doc/* : regenerated the documentation
9192
9193Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9194
9195 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
9196 namespace recognition, and Dia as a resul :-(
9197 * encoding.c: closed bug #3950
9198
9199Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9200
9201 * valid.c: debugging a posteriori validation, except URI expansion
9202 stuff this should be fixed now
9203 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
9204 Carl Nygard <cnygard@bellatlantic.net>
9205 * tester.c: added --postvalid, cleaning of the code
9206 * tree.[ch]: added xmlDocGetRootElement()
9207
9208Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
9209
9210 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
9211 c++ losage.
9212
9213Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9214
9215 * configure.in, doc/xml.html : bumped to 1.8.0
9216 * xlink.[ch], Makefile.am : added framework for link detection
9217 * parser.h: added nbChars to parser context, needed for cleanup.
9218 * xmlmemory.c: removed a nasty bug when out of mem
9219 * valid.[ch]: adding namespace support for attribute decl
9220 * tester.c: added --debugent option
9221 * debugXML.[ch]: added xmlDebugDumpEntities()
9222 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
9223 buffers instead, this was really needed, validation was breaking
9224 in strange ways due to that. Added xmlParseStringPEReference()
9225 and other parsing from strings functions. Entities processing
9226 modified again, but PERef are still not handled correcly but
9227 unless you're Eve Maller you won't notice :-)
9228 * HTMLparser.c: large changes toward reliability, and switched to
9229 lowercase internal tags, XHTML is lowercase, so it will help
9230 that output is closer to next version.
9231 * doc/* : regenerated the documentation, it is now hosted at
9232 http://xmlsoft.org/ (same bits I just bought the domain :-)
9233
9234
9235Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9236
9237 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
9238 doc generation
9239 * parser.c: fixed bugs #3908 and #3937 and a memory leak
9240 in the SAX API
9241 * doc/*: rebuilt the doc making sure everything appears in the
9242 HTML files
9243
9244Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9245
9246 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
9247 added the patch from Carl Nygard <cnygard@bellatlantic.net>
9248 which allow impressive speed improvement on dataset with
9249 large text pieces, but at the cost of broken binary
9250 compatibility and slightly bigger memory usage.
9251 Configure with --with-buffers to activate them, they
9252 are protected with XML_USE_BUFFER_CONTENT define.
9253 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
9254 goal is 0 memory left allocated once parser is no more used
9255 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
9256 call xmlCleanupParser() and xmlMemoryDump()
9257
9258Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9259
9260 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
9261 * parser.[ch] encoding.[ch]: added memory cleanup routines
9262 * parser.c: closing bug #3788
9263 * doc/*: rebuilt the doc
9264
9265Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9266
9267 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
9268 xmlNewTextChild() and xmlSetCompressMode() behaviour.
9269 * tester.c: added --compress option
9270 * doc/*: rebuilt the documentation
9271
9272Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9273
9274 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
9275 if given /proc/kcore as input !
9276 * doc/xml.html doc/*: updated and rebuilt the documentation
9277
9278Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9279
9280 * parser.c: Fixed some wrongly space collapsing code due to
9281 a misreading of the spec.
9282 * result/*: fixed the output accordingly
9283
9284Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9285
9286 * encoding.c: bug fix and typos
9287 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
9288 * parser.c: added attribute normalization closing bug #3597
9289 * test/att* result/att* SAXresult/att*: testcase for attribute
9290 normalization
9291
9292Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9293
9294 * configure.in: closing bug #3163 by adding extra flags for the
9295 cc compiler on HP-UX
9296
9297Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9298
9299 * valid.[ch] : removed a typo and an enumerated type bug in the
9300 xmlAddElementDecl() function
9301 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
9302 call to xmlEncodeEntitiesReentrant() so that the functions
9303 New, Set and Get are at the same level.
9304 * parser.c HTMLparser.c: extra memory allocation bug for
9305 attributes detected by someone using libxml in embedded systems :-)
9306
9307Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9308
9309 * xmlmemory.h: turned off mem debug :-\
9310
9311Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9312
9313 * parser.c: closed bug #2784 a one line fix, but worth pushing
9314 a new release out
9315 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
9316 some structures, comments before and after the
9317 main element, and other nastyness
9318 * HTMLtree.c tree.c: accomodate the extended HTML supported
9319 * configure.in: pushing 1.7.4
9320 * test/ent8 and related outputs : added a new test for bug #2784
9321 * test/HTML/wired.html and related output: a nasty HTML example
9322 * Makefile.am: improved the test scripts
9323 * docs/* : reran the documentation extractor, updated xml.html
9324
9325Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9326
9327 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
9328 HTMLparser and debugged the HTML related code. HTML documents
9329 now have their own type
9330 * entities.c: do not dump &apos; for HTML output
9331 * xmlmemory.c: improvement, breakpoint mechanism
9332 * testHTML.c: added --sax --repeat ...
9333 * Makefile.am: improved the HTML tests
9334 * valid.[ch]: added xmlValidGetValidElements and
9335 xmlValidGetPotentialChildren
9336 * tester.c: added --insert to test the 2 new functions
9337 * test//* result//* SAXresult//* : regression test cleanup
9338 and extension.
9339 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
9340 gnome-xml-nanohttp.html
9341
9342Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9343
9344 * HTMLparser.c: fixed problems with some autoclose tags
9345 * tree.c: fixed XML output problems.
9346 * result/* SAXresult/*: update of the tests output
9347
9348Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9349
9350 * Makefile.am: Arturo patch for xmlConf.sh version info
9351 * parser.c: Tim Josling patch for single quoted items
9352 * tester.c: Tim Josling patch for tester options usage
9353 * tree.h: indent cleanup
9354
9355Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9356
9357 * HTMLparser.c parser.h : Fixed problems with HTML parsing
9358 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
9359
9360Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9361
9362 * tree.c : Raph patch for initialization of CORBA fields
9363 * parser.c, xpath.c, ...: modification of doc comments
9364 * xpath.c : allow spaces in xpath expressions
9365
9366Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9367
9368 * xmlmemory.h: turning off memory debug :-(
9369
9370Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9371
9372 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
9373 better SAX interfaces.
9374 * testSAX.c: uses the new SAX routine, avoid fetching any remote
9375 entity.
9376 * configure.in: 1.7.2
9377
9378Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9379
9380 * libxml.spec.in: fixed the URL
9381 * doc/xml.html: improved the documentation front-end
9382
9383Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9384
9385 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
9386
9387Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9388
9389 * libxml.spec.in: fixed the alpha compile problem
9390 * parser.[ch]: changed errno to errNo in the parser context :-(
9391 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
9392 * doc/xml.html: changed CHAR to xmlChar
9393 * doc/html/*: recompiled the documentation
9394 * configure.in: 1.7.1
9395
9396Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9397
9398 * parser.h: modified the parser context struct to regain 1.4.0
9399 binary compatibility
9400 * parser.c, xml-error.h: added errno ot teh context and defined
9401 a set of errors values with update of errno
9402 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
9403 DTDs and entities
9404 * *.h, *.c: complete cleanup of the use of config.h and include
9405 protection depending on the current setup.
9406 * overalll debugging, maintenance and bug-fixing on all modules
9407 * updated the documentation
9408 * ready for 1.7.0
9409
9410Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9411
9412 * HTMLparser.c : cleanup
9413 * SAX.c valid.c valid.h: added ID/IDREF checking
9414 * tree.c tree.h: extended doc structure for refs
9415 * configure.in: 1.6.2
9416 * parser.c: patched bug in SAX user arg call
9417 * parserInternals.h: patched missing close in C++ wrapping
9418 * testXPath.c xpath.c xpath.h: prepared for extensibility,
9419 especially upcoming XPointer implementation.
9420 * doc/xml.html: augmented, typo
9421
9422Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
9423
9424 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
9425 not all invocations of install understand -d.
9426
9427Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
9428
9429 * Makefile.am: prepend all the test* calls with $(top_builddir) -
9430 to make 'check' works, when builddir != srcdir.
9431
9432Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9433
9434 * doc/xml.html : updated the documentation
9435
9436Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9437
9438 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
9439 not deallocated memory blocks
9440 * *.c : replaces all calls to malloc() free() and realloc() to
9441 the wrapper functions/macros
9442 * tree.c : removed memory leaks dues to calling xmlFreeNode()
9443 instead of xmlFreeNodeList()
9444
9445Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9446
9447 * HTMLparser.c: corrected a stupid bug leading to core dump at
9448 tree deallocation. Removed warnings indicated by
9449 Stephane.Conversy@lri.fr
9450 * entities.c: Fixes Yet Another Stupid Bug, entities were not
9451 looked for in the external subset
9452
9453Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9454
9455 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
9456 on SGI by Stephane.Conversy@lri.fr
9457
9458Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9459
9460 * all .h : changed the prototype declaration indent as in gtk
9461 * most .c : working on reducing the TODOs in the code
9462 * most .c : cleanup though -pedantic and Insure++
9463 * improvements on validation ID checkings.
9464 * tree.[ch] SAX.c: added support for namespace on attributes #2022
9465 * xml-config.in: closed #1810
9466
9467Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9468
9469 * tree.h, valid.c, valid.h: more work on validity, IDs
9470 * xpath.c: added/fixed comparidon and equlity, added a new isinf
9471 definition for AIX
9472
9473Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9474
9475 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
9476 the distribution due to a cut'n paste error at last commit
9477
9478Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9479
9480 * configure.in: upgraded to version 1.4.0
9481 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
9482 Big update, added a large part of the validation process,
9483 it should be usable, but some parts are missing
9484 * xpath.c: improved the implementation w.r.t. root.
9485 * Makefile.am: added more tests
9486 * test and result trees: added a lot of tests
9487 * libxml.spec.in: export libxml.so.0 and libxml.so.1
9488
9489Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9490
9491 * Added an HACKING file
9492
9493Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9494
9495 * xpath.[ch] : improvements and debug of the XPath implementation
9496 * parser.c, HTMLparser.c : modified the parsers to be progressive
9497 * tree.[ch] : extended the Buffer promitives
9498 * xmlIO.[ch] : added basic I/O routines providing progressive
9499 parsing and ready for I18N conversion plugins
9500 * SAXresult/* : the SAX callback sequence maybe slightly different
9501 now
9502 * test*.c : improved/updated the tests programs
9503 * doc/* : recompiled the docs.
9504
95051999-07-26 Michael Meeks <michael@edenproject.org>
9506
9507 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
9508
9509 * tree.c: Ditto.
9510
9511Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9512
9513 * configure.in: upgraded to version 1.4.0
9514 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
9515 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
9516 XML query language, see http://www.w3.org/TR/xpath for more details.
9517 * parser.c, parser.h: added CHAR* related string functions for XPath
9518 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
9519 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
9520 rebuild the docs.
9521 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
9522 and regression testing capabilities for XPath.
9523
9524Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9525
9526 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
9527 closing bug #1646
9528
9529Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9530
9531 * Makefile.am, example/Makefile.am: closed bug #1683
9532
9533Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9534
9535 * example/Makefile.am, configure.in: added the makefile for the
9536 gjobread example
9537
9538Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
9539
9540 * doc/Makefile.am:
9541 - fix which allow "make install DESTDIR=</install/prefix>".
9542
9543Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9544
9545 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
9546 which fixed a problem on the file reading-code.
9547
9548Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9549
9550 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
9551 output.
9552 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
9553
9554Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9555
9556 * parser.h : Oops removed the binary compatibility problem
9557 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
9558 * parser.c, HTMLparser.c: applied patches for reading from stdin
9559
9560Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9561
9562 * parser.c, entities.c, valid.c: cleanup bug #1591
9563 * configure.in: cleanup bug #1592
9564 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
9565 the same tree back-end. Hence gdome will be available for it.
9566 * doc/Makefile.am: close bug #617
9567
9568Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9569
9570 * parser.c: alloctate a per parser context SAX interface block
9571
9572Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9573
9574 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
9575 and xmlEncodeEntitiesReentrant with the correct one :-\
9576
9577Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9578
9579 * commit of my internal XML base changes, quite a lot of
9580 changes, cleanups, better entities support, framework for
9581 new I/O and charset detection and handling
9582 * Fixed the configure/Makefile stuff to generate shared libs
9583 with the proper version info, so we jumped on rev from
9584 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
9585 xmlEncodeEntities() result need to be freed now, and a string
9586 xmlParserVersion provide the current library version.
9587
9588Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
9589
9590 * parser.c: fixed a buffer overrun for when you have a very long
9591 attribute with no entities in it.
9592
9593Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9594
9595 * added example directory
9596 * added example/gjobs.xml gjobread.c, still need a Makefile.in
9597
9598Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9599
9600 * Release of libxml-1.1, nearly everything has been touched for
9601 this.
9602 * Added more regression tests
9603 * Updated the documentation
9604
9605Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9606
9607 * tree.[ch]: unified the XML_NO_CORBA defines.
9608 * parser.c encoding.[ch]: started plugging in char encoding detection
9609
9610Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
9611
9612 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
9613 Also freed allocated buffer.
9614
9615Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9616 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
9617 reentrancy problem at printing. One is left in entities.c, to
9618 remove ASAP
9619 * testSAX.c : added a test example showing the use of the SAX
9620 interface if one doesn't want to build the DOM tree.
9621 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
9622
9623Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9624
9625 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
9626 large revamping of the parser to use SAX callbacks
9627 http://www.megginson.com/SAX/ (or at least a C like interface
9628 a la Expat). It's now possible to set up your own callbacks
9629 and the parser will not build a DOM tree.
9630 * test/* result/*: updated the test suite, I finally removed
9631 the old Namespace draft support (PI based).
9632
9633Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9634
9635 * Makefile.am: added test result to EXTRA_DIST for make tests
9636
9637Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9638
9639 * parser.c, parserInternals.h: moved the chars macro definitions
9640 to parserInternals.h
9641 * parser.c, error.c: applied patches from "Knut Åkesson"
9642 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
9643
9644Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9645
9646 * xml-config.in : applied patch to make --version work
9647
96481999-03-05 Raja R Harinath <harinath@cs.umn.edu>
9649
9650 * Makefile.am (check-local): Alias for `tests' target. This will
9651 cause `make check' to do the right thing.
9652 (tests): Don't run tests in srcdir. Also, replaced calls to
9653 basename with a `sed' "equivalent".
9654
9655Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9656
9657 * Renamed error.h to xml-error.h, corrected Makefile.am to list
9658 it in the header and not the sources, updated the doc.
9659 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
9660 pointing this out.
9661
9662Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9663
9664 * parser.c, parser.h, parserInternals.h: memory leak hunting,
9665 exported the inputStream routines.
9666 * doc/html/* : updated accordingly
9667
9668Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9669
9670 * parser.c, parser.h, parserInternals.h: added a few extra
9671 internal calls to allocate and free parser contexts ...
9672 * doc/html/* : updated accordingly
9673
9674Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9675
9676 * configure.in, Makefile.am, doc/makefile.am : General changes for
9677 1.0.0 release and including the generated HTML documentation.
9678
9679Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9680
9681 * makefile.am : added parserInternals.h, oops.
9682
9683Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9684
9685 * parserInternals.h: added this header giving access to the parser
9686 internal functions.
9687 * doc/Makefile.am : added a rebuild target which rebuilds the full
9688 set of documentations
9689 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
9690 the internal subset.
9691 * *.c *.h: modifications needed to generate the documentation using
9692 gtk-doc, cleanup of functions blocks, reorganisation of struct
9693 declarations.
9694
9695Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9696
9697 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
9698 the tar and spec file to include the beginning of the doc.
9699
97001999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
9701
9702 * doc/.cvsignore: Added this file.
9703
9704Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9705
9706 * tree.c: fixed xmlGetProp to return "" when the attribute
9707 exists, even if the node-list is NULL.
9708
9709Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9710
9711 * tree.c: patched an error outputting empty attribute values.
9712 * Makefile.am and doc/makefile.am: have been updated during the
9713 week-end. Sorry for an empty CVS log, I got a shell problem.
9714
9715Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9716
9717 * tree.h: cleaned up using enums instead of defines
9718 * parser.c, valid.[ch]: more work on parsing/output of element
9719 declarations
9720
9721Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9722
9723 * valid.[ch], tree.c, parser.c : more work toward full parsing
9724 of XML DTDs.
9725 * README: added informations about mailing-list and on-line
9726 documentation
9727
97281999-01-27 Raja R Harinath <harinath@cs.umn.edu>
9729
9730 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
9731
9732Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9733
9734 * parser.c, tree.[ch] : more work toward conformance testing,
9735 added a last element to accelerate parsing of very flat structures
9736 started working on internal subset Element content declaration.
9737 * valid.[ch] : first cut at adding code toward validation.
9738 * previous changes had also small impact on most files, especially
9739 the conformance testing using James Clark test suite.
9740
9741Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9742
9743 * test/* : updated the examples, most of them were not well
9744 formed (humm), and added rdf2.
9745 * result/* : resulting changes in the output.
9746
9747Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9748
9749 * tree.c: changed the behaviour of xmlGetProp on NULL values.
9750
9751Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9752
9753 * tree.c: patched a bug in the generation of empty attributes
9754
9755Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9756
9757 * entities.[ch], tree.[ch], tester.c: added copy interfaces
9758 for node/trees/documents/... Biggest problem is namespace
9759 support when copying subtrees.
9760
9761Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9762
9763 * parser.c, entities.c: improve entities and char ref encoding,
9764 and cleanups of error messages.
9765
9766Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9767
9768 * parser.c, entities.c: simple bug hunting done during rpm2html and
9769 rpmfind integration.
9770
9771Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9772
9773 * parser.[ch]: Added interfaces allowing to specify a SAX
9774 handler before parsing.
9775
9776Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9777
9778 * parser.c: redirrect all errors reporting through the SAX
9779 error function
9780
9781Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9782
9783 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
9784 * libtool, tlmain ...: update of the libtool files
9785
97861998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
9787
9788 * entities.c: Use g_snprintf insteda of snprintf.
9789
9790Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9791
9792 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
9793 added ent5 test for this purpose.
9794 * parser.c, parser.h: formatting, comments and UTF-8 planning.
9795
9796Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9797
9798 * parser.c: fixed? a strange error due to compression on a GWP
9799 document.
9800
9801Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9802
9803 * tree.[ch]: bug fixing
9804 * entities.[ch]: defined a specific type for predefined entities
9805 * doc/xml.html: more documentation on the library, how to use it,
9806 overview of the interfaces.
9807
9808Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9809
9810 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
9811
9812Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9813
9814 * tree.c: corrected a small bug
9815 * doc/xml.html: continuing writing documentation.
9816
9817Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9818
9819 * debugXML.h debugXML.c: added debugging utilities.
9820 * tester.c: added --debug switch.
9821 * tree.c: patched an incorrect node->type assignment.
9822 * parser.c: formatting, ensure that node->doc != NULL in attributes
9823
9824Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9825
9826 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
9827 entity support and provide an internal representation close to
9828 DOM one (entity ref nodes, and attribute value as tree). I tried
9829 to preserve the interface but this will surely break some apps
9830 (I have to change rpm2html/rpmfind for example). I had to change
9831 two interfaces, and the generated tree is somewhat different.
9832 * doc/* : started documenting the XML library, the tree and
9833 DOM/Corba. This is a first step.
9834
9835Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9836
9837 * parser.c: Set up the fonctions comment block, boring but useful.
9838 * parser.h, SAX.c, parser.c: now attributes are processed through
9839 the SAX interface. The problem is that my SAX interface diverged
9840 quite a bit from the original one, well this is not an official
9841 spec, and translating it from Java to C is hairy anyway...
9842
9843Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9844
9845 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
9846 fonctions comment block, boring but useful.
9847
9848Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9849
9850 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
9851 conversion routines. However they are not yet used to convert the
9852 inputs. The core will run with UTF-8.
9853
9854Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9855
9856 * tree.c : make sure that the type id is properly set-up when
9857 a new object is allocated, needed for DOM.
9858
9859Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9860
9861 * tree.h, tree.c: Ok, the main objects in the tree will be native
9862 corba objects, it costs 8 bytes per Node, Attribute and Document
9863 but it simplifies the Corba integration a lot (no extra interface
9864 objects to allocate/free).
9865
9866Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9867
9868 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
9869 and changed NODEs contants for conformity with DOM Level 1
9870
9871Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9872
9873 * added hooks to keep track of servants when creating objects
9874 xmlDoc and xmlNode (for Corba export).
9875
9876Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9877
9878 * added xml-config script.
9879
9880Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9881
9882 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
9883 to autoupdate libtool and automake conf files.
9884
98851998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
9886
9887 * Makefile.am: Use '?' to separate the sed
9888 commands as ',' is used when people pass -Wl,something.
9889
9890
9891Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9892
9893 * tree.c, tree.h: added a per-document compression interface.
9894
9895Tue Sep 22 20:47:38 EDT 1998
9896
9897 * tree.c, tree.h: added saving with compression and added interfaces
9898 to control the compression level (xmlGetCompressMode,
9899 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
9900
9901Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9902
9903 * parser.c: corrected a loop for files of size 0
9904
99051998-08-20 Raja R Harinath <harinath@cs.umn.edu>
9906
9907 * error.h: New file. Contains prototyes from `error.c'.
9908
9909Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
9910
9911 * Makefile.am (xmlincdir): New macro.
9912 (xmlinc_HEADERS): Renamed from include_HEADERS.
9913
9914Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9915
9916 * applied small patch on numeric entities from
9917 Christopher Blizzard <blizzard@appliedtheory.com>
9918
9919Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9920
9921 * New release 0.2, removed the old xml_* files so that it's
9922 coherent with the other CVS base (W3C), far better conformance
9923 to standard, new namespaces, decent entities support, beginning
9924 of a SAX-like interface. Nearly nothing left intact, even the
9925 test examples ...
9926
99271998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
9928
9929 * .cvsignore: Add .deps dir
9930
9931Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9932
9933 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
9934
9935Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9936
9937 * configure.in: added test for CPP
9938 * AUTHORS, Changelog: the original ones didn't get commited but the
9939 glib ones instead, fixed.
9940 * Makefile.am: corrected an error in library naming
9941
9942Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9943
9944 * integrated code developped at W3C
9945 * changed the original Copyright
9946 * migrated to automake
9947 * prefixed the filenames by xml_ to avoid filename clashes
9948
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00009949Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
9950
9951 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
9952 should not be called.
9953
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00009954Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
9955
9956 * libxml-2.0.pc.in: applied the patch to fix #101894
9957
Daniel Veillard8a1b1852003-01-05 22:37:17 +00009958Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
9959
9960 * tree.c : applied patch from Lukas Schroeder for register callbacks
9961 * valid.c: modified patch from Lukas Schroeder to test
9962 register callbacks with --chkregister
9963
Daniel Veillard067bae52003-01-05 01:27:54 +00009964Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9965
9966 * xmlreader.c: seriously changed the way data are pushed to
9967 the underlying parser, go by block of 512 bytes instead of
9968 tryng to detect tag boundaries at that level. Changed the
9969 way empty element are detected and tagged.
9970 * python/tests/reader.py python/tests/reader2.py
9971 python/tests/reader3.py: small changes mostly due to context
9972 reporting being different and DTD node being reported. Some
9973 errors previously undetected are now caught and fixed.
9974 * doc/xmlreader.html: flagged last section as TODO
9975
Daniel Veillard51a447a2003-01-04 19:42:46 +00009976Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9977
9978 * python/libxml.py: integrated the Python 2.2 optimizations
9979 from Hannu Krosing, while maintaining compatibility with
9980 1.5 and 2.1
9981
Daniel Veillarde59494f2003-01-04 16:35:29 +00009982Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
9983
9984 * xmllint.c: a bit of cleanup
9985 * xmlreader.c: small fix
9986 * doc/xmlreader.html: more work on the XmlTextReader tutorial
9987 * python/libxml.py: a few fixes pointed out by Hannu Krosing
9988
Daniel Veillard623a9eb2003-01-04 12:47:20 +00009989Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9990
9991 * python/setup.py.in: patch from Stéphane Bidoul to include
9992 drv_libxml2.py in setup.py
9993
Daniel Veillard66b82892003-01-04 00:44:13 +00009994Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
9995
9996 * doc/xmlreader.html: starting documenting the new XmlTextReader
9997 interface.
9998
Daniel Veillard7704fb12003-01-03 16:19:51 +00009999Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * xmllint.c: added the --stream flag to use the TextReader API
10002 * xmlreader.c: small performance tweak
10003
Daniel Veillarda80ff6e2003-01-03 12:52:08 +000010004Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10005
10006 * xmlreader.c python/tests/reader2py: okay the DTD validation
10007 code on top of the XMLTextParser API should be solid now.
10008
Daniel Veillard1fdfd112003-01-03 01:18:43 +000010009Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
10010
10011 * xmlreader.c python/tests/reader2py: Fixing some more mess
10012 with validation and recursive entities while using the
10013 reader interface, it's getting a bit messy...
10014
Daniel Veillarddab8ea92003-01-02 14:16:45 +000010015Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10016
10017 * xmlreader.c python/tests/reader.py: another couple of problem
10018 related to IsEmptyElement reported by Stéphane Bidoul needed
10019 some fixes.
10020
Daniel Veillard4f860202003-01-02 13:00:02 +000010021Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10022
10023 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
10024 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
10025 based on the python XmlTextReader interface.
10026
Daniel Veillard3c265e42003-01-01 21:06:49 +000010027Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10028
10029 * tree.c: backing out one change in the last patch which broke the
10030 regression tests
10031
Daniel Veillard5335dc52003-01-01 20:59:38 +000010032Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
10033
10034 * global.data globals.c tree.c include/libxml/globals.h: applied
10035 an old patch from Lukas Schroeder to track node creation and
10036 destruction. Probably missing a lot of references at the moment
10037 and not usable reliably.
10038
Daniel Veillard8ba17412003-01-01 19:13:12 +000010039Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10040
10041 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
10042 from doc/news.html and a stylesheet
10043
Daniel Veillarde3c036e2003-01-01 15:11:05 +000010044Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10045
10046 * xmlreader.c python/tests/reader.py: fixed another couple of
10047 xmlreader bugs reported by Stéphane Bidoul and added tests.
10048
Daniel Veillard9e395c22003-01-01 14:50:44 +000010049Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10050
10051 * xmlreader.c python/tests/reader2.py: fixed another validity
10052 checking in external parsed entities raised by Stéphane Bidoul
10053 and added a specific regression test.
10054 * python/tests/reader3.py: cleanup
10055
Daniel Veillardd5896142002-12-31 14:45:26 +000010056Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10057
10058 * xmlreader.c python/tests/reader2.py: fixed a problem with
10059 validation within entities pointed by Stéphane Bidoul, augmented
10060 the tests to catch those.
10061
Daniel Veillarddc85f282002-12-31 11:18:37 +000010062Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10063
10064 * python/generator.py: modified the generator to allow keeping
10065 class references when creating new classes, needed to fix a bug
10066 pointed by Stéphane Bidoul where the input buffer of the
10067 xmlTextReader instance gets destroyed if the python wrapper for
10068 the input is not referenced anymore.
10069
Daniel Veillard4d8db8a2002-12-30 18:40:42 +000010070Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10071
10072 * xmlreader.c python/tests/reader.py: fixed another pair of problem
10073 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
10074
Daniel Veillard571b8892002-12-30 12:37:59 +000010075Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10076
10077 * xmlreader.c python/tests/reader.py: fixed another problem
10078 pointed by Stéphane Bidoul
10079
Daniel Veillardaaa105b2002-12-30 11:42:17 +000010080Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10081
10082 * xmlreader.c python/tests/reader.py: fixed a limit case problem
10083 with "<a/>"
10084
Daniel Veillardecaba492002-12-30 10:55:29 +000010085Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10086
10087 * SAX.c: warn on xmlns:prefix="foo"
10088 * xmlreader.c python/tests/reader.py: fixed a couple of problem
10089 for namespace attributes handling.
10090
Daniel Veillard2d84a892002-12-30 00:01:08 +000010091Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10092
10093 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
10094 a really nasty problem raised by a DocBook XSLT transform
10095 provided by Sebastian Bergmann
10096
Daniel Veillard29b3e282002-12-29 11:14:41 +000010097Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
10098
10099 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
10100 by Stéphane Bidoul and integrated it into the tests
10101
Daniel Veillarde18fc182002-12-28 22:56:33 +000010102Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10103
10104 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
10105 extended the XmlTextReader API a bit, addding accessors for
10106 the current doc and node, and an entity substitution mode for
10107 the parser.
10108 * python/libxml.py python/libxml2class.txt: related updates
10109 * python/tests/Makefile.am python/tests/reader.py
10110 python/tests/reader2.py python/tests/reader3.py: updated a bit
10111 the old tests and added a new one to test the entities handling
10112
Daniel Veillardaba976d2002-12-28 21:14:18 +000010113Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10114
10115 * python/generator.py python/libxml2class.txt
10116 python/tests/reader.py python/tests/reader2.py: changed the
10117 generator to provide casing for the XmlTextReader similar to
10118 C# so that examples and documentation are more directly transposable.
10119 Fixed the couple of tests in the suite.
10120
Daniel Veillard83298842002-12-28 15:12:33 +000010121Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10122
10123 * doc/guidelines.html: added a document on guildeline for
10124 publishing and deploying XML
10125
Daniel Veillard336fc7d2002-12-27 19:37:04 +000010126Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10127
10128 * valid.c xmlreader.c: final touch running DTD validation
10129 on the XmlTextReader
10130 * python/tests/Makefile.am python/tests/reader2.py: added a
10131 specific run based on the examples from test/valid/*.xml
10132
Daniel Veillardf25b4ca2002-12-27 15:18:35 +000010133Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10134
10135 * python/libxml.py: added a few predefined xmlTextReader parser
10136 configuration values.
10137
Daniel Veillard0e9dafa2002-12-27 11:58:25 +000010138Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10139
10140 * python/libxml_wrap.h: trying to fix #102037
10141
Daniel Veillard8dbd4952002-12-27 11:34:48 +000010142Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10143
10144 * SAX.c: fixing bug #95296, when the predefined entities
10145 are redefined in the DTD the default one must be used
10146 instead anyway.
10147
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +000010148Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
10149
10150 * doc/xmllint.xml
10151 * doc/xmllint.1
10152 Add discussion of XML_DEBUG_CATALOG to xmllint man
10153 page - bug #100907
10154
10155
Daniel Veillarddf512f42002-12-23 15:56:21 +000010156Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10157
10158 * xmlreader.c: Fixed the empty node detection to avoid reporting
10159 an inexistant close tag.
10160
Daniel Veillard0d132cf2002-12-23 14:43:32 +000010161Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10162
10163 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
10164 for Python 2.1
10165
Daniel Veillardfe8aab92002-12-22 10:25:41 +000010166Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10167
10168 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
10169
Daniel Veillard4258b9c2002-12-20 10:29:40 +000010170Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10171
10172 * doc/libxml2-api.xml python/tests/reader.py: one really need
10173 to provide the base URI information when creating a reader parser
10174 from an input stream. Updated the API and the example using it.
10175
Daniel Veillardea7751d2002-12-20 00:16:24 +000010176Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10177
10178 * testReader.c xmlreader.c valid.c include/libxml/tree.h
10179 include/libxml/valid.h include/libxml/xmlreader.h: working on
10180 DTD validation on top of xml reader interfaces. Allows to
10181 validate arbitrary large instances. This required some extensions
10182 to the valid module interface and augmenting the size of xmlID
10183 and xmlRef structs a bit.
10184 * uri.c xmlregexp.c: simple cleanup.
10185
Daniel Veillardbeb70bd2002-12-18 14:53:54 +000010186Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10187
10188 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
10189 work on the xml reader interfaces.
10190 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
10191 Web page for the Windows binaries.
10192
Daniel Veillard4a6d39b2002-12-17 18:33:01 +000010193Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10194
10195 * xmlIO.c: applied a patch for VMS following the report by
10196 Nigel Hall
10197
Daniel Veillard3772de32002-12-17 10:31:45 +000010198Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10199
10200 * parser.c: the parseStartTag bug fix wasn't complete.
10201
Daniel Veillard67df8092002-12-16 22:04:11 +000010202Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10203
10204 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
10205 parseStartTag, fixing it.
10206 * test/att4 result/att4 result/noent/att4: adding the test
10207 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
10208 more methods to XmlTextReader.
10209
Igor Zlatkovicd453c632002-12-16 18:45:48 +000010210Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10211
10212 * win32/libxml2.def.src: added more xml reader exports
10213 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
10214 to the build
10215
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +000010216Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
10217
10218 * doc/tutorial/xmltutorial.xml
10219 plus generated html and pdf
10220 Updating tutorial again based on further comments from Niraj
10221 Tolia on the last iteration
10222
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +000010223Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
10224
10225 * doc/tutorial/xmltutorial.xml
10226 * doc/tutorial/includekeyword.c
10227 * doc/tutorial/includegetattribute.c
10228 plus generated html and pdf
10229 Adding fix from Niraj Tolia to tutorial to properly free memory.
10230
10231
Daniel Veillardda46d2d2002-12-15 23:36:49 +000010232Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
10235 more methods of XmlTextReader.
10236 * python/libxml2class.txt python/tests/reader.py: this increased the
10237 methods in the bndings, augmented the test to check those new
10238 functions.
10239
Daniel Veillard0eb38c72002-12-14 23:00:35 +000010240Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10241
10242 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
10243 methods of XmlTextReader.
10244 * python/generator.py python/libxml_wrap.h python/types.c
10245 python/libxml2class.txt: added the reader to the Python bindings
10246 * python/tests/Makefile.am python/tests/reader.py: added a specific
10247 test for the Python bindings of the Reader APIs
10248 * parser.c: small cleanup.
10249
Daniel Veillard06503452002-12-13 10:42:08 +000010250Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10251
10252 * xinclude.c: fallback was only copying the first child not the
10253 full child list of the fallback element, closes #89684 as reopened
10254 by Bernd Kuemmerlen
10255
Igor Zlatkovic2d45f522002-12-12 12:33:43 +000010256Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10257
10258 * win32/libxml2.def.src: exported htmlNodeDumpOutput
10259
Daniel Veillard000eafb2002-12-12 10:04:22 +000010260Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10261
Daniel Veillardc1eed322002-12-12 11:01:32 +000010262 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +000010263 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +000010264 gives enum values, fix functype return type, put back fields in
10265 structs
10266 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +000010267
Daniel Veillard024b5702002-12-12 00:15:55 +000010268Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10269
10270 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
10271 about htmlNodeDumpOutput location.
10272 * xpath.c: removed an undefined function signature
10273 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
10274 too many symbols in the API breaking the python bindings.
10275 Updated with the libxslt/libexslt changes.
10276
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +000010277Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10278
10279 * configure.in: preparing release of 2.4.29
10280 * doc/*: rebuilt the docs and API
10281 * xmlreader.c: a few more fixes for the XmlTextReader API
10282
Igor Zlatkovicf6273a02002-12-11 17:00:54 +000010283Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10284
10285 * include/win32config.h: applied mingw patch from Magnus Henoch
10286
Daniel Veillard5aad8322002-12-11 15:59:44 +000010287Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10288
10289 * catalog.c doc/libxml2-api.xml: a bit more cleanup
10290
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010291Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10292
10293 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
10294 building Python script, does the C parsing directly, generates
10295 a better API description including structure fieds defs and
10296 enums. Still a couple of bugs, but good enough for the python
10297 wrappers now.
10298 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
10299 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
10300 include/libxml/schemasInternals.h include/libxml/tree.h: more
10301 cleanup based on the python analysis script reports.
10302 * libxml.spec.in: make sure the API XML description is part of the
10303 devel package.
10304
Daniel Veillard01c13b52002-12-10 15:19:08 +000010305Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10306
10307 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
10308 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
10309 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
10310 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
10311 code cleanup, especially the function comments.
10312 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
10313
Daniel Veillarde1ca5032002-12-09 14:13:43 +000010314Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10315
10316 * Makefile.am xmlreader.c include/libxml/Makefile.am
10317 include/libxml/xmlreader.h: Adding a new set of APIs based on
10318 the C# TextXmlReader API but converted to C. Allow to parse
10319 in constant memory usage, far simpler to program and explain
10320 than the SAX like APIs, unfinished but working.
10321 * testReader.c: test program
10322
Igor Zlatkovic70a296c2002-12-08 17:34:54 +000010323Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10324
10325 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
10326
Daniel Veillard64b35282002-12-04 15:10:40 +000010327Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * tree.c: Chip turner indicated that XHTML1 serialization
10330 rule for style actually break on both IE and Mozilla,
10331 try to avoid the rule if escaping ain't necessary
10332
Daniel Veillard8efff672002-12-04 11:44:48 +000010333Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10334
10335 * nanhttp.c: handle HTTP URL escaping, problem reported by
10336 Glen Nakamura and Stefano Zacchiroli
10337
Daniel Veillard1c732d22002-11-30 11:22:59 +000010338Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
10341
Daniel Veillardfdd27d22002-11-28 11:55:38 +000010342Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10343
10344 * uri.c: Johann Richard pointed out some XPointer problems for
10345 URN based URI references in XInclude. Modified the URI parsing
10346 and saving routines to allow correct parsing and saving of
10347 XPointers, especially when attached to "opaque" scheme accordingly
10348 to RFC 2396
10349
Daniel Veillard8db67d22002-11-27 19:39:27 +000010350Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10351
10352 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
10353 of refactoring to the HTML saving code.
10354 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
10355 in the doc.
10356
Daniel Veillardebc4ca92002-11-27 11:43:05 +000010357Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10358
10359 * tree.c include/libxml/tree.h: refactored the XML dump of a node
10360 to a buffer API to reuse the generic dump to an OutputIO layer,
10361 this reduces code, fixes xmlNodeDump() for XHTML, also made
10362 xmlNodeDump() now return the number of byte written.
10363
Daniel Veillard9d5ea172002-11-27 08:02:06 +000010364Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
10365
10366 * python/setup.py.in: another patch from Stéphane Bidoul for
10367 Python bindings on Windows
10368 * doc/parsedecl.py: small cleanup
10369
Daniel Veillard9715c172002-11-25 16:33:40 +000010370Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10371
10372 * libxml.spec.in configure.in: add a line in %changelog for releases
10373
Daniel Veillard9bc53102002-11-25 13:20:04 +000010374Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
10375
10376 * parser.c: patch from Marcus Clarke fixing a problem in entities
10377 parsing that was detected in KDe documentations environment.
10378
Daniel Veillardfaa35ff2002-11-24 13:53:43 +000010379Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10380
10381 * python/libxml.c (libxml_prev): Return the previous as opposed to
10382 the next node (I guess this is the result of some cut & paste programming:)
10383
Daniel Veillard80d7b902002-11-23 16:23:08 +000010384Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10385
10386 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
10387
Daniel Veillarda1196ed2002-11-23 11:22:49 +000010388Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10389
10390 * python/generator.py python/libxml.c python/setup.py.in: trying
10391 to fix the Python bindings build on Windows (Stéphane Bidoul)
10392
Igor Zlatkovic9ab71552002-11-22 21:41:43 +000010393Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10394
10395 * win32/configure.js: added option for python bindings
10396 * win32/libxml2.def.src: added more exports
10397
Igor Zlatkovicace7cd22002-11-22 18:07:00 +000010398Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10399
10400 * win32/Makefile.mingw: fixed unresolved symbols when linking with
10401 pthreads
10402 * win32/wince/*: applied updates to Windows CE port from Javier
10403
Daniel Veillardf9c4cad2002-11-22 15:57:07 +000010404Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10405
10406 * configure.in: preparing 2.4.28
10407 * libxml.spec.in doc/Makefile.am: some cleanup
10408 * doc/*: updated the news and regenerated.
10409
Daniel Veillardfee408f2002-11-22 13:18:30 +000010410Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10411
10412 * HTMLparser.c: final touch at closing #87235 </p> end tags
10413 need to be generated.
10414 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
10415 this change slightly the output of a few tests
10416 * doc/*: regenerated
10417
Daniel Veillardd2ff0392002-11-22 12:28:38 +000010418Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10419
10420 * parserInternals.c: fixing bug #99190 when UTF8 document are
10421 parsed using the progressive parser and the end of the chunk
10422 is in the middle of an UTF8 multibyte character.
10423
William M. Brack8b2c7f12002-11-22 05:07:29 +000010424Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10425
10426 * threads.c: fixed initialization problem in xmlNewGlobalState
10427 which was causing crash.
10428 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
10429 in xmlInitializeGlobalState.
10430 * parserInternals.c: cleaned up ctxt->sax initialisation.
10431
Daniel Veillardd5c2f922002-11-21 14:10:52 +000010432Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10433
10434 * tree.c include/libxml/tree.h: modified the existing APIs
10435 to handle XHTML1 serialization rules automatically, also add
10436 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
10437 libxslt serialization uses it when needed without changing
10438 the library API.
10439 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
10440 result/xhtml1: added a new test specifically for xhtml1 output
10441 and updated the result of one XHTML1 test
10442
Daniel Veillardd076a202002-11-20 13:28:31 +000010443Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
10444
10445 * xinclude.c parserInternals.c encoding.c: fixed #99082
10446 for xi:include encoding="..." support on text includes.
10447 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
10448 test/XInclude/ents/isolatin.txt : added a specific regression test
10449 * python/generator.py python/libxml2class.txt: fixed the generator
10450 the new set of comments generated for doc/libxml2-api.xml were
10451 breaking the python generation.
10452
Daniel Veillard817e70b2002-11-19 22:28:48 +000010453Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10454
10455 * doc/Makefile.am: repair some problem if gtk-doc fail or such
10456 * configure.in: patch for Solaris on new autoconf closes #98880
10457 * doc/parsedecl.py: repair the frigging API building script,
10458 did I say that python xmllib sucks ?
10459 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
10460 and some comment are no more truncated.
10461
Daniel Veillarda7e05b42002-11-19 08:11:14 +000010462Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10463
10464 * parser.c: Martin Stoilov pointed out a potential leak in
10465 xmlCreateMemoryParserCtxt
10466
Daniel Veillardbc6e1a32002-11-18 15:07:25 +000010467Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10468
10469 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
10470 included in HTML documents and using the push parser.
10471
Daniel Veillard4efd3be2002-11-18 09:11:13 +000010472Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10473
10474 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
10475 specified, look for the Python interpreter not just in the
10476 specified root but also in the specified location. Fixes #98825
10477
Daniel Veillarda8c0adb2002-11-17 22:37:35 +000010478Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10479
10480 * python/libxml.c: fixing bug #98792 , node may have no doc
10481 and dereferencing without checking ain't good ...
10482
Daniel Veillarddad3f682002-11-17 16:47:27 +000010483Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10484
10485 * configure.in: preparing release 2.4.27
10486 * doc/* : updated and rebuilt the docs
10487 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
10488 and all the docs are actually packaged and in the final RPMs
10489 * parser.c parserInternals.c include/libxml/parser.h: restore
10490 xmllint --recover feature.
10491
Daniel Veillard68e9e742002-11-16 15:35:11 +000010492Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10493
Daniel Veillard784b9352003-02-16 15:50:27 +000010494 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +000010495 processing of parsed entities, and XPath computation on sustitued
10496 entities.
10497 * testXPath.c: make sure entities are substitued.
10498
Daniel Veillard328f48c2002-11-15 15:24:34 +000010499Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10500
Daniel Veillard784b9352003-02-16 15:50:27 +000010501 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +000010502 processing of internal parsed entities, which had to be changed.
10503
Daniel Veillard66651aa2002-11-15 11:21:43 +000010504Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10505
10506 * Makefile.am python/Makefile.am python/tests/Makefile.am:
10507 trying to fix bug #98517 about building outside the source tree
10508 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
10509
Igor Zlatkovic2772cea2002-11-14 17:45:20 +000010510Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10511
10512 * include/win32config.h: cleanup
10513 * win32/Makefile.mingw: integrated mingw in JScript configure
10514 * win32/Makefile.msvc: modified to allow mingw coexistence
10515 * win32/configure.js: integrated mingw
10516 * win32/Readme.txt: cleanup
10517
Daniel Veillard8dd86a52002-11-12 21:14:17 +000010518Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10519
10520 * HTMLparser.c: strengthen the guard in the Pop macros,
10521 like in the XML parser, closes bug #97315
10522
Daniel Veillard0821b152002-11-12 20:57:47 +000010523Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
10526 callback is never used.
10527
Daniel Veillard8606bbb2002-11-12 12:36:52 +000010528Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10529
10530 * parserInternals.c: fixed the initialization of the SAX structure
10531 which was breaking xsltproc
10532 * xpath.c: patch from Petr Pajas for CDATA nodes
10533 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
10534 * parser.c include/libxml/parser.h: patch from Peter Jones
10535 removing a leak in xmlSAXParseMemory() and adding the
10536 function xmlSAXParseMemoryWithData()
10537
MST 2002 John Fleckf854d992002-11-12 03:49:05 +000010538Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
10539
10540 adding pdf of tutorial, changing web page to link to it
10541 * doc/tutorial/xmltutorial.pdf
10542 * doc/xml.html
10543 * doc/docs.html
10544
MST 2002 John Fleck52717f32002-11-11 03:49:33 +000010545Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
10546
10547 * doc/tutorial/ar01s08.html
10548 adding file what I forgot for tutorial
10549
10550
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +000010551Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
10552
10553 Adding encoding discussion to tutorial
10554 Added:
10555 * doc/tutorial/images/*.png: DocBook admonition image files
10556 * doc/tutorial/apf.html, apg.html: new generated html
10557 * doc/tutorial/includeconvert.c: conversion code entity file
10558 changed:
10559 * doc/tutorial/xmltutorial.xml: DocBook original
10560 * doc/tutorial/*.html: generated html
10561
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010562Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10563
10564 * include/libxml/*.h: retired xmlwin32version.h
10565 * doc/Makefile.am: retired xmlwin32version.h
10566 * win32/configure.js: retired xmlwin32version.h
10567
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010568Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10569
10570 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010571 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
10572 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010573
Daniel Veillard7216cfd2002-11-08 15:10:00 +000010574Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10575
10576 * globals.c: fixed a typo pointed out by Igor
10577 * xpath.c: try to speed up node compare using line numbers
10578 if available.
10579
Daniel Veillarda70d62f2002-11-07 14:18:03 +000010580Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10581
10582 * tree.c: make xmlFreeNode() handle attributes correctly.
10583
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +000010584Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10585
10586 * catalog.c: completed the #96963 fix, as reported by Karl
10587 Eichwalder
10588
Daniel Veillard56f21f22002-11-06 15:49:46 +000010589Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10590
10591 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
10592
Daniel Veillard91ad8792002-11-04 17:06:52 +000010593Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10594
10595 * Makefile.am: switched the order of a couple of includes
10596 to fix bugs #97100
10597
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +000010598Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10599
10600 * catalog.c: fixed bug #96963, reverted to the old behaviour of
10601 xmlLoadCatalogs that used to separate directories with a ':'.
10602
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +000010603Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10604
10605 * threads.c: improvements to the Windows-side of thread handling
10606 * testThreads.c: conditionally excluded unistd.h
10607 * testThradsWin32.c: broke overlong lines
10608 * include/win32config.h: adapted thread-related macros to the new
10609 scheme and for pthreads on Windows
10610 * win32/Makefile.msvc: introduced a more flexible thread build,
10611 added testThreads[Win32].c to the build
10612 * win32/configure.js: introduced a more flexible thread config
10613
John Fleck61f6fb62002-10-31 15:23:29 +0000106142002-10-31 John Fleck <jfleck@inkstain.net>
10615
10616 * doc/xml.html (and, by implication, FAQ.html)
10617 added UTF-8 conversaion FAQ from Marcus Labib Iskander
10618
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +000010619Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10620
10621 * configure.in: removed xmlwin32version.h
10622 * include/libxml/Makefile.am: removed xmlwin32version.h
10623
Daniel Veillardce66ce12002-10-28 19:01:59 +000010624Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10625
10626 * tree.c: applied patch from Brian Stafford to fix a bug
10627 in xmlReconciliateNs()
10628
Daniel Veillard7e3f1402002-10-28 18:52:57 +000010629Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10630
10631 * tree.c: applied patch from Christian Glahn to allow
10632 xmlNewChild() on document fragment nodes
10633
Daniel Veillardb39bc392002-10-26 19:29:51 +000010634Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10635
10636 * parser.c: Christian Glahn found a problem with a recent
10637 patch to xmlParseBalancedChunkMemoryRecover()
10638 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
10639 problems
10640 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
10641 test/schemas/seq*: added the test cases from Charles
10642
Daniel Veillard366a9152002-10-23 20:43:53 +000010643Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10644
10645 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
10646 serious cleanup of the spec file and associated changes
10647 in the Makefiles.
10648 * valid.c: try to remove some warnings on x86_64
10649
Daniel Veillardd033d022002-10-23 14:55:02 +000010650Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10651
10652 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
10653 fix bug #96586
10654
Daniel Veillardce02dbc2002-10-22 19:14:58 +000010655Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10656
10657 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
10658 parsing, applied his patch
10659 * result/HTML/attrents.html result/HTML/attrents.html.err
10660 result/HTML/attrents.html.sax test/HTML/attrents.html:
10661 added the test and result case provided by Mikhail Sogrine
10662
Daniel Veillarde645e8c2002-10-22 17:35:37 +000010663Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * vms/build_libxml.com vms/config.vms vms/readme.vms
10666 include/libxml/parser.h include/libxml/parserInternals.h
10667 include/libxml/tree.h include/libxml/xmlIO.h
10668 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
10669 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
10670 Applied the VMS update patch from Craig A. Berry
10671 * doc/*.html: update
10672
Daniel Veillardf000f072002-10-22 14:28:17 +000010673Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10674
10675 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
10676
Daniel Veillard1e208222002-10-22 14:25:25 +000010677Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10678
10679 * debugXML.c: adding a grep command to --shell in xmllint
10680 for T.V. Raman
10681
Daniel Veillard9cdcf362002-10-22 14:23:59 +000010682Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * xmlcatalog.c: tried to fix some of the problem with --sgml
10685
Daniel Veillard935494a2002-10-22 14:22:46 +000010686Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
10687
10688 * parser.c: tried to fix bug #91500 where doc->children may
10689 be overriden by a call to xmlParseBalancedChunkMemory()
10690
10691Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10692
10693 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
10694 identifiers in SGML catalogs containing '&'
10695
Daniel Veillardc0ac0692002-10-20 21:31:50 +000010696Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * python/types.c: fixed bugs when passing result value tree
10699 to Python functions.
10700
Daniel Veillard48267432002-10-18 11:21:38 +000010701Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10702
10703 * configure.in: preparing the release of 2.4.26
10704 * doc/*: updated and rebuilt the documentation
10705
Daniel Veillardbb284f42002-10-16 18:02:47 +000010706Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10707
10708 * parser.c: fixed a XML Namespace compliance bug reported by
10709 Alexander Grimalovsky
10710
Daniel Veillard44892f72002-10-16 15:23:26 +000010711Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10712
10713 * HTMLtree.c: fixed serialization of script and style when
10714 they are not lowercase (i.e. added using the API to the tree).
10715
Daniel Veillard2fd85422002-10-16 14:32:41 +000010716Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10717
10718 * valid.c: make xmlValidateDocument emit a warning msg if there
10719 is no DTD, pointed by Christian Glahn
10720
Daniel Veillard32370232002-10-16 14:08:14 +000010721Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10722
10723 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
10724 content model when some of the blocks have min or max, and a couple
10725 of bugs found in the process.
10726 * result/schemas/list0* test/schemas/list0*: added some specific
10727 regression tests
10728
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000010729Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
10730
10731 * README: updated the contact informations
10732
Daniel Veillard63186732002-10-15 08:43:17 +000010733Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10734
10735 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
10736 misses it, reported by Peter Bray.
10737
Daniel Veillard96c3a3b2002-10-14 15:39:04 +000010738Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10739
10740 * tree.c: investigating xmlNodeGetContent() on namespace nodes
10741 and removed a few warnings
10742
Daniel Veillard819d5cb2002-10-14 11:15:18 +000010743Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
10744
10745 * parser.c: Christian Glahn found a small bug in the push parser.
10746 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
10747 public
10748
Daniel Veillard6045c902002-10-09 21:13:59 +000010749Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10750
10751 * xmlschemas.c include/libxml/xmlschemas.h: added
10752 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
10753 * testSchemas.c: added --memory to test the new interface
10754
Daniel Veillardf0070122002-10-09 14:24:17 +000010755Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10756
10757 * doc/index.py doc/search.php: integrated the XSLT indexing,
10758 a few fixed in the indexer, added a scope selection at the
10759 search level.
10760
Daniel Veillard01992e02002-10-09 10:20:30 +000010761Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10762
10763 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
10764 this was due to uninitialized parts of the validation context
10765
Daniel Veillard321be0c2002-10-08 21:26:42 +000010766Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10767
10768 * debugXML.c: applied patch from Mark Vakoc except the API
10769 change, preserved it.
10770 * doc/*: updated the docs to point to the search engine for
10771 information lookup or before bug/help reports.
10772
Daniel Veillard01e87d22002-10-08 16:55:06 +000010773Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10774
10775 * doc/index.py doc/search.php: added mailing-list archives
10776 indexing and lookup
10777
Daniel Veillard9dc1cf12002-10-08 08:26:11 +000010778Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10779
10780 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
10781
Daniel Veillard9b006132002-10-07 11:13:27 +000010782Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10783
10784 * doc/index.py: improved HTML indexing
10785 * doc/search.php: make the queries also lookup the HTML based indexes
10786
Daniel Veillard141d04b2002-10-06 21:51:18 +000010787Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10788
10789 * doc/index.py: added HTML page indexing
10790
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010791Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10792
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +000010793 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010794 problem in libxslt.
10795 * catalog.c: fixed list handling in XML_CATALOG_FILES
10796
Daniel Veillardceb09b92002-10-04 11:46:37 +000010797Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10798
10799 * valid.c: typo/bug found by Christian Glahn
10800
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +000010801Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10802
10803 * xmlIO.c: applied Windows CE patch from Javier.
10804 * win32/wince: new directory, contains support for the PocketPC
10805 with Windows CE from Javier.
10806 * include/win32config.h: reorganised, removed duplicate
10807 definitions and applied WinCE patch from Javier.
10808 * include/wsockcompat.h: new file, now contains WinSock
10809 compatibility macros.
10810 * win32/Makefile.msvc: introduced double-run compilation.
10811
Daniel Veillarde16b5742002-09-26 17:50:03 +000010812Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10813
10814 * configure.in include/libxml/xmlwin32version.h: preparing release
10815 of 2.4.25
10816 * doc/*: updated and regenerated teh docs and web pages.
10817
Daniel Veillard90d68fb2002-09-26 16:10:21 +000010818Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10819
10820 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
10821 error were not covering namespace declarations.
10822 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
10823 it was missing the attribute declaration for the namespace
10824 * result/VC/NS3: the fix now report breakages in that test
10825
Daniel Veillardabe01742002-09-26 12:40:03 +000010826Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10827
10828 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
10829
Daniel Veillard2ace1952002-09-26 12:28:02 +000010830Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10831
10832 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
10833 and regenerated the docs and web site
10834
Daniel Veillarddda8f1b2002-09-26 09:47:36 +000010835Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10836
10837 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
10838 ATTRIBUTE_UNUSED is always put after the attribute declaration,
10839 not before
10840
Daniel Veillardd4cb1e82002-09-26 09:34:23 +000010841Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10842
10843 * python/generator.py python/libxml2class.txt: fixed a stupid error
10844 breaking the python API
10845
Daniel Veillardb7c29c32002-09-25 22:44:43 +000010846Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10847
10848 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
10849 triostr.c triostr.h: applied a trio update patch from
10850 Bjorn Reese which should work with MinGW
10851
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010852Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * tree.c: improving some documentation comments
10855 * xmlregexp.c: found and fixed a mem leak with python regression tests
10856 * doc/*: rebuilt the doc and the API XML file including the
10857 xmlregexp.h xmlautomata.h and xmlunicode.h headers
10858 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
10859 python/types.c: added access to the XML Schemas regexps from
10860 python
10861 * python/tests/Makefile.am python/tests/regexp.py: added a
10862 simple regexp bindings test
10863
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010864Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
10865
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010866 * doc/xml.html:
10867 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010868
Daniel Veillard118aed72002-09-24 14:13:13 +000010869Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10870
10871 * xmlregexp.c: fixed the data callback on transition functionality
10872 which was broken when using the compact form
10873 * result/schemas/*: updated the results, less verbose, all tests
10874 pass like before
10875 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
10876 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
10877 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
10878 annoying warnings
10879 * xpath.c: try to provide better error report when possible
10880
Daniel Veillard72336152002-09-21 13:08:14 +000010881Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10882
10883 * Makefile.am: fixed a breakage raised by Jacob
10884
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +000010885Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10886
10887 * include/win32config.h: added HAVE_ERRNO_H definition for parts
10888 which don't use sockets
10889
Igor Zlatkovic01280582002-09-20 16:40:34 +000010890Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10891
10892 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
10893 * win32/configure.js: applied zlib patch from Daniel Gehriger
10894
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000010895Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10896
10897 * win32/configure.js: applied the patch from Mark Vakoc for
10898 regexp support
10899 * win32/libxml2.def.src: applied the patch from Mark Vakoc
10900 for regexp support
10901
Daniel Veillardb5c05732002-09-20 13:36:25 +000010902Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10903
10904 * xmlschemastypes.c: as pointed by Igor Float and Double
10905 parsing ain't finished yet
10906
Daniel Veillard40b11342002-09-20 12:01:39 +000010907Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * Makefile.am configure.in: trying to fix #88412 by bypassing
10910 all the python subdir if python ain't detected
10911
Daniel Veillard23e73572002-09-19 19:56:43 +000010912Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10913
10914 * Makefile.am configure.in include/libxml/xmlversion.h.in:
10915 made configuring with regexps/automata/unicode the default
10916 but without schemas ATM
10917 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
10918 fixed the regexp based DTD validation performance and memory
10919 problem by switching to a compact form for determinist regexps
10920 and detecting the determinism property in the process. Seems
10921 as fast as the old DTD validation specific engine :-) despite
10922 the regexp built and compaction process.
10923
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000010924Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10925
10926 * valid.c: determinism is debugged, new DTD checking code now works
10927 but xmlFAComputesDeterminism takes far too much CPU and the whole
10928 set usues too much memory to be really usable as-is
10929
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000010930Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10931
10932 * tree.c: fixed another stupid bug in xmlGetNodePath()
10933 * xmllint.c: --version now report the options compiled in
10934
Daniel Veillarda646cfd2002-09-17 21:50:03 +000010935Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10936
10937 * HTMLparser.c: small cleanup
10938 * valid.c xmlregexp.c: switched DTD validation to use only regexp
10939 when configured with them. A bit of debugging around the determinism
10940 checks is still needed
10941
Daniel Veillard63b01c22002-09-17 19:25:28 +000010942Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10943
10944 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
10945
Daniel Veillard92727042002-09-17 17:59:20 +000010946Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10947
10948 * xmlIO.c: small portability glitch fixed.
10949
Daniel Veillard84d70a42002-09-16 10:51:38 +000010950Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10951
10952 * xmlschemastypes.c: incomplete steps for real/double support
10953 * testAutomata.c include/libxml/xmlautomata.h
10954 include/libxml/xmlregexp.h: avoiding a compilation problem
10955 * valid.c include/libxml/valid.h: starting the work toward using
10956 the regexps for actual DTD validation
10957
Daniel Veillardaeb258a2002-09-13 14:48:12 +000010958Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10959
10960 * hash.c: cosmetic cleanup
10961 * valid.c include/libxml/tree.h include/libxml/valid.h: started
10962 integrating a DTD validation layer based on the regexps
10963
Daniel Veillard4402ab42002-09-12 16:02:56 +000010964Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10965
10966 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
10967 the determinism was tested before eliminating the epsilon
10968 transitions :-(
10969
Daniel Veillardc6d4a932002-09-12 15:00:57 +000010970Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
10971
10972 * python/generator.py python/libxml.c python/libxml.py
10973 python/libxml2-python-api.xml python/libxml2class.txt
10974 python/libxml_wrap.h python/types.c: updated the python
10975 bindings, added code for easier File I/O, and the ability to
10976 define a resolver from Python fixing bug #91635
10977 * python/tests/Makefile.am python/tests/inbuf.py
10978 python/tests/outbuf.py python/tests/pushSAXhtml.py
10979 python/tests/resolver.py python/tests/serialize.py: updated
10980 and augmented the set of Python tests.
10981
Igor Zlatkovic353bf582002-09-10 19:07:14 +000010982Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10983
10984 * win32/configure.js: added more readme info for the binary
10985 package.
10986
Daniel Veillard607b35c2002-09-10 12:16:19 +000010987Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10988
10989 * xmlIO.c: fixed a stupid out of bound array error
10990
10991Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10992
10993 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
10994 messing around with support for Windows path, cleanups,
10995 trying to identify and fix the various code path to the
10996 filename access. Added xmlNormalizeWindowsPath()
10997
Daniel Veillard76575762002-09-05 14:21:15 +000010998Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10999
11000 * error.c valid.c: working on better error reporting of validity
11001 errors, especially providing an accurate context.
11002 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
11003 error reports in those cases.
11004
Daniel Veillard3487c8d2002-09-05 11:33:25 +000011005Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11006
11007 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
11008 parser.c parserInternals.c xmlIO.c: get rid of all the
11009 perror() calls made in the library execution paths. This
11010 should fix both #92059 and #92385
11011
Daniel Veillard19aa7022002-09-05 11:14:19 +000011012Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
11013
11014 * xmllint.c: memory leak reporting was broken after a change
11015 of the preprocessor symbol used to activate it.
11016
Daniel Veillardec6725e2002-09-05 11:12:45 +000011017Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11018
11019 * tree.c: try to make the copy function work for node of
11020 type XML_DOCUMENT_FRAG_NODE, they are only created by the
11021 DOM layers though, not libxml2 itself.
11022
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000011023Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11024
11025 * valid.c: try to provide file and line informations, not all
11026 messages are covered, but it's a (good) start
11027
Daniel Veillardbbc72c32002-09-05 10:52:10 +000011028Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
11029
11030 * xinclude.c: reimplemented a large part of the XInclude
11031 processor, trying to minimize resources used, James Henstridge
11032 provided a huge test case which was exhibiting severe memory
11033 consumption problems.
11034
Daniel Veillard2206dbf2002-09-05 08:09:37 +000011035Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
11036
11037 * python/Makefile.am: applied patch from Christophe Merlet to
11038 reestablish DESTDIR
11039
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011040Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
11041
11042 * libxml.spec.in: fixes libary path for x86_64 AMD
11043
John Fleckbe98b332002-09-04 03:16:23 +000011044Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
11045
11046 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011047 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000011048 (plus resulting generated html files)
11049 fixing one spot I missed in the tutorial where I hadn't freed
11050 memory properly
11051
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000011052Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
11053
11054 * doc/tutorial/includeaddattribute.c
11055 * doc/tutorial/includeaddkeyword.c
11056 * doc/tutorial/includegetattribute.c
11057 * doc/tutorial/includekeyword.c
11058 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011059 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000011060 update tutorial to properly free memory (thanks to Christopher
11061 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011062 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000011063 added image files so the callouts are graphical, making it
11064 easier to read ( use "--param callout.graphics 1" to generate
11065 html with graphical callouts)
11066
Daniel Veillarde1662542002-08-28 11:50:59 +000011067Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
11070 nice logos generated by Marc Liyanage
11071 * doc/site.xsl *.html: changed the stylesheet to show the new
11072 logo and regenerated the pages
11073
Daniel Veillardb212bbb2002-08-25 14:39:16 +000011074Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11075
11076 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
11077
Daniel Veillard42766c02002-08-22 20:52:17 +000011078Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11079
11080 * xpath.c: possible mem leak patch from Jason Adams
11081
11082Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11083
11084 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
11085 in the XQuery namespace
11086 * configure.in: preparing 2.4.24
11087 * doc/*.html: updated the web pages
11088
11089Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11090
11091 * python/generator.py: closing bug #85258 by generating conditional
11092 compile check to avoid linking to routines not configured in.
11093
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000110942002-08-22 Havoc Pennington <hp@pobox.com>
11095
11096 * autogen.sh: update error message for missing automake
11097
Daniel Veillard08cccaa2002-08-22 09:47:29 +000011098Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
11099
11100 * python/Makefile.am: typo in target name resulted in libxml2.py
11101 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
11102
Daniel Veillard22669b22002-08-22 07:17:11 +000011103Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11104
11105 * win32/win32/Makefile.mingw: updated with version from
11106 Elizabeth Barham at http://soggytrousers.net/repository/
11107
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000011108Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11109
11110 * win32/Makefile.msvc: added the prefix location to the include
11111 and lib search path.
11112
Havoc Pennington830e8972002-08-18 22:22:13 +0000111132002-08-18 Havoc Pennington <hp@pobox.com>
11114
11115 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
11116 both automake 1.6 and 1.4 installed get the right automake. Means
11117 compilation from CVS will now require the latest automake 1.4
11118 release, or manually creating symlinks called "automake-1.4" and
11119 "aclocal-1.4"
11120
Daniel Veillardb6984ef2002-08-14 16:55:31 +000011121Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11122
11123 * configure.in python/Makefile.am: more AMD 64 induced changes from
11124 Frederic Crozat
11125
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000011126Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11127
11128 * xinclude.c: oops I was missing the xml:base fixup too
11129 * result/XInclude/*.xml: this adds xml:base attributes to most
11130 results of the tests
11131
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000011132Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11133
11134 * xinclude.c: quick but apparently working implementation of
11135 xi:fallback, should close bug #89684
11136 * Makefile.am test/XInclude/docs/fallback.xml
11137 result/XInclude/fallback.xml: added a basic test for fallback,
11138 and run with --nowarning to avoid a spurious warning
11139 * configure.in: applied patch from Frederic Crozat for python
11140 bindings on AMD 64bits machines.
11141
Daniel Veillard9e923512002-08-14 08:48:52 +000011142Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11143
11144 * parser.c: xmlSAXUserParseMemory() really ought to fail if
11145 the caller don't pass a SAX callback block.
11146
Daniel Veillardc1a0da32002-08-14 08:32:18 +000011147Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11148
11149 * tree.c: applied the same fix for the XML-1.0 namespace to
11150 xmlSearchNsByHref() as was done for xmlSearchNs()
11151
Daniel Veillardad11b302002-08-12 14:53:41 +000011152Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11153
11154 * libxml.3: small cleanup of the man page
11155 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
11156 when serializing HREF attributes generated by XSLT.
11157
Daniel Veillardc084e472002-08-12 13:27:28 +000011158Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11159
11160 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
11161 version of Marc Liyanage' patch for boolean attributes in HTML
11162 output
11163
Daniel Veillard5f91b372002-08-12 12:13:01 +000011164Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
11165
11166 * python/tests/serialize.py: fixed the test results, indenting
11167 behaviour changed slightly
11168
Aleksey Sanin9e951762002-08-08 18:02:41 +000011169Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
11170
11171 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
11172 new c14n function to Windows def files
11173
Aleksey Saninea4272a2002-08-02 23:50:03 +000011174Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
11175
11176 * c14n.c: fixed a memory leak in c14n code
11177
Daniel Veillard58e44c92002-08-02 22:19:49 +000011178Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11179
11180 * parser.c include/libxml/parser.h: adding a new API for Christian
11181 Glahn: xmlParseBalancedChunkMemoryRecover
11182 * valid.c: patch from Rick Jones for some grammar cleanup in
11183 validation messages
11184 * result/VC/* result/valid/*: this slightly change some of the
11185 regression tests outputs
11186
Daniel Veillard0bf29002002-08-01 12:54:11 +000011187Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11188
11189 * tree.c: trying to fix a problem in namespaced attribute handling
11190 raised by Christian Glahn
11191
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000011192Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11193
11194 * encoding.c include/libxml/encoding.h: Opening the interface
11195 xmlNewCharEncodingHandler as requested in #89415
11196 * python/generator.py python/setup.py.in: applied cleanup
11197 patches from Marc-Andre Lemburg
11198 * tree.c: fixing bug #89332 on a specific case of loosing
11199 the XML-1.0 namespace on xml:xxx attributes
11200
Aleksey Sanin2c135a12002-08-01 06:31:50 +000011201Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
11202
11203 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
11204 corner case from new Merlin's test suite and added a callback
11205 that will be used to improve xmlsec performance
11206
11207
Daniel Veillard0b22def2002-07-29 16:23:03 +000011208Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11209
11210 * HTMLtree.c: trying to fix the <style> escaping problem in
11211 HTML serialization bug #89342
11212
Daniel Veillard0b28e882002-07-24 23:47:05 +000011213Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11214
11215 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
11216 and rebuilt the web site.
11217
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000011218Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000011219
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000011220 * include/libxml/tree.h: added _private member to xmlNs struct
11221
Daniel Veillard1d995272002-07-22 16:43:32 +000011222Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11223
11224 * HTMLparser.c: fixing bug #84876 based on the xml working
11225 code.
11226
William M. Brack61eaba52002-07-21 11:14:18 +000011227Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11228
11229 * python/Makefile.am: enhanced to fix bug 72012 (errors
11230 when using '-jX' make parameter)
11231
William M. Brackef61d202002-07-19 08:32:00 +000011232Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11233
11234 * xpath.c: small additional enhancement for booleans
11235 compared to nodesets
11236
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000011237Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11238
11239 * HTMLtree.c: changed the order of the encoding declaration
11240 attributes in the meta tags due to a bug in IE/Mac
11241
William M. Brack0c022ad2002-07-12 00:56:01 +000011242Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11243
11244 * xpath.c: enhanced handling of booleans (especially '='
11245 and '!=' for nodesets) - fixes bug 85256. Added new
11246 routine xmlXPathNotEqualValues for more proper handling
11247 of '!=' when nodesets are involved.
11248
Daniel Veillard06944e22002-07-11 19:55:18 +000011249Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11250
11251 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
11252 doc/xmlcatalog_man.xml to the source distribution
11253
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000011254Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11255
11256 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
11257 asked for this.
11258
Daniel Veillard539638b2002-07-06 19:55:14 +000011259Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
11260
11261 * configure.in: preparing 2.4.23
11262 * doc/*: rebuilt the docs
11263
Daniel Veillard176d99f2002-07-06 19:22:28 +000011264Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11265
11266 * parser.c: fixing bug #84169 by fixing the
11267 comment of xmlCreatePushParserCtxt to describe the
11268 encoding detection parameters better.
11269
Daniel Veillard37f961d2002-07-06 17:53:56 +000011270Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11271
11272 * valid.c: fixing bug #79331 in one path the lookup for
11273 ID attributes on a namespaced node wasn't handled correctly :-\
11274
Daniel Veillard8c9872c2002-07-05 18:17:10 +000011275Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11276
11277 * HTMLparser.c: trying to fix 87235 about discarded white
11278 spaces in the HTML parser.
11279 * result/HTML/*: this changes the output of a number of HTML
11280 regression tests
11281
Daniel Veillardfdc91562002-07-01 21:52:03 +000011282Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
11283
11284 * xpath.c: applied patch from Richard Jinks for the namespace
11285 axis + fixed a memory error.
11286 * parser.c parserInternals.c: applied patches from Peter Jacobi
11287 removing ctxt->token for good.
11288 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
11289 popped out by the regression tests.
11290 * Makefile.am: patch for threads makefile from Gary Pennington
11291
William M. Brack6000af52002-06-28 11:43:13 +000011292Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11293
Daniel Veillardfdc91562002-07-01 21:52:03 +000011294 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000011295 expressions involving preceding-sibling (et al).
11296
Daniel Veillard153120c2002-06-18 07:58:35 +000011297Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11298
11299 * hash.c: applied a patch from Peter Jacobi to solve a problem
11300 when compiling with the Watcom C on Win32
11301 * result/schemas/*.err: the change of hashing algo generated
11302 permutations in the output
11303
Daniel Veillard5f7f9912002-06-17 17:03:00 +000011304Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * hash.c: applied patch from Sander Vesik improving the quality of
11307 the hash function.
11308
Aleksey Sanina5808b92002-06-14 17:07:41 +0000113092002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000011310
11311 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
11312 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
11313 xmllint.c xpath.c: replaced sprintf() with snprintf()
11314 to prevent possible buffer overflow (the bug was pointed
11315 out by Anju Premachandran)
11316
Daniel Veillarde059b892002-06-13 15:32:10 +000011317Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11318
11319 * parser.c: removed an uninitialized data error popped by valgrind
11320 on PE references
11321
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000011322Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
11323
11324 * doc/xml.html
11325 adding tutorial reference to the web page
11326
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000011327Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
11328
11329 * doc/tutorial/xmltutorial.xml
11330 * doc/tutorial/ar01s07.html
11331 * doc/tutorial/ape.html
11332 * doc/tutorial/includegetattribute.c
11333 adding section to tutorial about retrieving an attribute
11334 value
11335
Daniel Veillardf5582f12002-06-11 10:08:16 +000011336Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11337
11338 * parser.c: applied a couple of patches from Peter Jacobi to start
11339 to get rid of ctxt->token, with a possible significant speed
11340 improvement to be gained once done. Better compliance with PE
11341 references constructs in DTDs too.
11342 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
11343 from Peter too
11344
Daniel Veillard38d80e22002-06-11 07:24:56 +000011345Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11346
11347 * parser.c: Babak Vahedipour-Kunze reported that openTag in
11348 xmlParseElement was likely to have been deallocated at the
11349 time of the report, possibly leading to segfault. Just report
11350 the tag name now.
11351
Daniel Veillard9e412302002-06-10 15:59:44 +000011352Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11353
11354 * xpath.c: patch from Richard Jinks for XPath substring() function
11355 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
11356
Aleksey Sanina5808b92002-06-14 17:07:41 +0000113572002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000011358
11359 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
11360
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000011361Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
11362
11363 *doc/FAQ.html
11364 fixing typos in FAQ, thanks to Robert Funnell for the
11365 editing help
11366
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011367Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11368
11369 * NEWS: got complaints from rpmlint that it was empty
11370
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000011371Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
11372
11373 * added doc/tutorial, including:
11374 apa.html
11375 apb.html
11376 apc.html
11377 apd.html
11378 ar01s02.html
11379 ar01s03.html
11380 ar01s04.html
11381 ar01s05.html
11382 ar01s06.html
11383 includeaddattribute.c
11384 includeaddkeyword.c
11385 includekeyword.c
11386 includestory.xml
11387 index.html
11388 xmltutorial.xml
11389 libxml tutorial, including generated html
11390
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000011391Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
11392
11393 * result/c14n/exc-without-comments/merlin-c14n-two-*
11394 result/c14n/without-comments/merlin-c14n-two-*
11395 test/c14n/exc-without-comments/merlin-c14n-two-*
11396 test/c14n/without-comments/merlin-c14n-two-*
11397 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
11398 c14n/exc-c14n and slightly modified test script to handle
11399 these test cases
11400 * c14n.c: fixed bugs for complicated nodes set (namespace
11401 without node and others from merlin-c14n-two.tar.gz)
11402 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
11403 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
11404 for xmlsec performance patch
11405 * xpath.c: fixed self::node() for namespaces and attributes
11406
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011407Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
11408
11409 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
11410 but with the format parameter
11411 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
11412
Aleksey Saninc57f9c12002-05-31 19:14:57 +000011413Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
11414
11415 * Makefile.am: updated c14n tests suite
11416 * c14n.c: performance improvement for previous c14n patch
11417
Daniel Veillarde72c7562002-05-31 09:47:30 +000011418Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11419
11420 * parser.c: another peroformance patch from Peter Jacobi, that
11421 time on parsing attribute values.
11422
Aleksey Sanin508a1012002-05-31 06:32:32 +000011423Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
11424
11425 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
11426 into LibXML2 test suite
11427
Aleksey Sanindffd5c82002-05-31 04:24:13 +000011428Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
11429
11430 * c14n.c: propagating xpath ancesstors node fix to c14n
11431 plus small performance improvement to reduce number of
11432 mallocs
11433 * xpath.c: fixed ancestors axis processing for namespace nodes
11434
Daniel Veillard46de64e2002-05-29 08:21:33 +000011435Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11436
11437 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
11438 Peter Jacobi
11439
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000011440Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11441
11442 * configure.in: preparing 2.4.22
11443
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000011444Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11445
11446 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
11447 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
11448 a public entry point.
11449 * doc/*: rebuilt the API and docs
11450
Daniel Veillarded23b7d2002-05-27 12:16:02 +000011451Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11452
11453 * xpath.c: patch from Richard Jinks to fix a problem introduced
11454 in the previous patch and pointed by Norm
11455
Daniel Veillardc6924812002-05-24 11:10:43 +000011456Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11457
11458 * libxml.spec.in: fixing bug #81112
11459
Daniel Veillard234bc4e2002-05-24 11:03:05 +000011460Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11461
11462 * uri.c: fixing bug #82848
11463
Daniel Veillarda2878972002-05-24 07:54:39 +000011464Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11465
11466 * result/catalogs/mycatalog.full: Aleksey's commit changed the
11467 output of one catalog test
11468
Aleksey Sanin114e4752002-05-24 07:20:27 +000011469Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000011470
Aleksey Sanin114e4752002-05-24 07:20:27 +000011471 * global.data globals.c tree.c include/libxml/globals.h
11472 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
11473 default value for global parameter xmlIndentTreeOutput to 1 and
11474 introduced new global parameter xmlTreeIndentString (the string
11475 used to do one-level indent) with default value " " (as it was
11476 in tree.c)
11477
Daniel Veillard49d5af82002-05-23 11:55:49 +000011478Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11479
11480 * Makefile.am: Merijn Broeren pointed out a problem when compiling
11481 with trio and schemas.
11482
Daniel Veillard7c13af42002-05-22 09:57:32 +000011483Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11484
11485 * xpath.c: patch from Richard Jinks to fix the problem raised in
11486 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
11487
Daniel Veillard5a872412002-05-22 06:40:27 +000011488Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11489
11490 * xmlschemas.c: a bit of work on import.
11491 * xmlschemastypes.c: Charles Bozeman provided a compare function
11492 for date/time types so min/max facet restrictions should work,
11493 indeterminate comparisons return an error instead of equal.
11494 * test/schemas/date_0* result/schemas/date_0_0: specific test
11495 from Charles Bozeman too
11496
Daniel Veillard10b6da42002-05-18 07:55:20 +000011497Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11498
11499 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
11500 from Christian Cornelssen fixing the man pages and the Catalog
11501 building script.
11502 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
11503 next step is <xs:import> I now have a reasonable understanding
11504 of how it works.
11505
Daniel Veillarde5354492002-05-16 08:43:22 +000011506Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11507
11508 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
11509
Igor Zlatkovic1396e182002-05-14 22:22:40 +000011510Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11511
11512 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
11513
Daniel Veillard088bf112002-05-14 11:03:59 +000011514Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11515
11516 * xpath.c: fixing an XPath function evalutation bug pointed out
11517 by Alexey Efimov where the context was lost when evaluating
11518 the function arguments
11519
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011520Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000011521
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011522 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
11523 function public for XMLSec performance optimizations
11524
Daniel Veillard3cd72402002-05-13 10:33:30 +000011525Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11526
11527 * python/generator.py python/libxml2class.txt : fixed a problem
11528 with the HTML parser pointed by Gary Benson
11529 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
11530 example
11531
Aleksey Sanine48a3182002-05-09 18:20:01 +000011532Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11533 * parser.c: fixed bug #81159 (memory growth in SAX)
11534
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011535Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11536 * xpath.c: fixed bug #78858 (the real fix)
11537
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011538Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011539 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011540
Daniel Veillard4cbe4702002-05-05 06:57:27 +000011541Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11542
11543 * tree.c: modified xmlNodeSetBase to allow changing the
11544 base of a document.
11545
Daniel Veillard070803b2002-05-03 07:29:38 +000011546Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
11547
11548 * xmlschemastypes.c: patch Charles Bozeman for validation of
11549 all the date, time, and duration types
11550 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
11551 * configure.in: fixed an error pointed by an user
11552 * xml2-config.in: fixed an error pointed by an user
11553
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000011554Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11555
11556 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
11557 win32/libxml2.def.src xmlIO.c: exported default
11558 'file:', 'http:' and 'ftp:' protocols input handlers
11559 and maked protocols comparisson case insensitive
11560
Daniel Veillard34de97f2002-04-30 14:29:22 +000011561Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11562
11563 * configure.in: Neven Has detected a typo
11564
Daniel Veillard28577c32002-04-30 06:48:41 +000011565Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
11566
11567 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
11568 as one of the persons allowed to commit directly to the
11569 module.
11570
Daniel Veillardfc57b412002-04-29 15:50:14 +000011571Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11572
11573 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
11574 * valid.c: raised a too low limit
11575 * doc/*: rebuilt the docs
11576
Daniel Veillardeca82812002-04-24 11:42:02 +000011577Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11578
11579 * test/XPath/expr/floats test/XPath/expr/functions
11580 result/XPath/expr/floats result/XPath/expr/functions
11581 xpath.c: another XPath conformance patch from Richard Jinks
11582
Daniel Veillard13e04c62002-04-23 17:51:29 +000011583Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
11584
11585 * xmlschemas.c: fixed validation of attribute groups.
11586 * test/schemas result/schemas: added an example from the primer
11587
Daniel Veillard88c58912002-04-23 07:12:20 +000011588Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11589
11590 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
11591 * test/schemas result/schemas: updated the test list
11592
Daniel Veillarde19fc232002-04-22 16:01:24 +000011593Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11594
11595 * TODO: updated a bit
11596 * parser.c: made a comment more specific
11597 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
11598 Schemas conformance.
11599 * test/schemas result/schemas: updated the test list
11600
Daniel Veillard441bc322002-04-20 17:38:48 +000011601Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11602
11603 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
11604 implementing xs:all with minOccurs = 0
11605 * tes/schemas/* result/schemas/*: added more tests covering
11606 xs:all
11607
Daniel Veillard8a001f62002-04-20 07:24:11 +000011608Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
11609
11610 * xmlregexp.c: first implementation of the all particle, this
11611 may need to be revisited for case where not all transitions
11612 must be crossed.
11613
Daniel Veillard7646b182002-04-20 06:41:40 +000011614Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11615
11616 * tree.c: another entity processing update from Markus Henke
11617
Bjorn Reese54d02fb2002-04-19 15:16:01 +000011618Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
11619
11620 * trionan.c: fixed crash on OSF/1
11621
Daniel Veillardb4398962002-04-19 07:01:55 +000011622Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11623
11624 * xmlschemas.c: more Schemas work
11625 * test/schemas/* result/schemas/*: added more tests coming
11626 from the spec.
11627
Daniel Veillard54761132002-04-18 21:00:44 +000011628Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11629
11630 * c14n.c: patch from Aleksey Sanin reflecting a change in the
11631 ExcC14N specification
11632
Daniel Veillardbf8dae82002-04-18 16:39:10 +000011633Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11634
11635 * tree.c: patch from Markus Henke, fix for recursive entities.
11636
Daniel Veillard23b1f372002-04-18 15:50:05 +000011637Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11638
11639 * xpath.c: fix a problem with string() on a document node.
11640
Daniel Veillarddecd64d2002-04-18 14:41:51 +000011641Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11642
11643 * Makefile.am xmlschemas.c: more Schemas work
11644 * test/schemas/* result/schemas/*: added more tests coming
11645 from the spec.
11646
Daniel Veillard6231e842002-04-18 11:54:04 +000011647Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11648
11649 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
11650 * result/HTML/*: this changes a few things in the results
11651
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000011652Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11653
11654 * include/libxml/tree.h: eliminated 'declaration different than
11655 prototype' warning
11656 * include/win32config.h: "resolved" conflicts with errno.h
11657
Daniel Veillardb509f152002-04-17 16:28:10 +000011658Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11659
11660 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
11661 on the automata interfaces and debug of counted choices
11662 * test/schemas/* result/schemas/*: added a number of tests
11663
Daniel Veillard8651f532002-04-17 09:06:27 +000011664Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11665
11666 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
11667 a bit of work on Schemas
11668 * testSchemas.c: try to make it more useful
11669 * test/schemas/* result/schemas/* Makefile.am: changed the
11670 Schemas regression test procedure, started adding a few samples
11671
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011672Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11673
11674 * include/libxml/encoding.h: Patch for the Borland C++ builder
11675 * include/libxml/tree.h: Patch for the Borland C++ builder
11676 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000011677 * win32/bcb5: New directory for the Borland C++ builder
11678 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011679
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000011680Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11681
11682 * win32/Makefile.msvc: Update for XML Schema support
11683 * win32/configure.js: Update for XML Schema support
11684 * win32/libxml2.def.src: Update for XML Schema support
11685
Daniel Veillard4255d502002-04-16 15:50:10 +000011686Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11687
11688 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
11689 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
11690 xmlunicode.c include/libxml/Makefile.am
11691 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
11692 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
11693 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
11694 include/libxml/xmlversion.h.in : merged the current state of
11695 XML Schemas implementation, it is not configured in by default,
11696 a specific --schemas configure option has been added.
11697 * test/automata test/regexp test/schemas Makefile.am
11698 result/automata result/regexp result/schemas:
11699 merged automata/regexp/schemas regression tests
11700
Daniel Veillardbc6f7592002-04-16 07:49:59 +000011701Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
11702
11703 * xpath.c: Gary found a compile time problem, fixes #78823
11704
Daniel Veillarda7084cd2002-04-15 17:12:47 +000011705Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11706
11707 * configure.in: release of 2.4.20
11708 * doc/*: updated and rebuilt the docs
11709
Daniel Veillardf544f192002-04-15 12:56:56 +000011710Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11711
11712 * python/Makefile.am: patch from Cristian Gafton to build on
11713 Red Hat 6.2, should also fix #75779
11714
Daniel Veillard940492d2002-04-15 10:15:25 +000011715Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11716
11717 * valid.c: first part of fixing #78729
11718
Daniel Veillardeb475a32002-04-14 22:00:22 +000011719Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
11720
11721 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
11722 escaping of URI when saving HTML files.
11723 * result/HTML/*: this impacted some tests
11724
Daniel Veillard9b731d72002-04-14 12:56:08 +000011725Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
11726
11727 * configure.in: trying to fix #77441
11728
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000011729Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11730
11731 * include/libxml/xmlIO.h: Hallski complained it could not be
11732 included by itself.
11733
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000011734Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11735
11736 * configure.in: applied an IEEE flag patch for OSF/1 #77825
11737
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000011738Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11739
11740 * win32/configure.js: patch from Nilo for the c14n option
11741 * win32/Makefile.msvc: fixed libxml2.def generation with threads
11742
Daniel Veillardda423da2002-04-10 19:25:38 +000011743Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11744
11745 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
11746 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
11747 LIBXML_THREAD_ENABLED
11748
Daniel Veillard0eafdef2002-04-10 16:14:34 +000011749Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11750
11751 * xpath.c: another patch from Richard Jinks for substring conformance
11752 * test/XPath/expr/floats test/XPath/expr/strings
11753 result/XPath/expr/floats result/XPath/expr/strings: update of the
11754 test suite to check those.
11755
Daniel Veillard01917aa2002-04-10 11:30:41 +000011756Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11757
11758 * xpath.c: patch from Richard Jinks for .x float parsing.
11759
Daniel Veillard46d6c442002-04-09 16:10:39 +000011760Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11761
11762 * parser.c: patch from Markus Henke when an encoding ain't recognized
11763
Daniel Veillard88e0ad42002-04-09 13:48:02 +000011764Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11765
11766 * libxml.m4: got a report that #include <string.h> was needed
11767
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011768Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11769
11770 * xmllint.c: applied a fix from Anthony Jones for -o /--output
11771
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011772Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
11773
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011774 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011775
Daniel Veillardbd6e6312002-04-01 08:04:14 +000011776Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11777
11778 * xpath.c: fixed a bug in the nodeset to boolean comparison code
11779 pointed out by Melvyn Sopacua.
11780
Daniel Veillarde979e3b2002-03-29 22:43:00 +000011781Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11782
11783 * libxml.m4: Frédéric Crozat gave a patch related to the change
11784 of Include paths breaking the libxml.m4
11785
Daniel Veillard7089d6b2002-03-29 17:28:10 +000011786Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11787
11788 * xpath.c: Fix bug #76927 forgot to save some context
11789 when evaluating binary expressions
11790
Daniel Veillardd30be4a2002-03-28 18:25:31 +000011791Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11792
11793 * configure.in: fixed configure for MPE/iX from Markus Henke
11794 * xmlmemory.c: fixed initialization problems
11795 * xpath.c: another set of patches from Richard Jinks this
11796 fixes "make XPathtests" on linux
11797
Daniel Veillard21458c82002-03-27 16:12:22 +000011798Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11799
11800 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
11801 * test/XPath/expr/compare test/XPath/expr/equality
11802 test/XPath/expr/floats test/XPath/expr/functions
11803 test/XPath/expr/strings result/XPath/expr/compare
11804 result/XPath/expr/equality result/XPath/expr/floats
11805 result/XPath/expr/functions result/XPath/expr/strings: Updated
11806 tests though they show a divergence on Linux
11807
Daniel Veillard28dfed12002-03-27 09:08:17 +000011808Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11809
11810 * xpath.c trionan.c: previous commit also included patches
11811 from Richard Jinks on some IEEE support corner case
11812
Daniel Veillard5fc1f082002-03-27 09:05:40 +000011813Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11814
11815 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
11816 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
11817 that $(datadir) should be used for docs
11818
Daniel Veillarddb1dc392002-03-26 12:44:39 +000011819Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11820
11821 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
11822 could leak filedescriptors
11823
Daniel Veillarddd4b9122002-03-26 07:58:43 +000011824Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11825
11826 * configure.in nanohttp.c: applied patch from Allan Clark for
11827 UnixWare/OpenServer
11828
Daniel Veillard19274092002-03-25 16:48:03 +000011829Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11830
11831 * configure.in: preparing 2.4.19
11832 * doc/*: rebuilt the docs
11833
Daniel Veillard56b2db72002-03-25 16:35:28 +000011834Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11835
11836 * nanohttp.c: fixing #76043, got fed up with non-portability
11837 of that piece of code.
11838
Daniel Veillard6f4561a2002-03-25 12:10:14 +000011839Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11840
11841 * valid.c SAX.c: Never commit without running "make tests" :-(
11842 fix a couple of stupidities in the previous commit
11843 * result/*: a few changes in some attribute order result of previous
11844 commit.
11845
Daniel Veillardd85f4f42002-03-25 10:48:46 +000011846Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11847
11848 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
11849 the internal subset should not raise duplicate ID errors,
11850 also there was a small bug in conjunction to namespace
11851 declarations defaulted and xml:xxx attributes DTD definitions.
11852
Daniel Veillard56cd18b2002-03-22 14:14:43 +000011853Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11854
11855 * xpath.c: Richard Jinks also raised some rounding problems
11856 this tries to fix them
11857
Daniel Veillard4e2df542002-03-22 12:23:14 +000011858Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11859
11860 * xpath.c: Richard Jinks spotted an incoherent memory allocation
11861 behaviour in xmlXPathCastToString()
11862
Daniel Veillarddb552912002-03-21 13:27:59 +000011863Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11864
11865 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
11866 raised by Morus Walter
11867
Daniel Veillard9e537932002-03-21 13:08:08 +000011868Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11869
11870 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
11871 from Igor
11872
Daniel Veillard6fbcf422002-03-21 12:32:59 +000011873Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * xpath.c: fixing #75619, related to a problem when trying
11876 to evaluate condition when the current node set resulting
11877 from that sub-step evaluation is empty. Also fixes 2 potential
11878 problem with previous-sibling and next-siblings axis.
11879
Daniel Veillard1840ef02002-03-21 08:05:23 +000011880Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11881
11882 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
11883 HTML support is not configured in.
11884
Daniel Veillard561b7f82002-03-20 21:55:57 +000011885Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11886
11887 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
11888 include/libxml/tree.h: dohh I really didn't intended to commit
11889 this test version :-(
11890
Daniel Veillarde50f3b52002-03-20 19:24:21 +000011891Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11892
11893 * testSAX.c: I wanted to see the real speed at the SAX interface
11894 after a little too many Ximianer started complaining about the
11895 parser speed.
11896 added a --quiet option:
11897 paphio:~/XML -> ls -l db100000.xml
11898 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
11899 paphio:~/XML -> time ./testSAX --quiet db100000.xml
11900 3200006 callbacks generated
11901 real 0m1.270s
11902 Which means 16MBytes/s and 3Mcallback/s
11903
Daniel Veillardc62a1472002-03-19 18:35:12 +000011904Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11905
11906 * xpath.c: valgrind spotted another error that time when running
11907 on libxslt regression tests
11908
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000011909Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11910
11911 * Makefile.am: adding "make valgrind" running the full regression
11912 tests (except python ones) under Valgrind (using valgrind -q
11913 which was kindly added by the author).
11914 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
11915 passes cleanly now except an obcure floating point initialization
11916 raised in log10() in one XPath regression test ???
11917 * tree.c: edited some comments to close #75244
11918
Daniel Veillard28cac6b2002-03-19 11:25:30 +000011919Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11920
11921 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
11922 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
11923 context of ScrollKeeper, made sure that if the number is
11924 an integer, the serialization follows the description at
11925 http://www.w3.org/TR/xpath#section-String-Functions
11926
Daniel Veillard5997aca2002-03-18 18:36:20 +000011927Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11928
Daniel Veillard34ce8be2002-03-18 19:37:11 +000011929 * configure.in: preparing 2.4.18
11930 * doc/*: updated and rebuilt the web site
11931 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
11932 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000011933 * parser.c: humm, changed the way the SAX parser work when
11934 xmlSubstituteEntitiesDefault(1) is set, it will then
11935 do the entity registration and loading by itself in case the
11936 user provided SAX getEntity() returns NULL.
11937 * testSAX.c: added --noent to test the behaviour.
11938
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000011939Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11940
11941 * parser.c: Wilfried Teiken provided a hackish but working
11942 way to get context reported back on entities when parsing
11943 with SAX and without breaking the DOM build.
11944
Daniel Veillard2d347fa2002-03-17 10:34:11 +000011945Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11946
11947 * c14n.c: applied a new patch from Aleksey Sanin
11948 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
11949 to reference Aleksey implementation of XML digital Signatures
11950
Daniel Veillard38bf6f02002-03-16 22:03:31 +000011951Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11952
11953 * xpath.c: small fix to avoid potential problem due to
11954 ordering of freeing data
11955 * python/Makefile.am: people were complaining about
11956 the generated file in python dir not being built
11957
Daniel Veillardd2379012002-03-15 22:24:56 +000011958Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11959
11960 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
11961 python/generator.py python/libxml.c python/types.c: Cleanup
11962 of the python Makefiles based on Jacob and James feedback,
11963 fixed the spec file accordingly, fixed the number of warning
11964 that passing my pedantic CFLAGS was generating. Conclusion
11965 is that Python includes are real crap.
11966
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000011967Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11968
11969 * configure,in: it was reported quite a few times that
11970 xml2-config --cflags should not output
11971 -I$includeprefix/libxml2/libxml because libxml2 header names
11972 clashes with existing names like list.h from C++ stl.
11973 Includes should be #include<libxml/xxx.h> so ...
11974
Daniel Veillard6f293b12002-03-15 09:42:33 +000011975Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11976
11977 * c14n.c: another patch from Aleksey Sanin
11978
Daniel Veillard5c396542002-03-15 07:57:50 +000011979Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11980
11981 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
11982 canonicalization algorithm
11983 * doc/xml.html doc/index.html: added the C14N references on the
11984 index page.
11985
jacob berkman9be65862002-03-14 02:15:56 +0000119862002-03-13 jacob berkman <jacob@ximian.com>
11987
11988 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
11989 usage, redundant, and gcc specific
11990
Daniel Veillard75be0132002-03-13 10:03:35 +000011991Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11992
11993 * xpath.c: speedup some node selection operations, this can
11994 have a significant impact on DocBook Norm's stylesheets
11995 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
11996 make sure it's always the case
11997 * debugXML.c: distinguish CDATA and comments in ls operations
11998
Daniel Veillard61f26172002-03-12 18:46:39 +000011999Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12000
12001 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
12002 to generate better API descriptions etc...
12003
Daniel Veillard9ff88172002-03-11 09:15:32 +000012004Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12005
12006 * c14n.c: Fixing #74186, made sure all boolean expressions
12007 get fully parenthesized, ran indent on the output
12008 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
12009 include/libxml/tree.h: also #74186 related, removed the
12010 --with-buffers option, and all the preprocessor conditional
12011 sections that were resulting from it.
12012
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000012013Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12014
12015 * valid.c: applied patch from Dodji Seketeli fixing an
12016 uninitailized variable in xmlValidGetValidElements()
12017
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000012018Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12019
12020 * c14n.c: fixed a few comments
12021 * doc/*.html doc/*/*.html: regenerated the docs and added
12022 the C14N API
12023 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
12024
Daniel Veillardfa49d872002-03-09 10:20:00 +000012025Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12026
12027 * check-xml-test-suite.py: fix to adapt varaiations in the
12028 bindings
12029 * configure.in python/setup.py python/setup.py.in: fixed to
12030 have the version of the python scripts automatically updated
12031
Daniel Veillarda3db2e32002-03-08 15:46:57 +000012032Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12033
12034 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
12035 in xmlCopyProp()
12036
Daniel Veillardaf43f632002-03-08 15:05:20 +000012037Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12038
12039 * configure.in: preparing 2.4.17 release
12040 * doc/*: updated and rebuilt the docs
12041 * xpath.c: fixed a comment
12042 * python/libxml.c: fixed a possible reentrancy problem
12043
Daniel Veillardef6c46f2002-03-07 22:21:56 +000012044Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12045
12046 * tree.c python/tests/Makefile.am python/tests/attribs.py:
12047 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
12048 added a specific regression test
12049 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
12050 not raise exceptions when failing to find the attribute.
12051
Daniel Veillard90bc3712002-03-07 15:12:58 +000012052Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12053
12054 * configure.in xmllint.c: owen pointed out a problem with the
12055 ftme fix, gettimeofday() was not detected by configure and
12056 the ftime header wasn't included, dohhh
12057
Daniel Veillard8c1ae602002-03-07 11:21:00 +000012058Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
12059
12060 * configure.in xmllint.c: trying to fix #71457 for timing
12061 precision when gettimeofday() is not availble but ftime() is
12062
Daniel Veillardf5a457a2002-03-07 10:25:29 +000012063Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12064
12065 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
12066 are now copied on install and part of the -devel RPM
12067
Daniel Veillard7b416132002-03-07 08:36:03 +000012068Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12069
12070 * xpath.c: trying to avoid bug #72150 which was apparently
12071 caused by a gcc bug (or a processor problem) as detailed
12072 at http://veillard.com/gcc.bug
12073
Daniel Veillardf742d342002-03-07 00:05:35 +000012074Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12075
12076 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
12077 fixed xmlReconciliateNs(), added a Python test/example for
12078 inter-document cut'n paste
12079 * python/libxml.py: fixed node.doc on document nodes and added
12080 xpathEval() onto node objects
12081
Daniel Veillard4e0e2972002-03-06 21:39:42 +000012082Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
12083
12084 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
12085 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
12086 fixup and integrated tests for the serialization stuff
12087
Daniel Veillarde915b2d2002-03-06 18:42:40 +000012088Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12089
12090 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
12091 moved the libxml man page to section 3
12092
Daniel Veillard1e774382002-03-06 17:35:40 +000012093Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12094
12095 * tree.c: fix bug #72490
12096 * python/libxml.c python/libxml.py: added methods serialize()
12097 and saveTo() to all node elements.
12098
Daniel Veillardddffd2a2002-03-05 20:28:20 +000012099Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
12100
12101 * xmlIO.c: closed #73430, don't read from an input source
12102 which indicated an end-of-file or an error.
12103
Daniel Veillard8d24cc12002-03-05 15:41:29 +000012104Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12105
12106 * parser.c: make sure SAX endDocument is always called as
12107 this could result in a Python memory leak otherwise (it's
12108 used to decrement ref-counting)
12109 * python/generator.py python/libxml.c python/libxml.py
12110 python/libxml2-python-api.xml python/libxml2class.txt
12111 python/tests/error.py python/tests/xpath.py: implemented
12112 the suggestions made by Gary Benson and extended the tests
12113 to match it.
12114
Daniel Veillardba5e18a2002-03-05 09:36:43 +000012115Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12116
12117 * python/generator.py: applied patch fixing #73450
12118
Daniel Veillard044fc6b2002-03-04 17:09:44 +000012119Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12120
12121 * xpath.c: fixing #61290 "namespace nodes have no parent"
12122 long standing divergence from the XPath REC. NodeSets
12123 simply hold a copy of namespace nodes and those node ->next
12124 points to the parent (which may not be the node carrying the
12125 definition).
12126 * include/libxml/xpath.h: flagged but didn't added a possible
12127 speedup
12128 * DOCBparser.c HTMLparser.c: removed some warnings from push
12129 parser due to new state being added.
12130 * tree.c: new fix from Boris Erdmann
12131 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
12132 the XML Canonalization support from Aleksey Sanin
12133
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000012134Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12135
12136 * tree.c: patch from Boris Erdmann fixing some namespace odities
12137 with xmlCopyNode()
12138
Daniel Veillardc6613042002-03-02 09:34:02 +000012139Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12140
12141 * xmlIO.c: fix bug #72706 when loading a NULL entity
12142
Daniel Veillardc0fef772002-03-01 16:16:31 +000012143Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12144
12145 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
12146 actually change in a future XML Namespace revision.
12147
Daniel Veillard79426f22002-03-01 16:14:17 +000012148Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12149
12150 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
12151 added the possibility of returning nodesets from XPath extension
12152 functions written in Python
12153
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000012154Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
12155
12156 * python/*: commiting some Python bindings work done while travelling
12157
Daniel Veillard97300512002-03-01 09:13:41 +000012158Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12159
12160 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
12161 explicitely with memory debugging switched on
12162
Daniel Veillard6361da02002-02-23 10:10:33 +000012163Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
12164
12165 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12166 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12167 Added wrapper for the xmlURIPtr type, provided accessors, fixed
12168 the accessor generator for strings
12169 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
12170 regression test.
12171
Daniel Veillard0fea6f42002-02-22 22:51:13 +000012172Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12173
12174 * python/README python/generator.py python/libxml.c python/setup.py:
12175 added the 'usual' setup.py to allow building a libxml2-python
12176 module based on the same code. The initialization is however
12177 different the 2 .so files fo libxml2 and libxslt are identical and
12178 they entry point initialize both libraries. this is done to avoid
12179 some possible nasty problem since the Python don't merge the maps
12180 of all shared modules.
12181
Daniel Veillard158a4d22002-02-20 22:17:58 +000012182Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12183
12184 * parser.c: fixed a push/encoding bug reported by Michael
12185 on librsvg
12186
Daniel Veillard7839e162002-02-20 18:54:48 +000012187Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12188
12189 * include/libxml/parserInternals.h: fixes a misplaced #endif
12190
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000012191Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12192
12193 * parser.c valid.c: found and fixed a couple of allocation bugs
12194
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000012195Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
12196
12197 * doc/xml.html doc/python.html doc/*: added a Python and binding
12198 page describing the current state of the Python bindings and
12199 giving pointers to the other languages wrappers.
12200
Daniel Veillard5f4b5992002-02-20 10:22:49 +000012201Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12202
12203 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
12204 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
12205 rebuilt the API and web site
12206 * xpath.c: fixed #71978 portability bugs
12207
Daniel Veillard8aff2472002-02-19 21:50:43 +000012208Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
12209
12210 * SAX.c: oops broke automatic defaulting of namespaces attributes.
12211
Daniel Veillard8dc16a62002-02-19 21:08:48 +000012212Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12213
12214 * include/libxml/parserInternals.h parser.c: had to change
12215 2 internal parsing API when processing document content
12216 to check the start and end of element content are defined
12217 in the same entity
12218 * valid.c include/libxml/valid.h: attribute normalization can
12219 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
12220 with the context to report it.
12221 * SAX.c: fixed the last known bugs, crazy validation constraints
12222 when a document is standalone seems correctly handled. There
12223 is a couple of open issues left which need consideration especially
12224 PE93 on external unparsed entities and standalone status.
12225 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
12226 The 2 tests left failing are actually in error. Cleanup done.
12227
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000012228Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12229
12230 * valid.c: implemented E59 spaces in CDATA does not match the
12231 nonterminal S
12232
Daniel Veillard878eab02002-02-19 13:46:09 +000012233Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12234
12235 * SAX.c parser.c valid.c: more validation test fixups
12236 * check-xml-test-suite.py: added duration info for the tests
12237
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000012238Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12239
12240 * parser.c valid.c: a couple of errors were reported but not
12241 saved back as such in the parsing context. Down to 1% failure rate
12242 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
12243
Daniel Veillard4a7ae502002-02-18 19:18:17 +000012244Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12245
12246 * xmlInternald.c: isExtender was missing a char
12247 * parser.c include/libxml/parser.h: % are acceptable in the
12248 internal subset if within a PUBLIC ID
12249
Daniel Veillard8ab0f582002-02-18 18:31:38 +000012250Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12251
12252 * SAX.c parserInternals.c valid.c: more work on the conformance
12253 suite. Took the step to finally block documents with encoding
12254 errors. It's a fatal error per the spec, people should have fixed
12255 their documents by now.
12256
Daniel Veillard55253e22002-02-18 14:32:39 +000012257Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12258
12259 * check-xml-test-suite.py: fixed the test script after some discussion
12260 on the semantic of TYPE="error"
12261 * Makefile.am: added the script to the distrib
12262
Daniel Veillard28757702002-02-18 11:19:30 +000012263Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12264
12265 * SAX.c entities.c: fixed a couple of conformances issues deep
12266 into the validation code (standalone and undeclared Notations)
12267
Daniel Veillard82ac6b02002-02-17 23:18:55 +000012268Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12269
12270 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
12271 stayed there for years !
12272
Daniel Veillard7aea52d2002-02-17 23:07:47 +000012273Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12274
12275 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
12276 missing
12277
Daniel Veillardc7612992002-02-17 22:47:37 +000012278Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12279
12280 * check-xml-test-suite.py: improved the behaviour a bit as
12281 well as the logs
12282 * parser.c valid.c SAX.c: fixed a few more bugs
12283 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
12284
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000012285Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12286
12287 * check-xml-test-suite.py: python script to run regression tests
12288 against the XML Test suite of W3C/OASis
12289 * SAX.c: fixed a validation bug
12290 * parser.c: fixed 3 errors pointed by the test suite
12291 * doc/buildDocBookCatalog: fixed a typo pointed by drake
12292 * python/Makefile.am: fixed a dependendy
12293
Daniel Veillard9f28f302002-02-15 20:48:08 +000012294Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12295
12296 * xmlmemory.c: avoid a warning bug #71594
12297
Daniel Veillard144024e2002-02-13 21:14:46 +000012298Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12299
12300 * xmlmemory.c: Jesse Perry provided a patch to remove a few
12301 warning on alpha/Tru64
12302
Daniel Veillarde4301c82002-02-13 13:32:35 +000012303Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12304
12305 * include/libxml/entities.h: fixing a comment
12306 * valid.c: fixing some troubles with validity check on namespaces
12307 * result/VC/NS3 test/VC/NS3: added a specific regression test
12308
Daniel Veillarda6d05382002-02-13 13:07:41 +000012309Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12310
12311 * tree.c: Fixing #71342 serializing '\n' in attribute values
12312 * result/noent/att3 result/att3 test/att3: added a specific
12313 test.
12314
Daniel Veillard797a5652002-02-12 13:46:21 +000012315Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12316
12317 * python/libxml.c: couple of bug fixes
12318
Daniel Veillard01a6d412002-02-11 18:42:20 +000012319Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12320
12321 * python/*.py: removed tabs and used spaces.
12322
Daniel Veillard397ff112002-02-11 18:27:20 +000012323Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12324
12325 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
12326 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
12327
Daniel Veillard03517542002-02-11 13:54:40 +000012328Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12329
12330 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
12331 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
12332
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000012333Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12334
12335 * include/libxml/encoding.h include/libxml/entities.h
12336 include/libxml/globals.h include/libxml/parser.h
12337 include/libxml/threads.h include/libxml/tree.h
12338 include/libxml/xmlmemory.h: trying to fix the include mess
12339
Daniel Veillard1a612ed2002-02-11 07:54:45 +000012340Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12341
12342 * include/libxml/xmlmemory.h: reverted part of the previous
12343 attempt to provide #69655, this was breaking the build.
12344
Daniel Veillard0ba59232002-02-10 13:20:39 +000012345Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12346
12347 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
12348 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
12349 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
12350 include/libxml/parserInternals.h include/libxml/tree.h
12351 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
12352 Tentatively fixed #69655 , make compiling with -Wredundant-decls
12353 clean.
12354 * python/libxml.c: fixed a warning.
12355
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000012356Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12357
12358 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
12359 copying of node, merge back IDs in the target document.
12360 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
12361 test/XInclude/ents/ids.xml: test case
12362 * result/VC/ElementValid4: output changed due to a typo fix
12363
Daniel Veillard1c18e302002-02-09 22:16:40 +000012364Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12365
12366 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000012367 generate the dependencies right as Jacob found out. Add
12368 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000012369
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000012370Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12371
12372 * parserInternals.c valid.c: Justin Fletcher found some parts
12373 of the code needing cleanup
12374 * libxml.spec.in python/Makefile.am python/generator.py
12375 python/libxml.c python/libxml.py: Fixed the python Makefiles
12376 corrected a bug showing up on ia64, changed the name of the
12377 python internal module too
12378
Daniel Veillard07be19b2002-02-08 14:20:35 +000012379Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12380
12381 * Makefile.am: applied patch from Andris Pavenis for binary
12382 name suffixes
12383
Daniel Veillardf216d462002-02-08 13:44:24 +000012384Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12385
12386 * xmllint.c win32/win32config.h: fixing #68748
12387
Daniel Veillardd455d792002-02-08 13:37:46 +000012388Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12389
12390 * valid.c: fixing #70166
12391
12392Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12393
12394 * valid.c: fixing #70077
12395
Daniel Veillardc575b992002-02-08 13:28:40 +000012396Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12397
12398 * Copyright Makefile.am README configure.in libxml.spec.in:
12399 Changed to the MIT Licence
12400 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
12401 doc/xmlio.html: updated the doc accordingly
12402 * include/libxml/xmlwin32version.h configure.in: preparing
12403 2.4.14 release
12404 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12405 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12406 fixed the const xmlChar * wrapper and generator, XPath extension
12407 functions now use the context as first argument
12408 * python/tests/tstxpath.py python/tests/xpath.py
12409 python/tests/xpathext.py: Updated the tests accordingly
12410 * tree.c: fixed bug #70067
12411
Daniel Veillard7db38712002-02-07 16:39:11 +000012412Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12413
12414 * Makefile.am: cleanup
12415 * debugXML.c: always use stdout if output is NULL
12416 * xmlIO.c: don't close filedescriptors passed to outputBuffers
12417 * python/Makefile.am python/generator.py python/libxml2class.txt
12418 python/libxml_wrap.h python/types.c: augmented the number of bindings
12419 handling FILE * and XPath contexts
12420 * python/tests/Makefile.am: avoid a stupid problem due to the
12421 use of TEST.
12422
Daniel Veillard15a143b2002-02-06 22:40:50 +000012423Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12424
12425 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
12426
Daniel Veillard70cab352002-02-06 16:06:58 +000012427Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12428
12429 * python/TODO python/libxml.c: cleanup the extension function lookup
12430 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
12431
Daniel Veillard7a96efc2002-02-05 16:34:33 +000012432Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12433
12434 * configure.in python/Makefile.am: do not install outside
12435 of prefix
12436
Daniel Veillard33caa0b2002-02-04 14:07:26 +000012437Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12438
12439 * python/TODO python/libxml.c: started adding SAX interfaces
12440 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
12441 SAX test
12442
Daniel Veillard36eea2d2002-02-04 00:17:01 +000012443Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * tree.c: hardened the addChild function
12446 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12447 python/libxml2class.txt python/libxml_wrap.h python/TODO:
12448 added accessors needed for xmlNode, a bit more testing and
12449 extension of interfaces
12450 * python/tests/Makefile.am python/tests/build.py: added a test
12451 build from scratch/save/load/check
12452
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000012453Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12454
12455 * parserInternals.c: change a small bit in the way valididy
12456 error messages get initialized
12457 * python/TODO python/libxml.c python/libxml2-python-api.xml
12458 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12459 added some memory debugging to track leaks at the libxml2 level
12460 * python/tests/*.py: changed all tests to check for leaks,
12461 there is just one left in XPath extension registrations.
12462
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000012463Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
12464
12465 * python/TODO python/generator.py python/libxml2-python-api.xml
12466 python/libxml2class.txt: more accessor classes for the parser
12467 context, allow to switch on and check validity
12468 * python/tests/Makefile.am python/tests/error.py
12469 python/tests/invalid.xml python/tests/valid.xml
12470 python/tests/validate.py: attded more test and and added error.py
12471 which I forgot to commit in the last step
12472
Daniel Veillard3ce52572002-02-03 15:08:05 +000012473Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12474
12475 * python/Makefile.am python/types.c: cleanup
12476 * python/libxml.c python/libxml.py python/libxml_wrap.h
12477 python/generator.py python/libxml2-python-api.xml
12478 python/libxml2class.txt: added class for parser context, added
12479 first cut for push mode support. Added a framework to generate
12480 accessors functions.
12481 * python/tests/Makefile.am python/tests/push.py: added a push
12482 test
12483
Daniel Veillardcfb05462002-02-02 23:18:22 +000012484Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12485
12486 * python/Makefile.am python/TODO python/libxml.py: fixed a small
12487 bug a bit of cleanup.
12488
Daniel Veillard5d819032002-02-02 21:49:17 +000012489Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12490
12491 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
12492 python/libxml2class.txt: adding error redirections and preformat
12493 to a python handler
12494 * python/tests/Makefile.am python/tests/*.py: cleanup made all
12495 tests self checking
12496
Daniel Veillard7fd7a942002-02-02 12:19:46 +000012497Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12498
12499 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
12500 a function
12501
Daniel Veillard9589d452002-02-02 10:28:17 +000012502Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12503
12504 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
12505 python/libxml.c python/libxml2-python-api.xml
12506 python/libxml2class.txt: Progressing through the TODOs, class
12507 description output, extra XML API, RPM now builds the wrappers
12508 for all python installed versions
12509
Daniel Veillard253aa2c2002-02-02 09:17:16 +000012510Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
12511
12512 * configure.in libxml.spec.in python/Makefile.am python/TODO
12513 python/generator.py python/libxml2class.txt: added more informations
12514 in the libxml2-python package including docs. Slightly changed
12515 the class hierarchy
12516 * python/tests/*: added basic regression tests infrastructure too
12517
12518Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12519
12520 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
12521 added libxml2-python as part of the packages installed
12522
Daniel Veillarda7340c82002-02-01 17:56:45 +000012523Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12524
12525 * python/Makefile.am python/generator.py python/libxml.c
12526 python/libxml.py: more work, now able to extend the
12527 XPath interpreter with functions written in python.
12528
Daniel Veillardc3e39442002-02-01 09:29:41 +000012529Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12530
12531 * python/Makefile.am: Jacob sent a patch to allow building from
12532 tarfile.
12533
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000012534Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12535
12536 * python/Makefile.am python/libxml.c configure.in Makefile.am:
12537 inserted the python wrappers build, I hope this won't be too
12538 unportable
12539
Daniel Veillard1971ee22002-01-31 20:29:19 +000012540Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12541
12542 * xpath.c: minor optimization
12543 * python/generator.py python/libxml.c python/libxml.py
12544 python/libxml_wrap.h: more work on the python bindings,
12545 they now support XPath and there is no evident leak
12546
Daniel Veillard36ed5292002-01-30 23:49:06 +000012547Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12548
12549 * python/generator.py python/libxml.c python/libxml.py:
12550 more work on the python bindings generator.
12551
Daniel Veillard96fe0952002-01-30 20:52:23 +000012552Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12553
12554 * python/generator.py python/libxml.c python/libxml_wrap.h:
12555 more work on the python bindings.
12556
Daniel Veillardd2897fd2002-01-30 16:37:32 +000012557Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12558
12559 * python/generator.py python/libxml.c python/libxml.py
12560 python/libxml_wrap.h: commited early version of a python binding
12561 for private use only ATM
12562
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000012563Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12564
12565 * entities.c tree.c include/libxml/entities.h: applied patch
12566 from Anthony Jones to implement copy of DTD subtree too. Had
12567 just to keep 2 function private which really ought to become
12568 public ones.
12569
Daniel Veillarda42f25f2002-01-25 14:15:40 +000012570Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12571
12572 * xmllint.c: added pointers to the web pages in the usage()
12573
Daniel Veillardbd227ae2002-01-24 16:05:41 +000012574Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12575
12576 * tree.c: more fixes from Petr Kozelka for attribute handling
12577 in the tree API to align the semantic with DOM.
12578
Daniel Veillard36065812002-01-24 15:02:46 +000012579Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12580
12581 * valid.c tree.c entities.c: another set of patches from
12582 Anthony Jones for copy operations cleanup and robustness
12583
Daniel Veillardf8592562002-01-23 17:58:17 +000012584Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12585
12586 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
12587 an alphabetic index based on comments content
12588 * doc/*: rebuilt the web site with the new references
12589
Daniel Veillardc8c7be42002-01-23 17:53:44 +000012590Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12591
12592 * parserInternals.h: Greg Sjaardema suggested to use an
12593 eponential buffer groth policy in xmlParserAddNodeInfo()
12594
Daniel Veillard3bf65be2002-01-23 12:36:34 +000012595Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12596
12597 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
12598 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
12599 doc/parsedecl.py doc/Makefile.am: updated the python extractor
12600 to generate cross-references, and added/updated the stylesheets
12601 to generate and link API indexes. The generic keyword index
12602 is not done yet.
12603 * doc/*.html: regenerated all the usual docs too
12604
Daniel Veillard2070c482002-01-22 22:12:19 +000012605Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12606
12607 * debugXML.c: added an xpath function to the shell for T. V. Raman
12608
12609Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000012610
12611 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
12612 debug routines.
12613
Daniel Veillardc169f8b2002-01-22 21:40:13 +000012614Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12615
12616 * tree.c: apply an patch from Petr Kozelka for unlink and replace
12617 support of attribute nodes
12618
Daniel Veillard9d06d302002-01-22 18:15:52 +000012619Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12620
12621 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
12622 hopefully near complete and fully documented of the API in XML
12623 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
12624 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
12625 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
12626 include/libxml/parserInternals.h include/libxml/valid.hi
12627 include/libxml/xmlIO.h include/libxml/xmlerror.hi
12628 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
12629 include/libxml/xpath.h include/libxml/xpathInternals.h:
12630 Cleaned up the doc comments a lot in the process, the interface
12631 coverage is now 100%
12632
Daniel Veillard2d1464f2002-01-21 23:16:56 +000012633Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12634
12635 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
12636 extracts comments from the gtk-doc DocBook output (a bit
12637 convoluted but seems to work).
12638
Daniel Veillard61006472002-01-21 17:31:47 +000012639Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12640
12641 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
12642 added an XML description of the API, moved the script generating
12643 it here. Added a "make api" target
12644
Daniel Veillardd2f23002002-01-21 13:36:00 +000012645Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12646
12647 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
12648
Daniel Veillard99e55eb2002-01-21 08:56:29 +000012649Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12650
12651 * xpath.c include/libxml/xpathInternals.h: the change made to
12652 xmlXPathFuncLookupFunc was incompatible roll it back
12653
Daniel Veillard963d2ae2002-01-20 22:08:18 +000012654Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12655
12656 * SAX.c: cleanup patch from Anthony Jones
12657 * doc/Makefile.am: fix the headers to avoid in make scan
12658 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
12659 includes, * vs Ptr and general cleanup
12660 * parsedecl.py: first version of a script to extract the
12661 module interfaces, the goal will be to provide .decl or XML
12662 specification of the interfaces to build wrappers.
12663
Daniel Veillard0f5f1622002-01-20 12:42:06 +000012664Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12665
12666 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
12667 now provides return codes in case of errors
12668
Bjorn Reese026d29f2002-01-19 15:40:18 +000012669Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
12670
12671 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
12672 Upgraded to trio baseline 1.6
12673 * strio.h strio.c: Replaced by triostr.h and triostr.c
12674
Daniel Veillard572577e2002-01-18 16:23:55 +000012675Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12676
12677 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
12678 of strdup usage in the code
12679
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012680Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12681
12682 * parser.c error.c: Keith Isdale complained rightly that
12683 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
12684
Daniel Veillardcfa0d812002-01-17 08:46:58 +000012685Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12686
12687 * tree.c: fixed the funxtion to set the xml: attributes
12688 * debugXML.c: added "setbase" to test it.
12689
Daniel Veillard2c748c62002-01-16 15:37:50 +000012690Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12691
12692 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
12693 to allow updating an attribute content
12694
Daniel Veillard8de85c62002-01-15 17:10:15 +000012695Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12696
12697 * libxml.h: try to avoid problems when compiling on Windows
12698
Daniel Veillard314cfa02002-01-14 17:58:01 +000012699Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12700
12701 * hash.c: patch from Anthony Jones for hash.c allocation size
12702 * Makefile.am: trying to work around Yet Another Libtool Madness
12703 and build the 2.4.13 release finally ...
12704
Daniel Veillard744683d2002-01-14 17:30:20 +000012705Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12706
12707 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
12708 * doc/* : update of the documentation
12709
Daniel Veillarde6a55192002-01-14 17:11:53 +000012710Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12711
12712 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
12713 at fixing #61290 :-(
12714
Daniel Veillardfb25a512002-01-13 20:32:08 +000012715Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12716
12717 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
12718 Fixes bug #67229
12719
Daniel Veillardacb2bda2002-01-13 16:15:43 +000012720Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12721
12722 * tree.c: trying to avoid troubles when a subtree is copied
12723 and coalesced in part with the target tree. Should fix
12724 bug #67407
12725
Daniel Veillardd8224e02002-01-13 15:43:22 +000012726Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12727
12728 * valid.c: fixed validation of attributes content of type
12729 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
12730 values, very old bug. Fixes #67671
12731
Daniel Veillard8107a222002-01-13 14:10:10 +000012732Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12733
12734 * parser.c include/libxml/parserInternals.h tree.c: integrated
12735 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
12736 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
12737
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000012738Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12739
12740 * threads.c: applied Serguei Narojnyi's patch to add native
12741 thread support on the Win32 platform
12742 * testThreadsWin32.c Makefile.am: added the test program also
12743 from Serguei, Win32 specific
12744 * include/win32config.h include/libxml/xmlwin32version.h.in:
12745 added patch from Igor for the Windows thread specific defines.
12746
Daniel Veillard845cce42002-01-09 11:51:37 +000012747Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12748
12749 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
12750
Daniel Veillard7b602b42002-01-08 13:26:00 +000012751Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12752
12753 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
12754 output page into XMLinfo.html. Close bug #66951 and
12755 raised by Robert Collins too.
12756
Daniel Veillard73c6e532002-01-08 13:15:33 +000012757Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12758
12759 * encoding.c: Paul Keogh pointed out a possibility of segfault
12760 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
12761 Closes bug # 68238
12762
Daniel Veillard4a859202002-01-08 11:49:22 +000012763Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12764
12765 * doc/*.html: updated the Gdome2 links
12766
Daniel Veillard3c5ed912002-01-08 10:36:16 +000012767Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12768
12769 * libxml.h: Applied following patches from Robert Collins
12770 and make sure IN_LIBXML is defined when compiling it
12771 -------
12772 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
12773 as well as Visual C.
12774 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12775 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12776 * strio.c (PLATFORM_UNIX): Define for Cygwin.
12777 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
12778 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
12779 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
12780 xmlSysIDExists xmlNoNetExists).
12781 * xmllint.c: Don't include winsock2.h for Cygwin.
12782
Daniel Veillard401c2112002-01-07 16:54:10 +000012783Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12784
12785 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
12786 when the version info is not present.
12787
Daniel Veillard6f42c132002-01-06 23:05:13 +000012788Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12789
12790 * tree.c: Anthony Jones pointed out a problem in
12791 xmlStringGetNodeList() and provided a fix for it
12792
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012793Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12794
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012795 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012796 xmlCreatePushParserCtxt() when the initial buffer passed
12797 is large.
12798
Daniel Veillard0e47ee22002-01-05 18:25:52 +000012799Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12800
12801 * win32/*: big cleanup of the Windows/MSVC project files
12802 from Igor Zlatkovic
12803
Daniel Veillardcebb1362002-01-02 13:13:30 +000012804Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12805
12806 * doc/Makefile.am: should fix #67674 and avoid troubles if
12807 xsltproc is not available or fails in the prefix provided
12808
Daniel Veillard26908ab2002-01-01 16:50:03 +000012809Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12810
12811 * xmlmemory.c: one more doc patch from Charlie Bozeman.
12812
Daniel Veillard5344c602001-12-31 16:37:34 +000012813Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12814
12815 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
12816 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
12817 Fixed a few other problems raised by Charlie Bozeman.
12818 * result/VC/ElementValid[5-7]: fixed the output
12819
Daniel Veillardcbaf3992001-12-31 16:16:02 +000012820Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12821
12822 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
12823 patches from Charlie Bozeman. Regenerated the HTML docs.
12824
Daniel Veillard7f9a6802001-12-20 14:01:47 +000012825Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
12826
12827 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
12828 for Windows from Igor
12829
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000012830Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12831
12832 * xmllint.c: applied Justin Fletcher patch for --output or -o
12833
Daniel Veillardd3b29d22001-12-18 07:53:16 +000012834Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
12835
12836 * win32/libxml2/libxml2.def.src: close #67019
12837
Daniel Veillard01db67c2001-12-18 07:09:59 +000012838Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12839
12840 * xmllint.c: applied Justin Fletcher generic timing patch
12841 similar to the one already applied to xsltproc.
12842
Daniel Veillardd1640922001-12-17 15:30:10 +000012843Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12844
12845 * include/libxml/tree.h tree.c: applied documentation patches
12846 from Charlie Bozeman
12847
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000012848Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
12849
12850 *doc/xmllint.xml, xmllint.1 - document --dropdtd
12851
Daniel Veillard29e43992001-12-13 22:21:58 +000012852Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
12853
12854 * valid.c: fix the xmlStrdup() used in the previous patch.
12855 * valid.c: added --dropdtd
12856 * tree.c: fixed xmlUnlinkNode so it also removes the references
12857 from the document if the node is a DTD
12858
Daniel Veillard86fd5a72001-12-13 14:55:21 +000012859Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
12860
12861 * HTMLtree.c valid.c: cleanup some static declarations
12862
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000012863Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12864
12865 * xmllint.c: removed another strdup()
12866 * doc/FAQ: removed the HP/UX entry
12867
Daniel Veillarded472f32001-12-13 08:48:14 +000012868Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
12869
12870 * valid.c: fix bug #66816 when validating.
12871 * xmllint.c: don't use sys/time.h if configure did not found it
12872
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000012873Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
12874
12875 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
12876 xmlcatalog_man.xml
12877
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000012878Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12879
12880 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
12881 xmlInitMemory() was declared twice
12882
Daniel Veillardb82c1662001-12-09 14:00:54 +000012883Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
12884
12885 * globals.c: do not reference strdup() !
12886 * configure.in libxml-2.0.pc.in: trying to fix the libs
12887 of the various config extraction modules
12888
Daniel Veillardef90ba72001-12-07 14:24:22 +000012889Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12890
12891 * configure.in : preparing 2.4.12
12892 * doc/* : updated and rebuilt the docs
12893
Daniel Veillard220346d2001-12-07 11:33:54 +000012894Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12895
12896 * uri.c: closed bug #66159
12897 * testURI.c: added --escape option
12898 * configure.in: some cleanup for xml2-config --cflags
12899
Daniel Veillard2a906822001-12-06 14:34:08 +000012900Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
12901
12902 * globals.c testThreads.c: removed some misplaced includes
12903 of xmlversion.h
12904
Daniel Veillarde28313b2001-12-06 14:08:31 +000012905Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
12906
12907 * threads.c: patch from Gary Pennington fixing a possible
12908 problem at initialization time.
12909
Daniel Veillardd3b08822001-12-05 12:03:33 +000012910Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
12911
12912 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000012913 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000012914 CodeWarrior.
12915
Daniel Veillarda7866932001-12-04 13:14:44 +000012916Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
12917
12918 * xmllint.c: applied Geert Kloosterman's patch to fix
12919 --repeat --timing output
12920
Daniel Veillard19840942001-11-29 16:11:38 +000012921Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12922
12923 * parser.c: Robin Berjon <robin@knowscape.com> found a case
12924 where non-wellformed XML declaractions were not detected.
12925
Daniel Veillarde85d9342001-11-28 14:43:12 +000012926Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12927
12928 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
12929
Daniel Veillard22f25a82001-11-28 09:12:23 +000012930Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12931
12932 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
12933 gets reset by xmlCleanupInputCallbacks() and this makes the
12934 function useless. Same for output.
12935
Daniel Veillard107ccaa2001-11-27 16:23:50 +000012936Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12937
12938 * xmlIO.c: robert pointed out a loop error in callback cleanups
12939
Daniel Veillard8faa7832001-11-26 15:58:08 +000012940Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12941
12942 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
12943 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
12944 they are not really tied to debugging
12945
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000012946Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12947
12948 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
12949 * xmllint.c: better --catalogs description
12950
Daniel Veillard4855c8c2001-11-25 10:35:25 +000012951Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12952
12953 * tree.c: fixed a couple of problems in xmlSetProp()
12954
Daniel Veillardcd337f02001-11-22 18:20:37 +000012955Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
12956
12957 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
12958 unappropriate stdout output.
12959
Daniel Veillard566d4df2001-11-22 13:00:53 +000012960Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
12961
12962 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
12963 by Denis Beurive, closes #65111
12964
Daniel Veillardb4545fd2001-11-20 09:37:09 +000012965Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
12966
12967 * valid.c: in case of content model validity error, don't
12968 print it if validity warnings were not requested.
12969
Daniel Veillardc69e0b12001-11-20 08:35:07 +000012970Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12971
12972 * nanoftp.c: applied a couple of patches from Brian D Ripley.
12973 * parserInternals.c: removed the last exit() call. Print an
12974 unmaskable error on stderr instead (library mismatch detection)
12975
MST 2001 John Fleck42304042001-11-18 00:18:06 +000012976Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
12977
12978 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
12979 shell instructions from Heiko Rupp
12980
Daniel Veillardf7b094f2001-11-15 13:54:39 +000012981Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12982
12983 * catalog.c: use the URL notation file:// for default catalog paths
12984
Daniel Veillard0ec98632001-11-14 15:04:32 +000012985Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12986
12987 * include/libxml/tree.h: better comments for _private fields
12988 * tree.c: removed a problem when copying an entity reference.
12989
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000012990Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12991
12992 * vms/*: updated instructions and diffs from John A Fotheringham
12993
Daniel Veillarda11001b2001-11-12 22:45:36 +000012994Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12995
12996 * include/libxml/xmlerror.h: avoid an include problem if
12997 #include <libxml/xmlerror.h> happens first in code
12998 seems to be the case in KDE libs
12999
Daniel Veillard8e3943c2001-11-12 21:35:44 +000013000Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13001
13002 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
13003 from Igor for Windows
13004
13005Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13006
13007 * Makefile.am: Gary Pennington pointed out a missing prefix
13008
Daniel Veillard43d3f612001-11-10 11:57:23 +000013009Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
13010
13011 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
13012 * doc/*: upgraded and rebuilt the docs
13013
Daniel Veillardc1f78342001-11-10 11:43:05 +000013014Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
13015
13016 * HTMLparser.c: fix comment in scripts element parsing.
13017 * result/HTML/doc3*: updated the results.
13018
13019Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13020
13021 * uri.c: another URI bug fix #63336, using Joel Young patch.
13022
Daniel Veillardc6e013a2001-11-10 10:08:57 +000013023Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
13024
13025 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
13026 a cleaned up version of the Pwd shell string generation.
13027
Daniel Veillardbe480fb2001-11-08 23:36:42 +000013028Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13029
13030 * valid.c include/libxml/tree.h: trying to fix namespaces +
13031 validation problems for good, closing #63619 in the process
13032 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
13033 wrong in this respect, fixed it.
13034
Daniel Veillardd536f702001-11-08 17:32:47 +000013035Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13036
13037 * xmllint.c: Morus Walter patch to allow --format and --encode
13038
Daniel Veillard5004f422001-11-08 13:53:05 +000013039Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13040
13041 * debugXML.c: Stefan Kost provided an help command for the shell
13042
Daniel Veillarda6825e82001-11-07 13:33:59 +000013043Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
13044
13045 * debugXML.c: Heiko Rupp pointed that the shell would crash
13046 on empty nodesets returns.
13047
Daniel Veillard03f848d2001-11-07 12:53:46 +000013048Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13049
13050 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
13051 migh need the history libraries
13052
Daniel Veillard957fdcf2001-11-06 22:50:19 +000013053Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
13054
13055 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
13056 handle the case of < in quoted attributes, Bastian Kleineidam
13057
Daniel Veillardc853b322001-11-06 15:24:37 +000013058Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13059
13060 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
13061 fixing catalog breakages
13062 * Makefile.am catalog.c result/catalogs/catal
13063 result/catalogs/mycatalog.* test/catalogs/catal*:
13064 fixed more problems in catalog support, added more regression tests
13065 for both XML and SGML catalog handling
13066
Daniel Veillard66870c72001-11-05 19:27:49 +000013067Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13068
13069 * debugXML.c: applied an improvement to xmlGetLineNo() from
13070 Keith Isdale
13071
Daniel Veillardffe09c92001-11-05 14:21:47 +000013072Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
13073
13074 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
13075 Side effect of the progressive catalog loading
13076
Daniel Veillardad661b92001-11-05 11:43:15 +000013077Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
13078
13079 * Makefile.am: confexecdir and confexec_DATA were defined twice
13080 pointed out by Karl Eichwalder
13081
Daniel Veillard6eb17722001-11-04 22:19:27 +000013082Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
13083
13084 * xmlcatalog.c: avoid unlink() and use remove() instead.
13085
Daniel Veillardea898282001-11-04 22:13:45 +000013086Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
13087
13088 * libxml.spec.in: cleanup
13089 * include/libxml/xmlwin32version.h: updated with 2.4.8
13090
Daniel Veillarda4617b82001-11-04 20:19:12 +000013091Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
13092
13093 * encoding.c global.data globals.c testThreads.c: fix bug #63752
13094 of compiling libxml with a non standard set of options
13095
John Fleck027edfb2001-11-04 20:13:58 +000013096Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
13097
13098 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
13099 document --sgml option, fixing gnome bugzilla #63382
13100
Daniel Veillardcd21dc72001-11-04 20:03:38 +000013101Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
13102
13103 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
13104 breakage of 2.4.7, added a couple of really needed APIs
13105 like xmlCatalogIsEmpty() and xmlNewCatalog()
13106 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
13107 for install-catalog
13108 * configure.in: preparing 2.4.8
13109
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000013110Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
13111
13112 * HTMLtree.c tree.c include/libxml/HTMLtree.h
13113 include/libxml/tree.h include/libxml/xmlIO.h: more include
13114 cleanups, export cleanly one html output + format function.
13115
13116Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
13117
13118 * parser.c: removed initGenericErrorDefaultFunc call from
13119 xmlInitParser() since it could destroy previous calls to
13120 xsltSetGenericErrorFunc() effects
13121
Daniel Veillardebd38c52001-11-01 08:38:12 +000013122Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13123
13124 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
13125 keyword.
13126
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000013127Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
13128
13129 * Makefile.am: cleanup
13130 * threads.c: cleanup too
13131 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
13132 from xsltproc
13133 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000013134 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000013135
Daniel Veillard91c00402001-10-30 17:41:38 +000013136Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
13137
13138 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
13139 was not used anymore !
13140
Daniel Veillard52dcab32001-10-30 12:51:17 +000013141Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13142
13143 * configure.in: preparing 2.4.7
13144 * Makefile.am doc/Makefile.am: switched to the latest xmllint
13145 manual page from John
13146 * doc/*: updated the doc and rebuilt the generated pages
13147
Daniel Veillarda9e65e82001-10-30 10:32:36 +000013148Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
13149
13150 * xmlIO.c: closing bug #62711, the library should never
13151 close stdin or stdout.
13152
Daniel Veillard4def3bd2001-10-30 09:47:47 +000013153Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
13154
13155 * uri.c: second pass at fixing #63336, using Joel Young
13156 final patch. looks okay.
13157
Daniel Veillardbb6808e2001-10-29 23:59:27 +000013158Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
13159
13160 * uri.c include/libxml/uri.h: trying to clear #63336
13161 allowing the escaping routine to parse unconformant
13162 URI-References.
13163
Daniel Veillardacf7ff02001-10-29 20:21:47 +000013164Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
13165
13166 * vms/readme.vms vms/build_libxml.com nanoftp.c
13167 include/libxml/xmlversion.h.in: a few VMS updates from
13168 John A Fotheringham
13169 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
13170 and xmlCleanupOutputCallbacks() for the Perl binding people.
13171
Daniel Veillard635ef722001-10-29 11:48:19 +000013172Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
13173
13174 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
13175 apply fixes to close #63271 and avoid segfaults when
13176 the error routine gets callbed before xmlInitParser()
13177 get called.
13178 * nanoftp.c error.c: Applied patches from Justin Fletcher
13179 correcting some xmlGenericError misuses.
13180
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000013181Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
13182
13183 *doc/xmllint.xml, doc/xmllint.1
13184 New and improved man page for xmllint - .xml is the original, .1
13185 is the generated man page
13186
Daniel Veillardc9484202001-10-24 12:35:52 +000013187Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
13188
13189 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
13190 the web site from the main HTML document.
13191
Daniel Veillard5151c062001-10-23 13:10:19 +000013192Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13193
13194 * parser.c: fixed an erroneous validation bug when PE refs
13195 occurs in external parsed entities referenced from the
13196 internals subset
13197 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
13198 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
13199 added the associated testcase, it's a nice one.
13200 * HTMLparser.c: generate the DTD node as HTML still ...
13201 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
13202
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000013203Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
13204
13205 * HTMLparser.c: fixed a bug in htmlNewDoc()
13206
Daniel Veillard89cad532001-10-22 09:46:13 +000013207Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
13208
13209 * test/threads/*: added entities testing to the Thread test
13210 * testThreads.c: make the test reasonable
13211 * DOCBparser.c: fix the DTD public and system ID
13212 * xmllint.c: added --sgml for SGML DocBook importing
13213 * Makefile.am: added Docbtests target
13214
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000013215Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13216
13217 * nanoftp.c: use only "anonymous@" string for anonymous passwds
13218 * testThreads.c: removed bogus include
13219
Daniel Veillardce2c2f02001-10-18 14:57:24 +000013220Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13221
13222 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
13223 fixed a very serious (looping) validation bug
13224
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000013225Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
13226
13227 * include/libxml/globals.h include/libxml/threads.h threads.c
13228 testThreads.c: far more testing, cleaning up bugs
13229 * *.c : make sure globals.h is always included.
13230
Daniel Veillard7cc95c02001-10-17 15:45:12 +000013231Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
13232
13233 * HTMLparser.c: try to get rid of parser loops for good.
13234
Daniel Veillardab7488e2001-10-17 11:30:37 +000013235Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
13236
13237 * configure.in: fixed some bugs in CFLAGS passing.
13238 * test/threads Makefile.am testThreads.c: added a specific
13239 threaded test case (really nasty, guaranteed).
13240
Daniel Veillard85c11fa2001-10-16 21:03:08 +000013241Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
13242
13243 * catalog.c: serious cleanup on the management of the
13244 XML catalog tree, more tests done, especially with
13245 the catalog PI.
13246
Daniel Veillard364789a2001-10-16 12:45:00 +000013247Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
13248
13249 * catalog.c: avoid a problem in catalog cleanup on SMP if
13250 catalogs were not initialized.
13251
Daniel Veillard81463942001-10-16 12:34:39 +000013252Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
13253
13254 * catalog.c xpath.c: trying to cleanup the not thread safe
13255 parts of the library.
13256
Daniel Veillard64a411c2001-10-15 12:32:07 +000013257Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
13258
13259 * include/libxml/globals.h configure.in global.data: make
13260 the allocation be per-thread a configure option
13261 * encoding.c include/libxml/parser.h: fixed compilation
13262 errors
13263
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000013264Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13265
13266 * include/libxml/parser.h: Norm reported that a few lines
13267 added were breaking libxslt compile, removed them for now
13268
Daniel Veillard6f350292001-10-14 09:56:15 +000013269Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
13270
13271 * parser.c parserInternals.c threads.c: debugged and fixed
13272 initialization problems which were giving troubles on SMP
13273 boxes.
13274
Daniel Veillard6661ffa2001-10-13 14:18:17 +000013275Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13276
13277 * include/libxml/Makefile.am: missing globals.h
13278
Daniel Veillarde7090612001-10-13 12:18:28 +000013279Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000013280
Daniel Veillarde7090612001-10-13 12:18:28 +000013281 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000013282
Daniel Veillardd0463562001-10-13 09:15:48 +000013283Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13284
13285 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
13286 include/libxml/parserInternals.h include/libxml/tree.h
13287 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
13288 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
13289 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
13290 Applied the last patches from Gary, cleanup, activated threading
13291 all user accessible global variables are now handled in globals.[ch]
13292 Still a bit rought but make tests passes with either
13293 --with-threads defined at configure time or not.
13294 * Makefile.am example/Makefile.am: added globals.[ch] and threads
13295 linking options
13296
Daniel Veillardb8478642001-10-12 17:29:10 +000013297Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
13298
13299 * Makefile.am include/libxml/Makefile.am
13300 include/libxml/globals.h globals.c include/libxml/threads.h
13301 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
13302 configure.in: started integrating the core of the thread support
13303 not activated yet but half integrated. The code should still
13304 compile and work anyway.
13305
Daniel Veillardb44025c2001-10-11 22:55:55 +000013306Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13307
13308 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
13309 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
13310 integrating the non-controversial parts of Gary Pennington
13311 multithread patches
13312 * catalog.c: corrected a small bug introduced
13313
Daniel Veillard75b96822001-10-11 18:59:45 +000013314Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13315
13316 * catalog.c include/libxml/catalog.h: very serious cleanup,
13317 isolating unportable code and as much as possible the accesses
13318 to the global shared catalog. May need more testing !
13319
Daniel Veillard78d12092001-10-11 09:12:24 +000013320Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13321
13322 * include/libxml/debugXML.h debugXML.c tree.c: integrating
13323 Keith Isdale patches for the XSLT debugger interfaces. Some
13324 cleanup
13325
Daniel Veillardff0b7312001-10-11 06:46:09 +000013326Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13327
13328 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
13329 * DOCBparser.c: generate line nubers in elements
13330
Daniel Veillard60087f32001-10-10 09:45:09 +000013331Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
13332
13333 * configure.in: preparing 2.4.6 release
13334 * doc/xml.html doc/html/*: updated and rebuilt the docs
13335 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
13336
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000013337Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
13338
13339 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
13340 adding documentation for DV's supercatalog support
13341
Daniel Veillard82d75332001-10-08 15:01:59 +000013342Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13343
13344 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
13345 super catalog support adding one API and one flag --sgml to
13346 xmlcatalog
13347
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000013348Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
13349
13350 * doc/xmlcatalog_man.xml, xmlcatalog.1
13351 One more crack at
13352 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
13353
13354
Thomas Broyer47334c02001-10-07 16:41:52 +000013355Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13356
13357 * xpath.c: implemented xmlXPathObjectCopy for external objects
13358 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
13359
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000013360Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
13361
13362 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
13363 finishing up fix to
13364 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
13365 the xmlcatalog man page display more elegantly
13366
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000013367Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
13368
13369 * configure.in: closing bug #61832
13370 * HTMLparser.c: removed a warning
13371
Daniel Veillard6ab38382001-10-06 13:08:27 +000013372Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13373
13374 * xpath.c: fixing #61673 part I, do not loose doc information
13375 when copying result value trees.
13376
Daniel Veillard556c6682001-10-06 09:59:51 +000013377Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13378
13379 * xpath.c: trying to harden the XPath interpreter
13380
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000013381Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
13382
13383 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
13384 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
13385
William M. Brack1633d182001-10-05 15:41:19 +000013386Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13387
13388 * HTMLparser: repaired another loop problem
13389
Daniel Veillard20ee8c02001-10-05 09:18:14 +000013390Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13391
13392 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
13393 parsing.
13394 * xpath.c: fix bug #61291 the default XML namespace node is
13395 missing from the namespace axis.
13396 * tree.c: refuse to create namespaces nodes with prefix "xml"
13397
Daniel Veillard651f9472001-10-04 14:51:06 +000013398Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
13399
13400 * SAX.c: ouch a non-defined namespace could lead to a crash,
13401 fixed #61215
13402
Daniel Veillard7dd05702001-10-04 14:25:12 +000013403Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13404
13405 * parserInternals.c: closed bug #61054
13406
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000013407Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13408
13409 * include/libxml/Makefile.am: closing #60708
13410
Daniel Veillarda293c322001-10-02 13:54:14 +000013411Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13412
13413 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
13414 adding xmlSAXParseFileWithData following Marco Stipek suggestion
13415
Daniel Veillardf4309d72001-10-02 09:28:58 +000013416Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13417
13418 * valid.c: close bug #61550 when xml: wasn't considered a namespace
13419
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000013420Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13421
13422 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
13423 * DOCBparser.c HTMLparser.c parser.c: fixed typos
13424
Daniel Veillard16756b62001-10-01 07:36:25 +000013425Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
13426
13427 * catalog.c: Justin Fletcher provided cleaup code in case
13428 HAVE_STAT is not defined
13429 * include/win32config.h: Igor Zlatkovic suggested to have
13430 HAVE_STAT defined there
13431
William M. Brack5e1cac12001-09-28 16:19:18 +000013432Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13433
13434 * catalog.c - fixed typing error reported by M. Barros
13435
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000013436Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
13437
13438 * xmllint.c - fixing typo
13439
William M. Brackd28e48a2001-09-23 01:55:08 +000013440Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13441
13442 * HTMLparser.c: small enhancement to prevent loop on
13443 unrecognizable data
13444
Daniel Veillardb1d62872001-09-21 09:47:08 +000013445Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13446
13447 * parserInternals.c: applying patch from bug #60757 this
13448 should close it
13449
Daniel Veillardc0631a62001-09-20 13:56:06 +000013450Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13451
13452 * catalog.c xmlcatalog.c: removed a couple of warning
13453 * xpath.c: try to solve the linking problem on platforms
13454 needing trio to compile
13455
Daniel Veillard1a123612001-09-19 08:06:23 +000013456Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013457
Daniel Veillard1a123612001-09-19 08:06:23 +000013458 * Makefile.am libxml.spec.in: backing up non-documented changes
13459 commited without review or aproval by Jens Finke <jens@gnome.org>
13460 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013461
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013462Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
13463
13464 * configure.in: Joe Orton provided a patch fixing a problem
13465 when iconv is specified to be in a non-standard directory
13466 but wasn't exported in xml2-config --cflags
13467
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013468Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13469
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013470 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013471 troubles with 2.4.4 errors.
13472
Daniel Veillard16698282001-09-14 10:29:27 +000013473Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13474
13475 * encoding.c entities.c: do not output hexadecimal charrefs
13476 when serializing HTML since some version of Netscape can't
13477 grok it, generate decimal ones.
13478 * result/HTML/doc3.htm: output changed due to previous test
13479 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
13480
Daniel Veillard98fed372001-09-13 11:34:58 +000013481Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
13482
13483 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
13484 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
13485
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013486Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000013487 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013488
13489 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
13490 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
13491 updated the configuration scripts systems accordingly
13492
Daniel Veillard04382ae2001-09-12 18:51:30 +000013493Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13494
13495 * configure.in: preparing for 2.4.4
13496 * doc/xml.html doc/html/*: updated and rebuilt the docs
13497
Daniel Veillardd63437e2001-09-12 15:00:27 +000013498Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13499
13500 * win32/dsp/libxml2.def.src: tried to incorporate comments
13501 from bug #59220
13502
Daniel Veillard319a7422001-09-11 09:27:09 +000013503Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
13504
13505 * parser.c result/noent/wml.xml: fixed bug #59981 related
13506 to handling of '&' in attributes when entities are substitued
13507
Daniel Veillard7cf5e442001-09-10 20:16:32 +000013508Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13509
13510 * libxml.h include/libxml/xmlversion.h.in
13511 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
13512 Tried to close bug #60131
13513
Daniel Veillardbce62332001-09-10 18:46:55 +000013514Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13515
13516 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
13517
Daniel Veillard143b04f2001-09-10 18:14:14 +000013518Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
13519
13520 * SAX.c: fixing bug #59946 on xmlns=""
13521
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000013522Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13523
13524 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
13525 but allocates a new error code.
13526
Daniel Veillard05c13a22001-09-09 08:38:09 +000013527Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13528
13529 * xmllint.c: John Fleck fixed typos in the options output
13530 * parser.c SAX.c: fix ignorable white space SAX selection
13531
13532Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13533
13534 * entities.c: Steve Underwood found the possibility of an
13535 ininite loop in case of error.
13536
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000013537Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13538
13539 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
13540
Daniel Veillarda050d232001-09-05 15:51:05 +000013541Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13542
13543 * parser.c: warn if version is not 1.0 but it's not
13544 strictly speaking an error after analyzing the spec
13545
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000013546Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
13547
13548 *doc/catalog.html - add link to the html version of the
13549 man page, other linguistic cleanups
13550
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000013551Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
13552
13553 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
13554 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
13555 file, has not yet been included in the build.
13556
Daniel Veillard99784ff2001-09-01 16:20:28 +000013557Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13558
13559 * catalog.c: removed a duplicate affectation Justin Fletcher
13560
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000013561Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
13562
13563 * tree.c: Armin Sander pointed a possible text coalescing
13564 problem, completed his patch.
13565
Bjorn Reese0b2ae432001-08-31 16:31:57 +000013566Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13567
13568 * trionan.c: Fixed const and volatile re-definition problem
13569
Daniel Veillard5d96fff2001-08-31 14:55:30 +000013570Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
13571
13572 * libxml.4 parser.c: doc updates from Heiko Rupp
13573 * parserInternals.c: 2 sanity checks from Heiko Rupp
13574
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013575Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
13576
13577 * tree.c: applied patch from Armin Sander to make some pointers
13578 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000013579 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013580
Daniel Veillardb06c6142001-08-27 14:26:30 +000013581Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13582
13583 * xpath.c: hum, restrict the integer usage gcc bug workaround
13584 to only gcc compilers so that other architecture don't get
13585 penalized by this limitation.
13586 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
13587
Daniel Veillard268fd1b2001-08-26 18:46:36 +000013588Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13589
13590 * valid.c: fixed a Windows compiler warning (Chris Poblete)
13591 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
13592
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000013593Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
13594
13595 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
13596 --convert option to xmlcatalog to convert SGML ones to
13597 the XML syntax.
13598 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
13599
13600 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000013601Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13602
13603 * catalog.c xmlIO.c: started some serious testing and fixed
13604 a few bug and optmization needs.
13605
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000013606Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13607
13608 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13609 preparing for a 2.4.3 release even if it may not be ready yet
13610 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
13611 all file parsing lookup to go through the entity resolver, add
13612 to add an API to bypass it (needed to load catalogs themselves),
13613 some cleanup on the catalog code too.
13614 * nanoftp.c: small cleanup
13615 * doc/catalog.html: small update
13616
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000013617Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13618
13619 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
13620 Jun Kuriyama
13621
Daniel Veillardffb120d2001-08-23 00:52:23 +000013622Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13623
13624 * doc/catalog.html: finished the catalog documentation
13625
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000013626Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13627
13628 * doc/catalog.html doc/xml.html: added documentation about
13629 Catalog support, misses an API description
13630 * doc/html/*: reextracted the API pages
13631
Daniel Veillarddc2cee22001-08-22 16:30:37 +000013632Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13633
13634 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
13635 Added the part about section 7.2 on URI resolution,
13636 fixed a side effect in the HTML parser, look complete
13637 and ready to rock except the URI/SystemID part!
13638
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000013639Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13640
13641 * include/libxml/catalog.h include/libxml/parser.h
13642 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
13643 xmlIO.c: added support and APIs needed for the catalog PI
13644 * include/libxml/xmlIO.h: cleanup
13645
Daniel Veillarde2940dd2001-08-22 00:06:49 +000013646Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13647
13648 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
13649 include/libxml/catalog.h: starts to look okay, really
13650 plugged the new framework, cleaned a lot of stuff,
13651 added some APIs, except the PI's support missing this
13652 should be mostly complete
13653 * result/catalogs/* test/catalogs/*: added new test, enriched
13654 the existing one with URN ID tests
13655
Daniel Veillard64339542001-08-21 12:57:59 +000013656Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13657
13658 * catalog.c: fixed nextCatalog
13659 * result/catalogs/docbook test/catalogs/*: started adding
13660 a small regression test
13661
Daniel Veillardcda96922001-08-21 10:56:31 +000013662Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
13663
13664 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
13665 more work on the XML catalog support.
13666 * parser.c include/libxml/parser.h: small cleanup seems using
13667 list as a public parameter name can give portability troubles
13668 * trionan.c trionan.h xpath.c include/libxml/trionan.h
13669 include/libxml/xpath.h include/libxml/Makefile.am: removed
13670 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
13671 wrappers
13672
Bjorn Reese45029602001-08-21 09:23:53 +000013673Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13674
13675 * Makefile.am trio.c triodef.h trionan.c xpath.c
13676 include/libxml/Makefile.am include/libxml/trionan.h:
13677 Re-worked Not-A-Number and Infinity support.
13678 * xmlcatalog.c: added readline include files
13679
Daniel Veillard344cee72001-08-20 00:08:40 +000013680Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13681
13682 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
13683 testCatalog as xmlcatalog, making it an installed app
13684 adding a shell, and preparing it to be a /etc/xml/catalog
13685 management tool, though not ready yet
13686 * catalog.c include/libxml/catalog.h: adding support for
13687 XML Catalogs http://www.oasis-open.org/committees/entity/
13688 not finished, there is some interesting tradeoffs and a
13689 few open questions left.
13690
Daniel Veillardb7664f42001-08-19 13:00:43 +000013691Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
13692
13693 * xmllint.c: fixed a line formatting problem
13694
Daniel Veillard5015b712001-08-17 09:37:52 +000013695Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13696
13697 * SAX.c: removed a couple of unused variable (Albert Chin)
13698
Daniel Veillardbb371292001-08-16 23:26:59 +000013699Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13700
13701 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
13702 trying to fix some troubles w.r.t. function returning
13703 const xxxPtr.
13704
Daniel Veillardb60c54e2001-08-16 19:34:27 +000013705Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13706
13707 * win32/dsp/libxml2.def.src: another set of symbols conditionally
13708 defined
13709
Daniel Veillardae6db172001-08-16 19:32:00 +000013710Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13711
13712 * xpointer.c: removed unused var
13713
Daniel Veillard09190202001-08-16 16:27:41 +000013714Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13715
13716 * testXPath.c: another small cleanup closing bug #59110
13717
Daniel Veillard796f4b62001-08-16 16:00:13 +000013718Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13719
13720 * win32/dsp/libxml2.def.src: small cleanup closing bug
13721 #59108
13722
Daniel Veillard5aac4e42001-08-15 20:46:57 +000013723Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13724
13725 * example/gjobread.c: add xmlCleanupParser() before leaving
13726
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000013727Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
13728
13729 * config.h.in configure.in include/libxml/xmlwin32version.h:
13730 released 2.4.2
13731
Daniel Veillardd3d06722001-08-15 12:06:36 +000013732Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
13733
13734 * include/libxml/valid.h debugXML.c valid.c: deprecate
13735 the non-boundchecking Sprintf functions, add Snprintf
13736 this should close bug #57984
13737
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000013738Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
13739
13740 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
13741 URIs before doing the lookups (pointed by Mark Vakoc)
13742
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000013743Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13744
13745 * xpath.c: serious changes on Result Value Trees and NodeSets
13746 w.r.t. deallocation and collect operations. Probably not
13747 100% clean (merge of allocated trees smells like a problem).
13748 Seems sufficient to close #58943
13749
Daniel Veillard90493a92001-08-14 14:12:47 +000013750Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13751
13752 * xmllint.c: adding a --format option
13753
Daniel Veillardfe703322001-08-14 12:18:09 +000013754Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
13755
13756 * xpath.c: count() was broken on Result Value Tree
13757 * xmlIO.c: fixed file:/// accesses on _WIN32
13758
Daniel Veillard70ac0e32001-08-13 11:24:16 +000013759Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13760
13761 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
13762 macro was renamed, this should close bug #58683
13763
Daniel Veillardf300b7e2001-08-13 10:43:15 +000013764Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13765
13766 * SAX.c: small fix fixing bug #58539 reported by coolo, in
13767 entity substitution mode text at the end of the entity might
13768 be added due to text coalescing.
13769 * nanoftp.c parser.c: small cleanup
13770
Daniel Veillard0c720972001-08-08 20:59:00 +000013771Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13772
13773 * HACKING: added John Fleck right to commit in the doc subdir
13774
Daniel Veillard48da9102001-08-07 01:10:10 +000013775Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13776
13777 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
13778 allow to inherit attributes from the DTD directly in the
13779 tree, this is needed for XPath and can be a useful feature.
13780 Inherited namespaces are always provided at the tree level now
13781 * test/defattr* result/defattr* result/noent/defattr*: added a couple
13782 of tests for this feature (XSLT being the prime user).
13783
Daniel Veillard50f34372001-08-03 12:06:36 +000013784Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13785
13786 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
13787 testSAX.c xmlIO.c xmllint.c include/win32config.h
13788 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
13789 include/libxml/xmlwin32version.h.in win32/README.MSDev
13790 win32/dsp/*: applied Win32 Facelift No.2 patches from
13791 Igor Zlatkovic for Windows/MSC
13792
Daniel Veillard9f4eb912001-08-01 21:22:27 +000013793Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
13794
13795 * SAX.c: unparsedEntityDecl() the URI computation of the
13796 entity wasn't done breaking XSLT unparsed-entity-uri()
13797
Daniel Veillard567e1b42001-08-01 15:53:47 +000013798Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
13799
13800 * xpath.c: fixed a bug when walking the descendants and
13801 the current node has no children
13802 * debugXML.c: show up when a text node is supposed to not be escaped
13803
Thomas Broyerf186c822001-07-31 23:30:37 +000013804Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13805
13806 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
13807 worked like the set:leading() function)
13808 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
13809
Daniel Veillardba6db032001-07-31 16:25:45 +000013810Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13811
13812 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
13813
Daniel Veillard57905372001-07-31 15:52:17 +000013814Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13815
13816 * include/libxml/xmlIO.h: apply change to close #58141
13817 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
13818
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000013819Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13820
13821 * parser.c: when the internal subset uses a PE, then the
13822 included entity can use conditional sections.
13823
Daniel Veillard7d7e3792001-07-30 13:42:13 +000013824Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13825
13826 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
13827 when walking the namespace axis showing up in
13828 libxst/tests/general/bug-12
13829 * xmlmemory.c: added the possibility to trace a given block
13830 defined by its address
13831
Daniel Veillard4aafa792001-07-28 17:21:12 +000013832Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13833
13834 * parser.c: don't override existing encoding specified before
13835 starting xmlParseDocument()
13836
Daniel Veillardfdb1f242001-07-27 23:32:44 +000013837Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13838
13839 * include/libxml/xmlwin32version.h: reinserted, needed for
13840 Windows users of CVS
13841
Darin Adlera77cac02001-07-27 17:41:51 +0000138422001-07-27 Darin Adler <darin@bentspoon.com>
13843
Darin Adler699613b2001-07-27 22:47:14 +000013844 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
13845 * testCatalog.c: Add include of <libxml/parser.h>.
13846
138472001-07-27 Darin Adler <darin@bentspoon.com>
13848
Darin Adlera77cac02001-07-27 17:41:51 +000013849 * include/libxml/.cvsignore:
13850 * include/libxml/xmlwin32version.h:
13851 Remove this file from CVS because it's generated.
13852
Daniel Veillard50822cb2001-07-26 20:05:51 +000013853Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13854
13855 * parser.c include/libxml/parser.h: applied const patches from
13856 Tom Moog #58002
13857
Thomas Broyerba4ad322001-07-26 16:55:21 +000013858Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13859
13860 * xpath.c include/libxml/xpath{,Internals}.h: added a function
13861 lookup framework
13862
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000013863Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13864
13865 * tree.c: fixed xmlCopyNode() for documents
13866
Daniel Veillard6dd398f2001-07-25 22:41:03 +000013867Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13868
13869 * parser.c: fixed bugs #58073 reported by Greg Shtilman
13870
13871Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000013872
13873 * parser.c: fixes bug #57652 reported by Morus Walter
13874
Daniel Veillarde3924972001-07-25 20:25:21 +000013875Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13876
13877 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
13878
Daniel Veillarda53c6882001-07-25 17:18:57 +000013879Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13880
13881 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
13882 errors, lesson don't add new functions at 1am before a release
13883 * xpath.c: integrated fix from Bjorn to avoid divide by zero
13884 from XPath initialization when possible.
13885
Daniel Veillardd9bad132001-07-23 19:39:43 +000013886Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13887
13888 * result/scripts/base*: removing history/readline changed
13889 this slightly
13890 * include/libxml/parser.h SAX.c parser.c parserInternals.c
13891 xmllint.c: make element content line number generation
13892 optionnal to avoid breaking old apps added interface to switch
13893
Daniel Veillardf012a642001-07-23 19:10:52 +000013894Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13895
13896 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000013897 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000013898 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
13899 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
13900 John Kroll fixes to allow saving to HTTP via PUT (or
13901 POST of needed).
13902 * doc/html/*.html: regenerated the docs
13903
Thomas Broyere8126242001-07-22 03:54:15 +000013904Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13905
13906 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
13907 xmlHashScanFull and xmlHashScannFull3 to get passed the
13908 three keys as arguments to the callback function
13909
Daniel Veillard5e2dace2001-07-18 19:30:27 +000013910Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13911
13912 * configure.in Makefile.am: removed libxml softlink for good
13913 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
13914 100% coverage by gtk-doc
13915
Daniel Veillard8599e702001-07-17 21:38:51 +000013916Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13917
13918 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
13919 fixed serious troubles due to size_t vs. int mismatch
13920
Daniel Veillard8fcc4942001-07-17 20:07:33 +000013921Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13922
13923 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
13924
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013925Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13926
13927 * include/libxml/xpath{,Internals}.h xpath.c: added a more
13928 convenient extension API for value and context managing
13929 Now handles external objects through xmlXPathPopExternal,
13930 xmlXPathWrapExternal and xmlXPathReturnExternal.
13931 Added functions for sets operations (intersection, etc.)
13932
Daniel Veillard22090732001-07-16 00:06:07 +000013933Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13934
13935 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
13936 xmlIO.c tree.c parserInternals.c entities.c encoding.c
13937 HTMLparser.c: cleanup of global variables, marking some
13938 const or private.
13939
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013940Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000013941
13942 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
13943 fixed xmlXPathNodeSetItem when passing index=0
13944
Daniel Veillard05dec342001-07-14 21:57:39 +000013945Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13946
13947 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
13948
Daniel Veillard28ae6362001-07-14 16:44:32 +000013949Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13950
13951 * xmllint.c: fixed compilation under Cygwin #57503
13952 * TODO: update
13953
Peter Williamsed156f52001-07-13 18:35:13 +0000139542001-07-13 Peter Williams <peterw@ximian.com>
13955
13956 * config.h.in: add #undef HAVE_DLFCN_H
13957
13958 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
13959 builddir.
13960
Daniel Veillard73b36e32001-07-12 15:09:52 +000013961Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13962
13963 * win32/libxml2/libxml2.def.src: added a couple of exported entries
13964 raised by #57348 and #57381
13965
Daniel Veillard7db37732001-07-12 01:20:08 +000013966Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13967
13968 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
13969 tree.c xpointer.c: store the line numbder in element->content,
13970 may break some software, need a configuration mechanism
13971
Darin Adler96037892001-07-11 00:03:16 +0000139722001-07-10 Darin Adler <darin@bentspoon.com>
13973
13974 * .cvsignore:
13975 * example/.cvsignore:
13976 * include/.cvsignore:
13977 * include/libxml/.cvsignore:
13978 Various things that are generated and should be ignored.
13979
Daniel Veillard09ab7e12001-07-10 15:49:44 +000013980Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13981
13982 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
13983 * doc/xml.html doc/html/*: updated the docs
13984
Daniel Veillard04e2dae2001-07-09 20:07:25 +000013985Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13986
13987 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
13988 validation occured on content with element child
13989
Daniel Veillardb8c9be92001-07-09 16:01:19 +000013990Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13991
13992 * tree.c: fixed XML Base computation which was broken
13993 * debugXML.c: added a base function to the shell
13994 * Makefile.am result/scripts/* test/scripts/*: added scripts
13995 based regression tests, and adding 2 XML Base tests
13996
Daniel Veillard19e96c32001-07-09 10:32:59 +000013997Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13998
13999 * tree.c: set properties doc and call xmlSetListDoc for properties
14000 content when grafting them in a different tree.
14001 * aclocal.m4: remove from CVS
14002
Daniel Veillarde086f5c2001-07-08 21:10:40 +000014003Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14004
14005 * win32/libxml2/libxml2.def.src: added some missing entry point
14006 for XPath (Mark Vakoc)
14007
Daniel Veillard388236f2001-07-08 18:35:48 +000014008Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14009
14010 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
14011 layer should URI-Unescape before trying to open resources.
14012
Daniel Veillard04383752001-07-08 14:27:15 +000014013Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14014
14015 * xpath.c: fix the name() bug for elements in the default
14016 namespace reported by Charlie Bozeman
14017
Daniel Veillard7583a592001-07-08 13:15:55 +000014018Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14019
14020 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
14021 led to an XPath fix, improvements of SAX initialization, and
14022 an added option --nocdata to testXPath
14023
Daniel Veillard449d7392001-07-07 19:11:06 +000014024Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14025
14026 * doc/libxml-doc.el: Felix Natter provided anew version working
14027 with XEmacs too
14028
Daniel Veillard5168dbf2001-07-07 00:18:23 +000014029Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14030
14031 * include/libxml/xpath.h: small cleanup
14032 * doc/xml.html: update
14033
Daniel Veillardf524d6e2001-07-05 23:41:40 +000014034Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14035
14036 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14037 released 2.3.14
14038
Daniel Veillard4b8328d2001-07-05 22:48:42 +000014039Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14040
14041 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000014042 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000014043
Daniel Veillard73c9c042001-07-05 20:02:54 +000014044Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14045
14046 * xpath.c: a bug reported by Stephan Kulow empty nodesets
14047 were not equal to empty strings
14048
Daniel Veillard1fd36d22001-07-04 22:54:28 +000014049Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14050
14051 * SAX.c: fixed a URI-Reference computation problem when validating
14052 * xmlIO.c: small cleanup
14053
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000014054Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14055
14056 * parser.c: improved the description of a couple of interfaces
14057 upon Larry Stamper suggestion
14058
Daniel Veillard62f313b2001-07-04 19:49:14 +000014059Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14060
14061 * SAX.c entities.c parser.c: changed completely the way entities
14062 are handled when running the parser in entity substitution mode.
14063 This fixes a bug reported by Stephan Kulow and nearly divides
14064 by 3 the amount of memory required by libxslt to load and process
14065 DocBook TDG.
14066
Daniel Veillardf420ac52001-07-04 16:04:09 +000014067Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14068
14069 * HTMLparser.c: fixing a too early root closing problem raised
14070 byt Prashanth Naidu
14071
Daniel Veillard8c357d52001-07-03 23:43:33 +000014072Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
14075 raised by Mark Vakoc.
14076
Daniel Veillard6e90d192001-07-03 16:37:49 +000014077Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14078
14079 * example/Makefile.am: fixed the include path to add srcdir/include
14080 * Makefile.am configure.in: fix from Albert Chin for iconv detection
14081 and some cleanup
14082
Daniel Veillardf06307e2001-07-03 10:35:50 +000014083Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14084
14085 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
14086 lot of optimization work, results in significant improvements
14087 when handling really complex XPath queries. Add a small optimizer
14088 for unions, improve [n] and [last()], avoid some costly ops.
14089
Daniel Veillard77044732001-06-29 21:31:07 +000014090Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14091
14092 * include/libxml/parser.h parser.c: xmlStrstr args are both const
14093 * xpath.c: small cleanup
14094 * xmlGetNsList: reformated, fixed problems if used on Entities
14095
Daniel Veillard2adbb512001-06-28 16:20:36 +000014096Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14097
14098 * doc/xml.html: added 1.8.14 and 2.3.13 releases
14099
Daniel Veillardb37ecd02001-06-28 16:18:11 +000014100Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14101
14102 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
14103 * Makefile.am example/Makefile.am: workaround automake generating
14104 erroneous deps
14105
Daniel Veillard12f7d292001-06-28 13:12:11 +000014106Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14107
14108 * include/win32config.h: bug #56801 Yon Derek provided a patch
14109 to the windows config file.
14110
Daniel Veillard87ee9142001-06-28 12:54:16 +000014111Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14112
14113 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
14114 libxml.h : Yon Derek provided a set of changes to compile from
14115 CVS on Windows/MSC
14116
Daniel Veillard0e4cd172001-06-28 12:13:56 +000014117Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14118
14119 * parser.c: fixed UTF8 BOM support in push mode
14120 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
14121 added a specific testcase
14122
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000014123Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14124
14125 * Makefile.am: added --push regression tests
14126 * parserInternals.c: the XML parser segfaulted in --push mode
14127
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000014128Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14129
14130 * configure.in: moved the symlinks detection within a CVS
14131 check, this is not portable and will be removed soon.
14132 * xpath.c: small cleanup/speedup
14133
Daniel Veillard11648102001-06-26 16:08:24 +000014134Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14135
14136 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
14137 release of 2.3.12
14138 * parser.c: make an error message if unknow entities in all cases
14139
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000014140Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14141
14142 * uri.c: fixed 2 uri normalization bugs on '//' reduction
14143
Daniel Veillard23793842001-06-25 16:07:45 +000014144Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14145
14146 * include/libxml/Makefile.am: Laszlo Peter pointed out that
14147 includes were installed in the wrong dir
14148
Daniel Veillardf5498f32001-06-25 15:08:36 +000014149Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14150
14151 * doc/html.xml: warn against sending code to exhibit bugs.
14152
Daniel Veillard56f06462001-06-24 21:34:03 +000014153Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14154
14155 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
14156 Tru64 from Thomas Leitner
14157
Daniel Veillardc5d64342001-06-24 12:13:24 +000014158Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14159
14160 * AUTHORS: added William and Bjorn
14161 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
14162 daniel@veillard.com hopefully I won't have to do this again
14163 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
14164 docs can be rebuilt cleanly now
14165 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
14166 from CVs it's generated, added include/libxml/xmlwin32version.h
14167 also generated but which should change far less frequently.
14168 * catalog.c nanoftp.c: made sure to include libxml.h not
14169 libxml/xmlversion.h directly
14170 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
14171 when compiling on WIN32 and MSC
14172
Daniel Veillard07385fd2001-06-23 21:55:48 +000014173Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14174
14175 * include/Makefile.am include/libxml/Makefile.am configure.in:
14176 fixed make distcheck and rebuilding the rpms
14177
Daniel Veillardcd1d9442001-06-23 18:53:44 +000014178Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14179
14180 * configure.in: should finish the migration of exported includes
14181 into a real include/libxml in CVS, at least for CVS users.
14182 * removed the exported headers, added in include/libxml (as well
14183 as xmlversion.h.in).
14184
Daniel Veillard6dd8e052001-06-23 18:38:06 +000014185Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14186
14187 * configure.in: fixed the way to detect symlink
14188
Daniel Veillard66541772001-06-23 18:31:04 +000014189Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14190
14191 * configure.in: updated, include/libxml is now a real CVS dir
14192
Daniel Veillardca989762001-06-23 17:39:29 +000014193Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14194
14195 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
14196 version works with both libxml1 and libxml2 (it autodetects
14197 the prefix of the html-files) from Felix Natter.
14198 * doc/xml.html: updated doc accordingly
14199
Daniel Veillard8cf14d52001-06-23 16:32:46 +000014200Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14201
14202 * xpath.c: fixed the bug generating a template loop in libxslt
14203 when using docbook-xsl-1.4, * should filter out document nodes
14204 * HACKING: added William
14205 * TODO: updated
14206
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000014207Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14208
14209 * doc/FAQ.html: added a warning about gcc-3.0
14210 * doc/xml.html: added reference to gdome2 and removed a confusing
14211 sentence
14212
Daniel Veillardf7f41852001-06-22 15:18:01 +000014213Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14214
14215 * xmlversion.h: okay this is a generated file, but Windows
14216 users need it and they can't generate it, and I want CVS
14217 Windows users ...
14218 * win32/libxml2/libxml2_so.dsp: Windows project file for
14219 the shared lib version of libxml2
14220 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
14221 resources needed for libxslt/xsltproc by Yon Derek
14222
Bjorn Reese3157b342001-06-22 14:41:45 +000014223Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14224
14225 * trio.c: MSVC fix (provided by Igor Zlatkovic)
14226
Daniel Veillard4151acb2001-06-22 10:48:57 +000014227Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14228
Daniel Veillardcc146db2001-06-22 11:10:52 +000014229 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
14230
14231Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14232
Daniel Veillard4151acb2001-06-22 10:48:57 +000014233 * include/win32config.h: Yon Derek provided a first fix
14234 to be able to compile libxslt/xsltproc on Windows
14235
Daniel Veillardd79bcd12001-06-21 22:07:42 +000014236Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14237
14238 * xpath.c: attempt to work around what seemed a gcc optimizer
14239 bug when handling floats on i386 http://veillard.com/gcc.bug
14240 * tree.c entities.c encoding.c: doing some cleanups while
14241 chasing it
14242
Daniel Veillard017b1082001-06-21 11:20:21 +000014243Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14244
14245 * Makefile.am: cleanup when --without-debug is specified
14246 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
14247 w.r.t. --without-debug and other include points
14248 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
14249 Catalogs
14250 * configure.in entities.h tree.h HTMLparser.c: removed
14251 --without-corba, made the _private field mandatory
14252
Daniel Veillard87a764e2001-06-20 17:41:10 +000014253Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14254
14255 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
14256 outputs a BOM in UTF8, an errata has been issued to avoid the
14257 problem, that was the most reasonable solution... Add support
14258 for a leading UTF8 BOM in entities.
14259
Daniel Veillard10ea86c2001-06-20 13:55:33 +000014260Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14261
14262 * valid.c: fixed a bug found when post validating an entity ref
14263 * xmllint.c: added --loaddtd and sligly changed --postvalid to
14264 activate it too
14265
Daniel Veillard39196eb2001-06-19 18:09:42 +000014266Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14267
14268 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
14269 weakness in the node copy the XPointer and the XInclude
14270 implementations. Serious cleanup.
14271
Daniel Veillard3739b982001-06-19 12:51:30 +000014272Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14273
14274 * Makefile.am: Kjartan Maraas provided a small patch to
14275 add xml2-config.in to EXTRA_DIST
14276
Daniel Veillarda9142e72001-06-19 11:07:54 +000014277Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14278
14279 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
14280 provided another failing case found in KDE, the way the
14281 ctxt->vctxt.nodeTab was allocated and freed changed over
14282 time but it wasn't completely cleaned up. This should fix it.
14283
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000014284Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14285
14286 * parser.c: Stephan Kulow also raised the fact that line number
14287 could get miscounted making debug harder, fixed the problem
14288 in xmlParseCharData()
14289
Daniel Veillard64b98c02001-06-17 17:20:21 +000014290Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14291
14292 * valid.c: Stephan Kulow pointed out a problem when validating
14293 and using an empty entity, forgot a 'break' in a case.
14294
Daniel Veillarde3c81b52001-06-17 14:50:34 +000014295Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14296
14297 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
14298 * doc/xml.html: updated with 2.3.11
14299
Daniel Veillard4ec885a2001-06-17 10:31:07 +000014300Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14301
14302 * TODO: updated adding cleanup of generated doc
14303 * configure.in: prepared to release 2.3.11
14304 * xmllint.c: added --version for bug reporting
14305 * doc/html/*.html: rebuilt the doc
14306
Daniel Veillard8b8d2252001-06-16 21:24:56 +000014307Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14308
14309 * xpath.c: first part of the work on selecting namespace to
14310 fix bug #56115
14311
Daniel Veillard96ed5832001-06-15 22:22:04 +000014312Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14313
14314 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
14315 when using -liconv
14316 * TODO: updated
14317
Daniel Veillardc4f631d2001-06-14 11:11:59 +000014318Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14319
14320 * HTMLtree.[ch]: more work on the HTML serialization routnes,
14321 cleanup, encoding support.
14322
Daniel Veillard608ad072001-06-14 08:32:28 +000014323Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14324
14325 * xpath.c: Thomas Broyer suggested a better patch for the / arg
14326
Daniel Veillard239d0522001-06-13 23:02:48 +000014327Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14328
14329 * xpath.c: bug detected by Ankh when / is used as a function arg
14330
Daniel Veillard02bb1702001-06-13 21:11:59 +000014331Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14332
14333 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
14334 of element and use it to avoid outputting formatting spaces at
14335 the wrong place. Implemented the format parameter for HTML save.
14336 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
14337 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
14338 result/HTML/wired.html: of course this impact the result of a
14339 number of HTML tests
14340
Daniel Veillard95d845f2001-06-13 13:48:46 +000014341Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14342
14343 * HTMLtree.[ch]: started augmenting the HTML save API with
14344 encoding and formatting parameters
14345
Daniel Veillardeca60d02001-06-13 07:45:41 +000014346Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14347
14348 * HTMLtree.h: cleanup and started evaluating the work needed on
14349 revamping the HTML output code
14350
Daniel Veillard84666b32001-06-11 17:31:08 +000014351Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14352
14353 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
14354
Daniel Veillard8bdd2202001-06-11 12:47:59 +000014355Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14356
14357 * valid.c: fixed bug #56049, forgot one check in the
14358 validation routine
14359
Daniel Veillardca2366a2001-06-11 12:09:01 +000014360Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14361
14362 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
14363
Daniel Veillard6761eee2001-06-11 10:29:38 +000014364Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14365
14366 * libxml.h: fixed an error in last commit
14367 * doc/FAQ.html: added an entry for compilation from CVS
14368
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000014369Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14370
14371 * xmlversion.h.in libxml.h: Cygwin patches
14372 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
14373 * tree.h: cleanup
14374
Daniel Veillardacd370f2001-06-09 17:17:51 +000014375Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14376
14377 * tree.c: patched xmlFreeNode() to avoid freeing() a static
14378 memory block in a strange case where libxml is linked twice
14379 in the binary.
14380
Daniel Veillard1d047672001-06-09 16:41:01 +000014381Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14382
14383 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
14384 state far too often, simple fix used to avoid it.
14385
Daniel Veillard4497e692001-06-09 14:19:02 +000014386Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14387
14388 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
14389 being processed, applied his patch
14390 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
14391
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000014392Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14393
14394 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
14395 provided fixes to compile on MSCC again
14396 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
14397 also provided an update for the project files.
14398
Daniel Veillarda682b212001-06-07 19:59:42 +000014399Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14400
14401 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
14402 bug #55810
14403
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000014404Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14405
14406 * tree.c: fixed xmlGetNsProp() to close bug #55683
14407 Note this requires libxslt to use it's own function instead.
14408
Daniel Veillardf0c53762001-06-07 16:07:07 +000014409Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14410
14411 * HTMLtree.c: when in a pre element no formatting space should
14412 be added.
14413 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
14414
Daniel Veillard068a9652001-06-07 15:30:26 +000014415Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14416
14417 * configure.in: added tests for signal() and signal.h
14418
Daniel Veillard541d6552001-06-07 14:20:01 +000014419Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14420
14421 * xpath.c: robert pointed out xmlXPathNINF was not initialized
14422
Daniel Veillard8a367d42001-06-07 14:01:34 +000014423Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14424
14425 * doc/libxml-doc.el: Felix Natter provided a new version for
14426 libxml2
14427
Daniel Veillard8a926292001-06-07 11:20:20 +000014428Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14429
14430 * HTMLtree.c: when in a pre element no formatting space should
14431 be added.
14432
Daniel Veillard14839d52001-06-06 16:11:56 +000014433Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14434
14435 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
14436
Daniel Veillarde95e2392001-06-06 10:46:28 +000014437Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14438
14439 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
14440 hack
14441 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
14442 * uri.c: fixed a warning
14443
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000014444Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14445
14446 * HTMLtree.c: trying to close bug #55772 escaping in script
14447 elements
14448 * doc/xml.html: suggest to send mail to the list
14449
14450Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000014451
14452 * error.c: attempt to fix the xmlGetVarStr breakage once and for
14453 good. Use a macro and based on the solution provided in
14454 vsnprintf manual page from GNU.
14455
Bjorn Reese99748722001-06-05 12:49:15 +000014456Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14457
14458 * error.c: Workaround for non-preserving variadic list.
14459 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
14460
Daniel Veillard2e4f1882001-06-01 10:11:57 +000014461Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14462
14463 * doc/xml.html: added 2.3.10 release
14464
Daniel Veillardb3a182e2001-06-01 09:28:09 +000014465Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14466
14467 * configure.in: releasing 2.3.10
14468
Daniel Veillard3c2758d2001-05-31 18:43:43 +000014469Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14470
14471 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
14472
Daniel Veillard20042422001-05-31 18:22:04 +000014473Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14474
14475 * encoding.c: Robert Collins provided a patch to add the
14476 "US-ASCII" encoding alias
14477
Daniel Veillard97ac1312001-05-30 19:14:17 +000014478Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14479
14480 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
14481 string oriented functions and started cleaning the related areas
14482 in xpath.c which needed fixing in this respect
14483
Daniel Veillard2d703722001-05-30 18:32:34 +000014484Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14485
14486 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
14487 #55380
14488 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
14489
Daniel Veillard9403a042001-05-28 11:00:53 +000014490Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14491
14492 * TODO: updated
14493 * nanohttp.[ch] : started adding APIs to get the redirected URL
14494 when this occurs (needed for further base computation
14495 * tree.h: cleanup
14496 * encoding.c: cleanup
14497 * SAX.c: minor change around ctxt->loadsubset
14498
Daniel Veillard6278fb52001-05-25 07:38:41 +000014499Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14500
14501 * Makefile.am include/Makefile.am: small change to have
14502 include/libxml rebuilt if working from CVS.
14503 * uri.c: applied another patch from Carl Douglas for URI escaping,
14504 this should close bug #51876
14505
Daniel Veillardd16df9f2001-05-23 13:44:21 +000014506Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14507
14508 * xinclude.c: fixed XInclude recursive behaviour bug #54678
14509 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
14510 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
14511 added specific regression test
14512 * parser.h: preparing for the XSLT mode where DTD inherited
14513 attributes are added to the tree.
14514
Daniel Veillardbbd22452001-05-23 12:02:27 +000014515Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14516
14517 * xinclude.[ch]: Updated the namespace for the Last Call version
14518 * result/XInclude/include test/XInclude/include: updated the
14519 testsuite accordingly
14520
Daniel Veillard8514c672001-05-23 10:29:12 +000014521Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14522
14523 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
14524 related to bug #51876
14525
Daniel Veillard42596ad2001-05-22 16:57:14 +000014526Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14527
14528 * tree.c: fixed a gross mistake in base computation, xml:base is
14529 not completely correct yet (need cascade).
14530 * xpath.[ch]: added the few things needed to find a function name
14531 and URI from the XPath context when it is called.
14532
Daniel Veillard81418e32001-05-22 15:08:55 +000014533Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14534
14535 * catalog.[ch]: fixes and add xmlLoadCatalogs()
14536 * DOCBparser.c: small cleanup
14537 * xmllint.c: added a --catalogs option to load catalogs from
14538 $SGML_CATALOG_FILES
14539 * tree.c: cleanup
14540 * configure.in: iconv library fixup, ICONV_LIBS
14541
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000014542Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14543
14544 * catalog.c: handling of CATALOG entries. detection of recursion,
14545 and a few bugfixes
14546 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
14547 against the default namespace
14548
Daniel Veillard04b93292001-05-21 08:15:31 +000014549Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14550
14551 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
14552
Daniel Veillarda97a19b2001-05-20 13:19:52 +000014553Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14554
14555 * parser.c: fixed propagation context info when parsing an
14556 external entity.
14557 * doc/html/*.html: regenerated a couple of docs
14558
Daniel Veillard4623acd2001-05-19 15:13:15 +000014559Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14560
14561 * doc/xml.html: update with 2.3.9 informations
14562
Daniel Veillardbed7b052001-05-19 14:59:49 +000014563Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14564
14565 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
14566 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
14567 * doc/html/* : rebuilt the docs
14568 * valid.c: small patch which may improve some case when
14569 validating.
14570
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000014571Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14572
14573 * HTMLparser.c: Closed bug #54891
14574 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
14575 to the suite
14576
14577Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14578
14579 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
14580 applied a documentation patch from LotR and filled in a few missing
14581 descriptions
14582
Daniel Veillard76d66f42001-05-16 21:05:17 +000014583Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14584
14585 * xpath.c tree.c parser.c: speed optimizations at the parser level
14586 document tree freeing and xpath evaluation
14587
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000014588Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14589
14590 * parser.c parser.h parserInternals.h: fixed a couple of
14591 interfaces for handling memory buffer input to const char *
14592 upon suggestion of JamesH.
14593
Daniel Veillardc3739e72001-05-15 15:23:27 +000014594Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14595
14596 * configure.in: LoTR sent a patch fixing the previous commit
14597
Daniel Veillarda4f27e02001-05-15 12:41:29 +000014598Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14599
14600 * configure.in: trying to deal again with the stoopid -R linking
14601 flag of Solaris
14602
Daniel Veillard790142b2001-05-15 10:51:53 +000014603Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14604
14605 * xpath.h: two nodeset access macros from Thomas Broyer
14606
Daniel Veillardba0b8c92001-05-15 09:43:47 +000014607Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14608
14609 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
14610 patch from Thomas Broyer
14611
Daniel Veillarde62d36c2001-05-15 08:53:16 +000014612Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14613
14614 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
14615 case
14616 * INSTALL: was empty added stuff from the FAQ
14617
Daniel Veillard75bea542001-05-11 17:41:21 +000014618Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14619
14620 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
14621 attributes handling and #54433 by adding xmlUnsetProp()
14622 and xmlUnsetNsProp()
14623
Daniel Veillard0a2a1632001-05-11 14:18:03 +000014624Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14625
14626 * HTMLparser.c: Patch from Jonas Borgström
14627 (htmlGetEndPriority): New function, returns
14628 the priority of a certain element.
14629 (htmlAutoCloseOnClose): Only close inline elements if they
14630 all have lower or equal priority.
14631 * result/HTML: this of course changed a number of tests results.
14632
Daniel Veillard7d6fd212001-05-10 15:34:11 +000014633Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14634
14635 * xmlIO.c catalog.c: plugged in the default catalog resolution
14636 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
14637 documentations
14638 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
14639
Daniel Veillarda7374592001-05-10 14:17:55 +000014640Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14641
14642 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
14643 integrating catalogs
14644 * catalog.[ch] testCatalog.c: adding a small catalo API
14645 (only SGML catalog support).
14646 * parser.c: restaured xmlKeepBlanksDefault(0) API
14647
Daniel Veillardc17337c2001-05-09 10:51:31 +000014648Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14649
14650 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
14651
Daniel Veillard257d9102001-05-08 10:41:44 +000014652Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14653
14654 * parser.c: added xmlParseExternalEntityPrivate() to allow
14655 propagation of ctxt->_private when parsing external entities
14656
Daniel Veillard083c2662001-05-08 08:27:14 +000014657Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14658
14659 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
14660
Daniel Veillard01ef7382001-05-08 07:31:43 +000014661Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14662
14663 * configure.in: fixed a small portability problem with AM_CONDITIONAL
14664
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000014665Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14666
14667 * valid.c: warn when indeterminist content model is detected
14668 * result/VC/ElementValid8: this adds a message
14669 * Makefile.am: add --novalid for VCM tests
14670 * parserInternals.c: added a call to Init memory
14671
Daniel Veillard64269352001-05-04 17:52:34 +000014672Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14673
14674 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
14675 when both parameters are NULL.
14676
Daniel Veillard37721922001-05-04 15:21:12 +000014677Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14678
14679 * valid.c: applied small patch from Gary Pennington, reindented
14680 some part of the code.
14681
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000014682Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14683
14684 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
14685 release, updated and regenerated the docs
14686
Daniel Veillard357c9602001-05-03 10:49:20 +000014687Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14688
14689 * xpath.c result/XPath/expr/floats : clarified and cleanup
14690 printing of abnormal floats in tests.
14691
Daniel Veillarda2bc3682001-05-03 08:27:20 +000014692Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14693
14694 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
14695 * results/HTML/ : a few changes in the output of the HTML tests as
14696 a result.
14697 * configure.in: tying to fix -liconv where needed
14698
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000014699Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14700
14701 * Makefile.am: fixed a stupid error
14702
Daniel Veillard7150a032001-05-02 16:41:11 +000014703Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14704
14705 * configure.in Makefile.am: make the inclusion of the trio
14706 modules in the library conditional
14707
Daniel Veillardc057c5d2001-05-02 12:41:24 +000014708Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14709
14710 * DOCBparser.c: patche from László Kovács, fixed entities refs
14711 in attributes handling
14712
Daniel Veillardedddff92001-05-02 10:58:52 +000014713Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14714
14715 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
14716 flushing
14717
Daniel Veillardc8f620b2001-04-30 20:31:33 +000014718Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14719
14720 * xpath.c: fix of an XSLT namespace bug reported on the list
14721 general/bug-8-
14722
Daniel Veillard5792e162001-04-30 17:44:45 +000014723Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14724
14725 * strio.h trio.c: Dan McNichol suggested a couple of small
14726 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
14727
Daniel Veillard02141ea2001-04-30 11:46:40 +000014728Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14729
14730 * tree.c parser.c encoding.c: spent a bit more time looking
14731 at the parsing speed and DOM handling. Added a few more
14732 speedups.
14733
Daniel Veillard3ed155f2001-04-29 19:56:59 +000014734Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14735
14736 * parser.c: small but effective parsing speed improvement
14737
Daniel Veillardb59076b2001-04-29 17:04:07 +000014738Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14739
14740 * configure.in: default on the DocBook parser inclusion (for Gnome)
14741 * DOCBparser.h: fixed a header reference
14742
Daniel Veillardb45c43b2001-04-28 17:02:11 +000014743Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14744
14745 * configure.in xpath.c: applied Bjorn patches for FPE on the
14746 alpha
14747
Daniel Veillardeefd4492001-04-28 16:55:50 +000014748Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14749
14750 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
14751 xmlSaveFormatFileTo()
14752
Daniel Veillarde39a93d2001-04-28 14:35:02 +000014753Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14754
14755 * xpath.c: simple and efficient optimization, XPath functions
14756 aways bind to the same code, cache this
14757 * TODO: updated (by saying some is obsolete)
14758
Daniel Veillard2156a562001-04-28 12:24:34 +000014759Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14760
14761 * xpath.c: more cleanup work on XPath name parsing routines
14762
Daniel Veillard61d80a22001-04-27 17:13:01 +000014763Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14764
14765 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
14766 xmlXPathParseName
14767 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
14768 * debugXML.c: avoid compilation problems if compiling without
14769 HTML support, Igor Zlatkovic
14770 * win32/libxml2/libxml2.def.src: being able to compile without
14771 XPath on Windows
14772
Daniel Veillarddbb14a72001-04-26 20:54:01 +000014773Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14774
14775 * libxml.m4: yet another patch from Toshio Kuratomi
14776
Daniel Veillard2913e4c2001-04-26 19:29:02 +000014777Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14778
14779 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
14780
Daniel Veillard67fee942001-04-26 18:59:03 +000014781Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14782
14783 * tree.[ch]: added xmlSaveFormatFile interface for saving
14784 and indenting a file.
14785
Daniel Veillard82e49712001-04-26 14:38:03 +000014786Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14787
14788 * xpath.c: fixed bug #53689 related to processing-instruction()
14789
Daniel Veillard02f077a2001-04-26 10:59:11 +000014790Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14791
14792 * DOCBparser.c: patche from László Kovács
14793
Daniel Veillard30211a02001-04-26 09:33:18 +000014794Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14795
14796 * parser.c: applied fixes from Christian Glahn bug report #53391
14797
Daniel Veillard5a7c3452001-04-26 09:16:13 +000014798Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14799
14800 * error.c: Jean François Lecomte provided a complete description
14801 and a fix to bug #53537
14802
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000014803Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14804
14805 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
14806
Daniel Veillard1034da22001-04-25 19:06:28 +000014807Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14808
14809 * DOCBparser.c SAX.c: a bit more work on entities processing.
14810 Still Need to cleanup XML output and references in attributes
14811
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000014812Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14813
14814 * DOCBparser.c include/Makefile.am: two patches from László Kovács
14815
Daniel Veillardb33c2012001-04-25 12:59:04 +000014816Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14817
14818 * tree.c: trying to fix #53574, not completely complete,
14819 I would like xmllint --copy --debug test/ent1 and
14820 xmllint --debug test/ent1 to show the same result.
14821 * xpath.c: fix a bug when trying to sort namespace nodes
14822
Daniel Veillard5146f202001-04-25 10:29:44 +000014823Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14824
14825 * HTMLtree.c: real fix for #53402
14826
Daniel Veillard7533cc82001-04-24 15:52:00 +000014827Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14828
14829 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
14830 PIs when using xsl:output
14831 * valid.c: closing #53537 some case generate segfaults if there
14832 is validity errors
14833
Daniel Veillard61b33d52001-04-24 13:55:12 +000014834Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14835
14836 * SAX.c testDocbook.c DOCBparser.c: more work on the support
14837 of external parsed entities, added --noent to testDocbook
14838 * valid.c: Garry Pennington found an uninitialized variable
14839 access in xmlValidateElementContent()
14840
Daniel Veillard56098d42001-04-24 12:51:09 +000014841Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14842
14843 * HTMLparser.c : HTML parsing still sucks ... trying to deal
14844 with madness
14845 * result/HTML/ : this modified the result of the regression tests
14846 a lot.
14847
Daniel Veillard122376b2001-04-24 12:12:30 +000014848Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14849
14850 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
14851 to doc where it wasn't checked against NULL reported by
14852 Jens Laas
14853
Daniel Veillard43dadeb2001-04-24 11:23:35 +000014854Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14855
14856 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
14857 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
14858
Daniel Veillardeae522a2001-04-23 13:41:34 +000014859Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14860
14861 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
14862 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
14863 * SAX.[ch]: cleanup and updates for DocBook
14864 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
14865 ex SGML identifier changes
14866 * valid.c: removed a static unused function.
14867
Daniel Veillardde57c612001-04-23 09:13:36 +000014868Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14869
14870 * HTMLtree.c: applied change for Paul Sponagl on script saving
14871 * Makefile.am: the warning about entity title.xml are normal.
14872
Daniel Veillard393df012001-04-22 20:11:18 +000014873Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14874
14875 * configure.in: release of 2.3.7
14876 * Makefile.am: fixing make distcheck
14877
Daniel Veillarda41123c2001-04-22 19:31:20 +000014878Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14879
14880 * doc/html/* doc/xml.html: updated and regenerated the docs
14881
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000014882Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14883
14884 * xpath.c: fixed the XPointer problem introduced in 2.3.6
14885
Daniel Veillarde82a9922001-04-22 12:12:58 +000014886Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14887
14888 * tree.c: fixed #53388 with the provided patch
14889
Daniel Veillard06803992001-04-22 10:35:56 +000014890Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14891
14892 * valid.c: Bjorn detected an invalid memory access. Fixed
14893 vstateVPush()
14894
Daniel Veillard40af6492001-04-22 08:50:55 +000014895Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14896
14897 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
14898
Bjorn Reese70a9da52001-04-21 16:57:29 +000014899Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14900
14901 * libxml.h: new header used only for the compilation of libxml
14902 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
14903 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
14904 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
14905 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
14906 xmlmemory.c xpath.c xpointer.c: libxml.h integration
14907 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
14908 baseline (version 1.2 plus a single patch).
14909 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
14910 scientific notation for numbers. Tests added.
14911 * xpath.c: formatting of numbers changed to use sprintf
14912 (contribution from William Brack)
14913
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000014914Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14915
14916 * valid.c: cleanup, more useful debugging
14917 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
14918 * xmlIO.c: entity loading is printed as an error when validating
14919
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000014920Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14921
14922 * valid.c: fixed to validate within entities
14923 * test/VCM/v22.xml: added a specific testcase
14924
Daniel Veillardca1f1722001-04-20 15:47:35 +000014925Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14926
14927 * valid.c: forgot an epsilon transition in for ()+
14928 * test/VCM/v21.xml : added a specific test case
14929
Daniel Veillard85349052001-04-20 13:48:21 +000014930Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14931
14932 * valid.c: removed a state explosion exhibited by RSS
14933 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
14934 from bug #51872
14935
Daniel Veillarddab4cb32001-04-20 13:03:48 +000014936Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14937
14938 * valid.[ch] tree.h: worked *hard* to get non-determinist content
14939 validation without using an ugly NFA -> DFA algo in the source.
14940 Made a specific algorithm easier to maintain, using a single
14941 stack and without recursion.
14942 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
14943 * hash.c: made the growing routine static
14944 * tree.h parser.c: added the parent information to an
14945 xmlElementContent node.
14946
Daniel Veillarde470df72001-04-18 21:41:07 +000014947Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14948
14949 * SAX.c parser.c xpath.c: generating IDs when not validating
14950 from an external parsed entity was poisoning the ID has table
14951 with removed values. This was killing XSLT on the KDE help
14952 browser.
14953
Daniel Veillardceacdd92001-04-18 15:10:35 +000014954Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14955
14956 * entities.h: andrew@ugh.net.au detected a double declaration
14957
Daniel Veillarda10efa82001-04-18 13:09:01 +000014958Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14959
14960 * debugXML.c hash.c tree.h valid.c : some changes related to
14961 the validation suport to improve speed with DocBook
14962 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
14963 the way validation errors get reported
14964
Daniel Veillard1ed3f882001-04-18 09:45:35 +000014965Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14966
14967 * HTMLparser.c HTMLtree.c: applied part of the patches provided
14968 by P C Chow and William M. Brack for XSLT HTML output
14969
Daniel Veillard2d90de42001-04-16 17:46:18 +000014970Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14971
14972 * xmlversion.h.in win32config.h win32/libxml2/*: applied
14973 Igor Zlatkovic patches for MSC compilation and added his
14974 updates
14975
Daniel Veillarde043ee12001-04-16 14:08:07 +000014976Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14977
14978 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
14979 prefix lookup.
14980 * parserInternals.c: fixed the bug reported by Morus Walter
14981 due to an off by one typo in xmlStringCurrentChar()
14982
Daniel Veillarda3bfca52001-04-12 15:42:58 +000014983Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14984
14985 * HTMLparser.c result/HTML/*: revamped the way the HTML
14986 parser handles end of tags or end of input
14987
Daniel Veillard82daa812001-04-12 08:55:36 +000014988Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14989
14990 * tree.[ch] : added xmlDocCopyNode for gdome2 support
14991
Daniel Veillard67a21302001-04-11 14:39:16 +000014992Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14993
14994 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
14995 bug where the linktime verions of free() won't work ...
14996
Daniel Veillard27b55282001-04-11 12:22:25 +000014997Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14998
14999 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
15000
Daniel Veillardafc73112001-04-11 11:51:41 +000015001Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15002
15003 * doc/xml.html: added 2.3.6 release
15004
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000015005Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15006
15007 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
15008 * result/wml.xml: resulted in a small output change
15009
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000015010Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15011
15012 * tree.c: xmlNewDoc was missing the charset initialization
15013 * xmllint.c: added --auto to autogenerate a doc, allow to
15014 reproduce the problem fixed on xmlNewDoc
15015
Daniel Veillard1731d6a2001-04-10 16:38:06 +000015016Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15017
15018 * xpath.c: trying to get 52979 solved
15019 * tree.c result/ result/noent/: trying to get 52712 solved, this
15020 also made me clean up the fact that XML output in general should
15021 not add formating blanks by default, this changed the output of
15022 a few tests
15023
Daniel Veillard73639a72001-04-10 14:31:39 +000015024Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15025
15026 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
15027
Daniel Veillardfac26a12001-04-08 13:08:14 +000015028Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15029
15030 * configure.in: finally released 2.3.6
15031
Daniel Veillard911f49a2001-04-07 15:39:35 +000015032Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15033
15034 * xpath.c: checking for null pointer generated by new code
15035
Daniel Veillardd8df6c02001-04-05 16:54:14 +000015036Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15037
15038 * xpath.c: fixed a [] evaluation problem reported
15039 * test/XPath/tests/simpleaddr: extended test
15040 * result/XPath/simpleaddr: updated result
15041
Daniel Veillard3b2c2612001-04-04 00:09:00 +000015042Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15043
15044 * xmllint.c: Dan Timis reported a portability problem
15045 on Macs without mmap, fixed it.
15046
Daniel Veillardb38bd552001-04-03 18:22:00 +000015047Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15048
15049 * testXPath.c : added a --tree option allowing to display the
15050 tree dump of the XPath expression
15051
Daniel Veillard4dd93462001-04-02 15:16:19 +000015052Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15053
15054 * xpath.c: fixed a memleak when comparing nodesets
15055 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
15056 * tree.c: added a TODO
15057
Daniel Veillard92ad2102001-03-27 12:47:33 +000015058Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15059
15060 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
15061 we need string functions
15062 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
15063 to be able to use them where needed. Applied some changes
15064 to reduce name linking pollution and compile in only what's
15065 needed.
15066 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
15067 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
15068 for the string manipulation functions
15069 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
15070 to the free() function of xmlmemory.c
15071 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
15072 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
15073 usage.
15074
15075
Daniel Veillard2be30642001-03-27 00:32:28 +000015076Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15077
15078 * error.c: applied the context output patch of the error
15079 handling submitted by Chuck Griffith
15080 * error/VC/*: this slightly change some error logs
15081
Daniel Veillard50582112001-03-26 22:52:16 +000015082Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15083
15084 * parser.c: fixed line number reporting on error
15085
Daniel Veillard04be4f52001-03-26 21:23:53 +000015086Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15087
15088 * parser.c: Sullivan and Darin found a parser bug,
15089 applied the patch.
15090
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000015091Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15092
15093 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
15094 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
15095 xmlversion.h.in xpointer.c: of course the way I defined
15096 UNUSED breaks on old gcc version. Try to be smart and
15097 also define it directly in xmlversion.h
15098 * configure.in: removed -ansi flag from the pedantic set
15099
15100Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000015101 Huge cleanup, I switched to compile with
15102 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
15103 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
15104 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
15105 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
15106 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
15107 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
15108 encoding.h entities.c error.c list.[ch] nanoftp.c
15109 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
15110 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
15111 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
15112 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
15113 Cleanup, staticfied a number of non-exported functions,
15114 detected and cleaned up a dozen of problem found this way,
15115 avoided a lot of public function name/typedef/system names clashes
15116 * doc/xml.html: updated
15117 * configure.in: switched private flags to the really pedantic ones.
15118
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000015119Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15120
15121 * configure.in: 2.3.5
15122 * doc/html/*: rebuilt the docs
15123
Daniel Veillard146c9122001-03-22 15:22:27 +000015124Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15125
15126 * parser.c: fixed a reported bug in NOTATION parsing
15127 * uri.c: accepted but not fixed bug 51876, added TODO
15128 * Makefile.am: fixed bug 51876
15129
Daniel Veillarda5f013b2001-03-22 12:44:45 +000015130Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15131
15132 * config.h.in configure.in error.c: fix a compilation problem
15133 on platforms without vsnprintf (xml@thewrittenword.com)
15134
Daniel Veillarde020c3a2001-03-21 18:06:15 +000015135Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15136
15137 * parser.c: fixed a function name header typo
15138 * SAX.c: notations can also occur in external subset.
15139
Daniel Veillard7d42b542001-03-20 13:22:46 +000015140Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15141
15142 * error.c: removed a C++ like comment
15143
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000015144Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15145
15146 * parser.c: fixing bug 52299 strange condition leading
15147 to a parser crash due to a buffer overflow
15148 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
15149 added the specific test case
15150
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000015151Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15152
15153 * xpath.[ch]: still a lot of cleanup based on XSLT, added
15154 xmlXPathConvert{String,Number,Boolean} to be able to make
15155 type casts without a context stack, fixed some implementation
15156 problems related to the absence of context at parse-time,
15157 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
15158 in the public API too
15159 * xpointer.c xpathInternals.h: we need to know at parse time
15160 whether we are compiling an XPointer
15161
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000015162Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15163
15164 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
15165 cleaned up the parser internals, refactored XPath code, added
15166 new compilation based APIs and cleanly separated public and
15167 private APIs.
15168
Daniel Veillardd007d6c2001-03-19 00:01:07 +000015169Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15170
15171 * xpath.h: the comp field must be added at the end to avoid
15172 killing binary compat.
15173
Daniel Veillard9e7160d2001-03-18 23:17:47 +000015174Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15175
15176 * Makefile.am: detect XPath memleaks in regreson tests
15177 * error.c: fixed and error w.r.t. error reporting still using
15178 stderr
15179 * hash.c: added new line at end of file
15180 * tree.h: minor cleanup
15181 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
15182 expression parsing from evaluation, resulted in a number of
15183 changes internally, and in XPointer. Likely to break stuff
15184 using xpathInternals.h but should remain binary compatible,
15185 new interfaces will be added.
15186
Daniel Veillardd574f782001-03-14 19:40:17 +000015187Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15188
15189 * configure.in: fixed a couple of problems reported by
15190 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
15191 without gcc on non linux platforms.
15192
Daniel Veillard0a6c3582001-03-14 19:15:37 +000015193Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15194
15195 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
15196 a fix for --with-html-dir= configure support. I hope it won't
15197 break rpm generation
15198
Daniel Veillarda022fe02001-03-14 16:30:00 +000015199Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15200
15201 * xmlIO.c: one function comment cleanup.
15202
Daniel Veillard25239c12001-03-14 13:56:48 +000015203Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15204
15205 * SAX.c: external subset notations were improperly registered
15206 in the internal subset.
15207
Daniel Veillard2c4754f2001-03-13 09:31:12 +000015208Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15209
15210 * README.cvs-commits: added, pointing to HACKING
15211 * HACKING: updated
15212
Daniel Veillard82ab81e2001-03-12 21:11:21 +000015213Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15214
15215 * parser.c: and Matt Sergeant found one in the XML push
15216 parser (erroneous check I forgot to remove when I fixed the
15217 main parser).
15218
Daniel Veillard68d7b672001-03-12 18:22:04 +000015219Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15220
15221 * xpath.c: ptittom found a small bug in UnaryExpr
15222
Daniel Veillarde356c282001-03-10 12:32:04 +000015223Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15224
15225 * configure.in: bumped to 2.3.4
15226 * error.c: fixed bug #51860
15227 * tree.c: fixed bug #51861
15228 * valid.c: cleanup, more debug, failed to fix one bug crap ...
15229 * tree.[ch] : added xmlDefaultBufferSize
15230 * nanoftp.c: typo in function name header block
15231 * doc/xml.html : updated, added link to XML::LibXSLT
15232 * doc/html/* : rebuilt the docs
15233
Daniel Veillard80f32572001-03-07 19:45:40 +000015234Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15235
15236 * parser.c SAX.c: the new content parsing code raised an
15237 ugly bug in the characters() SAX callback. Found it
15238 just because of strangeness in XSLT XML Rec ouptut :-(
15239
Daniel Veillard6c831202001-03-07 15:57:53 +000015240Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15241
15242 * Makefile.am: Martin Baulig suggested to add -lm
15243 * tree.c: found another bug in xmlNodeGetContent()
15244
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000015245Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15246
15247 * xpath.c: Bjorn found the error related to strictness of comparison.
15248
Daniel Veillard29631a82001-03-05 09:49:20 +000015249Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15250
15251 * parser.c: trying to fix the Dtd parsing problem reported
15252 by Gary, side effect of last week speed optimizations.
15253
Daniel Veillard14be0a12001-03-03 18:50:55 +000015254Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15255
15256 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
15257 * parserInternals.c: removed unneeded test raised by Stric
15258
Bjorn Reesee1dc0112001-03-03 12:09:03 +000015259Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
15260
15261 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
15262 and fixed by William Brack). Added xmlXPathFormatNumber.
15263 Changed the sorting slightly.
15264 * configure.in Makefile.am example/Makefile.am: Added -lm.
15265 Please note that applications linking with libxml2, must
15266 also like with the math library from now on.
15267
Daniel Veillardf9533d12001-03-03 10:04:57 +000015268Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15269
15270 * HTMLparser.c: fixed loop reported by Marc Sanfacon
15271
Daniel Veillard2f362242001-03-02 17:36:21 +000015272Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15273
15274 * parser.c: one must report spaces even if the Dtd element
15275 content proves that this is not part of the element content.
15276 * result/valid/*.xml: this changed the ouptu slightly
15277
Daniel Veillardb402c072001-03-01 17:28:58 +000015278Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15279
15280 * configure.in: bumped to 2.3.3
15281 * doc/xml.html: updated
15282
Daniel Veillard77851712001-02-27 21:54:07 +000015283Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15284
15285 * tree.c: minor doc fix
15286 * xpath.c: deallocation issues when a result tree has been
15287 converted to a node-set
15288
Daniel Veillardec70e912001-02-26 20:10:45 +000015289Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15290
15291 * doc/xml.html: oops corrected dates s/2000/2001
15292
Daniel Veillard8730c562001-02-26 10:49:57 +000015293Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15294
15295 * valid.c: new patch from Gary Pennington
15296
Daniel Veillard91e9d582001-02-26 07:31:12 +000015297Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15298
15299 * doc/xml.html: applied patch from Ankh
15300
Daniel Veillardedac3c92001-02-26 01:36:19 +000015301Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15302
15303 * xinclude.c: fixed a problem building on Mac
15304
Daniel Veillard21a0f912001-02-25 19:54:14 +000015305Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15306
15307 * parser.c: more work on increasing parsing ferformances
15308
Daniel Veillard48b2f892001-02-25 16:11:03 +000015309Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15310
15311 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
15312 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
15313 avoiding memcpy in production builds MEM_CLEANUP macro use
15314 * parser.[ch] parserInternals.c: optimizations of the tightest
15315 internal loops inside the parser. Better checking of I/O
15316 flushing/loading conditions
15317 * xmllint.c : added --timing
15318
Daniel Veillard71681102001-02-24 17:48:53 +000015319Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15320
15321 * configure.in: bumped to 2.3.2
15322 * doc/xml.html: updated for release
15323
Daniel Veillardbbd51d52001-02-24 03:07:03 +000015324Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15325
15326 * xpath.c: found a memleak and fixed a nasty bug
15327
Daniel Veillardf7cd4812001-02-23 18:44:52 +000015328Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15329
15330 * xmllint.[c1] : added return code errors for xmllint
15331 * xpath.c: specific debug dump function for result value trees
15332
Daniel Veillard4b637072001-02-21 21:52:55 +000015333Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15334
15335 * xpath.c: finally implemented xmlXPathCompareNodeSets
15336 * test/XPath/expr/floats results/XPath/expr/floats: added
15337 a test for float expressions
15338
Daniel Veillardf714aa32001-02-21 03:07:44 +000015339Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15340
15341 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
15342 * parserInternals.[ch]: trying to speed up parsing
15343 * xpath.c : speeded up node set equality op
15344
Daniel Veillarde0c3a622001-02-19 18:05:20 +000015345Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15346
15347 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
15348 better handling of ID/IDREF and the list modules associated
15349 * configure.in: small CFLAGS cleanup
15350
Daniel Veillarda8abee62001-02-19 15:14:59 +000015351Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15352
15353 * configure.in: fixed iconv detection on AIX (stric)
15354
Daniel Veillardbca64ef2001-02-19 22:20:01 +000015355Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000015356
15357 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
15358
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000015359Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
15360
15361 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
15362 and optimized xmlXPathNodeSetSort
15363
Daniel Veillard142adbf2001-02-17 13:21:05 +000015364Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15365
15366 * xpath.c: bug fix when context size is 0
15367 * parser.c: I like Norm's Dtd because they still manage to break
15368 the parser occasionally
15369
Daniel Veillardf23e0092001-02-16 13:21:29 +000015370Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15371
15372 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
15373
Daniel Veillarde0e26512001-02-16 00:11:46 +000015374Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15375
15376 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
15377 attributes within the XML-1.0 namespace
15378
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000015379Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15380
15381 * xpathInternals.h: exported a few axis functions
15382 * doc/xml.html: updated the doc
15383
Daniel Veillard760f4422001-02-15 14:59:48 +000015384Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15385
15386 * configure.in: applied patch from Daniel van Balen for OpenBSD
15387 and bumped version to 2.3.1
15388 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
15389 attempt to find autoclosing was simply broken, removed it,
15390 updated the examples, this is better
15391
Daniel Veillardd194dd22001-02-14 10:37:43 +000015392Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15393
15394 * hash.[ch]: added Paolo Casarini patch to provide Delete from
15395 hash functionnalities.
15396 * doc/html/* : rebuild the doc
15397
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000015398Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15399
15400 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
15401 on predicate
15402 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
15403 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
15404 really want to have tags closed on output even if we accept
15405 unclosed ones on input
15406
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000015407Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15408
15409 * xpath.c: ouch don't free NULL, rare case fixed
15410 * tree.c: don't coalesce text nodes if they don't have the
15411 same behaviour wrt escaping on output
15412
Daniel Veillardd12b69d2001-02-11 20:17:31 +000015413Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15414
15415 * xpath.c: small fixup
15416 * SAX.c: don't warn on empty namespaces.
15417
Daniel Veillard6a2e4062001-02-08 10:31:33 +000015418Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15419
15420 * README: a bit of cleanup
15421 * configure.in: preparing for 2.3.0 release
15422
Daniel Veillard1f83d392001-02-08 09:37:42 +000015423Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15424
15425 * hash.[ch]: added a first version of xmlHashSize()
15426 * valid.c: another bug fix from Gary Pennington
15427
Daniel Veillard5eef6222001-02-07 18:24:48 +000015428Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15429
15430 * valid.c: couple of bug fixes pointed by Gary Pennington
15431 * HTMLtree.c: #if 0 cleanup
15432
Daniel Veillard2c257ec2001-02-06 13:29:07 +000015433Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15434
15435 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
15436 which removes a time consuming check of xmlXPathNodeSetAdd()
15437 and use it in places where we are sure to not break unicity
15438
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000015439Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15440
15441 * xpath.c: bug fixes found from XSLT
15442 * tree.c: preserve node->name special values when copying nodes.
15443 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
15444 external subset are fetched when available but without full
15445 validation. Added xmlLoadExtDtdDefaultValue, need a function.
15446 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
15447 output with encoding disabled.
15448
Daniel Veillard2c833b62001-02-03 08:52:06 +000015449Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15450
15451 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
15452 xmlCheckFilename should not be called from xmlFileOpenW
15453 and xmlGzfileOpenW
15454
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000015455Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15456
15457 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
15458 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
15459 added the new tests for URI normalization
15460 * testURI.c: fixed stoopid bugs
15461 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
15462 the URI in the error messages are now properly normalized
15463
Daniel Veillardea28ce62001-02-02 08:20:19 +000015464Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15465
15466 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
15467
Daniel Veillarde99a4762001-02-01 04:34:35 +000015468Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15469
15470 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
15471
Daniel Veillard2b325a02001-01-31 20:46:31 +000015472Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15473
15474 * xpath.c: fixed mod operator
15475
Daniel Veillardde55cf62001-01-31 15:53:13 +000015476Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15477
15478 * parser.c: fixed xmlStrcat doc
15479 * tree.c: 2 fixes form Anders Carlson for copying nodes and
15480 trees.
15481
Daniel Veillard2f913b72001-01-31 13:23:49 +000015482Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15483
15484 * xpath.c result/XPath/tests/chaptersbase
15485 result/XPath/tests/simplebase: fixed XPath node()
15486 * tree.c: small fix in xmlNewNs()
15487 * Makefile.am: removed extraneous xml2Conf.sh rule
15488
Daniel Veillardb42042b2001-01-28 07:40:36 +000015489Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15490
15491 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
15492 Changed the library name, in order to get libxml-devel and
15493 libxml2-devel to coexist on a single system
15494 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
15495 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
15496
Daniel Veillardee0a4662001-01-27 18:59:33 +000015497Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15498
15499 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
15500 libxml2-devel installable in // as libxml-devel.
15501
Daniel Veillard5eb05942001-01-27 17:50:22 +000015502Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15503
15504 * doc/Makefile.am: fixed make rebuild in doc
15505 * doc/html/*.html: rebuilt the docs
15506
Daniel Veillard65c295d2001-01-26 09:32:39 +000015507Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15508
15509 * tree.c: patch from Bjorn Reese on xmlBufferCCat
15510
Daniel Veillard8e199902001-01-25 18:54:39 +000015511Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15512
15513 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
15514 the HTML doc to go into the -devel RPM ...
15515 * aclocal.m4 config.h.in: some updates due to auto* magic
15516
Daniel Veillard93086662001-01-25 18:13:04 +000015517Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15518
15519 * xpath.h: added a hook in the context structure allowing to
15520 link to extra support, needed for XSLT
15521
Daniel Veillardf17e09b2001-01-25 13:55:35 +000015522Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15523
15524 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
15525 xmlXPtrCmpPoints to use it.
15526 * propagated the following patch from Alejandro Forero
15527 * include/win32config.h xmlIO.c: applied further suggestions
15528 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
15529 * example/gjobread.c: fixed warnings, now that it builds
15530
15531Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
15532
15533 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
15534
15535 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
15536 filename points to a valid file (not a directory).
15537 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
15538 Added calls to xmlCheckFilenameDir.
15539
15540 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
15541 `path' (rather than `filename') as the parameter to gzopen and open.
15542
Daniel Veillard48177c22001-01-23 15:27:41 +000015543Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15544
15545 * Makefile.am: fixed a problem with EXTRA_DIST
15546
Daniel Veillardb83ba402001-01-22 22:45:10 +000015547Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15548
15549 * Makefile.am example/Makefile.am: finally found the trick
15550 to build the example, i.e. add "." in SUBDIRS before example
15551 in the list <grin/>
15552
Daniel Veillard82687162001-01-22 15:32:01 +000015553Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15554
15555 * doc/xml.html: updated with an XSLT section, removed pointer to
15556 W3C CVS base.
15557
Daniel Veillard8a7642f2001-01-22 10:45:16 +000015558Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15559
15560 * xpath.c: when copying a XSLT tree object teh tree need to be copied
15561 too, and deallocation need to occur the same way.
15562
Daniel Veillarde4566462001-01-22 09:58:39 +000015563Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15564
15565 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
15566 type correponding to an XSLT result tree fragment. Share most
15567 of the data format with node set, as well as operators.
15568 * HTMLtree.c: added a newline at the end of the doctype output
15569 whe this one is not present initially.
15570 * tree.c: make sure taht the parent and doc pointers are properly
15571 set when copying attributes (lists).
15572
Daniel Veillard701c7362001-01-21 09:48:59 +000015573Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15574
15575 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
15576
Daniel Veillard5a2b6972001-01-20 21:15:50 +000015577Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15578
15579 * xpath.c: seems I finally killed that ugly path evaluation
15580 context bug (tagged 9999 in case is is wrong)
15581
Daniel Veillard8f4d9752001-01-19 05:32:34 +000015582Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15583
15584 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
15585 for XSLT
15586
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000015587Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15588
15589 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
15590 for xmlGzfileOpen() bug
15591
Daniel Veillardf6eea272001-01-18 12:17:12 +000015592Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15593
15594 * xpath.c: removed an error found by XSLT usage
15595 * tree.c parserInternals.h: use a predefined static string
15596 for text and comment nodes, avoid freeing them in xmlFreeNode,
15597 exported the string name in parserInternals.h and added
15598 another value to disable encoding at output (for XSLT),
15599 gain memory, time.
15600
Daniel Veillard8f2cc572001-01-17 08:19:35 +000015601Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15602
15603 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
15604 win32/libxml2/libxml2_so.dsp: new makefiles and update
15605 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
15606
Daniel Veillardf831bfb2001-01-16 17:26:04 +000015607Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15608
15609 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
15610 Gary Pennington
15611
Daniel Veillard389e6b72001-01-15 19:41:13 +000015612Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15613
15614 * xpath.c: fixed the comaprision of values and nodelists,
15615 need to compare nodelist still ...
15616 * debugXML.c: avoided a possible core dump
15617 * HTMLparser.c: cleanup
15618 * nanohttp.c: contributed fix.
15619 * tree.c: fixes in properties handling added xmlSetNsProp
15620 needed by libxslt
15621 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
15622 comment
15623 * TODO: updated
15624
Daniel Veillard167bd532001-01-06 21:09:34 +000015625Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15626
15627 * parser.c parserInternals.c: applied Bjorn Reese optimization
15628 patch
15629
15630Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15631
15632 * Makefile.am: applied patch fro make check from Martin Vidner
15633
Daniel Veillard503b8932001-01-05 06:36:31 +000015634Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15635
15636 * configure.in: preparing 2.2.11
15637 * doc/html/*: rebuild the HTML files
15638 * doc/xml.html : updated
15639
Daniel Veillardc2f4df22001-01-04 14:06:39 +000015640Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15641
15642 * tree.c: fixed a stupid bug
15643 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
15644 patches related to validation of an XInclude processing result
15645 * TODO: updated
15646
Daniel Veillarde2488192001-01-04 10:54:22 +000015647Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15648
15649 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
15650 on large files
15651
Daniel Veillardf060a412001-01-03 20:52:44 +000015652Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15653
15654 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
15655
Daniel Veillard45cff692001-01-03 18:02:04 +000015656Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15657
15658 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
15659 reported by Jonas Borgström
15660 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
15661
Daniel Veillard08108982001-01-03 15:24:58 +000015662Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15663
15664 * testXPath.c xpath.c: fixing the XPath union expressions problem
15665 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
15666
Daniel Veillard4a6845d2001-01-03 13:32:39 +000015667Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15668
15669 * xmllint.c: Made is so if the file name is "-" is will read form
15670 standard input. Sven Heinicke <sven@zen.org>
15671 * tree.c: fixed a problem when growing buffer
15672 * tree.h: fixed the comment of the node types following andersca
15673 comment
15674 * TODO: updated
15675
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000015676Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15677
15678 * HTMLparser.[ch]: added a way to avoid adding automatically
15679 omitted tags. htmlHandleOmittedElem() allows to change the
15680 default handling.
15681 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
15682 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
15683 of xmllint too when using --memory flag, added a memory test
15684 suite at the Makefile level.
15685 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
15686 with namespace use when encountering QNames in XPath evalation,
15687 added xmlns() scheme in XPointer.
15688 * nanoftp.c : incorporated a fix
15689 * parser.c xmlIO.c: fixed problems raised with encoding when using
15690 the memory I/O
15691 * parserInternals.c: closed bug 25934 reported by
15692 torsten.landschoff@innominate.de
15693 * TODO: updated
15694
Daniel Veillarda1fe9102000-11-25 10:49:25 +000015695Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15696
15697 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
15698 on a non-updated tree :-(, made a 2.2.10 release to correct the
15699 situation
15700
Daniel Veillardce6e98d2000-11-25 09:54:49 +000015701Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15702
15703 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
15704 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
15705 integrated a set of OpenVMS changes from Howard Taylor
15706 <Howard.Taylor@pacoast.com>
15707
Daniel Veillard58770e72000-11-25 00:48:47 +000015708Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15709
15710 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
15711 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
15712
Daniel Veillardf62ceff2000-11-24 23:36:01 +000015713Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15714
15715 * HTMLparser.c: some fixes on auto-open of html/head/body
15716 * encoding.c: fixed a compilation error on some gcc env
15717 * xpath.c xpointer.[ch] xpathInternals.h: improved the
15718 XPointer implementation
15719 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
15720 related XPointer tests and associated results
15721
Daniel Veillard300f7d62000-11-24 13:04:04 +000015722Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15723
15724 * doc/xmldtd.html doc/xml.html: following a short step by step
15725 guidance on IRC to help maciej with DTDs I started a small
15726 page on the subject.
15727
Daniel Veillard748e45d2000-11-17 16:36:08 +000015728Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15729
15730 * HTMLparser.c: fixed handling of broken charrefs
15731 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
15732 patches
15733
Daniel Veillard28929b22000-11-13 18:22:49 +000015734Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15735
15736 * doc/xml.html doc/html/* : rebuilt the docs after adding
15737 xinclude and updated page for 2.2.7 and 2.2.8
15738 * configure.in: releasing 2.2.8
15739
Daniel Veillard41e06512000-11-13 11:47:47 +000015740Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15741
15742 * parser.[ch] parserInternals.c: applied the conditional
15743 section processing fix from Jonathan P Springer
15744 <jonathan.springer2@gte.net>
15745 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
15746 project file, fixed iconv default non support
15747 * xpath.c: fixed the problem of evaluating relative expressions
15748 when a node context is provided.
15749
Daniel Veillardbf432752000-11-12 15:56:56 +000015750Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15751
15752 * nanoftp.c: fixed gcc 2.95 new warnings
15753 * SAX.c: fixed a stupid bug
15754 * tree.c: fixed a formatting problem when round-tripping
15755 from/to memory
15756 * xinclude.c: chased memleak, fixed a base problem
15757 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
15758 xmlXPtrBuildNodeList()
15759 * TODO: updated
15760 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
15761 adding a first small set of regression tests for XInclude
15762
Daniel Veillardc2def842000-11-07 14:21:01 +000015763Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15764
15765 * nanohttp.[ch]: applied Wayne Davison patches to access
15766 the WWW-Authorization header.
15767 * parser.c: Closed Bug#30847: Problems when switching encoding
15768 in short files by applying Simon Berg's patch.
15769 * valid.c: fixed a validation problem
15770 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
15771 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
15772 Wayne Davison
15773 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
15774 need to be extended to non full nodes selections.
15775 * xinclude.c: starts to work decently
15776
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000015777Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15778
15779 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
15780 debugXML.c xmlversion.h.in: Started adding XInclude support,
15781 this is a new xmllint option
15782 * tree.c xpath.c: applied TOM patches for XPath
15783 * xpointer.c: fixed a couple of errors.
15784 * uri.c: added an escaping function needed for xinclude
15785 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
15786 new warning from RH70 gcc's version
15787
Daniel Veillarda4964b72000-10-31 18:23:44 +000015788Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15789
15790 * HTMLparser.c: fixed loop on invalid char in scripts
15791 * parser.c: update to description of xmlIOParseDTD()
15792 * libxml.m4 xmlversion.h.in: changes contributed by
15793 Michael Schmeing <m.schmeing@internet-factory.de>
15794 * configure.in: preparing for 2.2.7
15795 * Makefile.am: trying to avoid config.h and acconfig.h
15796 being included in the distrib
15797 * configure.in: released 2.2.7
15798
15799Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15800
15801 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
15802 like namespaces for good. Unified xmlNs and xmlNode somewhat.
15803
Daniel Veillard01411222000-10-30 15:33:22 +000015804Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15805
15806 * parser.[ch]: added xmlIOParseDTD()
15807 * xpointer.c: added support for the 2 extra parameters of
15808 string-range, fixed a stoopid error when '0' was present
15809 in XPointer expressions
15810 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
15811 testsuite for the above
15812
Daniel Veillard6db58192000-10-30 09:27:53 +000015813Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15814
15815 * libxml.spec.in: improved package descriptions
15816
Daniel Veillarda5db68a2000-10-29 18:06:06 +000015817Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15818
15819 * xpath.c xpathInternals.h: applied a large cleaning patch
15820 from TOM <ptittom@free.fr>, it also add namespace support
15821 for function and variables registration.
15822
Daniel Veillardbd20df72000-10-29 17:53:40 +000015823Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15824
15825 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
15826 * Makefile.mingw: Wayne Davison's update adding hash.c
15827
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000015828Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15829
15830 * xpath.c: fixed the root evaluation problems
15831 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
15832 ignorable spaces with <b> <bold> <em>
15833 * tree.c: fixed a loop in xmlSearchNsByHref()
15834
Daniel Veillard767662d2000-10-27 17:04:52 +000015835Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15836
15837 * xpath.c: applied another XPath patch from TOM
15838 * xpath.c include/makefile.am: applied another patch from
15839 china@thewrittenword.com (cleanup on IRIX).
15840
Daniel Veillard211cc0a2000-10-27 11:49:33 +000015841Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15842
15843 * xml-config.1: received a fixed version from Fredrik Hallenberg
15844 <hallon@lysator.liu.se>
15845
Daniel Veillardf6bf9212000-10-26 14:07:44 +000015846Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15847
15848 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
15849 cleanup patch for XPath
15850
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000015851Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15852
15853 * patched to redirrect all "out of context" error messages to
15854 a reconfigurable routine. The changes are:
15855 * xmlerror.h : added the export of an error context type (void *)
15856 an error handler type xmlGenericErrorFunc there is an interface
15857 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
15858 to reset the error handling routine and its argument
15859 (by default it's equivalent to respectively fprintf and stderr.
15860 * all the c files: all wild accesses to stderr or stdout within
15861 the library have been replaced to calls to the handler.
15862
Daniel Veillard29a11cc2000-10-25 13:32:39 +000015863Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15864
15865 * configure.in: release 2.2.6
15866 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
15867 exporting the inner functions of xpath for extension modules
15868 * doc/*: updated and rebuilt the doc
15869
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000015870Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15871
15872 * nanohttp.c : applied Wayne HTTP cleanup patch
15873 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
15874 and xmlNodeSetSpacePreserve()
15875
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000015876Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15877
15878 * xpath.c: closing bug #29260
15879
Daniel Veillard126f2792000-10-24 17:10:12 +000015880Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15881
15882 * hash.[ch] debugXML.c: expanded/enhanced the API, added
15883 multikey tuples, made hash structure opaque
15884 * valid.[ch]: moved elements, attributes, notations decalarations
15885 as well as ID and refs to hash tables.
15886 * entities.c: hash cleanup
15887 * xmlmemory.c: fixed a dump problem in debug mode
15888 * include/Makefile.am: problem passing in DESTDIR= values patch
15889 from Marc Christensen <marc@calderasystems.com>
15890 * nanohttp.c: removed debugging remains
15891 * HTMLparser.c: the bogus tag should be ignored (Wayne)
15892 * HTMLparser.c parser.c: fixing a number of problems with the
15893 macros in the *parser.c files (Wayne).
15894 * HTMLparser.c: close the previous option when opening a new one
15895 (Marc Sanfacon).
15896 * result/HTML/*: updated the HTML results accordingly
15897
Daniel Veillard52afe802000-10-22 16:56:02 +000015898Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15899
15900 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
15901 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
15902 XPath functions and XML entities table to them. More to come...
15903 * xmlIO.c: fixed libxml closing FILEs it didn't open.
15904
Daniel Veillard683cb022000-10-22 12:04:13 +000015905Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15906
15907 * tree.c: coalesce adjacent text nodes
15908 * valid.c: handling of blank nodes in DTd validation (raised
15909 by problems with a posteriori validation).
15910 * nanohttp.c: changing behaviour on HTTP write stuff.
15911 * HTMLtree.c: forced body and html to be explicitely closed.
15912 * xpath.h: exported more XPath functions.
15913
Daniel Veillard1baf4122000-10-15 20:38:39 +000015914Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15915
15916 * Release of 2.2.5
15917 * xpointer.c: range() range-inside and other helper functions
15918 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
15919
Daniel Veillard47e12f22000-10-15 14:24:25 +000015920Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15921
15922 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
15923 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
15924
Daniel Veillardb732a0e2000-10-15 11:27:01 +000015925Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15926
15927 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
15928 and XPointer modules
15929
Daniel Veillard134c9f32000-10-15 10:27:08 +000015930Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15931
15932 * SAX.h: closed #25107
15933
Daniel Veillard39915622000-10-15 10:06:55 +000015934Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15935
15936 * testSAX.c: fixed problem with cdata reporting
15937 * SAXresult/* : updated
15938
Daniel Veillard1e851392000-10-15 10:02:56 +000015939Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15940
15941 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
15942 Closed bug #27499, added to regression tests
15943 * TODO: updated
15944
Daniel Veillard7eda8452000-10-14 23:38:43 +000015945Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15946
15947 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
15948 support for SCRIPT and STYLE with help from Bjorn Reese
15949 * test/HTML/* result/HTML/*: added simple testcase and updated
15950 the existing ones.
15951
Daniel Veillardff9c3302000-10-13 16:38:25 +000015952Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15953
15954 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
15955 string-range for empty strings
15956 * test/XPath/docs/str test/XPath/xptr/chaptersrange
15957 test/XPath/xptr/strrange: augmented the XPointer testsuite
15958
Daniel Veillard189446d2000-10-13 10:23:06 +000015959Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15960
15961 * doc/xml.html doc/xmlmem.html: added a module describing memory
15962 interfaces and use, updated the main page.
15963
Daniel Veillard2f971a22000-10-12 23:26:32 +000015964Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15965
15966 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
15967 nanoftp code work on Windows too now
15968
15969Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000015970
15971 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
15972 * xpointer.c: implemented string-range() at least a good first version
15973 * test/XPath/docs/str test/XPath/xptr/strrange
15974 result/XPath/xptr/strrange: the string-range() tests
15975
Daniel Veillardd3c68c42000-10-12 08:06:28 +000015976Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15977
15978 * Makefile.am include/Makefile.am include/win32config.h
15979 win32/Makefile.mingw: fixed problems reported by Wayne Davison
15980 and make distcheck
15981
Daniel Veillard19d61112000-10-11 23:50:35 +000015982Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15983
15984 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
15985 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
15986 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
15987
Daniel Veillardb0426ca2000-10-11 23:39:43 +000015988Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15989
15990 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
15991 patch for socklen_t detection by
15992 Albert Chin-A-Young <china@thewrittenword.com>
15993
Daniel Veillardcd429612000-10-11 15:57:05 +000015994Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15995
15996 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
15997 and added a --dtdvalid option to xmllint used to test it
15998
Daniel Veillard47c02452000-10-11 13:04:36 +000015999Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16000
16001 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
16002 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
16003
Daniel Veillard2d38f042000-10-11 10:54:10 +000016004Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16005
16006 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
16007 handlings (registration, lookup, cleanup)
16008
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000016009Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16010
16011 * configure.in Makefile.am include/makefile.am: adding XPointer
16012 and XPtrtests target
16013 * xpointer.[ch] : new files for XPointer support
16014 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
16015 more XPath tests
16016
Daniel Veillard57fda592000-10-10 23:24:14 +000016017Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16018
16019 * configure.in: fixed, very broken, make distcheck works again
16020
Daniel Veillarde8282ed2000-10-10 23:01:31 +000016021Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16022
16023 * More work toward 2.2.5, integrated a number of patches
16024 * configure.in Makefile.am win32config.h.in: trying to cleanup
16025 make distcheck .... huh ...
16026 * include/Makefile.am include/win32config.h: new directory
16027 for includes
16028 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
16029 updated teh makefiles and instructions for WIN32
16030 * xpath.c: small fixes
16031 * test/XPath/ results/XPath: updated the testcases and results
16032 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
16033 suggested patches
16034 * valid.c: fixed an ID bug
16035
Daniel Veillardb71379b2000-10-09 12:30:39 +000016036Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16037
16038 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000016039 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000016040 * xpath.[ch]: worked on XPointer
16041
Daniel Veillard7e99c632000-10-06 12:59:53 +000016042Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16043
16044 * configure.in Makefile.am: 2.2.5, ship the include in an
16045 include/libxml subdirectory, use symlinks when using CVS
16046 * testSAX.c: fixed small bug
16047 * testXPath.c: changed the way testfiles are parsed
16048 * debugXML.c: same kind of cleanup when parsing an argument expression
16049 XPath/XPointers can have blanks embedded
16050 * xpath.[ch]: more cleanup, reorgs for XPointer work
16051 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
16052 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
16053
Daniel Veillard55b91f22000-10-05 16:30:11 +000016054Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
16057 in the XPath engine, rewrote large parts of it, now it's far
16058 cleaner and in sync with the REC not an old WD. Fixed a parsing
16059 problem in the interactive XML shell found when testing XPath.
16060
Daniel Veillardac260302000-10-04 13:33:43 +000016061Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16062
16063 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
16064 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
16065 examples with the extra test
16066
Daniel Veillard7cfce322000-10-04 12:40:27 +000016067Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16068
16069 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
16070 the global init function.
16071
Daniel Veillard970112a2000-10-03 09:33:21 +000016072Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16073
16074 * HTMLparser.c: Doohhh, attribute name parsing was still case
16075 sensitive ! Fixed this ...
16076 * result/HTML/* : updated the tests results accordingly
16077
Daniel Veillard740abf52000-10-02 23:04:54 +000016078Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16079
16080 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
16081 engine, should be far more stable, incorporated a new version of
16082 preceding/following axis, need testing
16083 * uri.c: fixed file:///c:/a/b/c problem
16084 * test/XPath/tests/idsimple: augmented the XPath tests
16085
Daniel Veillard3bff2b02000-10-01 20:33:47 +000016086Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16087
16088 * doc/* rebuilding docs for 2.2.4 release
16089
Daniel Veillard8b5dd832000-10-01 20:28:44 +000016090Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16091
16092 * configure.in: releasing 2.2.4
16093 * parser.[ch]: added xmlStrEqual()
16094 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
16095 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
16096 use xmlStrEqual instead
16097 * TODO: updated
16098 * added an XPath test
16099
Daniel Veillardbc765302000-10-01 18:23:35 +000016100Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16101
16102 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
16103 * entities.h: exported xmlInitializePredefinedEntities
16104 * parser.[ch] : added xmlInitParser()
16105 * parserInternals.h : had to export htmlInitAutoClose()
16106
Daniel Veillardf09e7e32000-10-01 15:53:30 +000016107Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16108
16109 * xpath.[ch] : fixed some serious XPath Predicate evaluation
16110 problems
16111 * Makefile.am : added XPath regression tests to normal tests
16112 * uri.c: fixed a problem with local paths, cleanup
16113 * parser.c: fixed a problem with large CData sections
16114
Daniel Veillardd2ade932000-09-30 14:39:55 +000016115Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16116
16117 * configure.in xml-config.in: patch from "Ben Taylor"
16118 <sol7x86@hotmail.com> for solaris shared libs lookup
16119
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000161202000-09-30 Martin Baulig <baulig@suse.de>
16121
16122 * libxml-2.0.pc.in: Provide pkg-config script.
16123
16124 * configure.in: Create the libxml-2.0.pc script from the
16125 libxml-2.0.pc.in templates.
16126 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000016127 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000016128
Daniel Veillard4b0755c2000-09-25 14:26:28 +000016129Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16130
16131 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
16132 when compiling with MSC
16133
Daniel Veillard46057e12000-09-24 18:49:59 +000016134Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16135
16136 * xpath.c: patch for normalize-string() substring-before(),
16137 substring-after() and translate() functions from Bjorn Reese
16138 <breese@mail1.stofanet.dk>
16139 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
16140 Fredrik Hallenberg <hallon@lysator.liu.se>
16141 * TODO: updated
16142
Daniel Veillard281f8ff2000-09-24 08:12:14 +000016143Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16144
16145 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
16146 problem of socklen_t being undefined on a number of platforms
16147 * debugXML.c: fixed a compilation problem when without snprintf
16148
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000016149Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16150
16151 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
16152 an URI bug and a fix for the control-character-induced infinite loop
16153 * nanohttp.c: preventive fix for compiling on WIN32
16154
Daniel Veillard64c20ed2000-09-22 16:07:02 +000016155Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16156
16157 * xmlint.c: closing bug #25000
16158
Daniel Veillardb656ebe2000-09-22 13:51:48 +000016159Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16160
16161 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
16162 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
16163 modified slightly Wayne Davison patch adding xmlStrcasecmp and
16164 related function, fixing xmlStrncmp(), and associated cleanup
16165 * result/HTML/entities.html.sax: updating result
16166
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000016167Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16168
16169 * uri.c: applied patch for URI escaping from Wayne Davison
16170 <wayned@blorf.net>
16171 * tree.c parserInternals.c HTMLparser.c: memset checks patches
16172 from Denis Barbier <barbier@imacs.polytechnique.fr>
16173 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
16174 patch from Wayne Davison
16175
Daniel Veillardd5f97f82000-09-17 16:38:14 +000016176Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16177
16178 * doc/xml.html : updated with new releases, adding "how to help"
16179
Daniel Veillard04698d92000-09-17 16:00:22 +000016180Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16181
16182 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
16183 removed a few warnings in pedantic mode ...
16184 * parserInternals.c parser.c: moved encoding switching function
16185 to parserInternals.c
16186 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
16187
Daniel Veillarda2c6da92000-09-16 18:15:00 +000016188Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16189
16190 * HTMLparser.c parser.c: set ctxt->errNo before calling the
16191 error or warning handlers
16192
Daniel Veillardb1059e22000-09-16 14:02:43 +000016193Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16194
16195 * parserInternals.c parserInternals.h parser.c Makefile.am:
16196 created a new module parserInternals.c, moved most of the
16197 code shared by the various parsers there, as well as
16198 deprecated code from parser.c. More cleanup of parser.c
16199 * uri.c: fixed a problem when URI is NULL
16200 * valid.c: speedup when looking for an attribute declaration
16201
Daniel Veillard39c7d712000-09-10 16:14:55 +000016202Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16203
16204 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
16205 the cleanup of the computation of URI references when seeking
16206 external entities. The URI reference string and the resulting
16207 URI are both stored now.
16208 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
16209 large s(n)printf checks and cleanup from Denis Barbier
16210 <barbier@imacs.polytechnique.fr>
16211 * xmlversion.h.in tree.h: couple of SGML declarations for a
16212 possible docbook module.
16213 * result/VC/ : a couple of test output changed due to the change
16214 of the entities URI
16215
Daniel Veillardb513f5a2000-09-10 14:01:12 +000016216Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16217
16218 * parser.h: added a _private field for linking user's data
16219
Daniel Veillarddd477ce2000-09-10 13:23:08 +000016220Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16221
16222 * parser.c parserInternals.h: demacroified most of the IS_XXX
16223 the gain in size is significant so ...
16224
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000016225Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16226
16227 * entities.c: cases where looking up entities with doc==NULL
16228 covered
16229
Daniel Veillard90e11312000-09-05 10:42:32 +000016230Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16231
Daniel Veillard1de50802000-09-07 08:54:32 +000016232 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000016233 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
16234
Daniel Veillard98a79162000-09-04 11:15:39 +000016235Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16236
Daniel Veillard1de50802000-09-07 08:54:32 +000016237 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000016238 * test/URI/uri.data result/URI/uri.data: first set of tests/results
16239 * Makefile.in: added URItest and included thenin "make tests"
16240
16241Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000016242
16243 * xmlversion.h.in: closed bug 22941
16244
Daniel Veillard2bb89092000-08-31 14:57:50 +000016245Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16246
16247 * doc/xmlio.html: added doc and example for entity loader
16248 redefinition.
16249
Daniel Veillard96984452000-08-31 13:50:12 +000016250Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16251
16252 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
16253 used by libxml
16254
Daniel Veillarde715dd22000-08-29 18:29:38 +000016255Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16256
16257 * parser.c: Fixed bug on invalid ontent characters and when using
16258 push.
16259 * xmllint.c: fixed xmllint endling of errors in push mode
16260
Daniel Veillard4948eb42000-08-29 09:41:15 +000016261Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16262
16263 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016264 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000016265 * result/HTML/*.sax: regenerated HTML SAX output
16266 * parser.c: more cleanup.
16267
Daniel Veillarde010c172000-08-28 10:04:51 +000016268Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16269
16270 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016271 patches from Wayne Davison <wayned@users.sourceforge.net>,
16272 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000016273 * HTMLparser.c: fixed an ignorable white space detection bug
16274 occuring when parsing with SAX only
16275 * result/HTML/*.sax: updated since the output is now HTML
16276 encoded...
16277
Daniel Veillard47f3f312000-08-27 22:40:15 +000016278Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16279
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016280 * HTMLparser.[ch]: applied some of Wayne Davison
16281 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000016282
Daniel Veillarde0854c32000-08-27 21:12:29 +000016283Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16284
16285 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
16286 undeclared namespace prefix was used, added a warning.
16287 Cleaned up support w.r.t. entities, spilling out a warning
16288 and being pedantic on lookups.
16289 * test/warning/ent9 : added testcase for previous example.
16290 * TODO: updated
16291 * parserInternals.h parser.c: changed the way names are parsed
16292 now allow infinite size and decrease penalty for normal use
16293 * parser.c: Started a big cleanup/check of the parser code,
16294 fixed some of the most tortuous entity code, spotted code
16295 unused anymore
16296 * test/*: added tests for very long names and related nasty
16297 things.
16298
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000016299Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16300
16301 * doc/encoding.html: added encoding aliases doc
16302 * doc/xml.html: updates
16303 * encoding.[ch]: added EncodingAliases functions
16304 * entities.[ch] valid.[ch] debugXML.c: removed two serious
16305 bottleneck affecting large DTDs like Docbook
16306 * parser.[ch] xmllint.c: added a pedantic option, will be
16307 useful
16308 * SAX.c: redefinition of entities is reported in pedantic mode
16309 * testHTML.c: uninitialized warning from gcc
16310 * uri.c: fixed a couple of bugs
16311 * TODO: added issue raised by Michael
16312
Daniel Veillard0d6b1702000-08-22 23:52:16 +000016313Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16314
16315 * doc/encoding.html: propagated Martin Duerst suggestions
16316
Daniel Veillard52402ce2000-08-22 23:36:12 +000016317Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16318
16319 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
16320 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
16321 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
16322 by Wayne Davison
16323
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016324Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16325
16326 * nanoftp.c nanohttp.c: small cleanup
16327 * TODO: updated
16328
Daniel Veillard244ece92000-08-19 20:58:02 +000016329Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16330
16331 * added an old VC testcase and updated title.xml entity
16332
Daniel Veillardb8f25c92000-08-19 19:52:36 +000016333Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16334
16335 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
16336 done on auto-opening of <p> tags and cleanup of SAX output
16337
Daniel Veillard979e55e2000-08-19 16:48:54 +000016338Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16339
16340 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
16341
Daniel Veillard4540be42000-08-19 16:40:28 +000016342Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16343
16344 * doc/xml.html libxml.* structure.*: updated the doc a bit
16345
Daniel Veillard808a3f12000-08-17 13:50:51 +000016346Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16347
16348 * testSAX.c testHTML.c result/HTML/: cleanup of the output
16349 of SAX tests
16350
Daniel Veillard29579362000-08-14 17:57:48 +000016351Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16352
16353 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
16354 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
16355
Daniel Veillard1255ab72000-08-14 15:13:33 +000016356Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16357
16358 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
16359 * testHTML.c: fix core dump on Solaris 2.x systems
16360 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
16361 * result/HTML/*.sax: previous bug fix lead to new results
16362
Daniel Veillard03109292000-08-14 14:58:22 +000016363Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16364
16365 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
16366 * configure.in: added --with-readline=DIR to accept alternate
16367 path for readline include/library
16368 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
16369 for ANSI under HP-UX
16370 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
16371 includes @LIBS@
16372
Daniel Veillard7c29ce22000-08-12 21:20:53 +000016373Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16374
16375 * doc/* : rebuilt the docs
16376 * getting ready for 2.2.2 release
16377
Daniel Veillard87b95392000-08-12 21:12:04 +000016378Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16379
16380 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
16381 and xmlAddFeature()
16382 * tree.[ch]: added xmlAddChildList()
16383 * xmllint.c: MAP_FAILED macro test
16384 * parser.h: added xmlParseCtxtExternalEntity()
16385 * valid.c: applied bug fixes removed warning
16386 * tree.c: added CDATA block to elements content
16387 * testSAX.c: cleanup of output
16388 * testHTML.c: added SAX testing
16389 * encoding.c: better error recovery
16390 * SAX.c, parser.c: fixed one of the external entity processing
16391 of the OASis testsuite
16392 * Makefile.am: added HTML SAX regression tests
16393 * configure.in: bumped to 2.2.2
16394 * test/HTML/ result/HTML: added a few of HTML tests, and added the
16395 SAX results
16396
Daniel Veillard88a172f2000-08-04 18:23:10 +000016397Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16398
16399 * configure.in: patch for HP compiler
16400
164012000-08-04 Sven Heinicke <sven@zen.org>
16402
16403 * xmllint.c: Was coredumping sometimes when the file given didn't
16404 exist.
16405
Daniel Veillard46e370e2000-07-21 20:32:03 +000016406Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16407
16408 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016409
Daniel Veillard46e370e2000-07-21 20:32:03 +000016410 when using in memory parsing. Need some cleanup.
16411 * xmllint.c configure.in: added a --memory flag to test memory
16412 parsing
16413
Daniel Veillard36650692000-07-21 15:16:39 +000016414Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16415
16416 * nanohttp.c: fixed socklen_t replacement to unsigned int
16417 * parser.c: fixed a space handdling missing at the end of
16418 production 28 DOCTYPE.
16419 * xmlmemory.c: fixed a stupid bug on the routine to override
16420 allocation functions
16421 * TODO: updated
16422
Daniel Veillarde46e20d2000-07-14 15:02:46 +000016423Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16424
16425 * doc/ regenerated the docs
16426
Daniel Veillard32bc74e2000-07-14 14:49:25 +000016427Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16428
16429 * doc/encoding.html doc/xml.html: added I18N doc
16430 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
16431 improvements, both parser and filters, added ASCII & HTML,
16432 fixed the ISO-Latin-1 one
16433 * xmllint.c testHTML.c: added/made visible --encode
16434 * debugXML.c : cleanup
16435 * most .c files: applied patches due to warning on Windows and
16436 when using Sun Pro cc compiler
16437 * xpath.c : cleanup memleaks
16438 * nanoftp.c : added a TESTING preprocessor flag for standalong
16439 compile so that people can report bugs more easilly
16440 * nanohttp.c : ditched socklen_t which was a portability mess
16441 and replaced it with unsigned int.
16442 * tree.[ch]: added xmlHasProp()
16443 * TODO: updated
16444 * test/ : added more test for entities, NS, encoding, HTML, wap
16445 * configure.in: preparing for 2.2.0 release
16446
Daniel Veillard49703262000-07-10 10:27:46 +000016447Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16448
16449 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000016450 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000016451
Daniel Veillard306be992000-07-03 12:38:45 +000016452Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16453
16454 * doc/xml.html: changed the xmlsoft.org structure, updated the
16455 examples w.r.t. root and childs
16456
Daniel Veillard7d853352000-07-02 18:53:09 +000016457Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16458
Daniel Veillard784b9352003-02-16 15:50:27 +000016459 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000016460
Daniel Veillard365e13b2000-07-02 07:56:37 +000016461Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16462
16463 * HTMLparser.c: Work on character encoding support for the HTML parser
16464 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
16465 * encoding.c: Fixed a potential memleak in the encoding stuff
16466
Daniel Veillardaf743792000-07-01 11:49:28 +000016467Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16468
16469 * doc/FAQ.html doc/Makefile.am : added a FAQ
16470
16471Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000016472
16473 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
16474 of the HTML parser to force it to not bypass SAX
16475
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000016476Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16477
16478 * win32config.h.in: updated
16479 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
16480 lacks iconv support :-( need to release 2.1.1
16481 * configure.in: release 2.1.1
16482 * HTMLparser: fixed bug #14784
16483 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
16484 by Windows compiler
16485 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
16486 the SAX startDocument() callback.
16487 * TODO: updated
16488
16489Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16490
16491 * added xmlStopParser()
16492
Daniel Veillardbe803962000-06-28 23:40:59 +000016493Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16494
16495 * configure.in: 2.1.0 prerelease
16496 * Large resync between W3C and Gnome tree
16497 * nanoftp, nanohttp.c: fixed stalled connections probs
16498 * HTMLtree.c SAX.c : support for attribute without values in
16499 HTML for andersca
16500 * valid.c: Fixed most validation + namespace problems
16501 * HTMLparser.c: start document callback for andersca
16502 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
16503 * parser.h, SAX.c: serious speed improvement for large
16504 CDATA blocks
16505 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
16506 different encoding
16507 * example/Makefile.am example/gjobread.c tree.h: work on
16508 libxml1 libxml2 convergence.
16509 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
16510 and the LIBXML_TEST_VERSION macro
16511
Daniel Veillardc310d562000-06-23 18:32:15 +000016512Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16513
16514 * doc/xml.html: various patches and improvements typo fixed by
16515 Felix Natter
16516 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
16517 from Felix Natter <fnatter@gmx.net>
16518
Daniel Veillardf3029822000-05-06 08:11:19 +000016519Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16520
16521 * doc/upgrade.html: updated with instructions for support of both
16522 libxml-1.x and libxml-2.x
16523 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
16524 for 2.x support and also fixed includes
16525
16526
Daniel Veillard496a1cf2000-05-03 14:20:55 +000016527Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16528
16529 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
16530 the encoding support, added iconv support, so now libxml if
16531 compiled with iconv automatically support japanese encodings
16532 among others. Work based on initial patch from Yuan-Chen Cheng
16533 I may have broken binary compat in the encoding handler
16534 registration scheme, but that was so utterly broken I don't
16535 expect anybody to have used this feature until now.
16536 * parserInternals.h: fixup on the CHAR range macro
16537 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
16538 code.
16539 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
16540 * uri.c: added xmlParseURI() I can't believe I forgot to
16541 implement this one in 2.0 !!!
16542 * SAX.c: moved doc->encoding update in the endDocument() call.
16543 * TODO: updated.
16544
Daniel Veillard06047432000-04-24 11:33:38 +000016545Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16546
16547 * tree.h: removed extraneous xmlRemoveProp definition
16548 * TODO: added item about --disable-corba configure switch
16549 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
16550 * nanoftp.c: fixed include problems giving troubles on AIX and
16551 slowlaris
16552 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
16553 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
16554 comment and headers changes to lower gtk-doc number of warnings
16555 * doc/html/*: rebuilt docs
16556
Daniel Veillarde0aed302000-04-16 08:52:20 +000016557Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16558
16559 * HACKING: documented the tag for 1.x and instructions
16560
Daniel Veillard5e873c42000-04-12 13:27:38 +000016561Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16562
16563 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
16564 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
16565 xmlCreateIOParserCtxt
16566 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
16567 significant overall improvement
16568 * xmllint.c: added I/O test to xmllint
16569 * testSAX.c: added a speed test
16570 * doc/* : updated/regenerated
16571
Daniel Veillardfc708e22000-04-08 13:17:27 +000016572Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16573
16574 * xpath.c uri.h parserInternals.h: cosmetic changes from
16575 "Timur I. Bakeyev" <timur@bat.ru>, including making
16576 xmlCreateURI() public
16577
Daniel Veillard5d211f42000-04-07 17:00:24 +000016578Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16579
16580 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
16581 and the code at the same time. Added a clean mechanism for
16582 overload or added input methods: xmlRegisterInputCallbacks()
16583 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
16584 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
16585 * TODO: updated
16586 * doc/* : updated/regenerated
16587 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
16588 source dir
16589
Daniel Veillarde77a9182000-04-05 19:12:29 +000016590Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16591
16592 * testURI.c: yet another forgotten commit, I should get some sleep !
16593
Daniel Veillardce8b83b2000-04-05 18:38:42 +000016594Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16595
16596 * xmllint.c: forgot to commit this too ?
16597
Daniel Veillardb9df4042000-04-05 14:23:16 +000016598Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16599
16600 * xmlversion.h.in : forgot to commit this previously
16601
Daniel Veillard361d8452000-04-03 19:48:13 +000016602Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16603
16604 * configure.in: preparing libxml-2.0.0 version looks Ok so far
16605 * README TODO: updated for release
16606 * uri.c uri.h: added authority parsing/saving
16607 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
16608 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
16609 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
16610 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
16611 Makefile.am : added compile-time customization of libxml
16612 --with-ftp --with-http --with-html --with-xpath --with-debug
16613 --with-mem-debug
16614 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
16615 #include <libxml/xxx.h> I hope it won't break too much stuff
16616 and will be manageable in the future...
16617 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
16618 and added xmllint to the installed programs
16619 * uri.h: added xmlFreeURI()
16620
Daniel Veillardec303412000-03-24 13:41:54 +000016621Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16622
16623 * uri.c uri.h: finished the escaping handling, the base support
16624 and the URI path normalization. Looks good just lacks the
16625 authority content parsing code.
16626 * Makefile.am: added instructions to generate testURI
16627 * TODO: updated
16628 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
16629 added links and icons for W3C and Gnome
16630
Daniel Veillard8f621982000-03-20 13:07:15 +000016631Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16632
16633 * xmlmemory.[ch] : seems I forgot to actually update the files in
16634 the last commit :-)
16635 * doc/xml.html doc/html/* : updated and uploaded the docs
16636
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016637Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16638
16639 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
16640 * TODO: updated
16641 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000016642 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016643 gfree).
16644 * Makefile.am, uri.c, uri.h: added a set of functions to do
16645 exact (litteraly copied from the RFC 2396 productions) parsing
16646 and handling of URI. Will be needed for XLink, one XML WFC,
16647 XML Base and reused in the nano[ftp/http] modules. Still work
16648 to be done.
16649
Daniel Veillardedfb29b2000-03-14 19:59:05 +000016650Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16651
16652 * configure.in, libxml.spec.in : libxml2
16653 * doc/* : updated the doc page, rebuilt the docs
16654
Daniel Veillardcf461992000-03-14 18:30:20 +000016655Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16656
16657 * all: tagged LIB_XML_1_X
16658 * *.c *.h : updated from W3C CVS tree
16659 * configure.in : 2.0.0-beta
16660 * libxml.spec.in : libxml2 package nam
16661 * result/* : new version of the tests output
16662
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000016663Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16664
16665 * doc/xml.html, doc/update.html: updated docs, 1.8.7
16666
Daniel Veillardb566ce12000-03-04 11:39:42 +000016667Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16668
16669 * doc/* : rebuilt the docs
16670 * parser.c: final patch on #6766
16671 * valid.c: small patch on validity checks.
16672
Daniel Veillardfb76c402000-03-04 11:39:42 +000016673Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16674
16675 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
16676 added
16677 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
16678 compatibility w.r.t. XML spec and existing code.
16679
Daniel Veillard90fb02c2000-03-02 03:46:43 +000016680Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16681
16682 * parser.c: seems a better solution to <a> </a> exists,
16683 will try it for a while
16684
Daniel Veillard83a30e72000-03-02 03:33:32 +000016685Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16686
16687 * parser.c: tried to remove the <a> </a> generating <a/>
16688 this is hard. Left a flag for that purpose. Fixed bug #6766
16689 * configure.in: prepared 1.8.7 not released, due to previous
16690 problem
16691
Daniel Veillard88f00ae2000-03-02 00:15:55 +000016692Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16693
16694 * doc/xml.html : applied second patch from Paul DuBois
16695
Daniel Veillard402e8c82000-02-29 22:57:47 +000016696Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16697
16698 * doc/xml.html : applied patch from Paul DuBois
16699
Daniel Veillardd0f7f742000-02-02 17:42:48 +000016700Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16701
16702 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
16703
Daniel Veillard5feb8492000-02-02 17:15:36 +000016704Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16705
16706 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
16707 compilation warnings on various platforms.
16708 * parser.c: Fixed #5281 validity error callbacks are now desactived
16709 by default if not validating.
16710
Daniel Veillardf341f932000-02-02 14:52:08 +000016711Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16712
16713 * nanoftp.c, win32config.h.in: patches to compile on WIN32
16714
Daniel Veillard13c757e2000-02-01 23:59:15 +000016715Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16716
16717 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
16718 <gkatsi@cs.toronto.edu>
16719
Daniel Veillard726e8792000-01-30 20:04:29 +000016720Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16721
16722 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
16723 processing URLs
16724
Daniel Veillarde41f2b72000-01-30 20:00:07 +000016725Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16726
16727 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
16728 xmlNanoFTPUpdateURL for persistent control connections.
16729 * configure.in: 1.8.6
16730
16731Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16732
16733 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
16734 * tree.[ch] : added xmlSaveNoEmptyTags
16735
James Henstridgef3be9312000-01-28 13:59:21 +0000167362000-01-29 James Henstridge <james@daa.com.au>
16737
16738 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
16739
16740 * Makefile.am: added nanoftp.[ch] to the build.
16741
Daniel Veillardaeea04f2000-01-25 19:27:27 +000016742Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16743
16744 * nanoftp.[ch]: cleanup, comments, API
16745 * debugXML.c : fixed a bug in the cat command
16746 * doc/*: regenerated the docs
16747
Daniel Veillardda07c342000-01-25 18:31:22 +000016748Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16749
16750 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
16751 * debugXML.c : fixed a bug in the cat command
16752 * valid.c: fixing some small probs
16753 * libxml.spec.in: get rid of the SNAP suffix
16754 * doc/xml.html: updated the status
16755
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000016756Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16757
16758 * xml-config.in: xml-config --version to just return the
16759 version number
16760 * xpath.c: some cleanup w.r.t. axis when the current node is
16761 an attribute.
16762 * TODO: updated
16763
Daniel Veillard461a66c2000-01-18 18:01:01 +000016764Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16765
16766 * configure.in: prepared for libxml-1.8.5
16767 * doc/* recompiled the documentation
16768
167692000-01-17 Jody Goldberg <jgoldberg@home.com>
16770
16771 * configure.in : WARNING autoconf subtlety alert :
16772 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
16773 when looking for zlib.h so that HAVE_ZLIB_H is defined.
16774 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
16775 get defined by AC_CHECK_HEADERS.
16776
Daniel Veillardf967b902000-01-17 16:06:10 +000016777Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16778
16779 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
16780 Rune.Djurhuus@fast.no
16781
Daniel Veillardad8f99d2000-01-15 14:20:03 +000016782Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16783
16784 * TODO: updated
16785 * tree.c, parser.c: made sure that only memory alloc problems
16786 and internal parser errors are allowed to write to stdout or
16787 stderr.
16788
Daniel Veillard0142b842000-01-14 14:45:24 +000016789Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16790
16791 * tree.c : restored xmlNewGlobalNs since this seems used by
16792 a lot of existing code :-(, fixed a bug in xmlNewNs
16793 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
16794 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
16795 to exit() from the library code.
16796 * xpath.c, parser.c: removed bugs or unused code detected by
16797 Windows compilers
16798 * parser.c: started adding interfaces for parsing well balanced
16799 XML fragments
16800 * configure.in: releasing 1.8.4
16801 * doc/* : rebuilt the docs
16802
Daniel Veillard2eac5032000-01-09 21:08:56 +000016803Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16804
16805 * tree.[ch] : added xmlNewDocFragment() for DOM
16806 * testHTML.c: uninitialized variable.
16807
Daniel Veillardf3a73582000-01-05 14:58:39 +000016808Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16809
16810 * doc/* : rebuild the docs
16811
Daniel Veillard71b656e2000-01-05 14:46:17 +000016812Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16813
16814 * acconfig.h: readline and history patch
16815 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
16816 * tree.c: added check and handling when possibly removing an ID
16817 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
16818 and saving.
16819 * test/HTML/entities.html result/HTML/entities.html* : test for
16820 various entities reference cases
16821 * result/HTML/* : as a result output of some testcase have
16822 changed
16823 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
16824 by previous example. added xmlParseTryOrFinish().
16825 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
16826 entities.h debugXML.h HTMLparser.h: changed the way struct are
16827 declared to allow gtk-doc to expose those
16828 * parser.c: closed bug #4960
16829 * Makefile.am configure.in: Applied patch from
16830 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
16831 and math/socket libs detection
16832
Daniel Veillard437b87b2000-01-03 17:30:46 +000016833Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16834
16835 * configure.in, Makefile.am: link tester against readline
16836 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
16837
Daniel Veillard686d6b62000-01-03 11:08:02 +000016838Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16839
16840 * tree.[ch]: added xmlRemoveProp
16841 * win32config.h.in nanohttp.c: avoid including the Windows
16842 socket stuff in every C files
16843 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
16844 the XmL parser(s)
16845 * test/ns4 result/ns4 etc...: added test case for previous prob
16846 * tree.c: xmlNewNs wasn't checking for double definition
16847 * Makefile.in: fixed a problem with dist-hook duplicates
16848 * parser.[hc], xmlIO.c: fixed the loading of external entities
16849 APIs, now xmlLoadExternalEntity() is used everywhere and
16850 setting up an app specific front-end using the
16851 * SAX.c parser.c: some fixes, now the xhtml spec validates
16852 with the xhtml DTD.
16853 * error.c: fixed crashes in case of no input stream
16854 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
16855 to the validation tests and results
16856
Daniel Veillard5e5c6231999-12-29 12:49:06 +000016857Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16858
16859 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
16860 too htmlCreatePushParserCtxt() and htmlParseChunk()
16861 * parser.c: a bit of cleanup.
16862 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
16863 to XML) removed the last mem leak known
16864 * HTMLtree.c: output message cleanup
16865 * xmlmemory.c: display content info about memory blocks
16866 * result/HTML/wired.* : missing att value warning change
16867
Daniel Veillardbe849cf1999-12-28 16:43:59 +000016868Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16869
16870 * doc/* : rebuilt the documentation
16871
Daniel Veillarddbfd6411999-12-28 16:35:14 +000016872Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16873
16874 * parser.[ch] parserInternals.h: Push parser for XML,
16875 seems to work fine now
16876 * tester.c debugXML.[ch]: Added an XML shell debug facility and
16877 --push for push testing
16878 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
16879 * testSAX.c: added --push
16880 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
16881 subtree
16882 * xmlIO.[ch] : enriched API + fixes for push mode
16883 * entities.[ch]: added the entity content length to the struct.
16884 * xmlmemory.[ch]: new API to show the last entries for the shell
16885 * valid.c: added required attribute testing
16886 * SAX.c: the cdata callback now merge contiguous fragments
16887 * HTMLparser.c: cleanup of some macros
16888
Daniel Veillard3c558c31999-12-22 11:30:41 +000016889Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16890
16891 * parser.c: fix for PIs name starting with xml
16892 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000016893 * *.c, configure.in win32config.h.in : generate win32config.h for
16894 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000016895
Daniel Veillard0caf07a1999-12-21 16:25:49 +000016896Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16897
16898 * parser.c: fixed a stupid = vs. == bug :-(
16899 * doc/gnome-xml.sgml: s/glade/xml/
16900
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000016901Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16902
16903 * configure.in, doc/xml.html : bug fix release 1.8.2
16904 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
16905 Hopefully the end of that silly C++ include problem
16906 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
16907 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
16908 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
16909 troubles with autoclosed elements when the stree shape doesn't
16910 follow the DtD specs. Added htmlIsAutoClosed() and
16911 htmlAutoCloseTag()
16912 * result/HTML/*.htm*: Updated the HTML examples regression tests output
16913 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
16914 * debugXML.c: fixed a bug on printing default namespaces.
16915 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
16916
Daniel Veillardb24054a1999-12-18 15:32:46 +000016917Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16918
16919 * result/HTML/*.htm[l] : updated the HTML regression tests according
16920 to the new output
16921 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
16922 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
16923 problem due to intermix of extern "C" { ... } declarations for C++
16924 and recursive includes in the headers
16925
Chris Lahey323c48c1999-12-18 15:32:45 +0000169261999-12-20 Chris Lahey <clahey@umich.edu>
16927
16928 * HTMLtree.c: Made it so that html nodes with a single child do
16929 not insert a carriage return before or after the child node.
16930
Daniel Veillardb24054a1999-12-18 15:32:46 +000016931Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000016932
16933 * configure.in, doc/xml.html : bug fix release 1.8.1
16934 * parser.c: fixed bug #4344
16935 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
16936 added the glue to avoid C++ problems
16937 * doc/* : regenerated the documentation
16938
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000016939Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16940
16941 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
16942 namespace recognition, and Dia as a resul :-(
16943 * encoding.c: closed bug #3950
16944
Daniel Veillard944b5ff1999-12-15 19:08:24 +000016945Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16946
16947 * valid.c: debugging a posteriori validation, except URI expansion
16948 stuff this should be fixed now
16949 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
16950 Carl Nygard <cnygard@bellatlantic.net>
16951 * tester.c: added --postvalid, cleaning of the code
16952 * tree.[ch]: added xmlDocGetRootElement()
16953
Ramiro Estrugobfce3771999-12-15 04:32:07 +000016954Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
16955
16956 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
16957 c++ losage.
16958
Daniel Veillard10a2c651999-12-12 13:03:50 +000016959Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16960
16961 * configure.in, doc/xml.html : bumped to 1.8.0
16962 * xlink.[ch], Makefile.am : added framework for link detection
16963 * parser.h: added nbChars to parser context, needed for cleanup.
16964 * xmlmemory.c: removed a nasty bug when out of mem
16965 * valid.[ch]: adding namespace support for attribute decl
16966 * tester.c: added --debugent option
16967 * debugXML.[ch]: added xmlDebugDumpEntities()
16968 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
16969 buffers instead, this was really needed, validation was breaking
16970 in strange ways due to that. Added xmlParseStringPEReference()
16971 and other parsing from strings functions. Entities processing
16972 modified again, but PERef are still not handled correcly but
16973 unless you're Eve Maller you won't notice :-)
16974 * HTMLparser.c: large changes toward reliability, and switched to
16975 lowercase internal tags, XHTML is lowercase, so it will help
16976 that output is closer to next version.
16977 * doc/* : regenerated the documentation, it is now hosted at
16978 http://xmlsoft.org/ (same bits I just bought the domain :-)
16979
16980
Daniel Veillard294cbca1999-12-03 13:19:09 +000016981Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16982
16983 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
16984 doc generation
16985 * parser.c: fixed bugs #3908 and #3937 and a memory leak
16986 in the SAX API
16987 * doc/*: rebuilt the doc making sure everything appears in the
16988 HTML files
16989
Daniel Veillardf5c2c871999-12-01 09:51:45 +000016990Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16991
16992 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
16993 added the patch from Carl Nygard <cnygard@bellatlantic.net>
16994 which allow impressive speed improvement on dataset with
16995 large text pieces, but at the cost of broken binary
16996 compatibility and slightly bigger memory usage.
16997 Configure with --with-buffers to activate them, they
16998 are protected with XML_USE_BUFFER_CONTENT define.
16999 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
17000 goal is 0 memory left allocated once parser is no more used
17001 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
17002 call xmlCleanupParser() and xmlMemoryDump()
17003
Daniel Veillarda819dac1999-11-24 18:04:22 +000017004Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17005
17006 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
17007 * parser.[ch] encoding.[ch]: added memory cleanup routines
17008 * parser.c: closing bug #3788
17009 * doc/*: rebuilt the doc
17010
Daniel Veillard11a48ec1999-11-23 10:40:46 +000017011Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17012
17013 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
17014 xmlNewTextChild() and xmlSetCompressMode() behaviour.
17015 * tester.c: added --compress option
17016 * doc/*: rebuilt the documentation
17017
Daniel Veillard4c3a2031999-11-19 17:46:26 +000017018Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17019
17020 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
17021 if given /proc/kcore as input !
17022 * doc/xml.html doc/*: updated and rebuilt the documentation
17023
17024Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000017025
17026 * parser.c: Fixed some wrongly space collapsing code due to
17027 a misreading of the spec.
17028 * result/*: fixed the output accordingly
17029
17030Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000017031
17032 * encoding.c: bug fix and typos
17033 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
17034 * parser.c: added attribute normalization closing bug #3597
17035 * test/att* result/att* SAXresult/att*: testcase for attribute
17036 normalization
17037
Daniel Veillardd7e200c1999-11-15 17:53:11 +000017038Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17039
17040 * configure.in: closing bug #3163 by adding extra flags for the
17041 cc compiler on HP-UX
17042
Daniel Veillard51e3b151999-11-12 17:02:31 +000017043Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17044
17045 * valid.[ch] : removed a typo and an enumerated type bug in the
17046 xmlAddElementDecl() function
17047 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
17048 call to xmlEncodeEntitiesReentrant() so that the functions
17049 New, Set and Get are at the same level.
17050 * parser.c HTMLparser.c: extra memory allocation bug for
17051 attributes detected by someone using libxml in embedded systems :-)
17052
Daniel Veillard962195f1999-10-28 15:51:53 +000017053Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17054
17055 * xmlmemory.h: turned off mem debug :-\
17056
Daniel Veillard35008381999-10-25 13:15:52 +000017057Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17058
17059 * parser.c: closed bug #2784 a one line fix, but worth pushing
17060 a new release out
17061 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
17062 some structures, comments before and after the
17063 main element, and other nastyness
17064 * HTMLtree.c tree.c: accomodate the extended HTML supported
17065 * configure.in: pushing 1.7.4
17066 * test/ent8 and related outputs : added a new test for bug #2784
17067 * test/HTML/wired.html and related output: a nasty HTML example
17068 * Makefile.am: improved the test scripts
17069 * docs/* : reran the documentation extractor, updated xml.html
17070
Daniel Veillard7c1206f1999-10-14 09:10:25 +000017071Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17072
17073 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
17074 HTMLparser and debugged the HTML related code. HTML documents
17075 now have their own type
17076 * entities.c: do not dump &apos; for HTML output
17077 * xmlmemory.c: improvement, breakpoint mechanism
17078 * testHTML.c: added --sax --repeat ...
17079 * Makefile.am: improved the HTML tests
17080 * valid.[ch]: added xmlValidGetValidElements and
17081 xmlValidGetPotentialChildren
17082 * tester.c: added --insert to test the 2 new functions
17083 * test//* result//* SAXresult//* : regression test cleanup
17084 and extension.
17085 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
17086 gnome-xml-nanohttp.html
17087
Daniel Veillard7d2c2761999-10-11 15:09:51 +000017088Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17089
17090 * HTMLparser.c: fixed problems with some autoclose tags
17091 * tree.c: fixed XML output problems.
17092 * result/* SAXresult/*: update of the tests output
17093
Daniel Veillard6077d031999-10-09 09:11:45 +000017094Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17095
17096 * Makefile.am: Arturo patch for xmlConf.sh version info
17097 * parser.c: Tim Josling patch for single quoted items
17098 * tester.c: Tim Josling patch for tester options usage
17099 * tree.h: indent cleanup
17100
Daniel Veillard2673d3c1999-10-08 14:37:09 +000017101Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17102
17103 * HTMLparser.c parser.h : Fixed problems with HTML parsing
17104 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
17105
Daniel Veillard00fdf371999-10-08 09:40:39 +000017106Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17107
17108 * tree.c : Raph patch for initialization of CORBA fields
17109 * parser.c, xpath.c, ...: modification of doc comments
17110 * xpath.c : allow spaces in xpath expressions
17111
Daniel Veillardad219441999-09-27 08:17:49 +000017112Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17113
17114 * xmlmemory.h: turning off memory debug :-(
17115
Daniel Veillard7a66ee61999-09-26 11:31:02 +000017116Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17117
17118 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
17119 better SAX interfaces.
17120 * testSAX.c: uses the new SAX routine, avoid fetching any remote
17121 entity.
17122 * configure.in: 1.7.2
17123
17124Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000017125
17126 * libxml.spec.in: fixed the URL
17127 * doc/xml.html: improved the documentation front-end
17128
Daniel Veillard7a66ee61999-09-26 11:31:02 +000017129Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000017130
17131 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
17132
Daniel Veillard7a66ee61999-09-26 11:31:02 +000017133Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000017134
17135 * libxml.spec.in: fixed the alpha compile problem
17136 * parser.[ch]: changed errno to errNo in the parser context :-(
17137 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
17138 * doc/xml.html: changed CHAR to xmlChar
17139 * doc/html/*: recompiled the documentation
17140 * configure.in: 1.7.1
17141
Daniel Veillard7f7d1111999-09-22 09:46:25 +000017142Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17143
17144 * parser.h: modified the parser context struct to regain 1.4.0
17145 binary compatibility
17146 * parser.c, xml-error.h: added errno ot teh context and defined
17147 a set of errors values with update of errno
17148 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
17149 DTDs and entities
17150 * *.h, *.c: complete cleanup of the use of config.h and include
17151 protection depending on the current setup.
17152 * overalll debugging, maintenance and bug-fixing on all modules
17153 * updated the documentation
17154 * ready for 1.7.0
17155
Daniel Veillardc08a2c61999-09-08 21:35:25 +000017156Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17157
17158 * HTMLparser.c : cleanup
17159 * SAX.c valid.c valid.h: added ID/IDREF checking
17160 * tree.c tree.h: extended doc structure for refs
17161 * configure.in: 1.6.2
17162 * parser.c: patched bug in SAX user arg call
17163 * parserInternals.h: patched missing close in C++ wrapping
17164 * testXPath.c xpath.c xpath.h: prepared for extensibility,
17165 especially upcoming XPointer implementation.
17166 * doc/xml.html: augmented, typo
17167
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000017168Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
17169
17170 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
17171 not all invocations of install understand -d.
17172
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000017173Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
17174
17175 * Makefile.am: prepend all the test* calls with $(top_builddir) -
17176 to make 'check' works, when builddir != srcdir.
17177
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000017178Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17179
17180 * doc/xml.html : updated the documentation
17181
Daniel Veillard6454aec1999-09-02 22:04:43 +000017182Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17183
17184 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
17185 not deallocated memory blocks
17186 * *.c : replaces all calls to malloc() free() and realloc() to
17187 the wrapper functions/macros
17188 * tree.c : removed memory leaks dues to calling xmlFreeNode()
17189 instead of xmlFreeNodeList()
17190
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000017191Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17192
17193 * HTMLparser.c: corrected a stupid bug leading to core dump at
17194 tree deallocation. Removed warnings indicated by
17195 Stephane.Conversy@lri.fr
17196 * entities.c: Fixes Yet Another Stupid Bug, entities were not
17197 looked for in the external subset
17198
17199Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000017200
17201 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
17202 on SGI by Stephane.Conversy@lri.fr
17203
Daniel Veillardb96e6431999-08-29 21:02:19 +000017204Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17205
17206 * all .h : changed the prototype declaration indent as in gtk
17207 * most .c : working on reducing the TODOs in the code
17208 * most .c : cleanup though -pedantic and Insure++
17209 * improvements on validation ID checkings.
17210 * tree.[ch] SAX.c: added support for namespace on attributes #2022
17211 * xml-config.in: closed #1810
17212
17213Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000017214
17215 * tree.h, valid.c, valid.h: more work on validity, IDs
17216 * xpath.c: added/fixed comparidon and equlity, added a new isinf
17217 definition for AIX
17218
Daniel Veillardb556eb51999-08-15 17:19:50 +000017219Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17220
17221 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
17222 the distribution due to a cut'n paste error at last commit
17223
Daniel Veillardb05deb71999-08-10 19:04:08 +000017224Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17225
17226 * configure.in: upgraded to version 1.4.0
17227 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
17228 Big update, added a large part of the validation process,
17229 it should be usable, but some parts are missing
17230 * xpath.c: improved the implementation w.r.t. root.
17231 * Makefile.am: added more tests
17232 * test and result trees: added a lot of tests
17233 * libxml.spec.in: export libxml.so.0 and libxml.so.1
17234
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000017235Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17236
17237 * Added an HACKING file
17238
Daniel Veillarde2d034d1999-07-27 19:52:06 +000017239Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17240
17241 * xpath.[ch] : improvements and debug of the XPath implementation
17242 * parser.c, HTMLparser.c : modified the parsers to be progressive
17243 * tree.[ch] : extended the Buffer promitives
17244 * xmlIO.[ch] : added basic I/O routines providing progressive
17245 parsing and ready for I18N conversion plugins
17246 * SAXresult/* : the SAX callback sequence maybe slightly different
17247 now
17248 * test*.c : improved/updated the tests programs
17249 * doc/* : recompiled the docs.
17250
Daniel Veillard15b75af1999-07-26 16:42:37 +0000172511999-07-26 Michael Meeks <michael@edenproject.org>
17252
17253 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
17254
17255 * tree.c: Ditto.
17256
Daniel Veillard1566d3a1999-07-15 14:24:29 +000017257Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17258
17259 * configure.in: upgraded to version 1.4.0
17260 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
17261 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
17262 XML query language, see http://www.w3.org/TR/xpath for more details.
17263 * parser.c, parser.h: added CHAR* related string functions for XPath
17264 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
17265 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
17266 rebuild the docs.
17267 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
17268 and regression testing capabilities for XPath.
17269
Daniel Veillardd79d7871999-07-12 10:38:12 +000017270Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17271
17272 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
17273 closing bug #1646
17274
Daniel Veillardbe9e5951999-07-12 09:16:45 +000017275Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17276
17277 * Makefile.am, example/Makefile.am: closed bug #1683
17278
Daniel Veillard3166ab11999-07-11 16:14:19 +000017279Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17280
17281 * example/Makefile.am, configure.in: added the makefile for the
17282 gjobread example
17283
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000017284Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
17285
17286 * doc/Makefile.am:
17287 - fix which allow "make install DESTDIR=</install/prefix>".
17288
Daniel Veillard7cc3c041999-07-09 10:11:57 +000017289Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17290
17291 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
17292 which fixed a problem on the file reading-code.
17293
Daniel Veillard82150d81999-07-07 07:32:15 +000017294Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17295
17296 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
17297 output.
17298 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
17299
Daniel Veillard5233ffc1999-07-06 22:25:25 +000017300Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17301
17302 * parser.h : Oops removed the binary compatibility problem
17303 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
17304 * parser.c, HTMLparser.c: applied patches for reading from stdin
17305
Daniel Veillardbe70ff71999-07-05 16:50:46 +000017306Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17307
17308 * parser.c, entities.c, valid.c: cleanup bug #1591
17309 * configure.in: cleanup bug #1592
17310 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
17311 the same tree back-end. Hence gdome will be available for it.
17312 * doc/Makefile.am: close bug #617
17313
Daniel Veillard97fea181999-06-26 23:07:37 +000017314Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17315
17316 * parser.c: alloctate a per parser context SAX interface block
17317
Daniel Veillard14fff061999-06-22 21:49:07 +000017318Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17319
17320 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
17321 and xmlEncodeEntitiesReentrant with the correct one :-\
17322
17323Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17324
17325 * commit of my internal XML base changes, quite a lot of
17326 changes, cleanups, better entities support, framework for
17327 new I/O and charset detection and handling
17328 * Fixed the configure/Makefile stuff to generate shared libs
17329 with the proper version info, so we jumped on rev from
17330 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
17331 xmlEncodeEntities() result need to be freed now, and a string
17332 xmlParserVersion provide the current library version.
17333
Raph Levien05240da1999-06-15 21:27:11 +000017334Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
17335
17336 * parser.c: fixed a buffer overrun for when you have a very long
17337 attribute with no entities in it.
17338
Daniel Veillardbb2da581999-06-13 14:37:07 +000017339Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17340
17341 * added example directory
17342 * added example/gjobs.xml gjobread.c, still need a Makefile.in
17343
Daniel Veillard011b63c1999-06-02 17:44:04 +000017344Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17345
17346 * Release of libxml-1.1, nearly everything has been touched for
17347 this.
17348 * Added more regression tests
17349 * Updated the documentation
17350
Daniel Veillard27d88741999-05-29 11:51:49 +000017351Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17352
17353 * tree.[ch]: unified the XML_NO_CORBA defines.
17354 * parser.c encoding.[ch]: started plugging in char encoding detection
17355
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000017356Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
17357
17358 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
17359 Also freed allocated buffer.
17360
Daniel Veillard27d88741999-05-29 11:51:49 +000017361Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000017362 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
17363 reentrancy problem at printing. One is left in entities.c, to
17364 remove ASAP
17365 * testSAX.c : added a test example showing the use of the SAX
17366 interface if one doesn't want to build the DOM tree.
17367 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
17368
Daniel Veillard517752b1999-04-05 12:20:10 +000017369Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17370
17371 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
17372 large revamping of the parser to use SAX callbacks
17373 http://www.megginson.com/SAX/ (or at least a C like interface
17374 a la Expat). It's now possible to set up your own callbacks
17375 and the parser will not build a DOM tree.
17376 * test/* result/*: updated the test suite, I finally removed
17377 the old Namespace draft support (PI based).
17378
Daniel Veillard87c83bd1999-04-02 16:04:43 +000017379Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17380
17381 * Makefile.am: added test result to EXTRA_DIST for make tests
17382
Daniel Veillard64068b31999-03-24 20:42:16 +000017383Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17384
17385 * parser.c, parserInternals.h: moved the chars macro definitions
17386 to parserInternals.h
17387 * parser.c, error.c: applied patches from "Knut Åkesson"
17388 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
17389
Daniel Veillard012ccc11999-03-23 10:11:11 +000017390Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17391
17392 * xml-config.in : applied patch to make --version work
17393
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000173941999-03-05 Raja R Harinath <harinath@cs.umn.edu>
17395
17396 * Makefile.am (check-local): Alias for `tests' target. This will
17397 cause `make check' to do the right thing.
17398 (tests): Don't run tests in srcdir. Also, replaced calls to
17399 basename with a `sed' "equivalent".
17400
Daniel Veillardd109e371999-03-05 06:26:45 +000017401Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17402
17403 * Renamed error.h to xml-error.h, corrected Makefile.am to list
17404 it in the header and not the sources, updated the doc.
17405 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
17406 pointing this out.
17407
Daniel Veillardbc50b591999-03-01 12:28:53 +000017408Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17409
17410 * parser.c, parser.h, parserInternals.h: memory leak hunting,
17411 exported the inputStream routines.
17412 * doc/html/* : updated accordingly
17413
Daniel Veillardd692aa41999-02-28 21:54:31 +000017414Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17415
17416 * parser.c, parser.h, parserInternals.h: added a few extra
17417 internal calls to allocate and free parser contexts ...
17418 * doc/html/* : updated accordingly
17419
Daniel Veillard55a99271999-02-25 11:01:29 +000017420Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17421
17422 * configure.in, Makefile.am, doc/makefile.am : General changes for
17423 1.0.0 release and including the generated HTML documentation.
17424
Daniel Veillard35925471999-02-25 08:46:07 +000017425Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17426
17427 * makefile.am : added parserInternals.h, oops.
17428
Daniel Veillard1e346af1999-02-22 10:33:01 +000017429Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17430
17431 * parserInternals.h: added this header giving access to the parser
17432 internal functions.
17433 * doc/Makefile.am : added a rebuild target which rebuilds the full
17434 set of documentations
17435 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
17436 the internal subset.
17437 * *.c *.h: modifications needed to generate the documentation using
17438 gtk-doc, cleanup of functions blocks, reorganisation of struct
17439 declarations.
17440
Daniel Veillard1164e751999-02-16 16:29:17 +000017441Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17442
17443 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
17444 the tar and spec file to include the beginning of the doc.
17445
Nuno Ferreira03d04781999-02-13 00:07:17 +0000174461999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
17447
17448 * doc/.cvsignore: Added this file.
17449
Daniel Veillard6800ef31999-02-08 18:33:22 +000017450Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17451
17452 * tree.c: fixed xmlGetProp to return "" when the attribute
17453 exists, even if the node-list is NULL.
17454
Daniel Veillard726c7e31999-02-08 15:13:10 +000017455Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17456
17457 * tree.c: patched an error outputting empty attribute values.
17458 * Makefile.am and doc/makefile.am: have been updated during the
17459 week-end. Sorry for an empty CVS log, I got a shell problem.
17460
Daniel Veillard1899e851999-02-01 12:18:54 +000017461Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17462
17463 * tree.h: cleaned up using enums instead of defines
17464 * parser.c, valid.[ch]: more work on parsing/output of element
17465 declarations
17466
Daniel Veillard3b9def11999-01-31 22:15:06 +000017467Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17468
17469 * valid.[ch], tree.c, parser.c : more work toward full parsing
17470 of XML DTDs.
17471 * README: added informations about mailing-list and on-line
17472 documentation
17473
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000174741999-01-27 Raja R Harinath <harinath@cs.umn.edu>
17475
17476 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
17477
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000017478Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17479
17480 * parser.c, tree.[ch] : more work toward conformance testing,
17481 added a last element to accelerate parsing of very flat structures
17482 started working on internal subset Element content declaration.
17483 * valid.[ch] : first cut at adding code toward validation.
17484 * previous changes had also small impact on most files, especially
17485 the conformance testing using James Clark test suite.
17486
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000017487Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17488
17489 * test/* : updated the examples, most of them were not well
17490 formed (humm), and added rdf2.
17491 * result/* : resulting changes in the output.
17492
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000017493Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17494
17495 * tree.c: changed the behaviour of xmlGetProp on NULL values.
17496
Daniel Veillard44b3a061998-12-05 17:27:22 +000017497Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17498
17499 * tree.c: patched a bug in the generation of empty attributes
17500
Daniel Veillardbe36afe1998-11-27 06:39:50 +000017501Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17502
17503 * entities.[ch], tree.[ch], tester.c: added copy interfaces
17504 for node/trees/documents/... Biggest problem is namespace
17505 support when copying subtrees.
17506
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000017507Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17508
17509 * parser.c, entities.c: improve entities and char ref encoding,
17510 and cleanups of error messages.
17511
Daniel Veillard242590e1998-11-13 18:04:35 +000017512Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17513
17514 * parser.c, entities.c: simple bug hunting done during rpm2html and
17515 rpmfind integration.
17516
Daniel Veillard42dc9b31998-11-09 01:17:21 +000017517Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17518
17519 * parser.[ch]: Added interfaces allowing to specify a SAX
17520 handler before parsing.
17521
Daniel Veillarde3bffb91998-11-08 14:40:56 +000017522Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17523
17524 * parser.c: redirrect all errors reporting through the SAX
17525 error function
17526
Daniel Veillardda4d3c41998-11-04 20:07:05 +000017527Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17528
17529 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
17530 * libtool, tlmain ...: update of the libtool files
17531
Miguel de Icaza442321c1998-11-04 18:13:38 +0000175321998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
17533
17534 * entities.c: Use g_snprintf insteda of snprintf.
17535
Daniel Veillard0ba4d531998-11-01 19:34:31 +000017536Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17537
17538 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
17539 added ent5 test for this purpose.
17540 * parser.c, parser.h: formatting, comments and UTF-8 planning.
17541
Daniel Veillard27271681998-10-30 06:39:40 +000017542Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17543
17544 * parser.c: fixed? a strange error due to compression on a GWP
17545 document.
17546
Daniel Veillard25940b71998-10-29 05:51:30 +000017547Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17548
17549 * tree.[ch]: bug fixing
17550 * entities.[ch]: defined a specific type for predefined entities
17551 * doc/xml.html: more documentation on the library, how to use it,
17552 overview of the interfaces.
17553
Daniel Veillard16253641998-10-28 22:58:05 +000017554Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17555
17556 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
17557
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017558Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17559
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000017560 * tree.c: corrected a small bug
17561 * doc/xml.html: continuing writing documentation.
17562
17563Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17564
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017565 * debugXML.h debugXML.c: added debugging utilities.
17566 * tester.c: added --debug switch.
17567 * tree.c: patched an incorrect node->type assignment.
17568 * parser.c: formatting, ensure that node->doc != NULL in attributes
17569
Daniel Veillardccb09631998-10-27 06:21:04 +000017570Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17571
17572 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
17573 entity support and provide an internal representation close to
17574 DOM one (entity ref nodes, and attribute value as tree). I tried
17575 to preserve the interface but this will surely break some apps
17576 (I have to change rpm2html/rpmfind for example). I had to change
17577 two interfaces, and the generated tree is somewhat different.
17578 * doc/* : started documenting the XML library, the tree and
17579 DOM/Corba. This is a first step.
17580
Daniel Veillard11e00581998-10-24 18:27:49 +000017581Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17582
17583 * parser.c: Set up the fonctions comment block, boring but useful.
17584 * parser.h, SAX.c, parser.c: now attributes are processed through
17585 the SAX interface. The problem is that my SAX interface diverged
17586 quite a bit from the original one, well this is not an official
17587 spec, and translating it from Java to C is hairy anyway...
17588
Daniel Veillard97b58771998-10-20 06:14:16 +000017589Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17590
17591 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
17592 fonctions comment block, boring but useful.
17593
17594Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000017595
17596 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
17597 conversion routines. However they are not yet used to convert the
17598 inputs. The core will run with UTF-8.
17599
Daniel Veillard33942841998-10-18 19:12:41 +000017600Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17601
17602 * tree.c : make sure that the type id is properly set-up when
17603 a new object is allocated, needed for DOM.
17604
Daniel Veillard27fb0751998-10-17 06:47:46 +000017605Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17606
17607 * tree.h, tree.c: Ok, the main objects in the tree will be native
17608 corba objects, it costs 8 bytes per Node, Attribute and Document
17609 but it simplifies the Corba integration a lot (no extra interface
17610 objects to allocate/free).
17611
Daniel Veillard0bef1311998-10-14 02:36:47 +000017612Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17613
17614 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
17615 and changed NODEs contants for conformity with DOM Level 1
17616
Daniel Veillard27864701998-10-08 03:47:24 +000017617Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17618
17619 * added hooks to keep track of servants when creating objects
17620 xmlDoc and xmlNode (for Corba export).
17621
Daniel Veillarda6e1d121998-10-04 14:41:05 +000017622Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17623
17624 * added xml-config script.
17625
Daniel Veillard7066a791998-10-01 20:28:28 +000017626Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17627
17628 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
17629 to autoupdate libtool and automake conf files.
17630
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000176311998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
17632
17633 * Makefile.am: Use '?' to separate the sed
17634 commands as ',' is used when people pass -Wl,something.
17635
17636
Daniel Veillard15a8df41998-09-24 19:15:06 +000017637Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17638
17639 * tree.c, tree.h: added a per-document compression interface.
17640
Daniel Veillard151b1b01998-09-23 00:49:46 +000017641Tue Sep 22 20:47:38 EDT 1998
17642
17643 * tree.c, tree.h: added saving with compression and added interfaces
17644 to control the compression level (xmlGetCompressMode,
17645 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
17646
Daniel Veillard70120ff1998-09-22 00:24:21 +000017647Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17648
17649 * parser.c: corrected a loop for files of size 0
17650
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000176511998-08-20 Raja R Harinath <harinath@cs.umn.edu>
17652
17653 * error.h: New file. Contains prototyes from `error.c'.
17654
Tom Tromeyc19653d1998-08-14 01:22:43 +000017655Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
17656
17657 * Makefile.am (xmlincdir): New macro.
17658 (xmlinc_HEADERS): Renamed from include_HEADERS.
17659
Daniel Veillard845664d1998-08-13 04:43:19 +000017660Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17661
17662 * applied small patch on numeric entities from
17663 Christopher Blizzard <blizzard@appliedtheory.com>
17664
Daniel Veillard260a68f1998-08-13 03:39:55 +000017665Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17666
17667 * New release 0.2, removed the old xml_* files so that it's
17668 coherent with the other CVS base (W3C), far better conformance
17669 to standard, new namespaces, decent entities support, beginning
17670 of a SAX-like interface. Nearly nothing left intact, even the
17671 test examples ...
17672
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000176731998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
17674
17675 * .cvsignore: Add .deps dir
17676
Daniel Veillardf8015fa1998-07-26 21:31:38 +000017677Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17678
17679 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
17680
Daniel Veillardfe926001998-07-26 04:28:20 +000017681Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017682
Daniel Veillardfe926001998-07-26 04:28:20 +000017683 * configure.in: added test for CPP
17684 * AUTHORS, Changelog: the original ones didn't get commited but the
17685 glib ones instead, fixed.
17686 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000017687
Daniel Veillardfe926001998-07-26 04:28:20 +000017688Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017689
Daniel Veillardfe926001998-07-26 04:28:20 +000017690 * integrated code developped at W3C
17691 * changed the original Copyright
17692 * migrated to automake
17693 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000017694