blob: 4cb070f04582b6bc4eb088213e0fb07d6bd7d4b7 [file] [log] [blame]
Daniel Veillard3648fcb2003-10-01 12:21:31 +00001Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
4 of a pain murrayc is really gonna be.
5
Daniel Veillardf96cf4e2003-10-01 09:05:25 +00006Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
7
8 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
9
Daniel Veillardd3a2e4c2003-09-30 13:38:04 +000010Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
11
12 * entities.c legacy.c parser.c: made the predefined entities
13 static predefined structures to avoid the work, memory and
14 hazards associated to initialization/cleanup.
15
Daniel Veillard73b013f2003-09-30 12:36:01 +000016Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
17
18 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
19 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
20 include/libxml/parser.h include/libxml/parserInternals.h
21 include/libxml/xmlversion.h.in: added a new configure
22 option --with-push, some cleanups, chased code size anomalies.
23 Now a library configured --with-minimum is around 150KB,
24 sounds good enough.
25
AEST 2003 Malcolm Tredinnick06431122003-09-30 02:36:08 +000026Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
27
28 * libxml-2.0-uninstalled.pc.in: New file for building against
29 uninstalled libxml2 builds.
30 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
AEST 2003 Malcolm Tredinnickcd101042003-09-30 02:40:39 +000031 * .cvsignore: Ignore the new generated *.pc file.
AEST 2003 Malcolm Tredinnick06431122003-09-30 02:36:08 +000032
Daniel Veillard81273902003-09-30 00:43:48 +000033Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
34
35 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
36 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
37 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
38 added 2 new configure option: --with-reader --with-sax1
39 to allow removing the reader or non-xmlReadxxx() interfaces.
40
Daniel Veillard652327a2003-09-29 18:02:38 +000041Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
42
43 * configure.in entities.c tree.c valid.c xmllint.c
44 include/libxml/tree.h include/libxml/xmlversion.h.in:
45 Adding a configure option to remove tree manipulation
46 code which is not strictly needed by the parser.
47
Daniel Veillard89f7f272003-09-29 13:29:09 +000048Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
49
50 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
51 patch from Marcin 'Shard' Konicki
52
Daniel Veillarda9cce9c2003-09-29 13:20:24 +000053Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
54
55 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
56 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
57 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
58 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
59 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
60 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
61 include/libxml/catalog.h include/libxml/debugXML.h
62 include/libxml/entities.h include/libxml/nanohttp.h
63 include/libxml/relaxng.h include/libxml/tree.h
64 include/libxml/valid.h include/libxml/xmlIO.h
65 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
66 include/libxml/xpathInternals.h python/libxml.c:
67 Okay this is scary but it is just adding a configure option
68 to disable output, this touches most of the files.
69
Daniel Veillardc064b472003-09-29 10:55:05 +000070Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
71
72 * xmlmemory.c: better fix, avoids breaking the python bindings
73
Daniel Veillardfb43bd62003-09-29 09:22:39 +000074Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
75
76 * xmlmemory.c: fix a compilation problem when configuring
77 with debug but without mem-debug
78
Daniel Veillard4432df22003-09-28 18:58:27 +000079Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
80
81 * Makefile.am: cleanup, creating a new legacy.c module,
82 made sure make tests ran in reduced conditions
83 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
84 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
85 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
86 increased the modularization, allow to configure out
87 validation code and legacy code, added a configuration
88 option --with-minimum compiling only the mandatory code
89 which then shrink to 200KB.
90
Daniel Veillard9ee35f32003-09-28 00:19:54 +000091Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
92
93 * parser.c: fix a bug raised by the Mips compiler.
94 * include/libxml/SAX.h include/libxml/parser.h: move the
95 SAXv1 block definitions to parser.h fixes bug #123380
96 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
97 the attribute and element pool borken 2 commits ago.
98 Start playing with an entry point to preserve a subtree.
99 * entities.c: remove a warning.
100
William M. Brack7b9154b2003-09-27 19:23:50 +0000101Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
102
103 * encoding.c, parser.c, relaxng.c: further (final?) minor
104 changes for compilation warnings. No change to logic.
105
William M. Brackb670e2e2003-09-27 01:05:55 +0000106Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
107
108 * parser.c: fixed small problem with missing entities (test/ent2)
109
Daniel Veillard9d8c1df2003-09-26 23:27:25 +0000110Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
111
112 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
Daniel Veillard9ee35f32003-09-28 00:19:54 +0000113 if the result is not well formed that ctxt->myDoc is not NULL
114 and uses the context dictionnary.
Daniel Veillard9d8c1df2003-09-26 23:27:25 +0000115
Daniel Veillard7d515752003-09-26 19:12:37 +0000116Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
117
118 * parser.c: other patches from William Brack to avoid
119 compilation warnings on AIX.
120
William M. Brack899e64a2003-09-26 18:03:42 +0000121Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
122
123 * HTMLparser.c, entities.c, xmlreader.c: minor change to
124 avoid compilation warnings on some (e.g. AIX) systems
125
Daniel Veillard11476b42003-09-26 14:51:39 +0000126Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
127
128 * parserInternals.c: fixed a backward compatibility problem
129 when formatting "deprecated SAXv1 function ignorableWhitespace"
130 could be reproduced by xmllint --format
131
Daniel Veillarddca8cc72003-09-26 13:53:14 +0000132Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
133
134 * doc/libxml2-api.xml: rebuilt the API
135 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
136 --nocdata and --nsclean to remove CDATA section and surperfluous
137 namespace declarations
138 * parser.c SAX2.c: implementation of the 2 new options
139
Daniel Veillard9475a352003-09-26 12:47:50 +0000140Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
141
142 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
143 added the same htmlRead APIs than their XML counterparts
144 * include/libxml/parser.h: new parser options, not yet implemented,
145 added an options field to the context.
146 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
147 is found within a cdata section.
148 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
149 result/cdata2.sax test/cdata2: add one more cdata test
150
Daniel Veillard60942de2003-09-25 21:05:58 +0000151Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
152
153 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
154 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
155 base URL parameter when not loading from a file or URL.
156
Daniel Veillard092643b2003-09-25 14:29:29 +0000157Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
158
159 * configure.in: preparing a beta3 solving the ABI problems
160 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
161 include/libxml/globals.h include/libxml/SAX.h: make sure the
162 global variables for the default SAX handler are V1 ones to
163 avoid ABI compat problems.
164 * xmlreader.c: cleanup of uneeded code
165 * hash.c: fix a comment
166
Daniel Veillard7a02cfe2003-09-25 12:18:34 +0000167Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
168
169 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
170 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
171 fixing some comments to avoid warnings from apibuild.py
172
Daniel Veillard70b18562003-09-24 21:45:21 +0000173Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
174
175 * win32/configure.js: patch from Stephane Bidoul for configuring
176 the beta2 version #123104
177
Daniel Veillarde96a2a42003-09-24 21:23:56 +0000178Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
179
180 * Makefile.am: adding repeated parsing and validating tests
181 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
182 DOM tree building interfaces use the dictionary from the
183 parsing context to build the element and attributes names
184 as well as formatting spaces and short text nodes
185 * include/libxml/dict.h dict.c: added some reference counting
186 for xmlDictPtr because they can be shared by documents and
187 a parser context.
188 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
189 functions and use the standard ones now.
190 * xmllint.c: add --nodict
191 * python/libxml.c: fix a stupid bug so that ns() works on
192 attribute nodes.
193
Daniel Veillard16fa96c2003-09-23 21:50:54 +0000194Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
195
196 * parser.c include/libxml/parser.h: adding a new set of
197 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
198 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
199 a clear define of xmlParserOption, xmlCtxtUseOptions()
200 should simplify custom parsing without being tempted to
201 use global variables, and xmlCtxtReset() should allow reuse
202 of a context for multiple parsing.
203 * xmllint.c: switched to use xmlReadXXX, allow options to
204 be used simultaneously with less troubles.
205 * tree.c: simple warning removal
206 * doc/apibuild.py: small fix
207 * doc/libxml2-api.xml win32/libxml2.def.src: updated
208
Daniel Veillard1f40d682003-09-23 09:16:56 +0000209Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
210
211 * parser.c: revert xmlCreateDocParserCtxt() since this break
212 the parseDoc() python bindings
213
Daniel Veillard309f81d2003-09-23 09:02:53 +0000214Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
215
216 * parser.c: make sure xmlDetectSAX2() is called only at
217 parsing time to avoid breaking apps changing the SAX
218 callbacks after context allocation, change xmlCreateDocParserCtxt()
219 to use an immutable buffer instead of a copy
220
Daniel Veillard9ec26532003-09-23 07:43:19 +0000221Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
222
223 * xmlIO.c: applied patch from Markus Keim fixing a problem
224 with I/O callback registration.
225 * include/libxml/xmlerror.h: fixed #122994 comment numbering
226 for xmlParserErrors
227
Daniel Veillardf85ce8e2003-09-22 10:24:45 +0000228Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
229
230 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
231 really a const xmlChar*
232 * xmlreader.c include/libxml/xmlreader.h: addin the
233 xmlTextReaderConstString() to get an interned string from
234 the reader
235
William M. Brack69848302003-09-22 00:24:51 +0000236Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
237
238 * error.c: fixed a warning message (trivial)
239 * doc/search.php: removed incorrect warning message when word
240 search not found in last of multiple tables (bug 119535)
241
Daniel Veillarde72c5082003-09-19 12:44:05 +0000242Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
243
244 * configure.in: preparing a 2.6.0-beta2 release
245 * xmlIO.c: avoid a warning
246 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
247 by Chris Ryland
248 * include/libxml/dict.h: add a QName access lookup to the
249 dictionary.
250 * xmlreader.c include/libxml/xmlreader.h: adding const access
251 based on the dictionary interface for string read from the
252 reader, the node content access is still TODO, it's too different
253
Daniel Veillardd9e9c9d2003-09-18 22:03:46 +0000254Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
255
256 * SAX2.c: fixing namespace DTD validations
257 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
258 namespaces is slightly different now.
259 * Makefile.am: report the memory used in Timingtests (as well as time)
260
Daniel Veillard53350552003-09-18 13:35:51 +0000261Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
262
263 * Makefile.am: add streaming on memory regression tests, found
264 bad bugs in the reader interface
265 * xmlreader.c: fixing bugs w.r.t. very large names, and special
266 condition in end of file.
267 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
268 adding immutable buffers, and parser input based on those,
269 but this should not be used (yet) for general parsing
270 * parser.c: added a comment about using immutable buffers for
271 general parsing.
272 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
273 output of the regression tests
274 * xmllint.c: using the immutable buffers when streaming on
275 mmaped file (--stream --memory)
276
Daniel Veillard536fad52003-09-18 10:05:56 +0000277Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
278
Daniel Veillardc44cfdd2003-09-18 10:12:02 +0000279 * dict.c: the last patch broke unicity of returned strings, removed
Daniel Veillard536fad52003-09-18 10:05:56 +0000280
Daniel Veillardf6bc7c22003-09-17 22:33:22 +0000281Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
282
283 * Makefile.am: add a Timingtests target to check bad behaviour
284 from the streaming engine
285 * dbgen.pl dbgenattr.pl: perl script to generate big instances
286 * xmlreader.c: fix a bad behaviour on large buffer inputs
287
Daniel Veillardccc4d2b2003-09-17 21:27:31 +0000288Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
289
290 * dict.c xmlreader.c: two small improvements
291
Daniel Veillarda66b1d12003-09-17 20:54:38 +0000292Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
293
294 * parserInternals.c: avoid a leak with previous patch
295
Daniel Veillard007d51e2003-09-17 20:07:28 +0000296Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
297
298 * python/libxml.c: use stderr and not stdout for default errors
299 in python environment bug #122552
300
Daniel Veillard8d8bf2c2003-09-17 19:36:25 +0000301Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
302
303 * parserInternals.c: small fix from Rob Richards for input filename
304 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
305 * xmlIO: adding a guard in one function
306
Daniel Veillard19895052003-09-17 13:59:32 +0000307Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
308
309 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
310 reducing memory allocation and free and avoiding expensive routines
311
Daniel Veillard9f7eb0b2003-09-17 10:26:25 +0000312Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
313
314 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
315 seriously with per-document dict and element and attribute nodes
316 reuse in the xmlReader. This seems to lead to an interesting
317 speedup of the xmlReader already.
318
Daniel Veillard81514ba2003-09-16 23:17:26 +0000319Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
320
321 * dict.c include/libxml/dict.h: do string allocations in large
322 pools, allowing to find if a string pertain to a dict quickly
323 * xmllint.c: fix --stream --repeat --timing
324 * Makefile.am: the testThreads run output should be seen.
325
Daniel Veillard8a44e592003-09-15 14:50:06 +0000326Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
327
328 * SAX2.c include/libxml/parser.h: starting work on reusing the
329 parser dictionary for the element and attribute tag names.
330 Add pools for Element and Attributes in the parser context,
331 which should help speeding up the reader.
332 * Makefile.am result/*.rdr : adding non-python reader regression
333 tests.
334
Daniel Veillard62998c02003-09-15 12:56:36 +0000335Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
336
337 * SAX2.c parser.c valid.c: starting to cleanup some of the
338 problems exposed by the W3C/NIST regression suite.
339 * result/ent7.sax result/xml2.sax: small fixes.
340
Daniel Veillardbc92eca2003-09-15 09:48:06 +0000341Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
342
343 * parser.c: more parser error factoring
344
William M. Brack3a6da762003-09-15 04:58:14 +0000345Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
346
347 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
348
Daniel Veillardbdbe0d42003-09-14 19:56:14 +0000349Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
350
351 * parser.c include/libxml/xmlerror.h: factoring of more
352 error handling code, serious size reduction and more lisibility
353 of the resulting code.
354 * parserInternals.c parser.c include/libxml/parserInternals.h
355 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
356 checks are done, use a counter for entities. Entities where freed and
357 reallocated at the same address failing the check.
358 * tree.c: avoid a warning
359 * result/valid/* result/VC/*: this slightly changes some validation
360 error messages.
361
William M. Brack4e52f2f2003-09-14 18:07:39 +0000362Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
363
364 * valid.c: fixed bug 121759 - early declaration of
365 attribute-list in external DTD
366
Daniel Veillard1afc9f32003-09-13 12:44:05 +0000367Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
368
369 * parser.c include/libxml/xmlerror.h: starting cleaning up
370 error handling, factorize error processing
371 * doc/xmllint.html: update of the page, remove --sgml
372
Daniel Veillard877a7bd2003-09-13 00:16:32 +0000373Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
374
375 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
376 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
377 broken pseudo SGML DocBook parser code.
378
Daniel Veillard5dd3c962003-09-12 15:32:16 +0000379Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
380
381 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
382 valgrind pointed out the strings overlapped. cleanup .
383
Daniel Veillard2a3fea32003-09-12 09:44:56 +0000384Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
385
386 * tree.c: applied speedup to xmlSearchNs() as suggested by
387 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
388 applying the same trick.
389
Daniel Veillard3b7840c2003-09-11 23:42:01 +0000390Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
391
392 * parser.c parserInternals.c tree.c include/libxml/parser.h
393 include/libxml/xmlerror.h: adding namespace checkings
394 while making sure they still parse as wellformed documents.
395 Add an nsWellFormed status report to the context, and
396 provide new appropriate error codes.
397 * Makefile.am result/namespaces/* test/namespaces/*: add
398 specific regression testing for the new namespace support
399 * test/att5 result/noent/att5 result/att5 result/att5.sax:
400 add more coverage for the attribute parsing and normalization
401 code.
402
Daniel Veillard5f1e1f82003-09-11 23:35:09 +0000403Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
404
405 * threads.c: backport of a thread bugfix from 2_5_X branch
406
Daniel Veillardc6e20e42003-09-11 16:30:26 +0000407Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
408
409 * parser.c: fixed a bug in one corner case of attribute parsing.
410
Daniel Veillard8e36e6a2003-09-10 10:50:59 +0000411Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
412
413 * configure.in doc/* : 2.6.0beta1 changes
414 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
415 normalization, might not be totally fixed but this should
416 make sure SAX event provide the right strings for attributes
417 except entities for which libxml2 is different by default
418 This should fix #109564
419 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
420 in attribute callback values
421 * result/c14n/with-comments/example-4
422 result/c14n/without-comments/example-4: this also fixes a subtle
423 bug in the canonicalization tests.
424
Daniel Veillarde57ec792003-09-10 10:50:59 +0000425Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
426
427 Time to commit 3 days of work rewriting the parser internal,
428 fixing bugs and migrating to SAX2 interface by default. There
429 is some work letf TODO, like namespace validation and attributes
430 normalization (this break C14N right now)
431 * Makefile.am: fixed the test rules
432 * include/libxml/SAX2.h include/libxml/parser.h
433 include/libxml/parserInternals.h SAX2.c parser.c
434 parserInternals.c: changing the parser, migrating to SAX2,
435 adding new interface to switch back to SAX1 or initialize a
436 SAX block for v1 or v2. Most of the namespace work is done
437 below SAX, as well as attribute defaulting
438 * globals.c: changed initialization of the default SAX handlers
439 * hash.c tree.c include/libxml/hash.h: added QName specific handling
440 * xmlIO.c: small fix
441 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
442 version code path
443 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
444 pointed out a typo in a very old test namespace
445
William M. Brackc07329e2003-09-08 01:57:30 +0000446Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
447
448 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
449 of compressed files, setting doc->compressed appropriately
450 (bug #120503).
451
Daniel Veillardbbeb9f92003-09-07 20:54:29 +0000452Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
453
454 * parser.c: try to cope with the fact that apps may still
455 have allocated smaller SAX callbak block
456
Daniel Veillard0fb18932003-09-07 09:14:37 +0000457Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
458
459 * dict.c: allow to give -1 for undefined length in lookups
460 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
461 first round of work on the new SAX2 interfaces, the API
462 will change but commiting before changing for historical
463 reference.
464
William M. Brack4811ba32003-09-06 18:02:53 +0000465Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
466
467 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
468 sax->warning with wrong params).
469
Daniel Veillard93625d32003-09-05 08:36:12 +0000470Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
471
472 * include/libxml/globals.h: patch from Stéphane Bidoul to export
473 globals entry points to the python bindings
474
Daniel Veillard40412cd2003-09-03 13:28:32 +0000475Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
476
477 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
478 by default instead of "HTML"
479 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
480 avoiding calls to "areBlanks" when not needed.
481 * include/libxml/parser.h include/libxml/tree.h: some structure
482 extensions for future work on using per-document dictionaries.
483
Daniel Veillard4b1577f2003-09-03 13:10:37 +0000484Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
485
486 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
487 tree, keeping result in the same tree, added SAXtests to the
488 default "make tests"
489
Igor Zlatkovic471cae42003-09-02 14:00:49 +0000490Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
491
492 * include/libxml/xmlexports.h: defined additional macros which
493 affect exports and added mingw section
494
William M. Brack008c06b2003-09-01 22:17:39 +0000495Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
496
497 * doc/index.py: fixed problem parsing xhtml docs
498 * doc/xmlreader.html,doc/guidelines.html: small modification
499 to avoid problem in python parsing.
500 * doc/search.php: fixed upper case filename problem for XSLT docs
501
Daniel Veillard10acc2f2003-09-01 20:59:40 +0000502Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
503
504 * xinclude.c: patch from Mark Vakoc that allows compiling
505 with XInclude but without XPointer support.
506
Daniel Veillarde8553732003-09-01 20:33:14 +0000507Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
508
509 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
510 to add --libtool-libs option to xml2-config script.
511
William M. Brack3f479502003-09-01 04:58:15 +0000512Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
513
514 * doc/README.docs, doc/Makefile.am: new file added,
515 giving some description of the documentation generation process
516 * doc/search.php: fixed problem with upper case on filenames
517
Igor Zlatkovicf5f37182003-08-29 10:25:28 +0000518Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
519
520 * win32/Makefile.bcb: updates by Eric Zurcher
521
William M. Brackcdfa2862003-08-29 06:03:38 +0000522Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
523
524 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
525 to compensate for pollution from Igor's header taint
526 (quick before Daniel notices)
527
Daniel Veillard67906942003-08-28 21:13:25 +0000528Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
529
530 * SAX2.c: fixed a namespace error on attribute reporting bug
531 pointed out by Tobias Reif
532 * test/p3p result/p3p result/noent/p3p: this test case was wrong
533 using xmlsn instead of xmlns...
534
Igor Zlatkovic65901252003-08-28 16:26:12 +0000535Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
536
537 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
538 typos reported by Mark Vakoc
539
MDT 2003 John Fleckbc6734a2003-08-28 15:01:40 +0000540Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
541
542 add:
543 * doc/tutorial/api.html
544 * doc/tutorial/ar01s09.html
545 * doc/tutorial/includexpath.c
546 updated
547 * doc/tutorial/*.html
548 fix my bad - forgot to check in new files when I last
549 updated
550
551
Igor Zlatkovic19b87642003-08-28 12:32:04 +0000552Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
553
Igor Zlatkovicdb0793a2003-08-28 12:35:02 +0000554 * win32/Makefile.bcb: new file, support for Borland C++
Igor Zlatkovic19b87642003-08-28 12:32:04 +0000555 * xmllint.c: fixed time inclusion for various compilers
556
Igor Zlatkovicd37c1392003-08-28 10:34:33 +0000557Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
558
559 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
560 few casts to shut the compiler warnings
561
Igor Zlatkovic1bab92d2003-08-28 10:24:40 +0000562Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
563
564 * win32/Makefile.* win32/configure.js: fixed for mingw
565
Daniel Veillard5805be22003-08-28 08:03:23 +0000566Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
567
568 * globals.c threads.c: fixing bug #120870 try to avoid problem
569 with uninitialized mutexes
570
Daniel Veillard1ac24d32003-08-27 14:15:15 +0000571Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
572
573 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
574 up with multiple states, select the "best" one. Fix #120682
575 * result/relaxng/tutor11_2_3.err: small change resulting
576
577Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
578
579 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
580
Igor Zlatkovic1f6c49b2003-08-27 08:59:28 +0000581Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
582
583 * include/libxml/[threads-xpointer].h: realigned parameters
584 after taint
585
Igor Zlatkovicc879e452003-08-27 08:02:34 +0000586Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
587
588 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
589 as reported by Eric Zurcher
590
Daniel Veillardc1ffa0a2003-08-26 13:56:48 +0000591Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
592
593 * relaxng.c: fixed bug #120386 again a problem introduced when
594 trying to reuse automata for content validation. Fix a bug report
595 problem on zeroOrMore
596 * result/relaxng/tutor3_7_err: change slightly error reporting.
597
Daniel Veillard68f8fad2003-08-25 11:28:07 +0000598Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
599
600 * include/libxml/Makefile.am: make sure the new header will
601 be included when generating a new distribution.
602
Daniel Veillard73827cb2003-08-25 10:57:27 +0000603Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
604
605 * relaxng.c: fixed a couple of stupid bugs in the state allocation
606 routines which led to bug #120040 and the ones reported by
607 Martijn Faassen
608
Igor Zlatkovic123e93d2003-08-25 10:37:11 +0000609Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
610
611 * include/libxml/parserInternals.h include/libxml/relaxng.h
612 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
613 parameters after taint.
614
Igor Zlatkovic0e7df822003-08-25 09:17:19 +0000615Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
616
617 * include/libxml/xmlversion.h.in: moved export defs to a separate
618 file for consistency.
619 * include/libxml/xmlexports.h: new file, contains export defs.
620
Igor Zlatkovic9ce224a2003-08-25 09:03:05 +0000621Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
622
623 * include/libxml/*.h genUnicode.py: exportability taint
624 of the headers.
625
Daniel Veillard11af4292003-08-21 10:39:13 +0000626Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
627
628 * SAX.c: make the deprecated interfaces log an error message
629 to be sure it won't get used.
630
Daniel Veillard1af9a412003-08-20 22:54:39 +0000631Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
632
633 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
634 Adding new version of the SAX interface, it's not there yet,
635 currently just preparing the work
636 * globals.c parser.c SAX.c include/libxml/SAX.h
637 include/libxml/globals.h include/libxml/parser.h: doing some
638 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
639 while keeping functionalities, preparing SAX2 integration.
640 * dict.c: small cleanup.
641
Daniel Veillarde5984082003-08-19 22:21:13 +0000642Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
643
644 * tree.c: fixes a small bug introduced in last commit and detected
645 by valgrind.
646
Daniel Veillard6155d8a2003-08-19 15:01:28 +0000647Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
648
649 * dict.c hash.c: optimization when freeing hash tables.
650 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
651 allocations
652 * parser.c parserInternals.c include/libxml/parser.h: keep a
653 single allocated block for all the attributes callbacks,
654 avoid useless malloc()/free()
655 * tree.c: do not realloc() when growing a buffer if the buffer
656 ain't full, malloc/memcpy/free avoid copying memory.
657
Daniel Veillard66f68e72003-08-18 16:39:51 +0000658Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
659
660 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
661 --dtdvalidfpi for Tobias Reif
662
Daniel Veillard2fdbd322003-08-18 12:15:38 +0000663Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
664
665 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
666 new dictionary module to keep a single instance of the names used
667 by the parser
668 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
669 switched all parsers to use the dictionary internally
670 * include/libxml/HTMLparser.h include/libxml/parser.h
671 include/libxml/parserInternals.h include/libxml/valid.h:
672 Some of the interfaces changed as a result to receive or return
673 "const xmlChar *" instead of "xmlChar *", this is either
674 insignificant from an user point of view or when the returning
675 value changed, those function are really parser internal methods
676 that no user code should really change
677 * doc/libxml2-api.xml doc/html/*: the API interface changed and
678 the docs were regenerated
679
Daniel Veillard7fb801f2003-08-17 21:07:26 +0000680Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
681
682 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
683
William M. Bracka716ff12003-08-16 14:58:33 +0000684Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
685
686 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
687 fixed part (2) of bug 119535 (wrong alpha case on filenames)
688
William M. Brackc6e07552003-08-16 12:44:47 +0000689Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
690
691 * doc/API*.html, doc/html/*: regenerated API documentation
692 for xmlsoft.org (part of Bug 119535)
693
William M. Brack7a821652003-08-15 07:27:40 +0000694Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
695
696 * encoding.c, threads.c, include/libxml/HTMLparser.h,
697 doc/libxml2-api.xml: Minor changes to comments, etc. for
698 improving documentation generation
699 * doc/Makefile.am: further adjustment to auto-generation of
700 win32/libxml2.def.src
701
Daniel Veillardcfba2fe2003-08-15 00:33:43 +0000702Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
703
704 * News configure.in: preparing libxml2-2.5.10 release
705 * doc/* : updated the doc and rebuilt
706
Daniel Veillardbf1e3d82003-08-14 23:57:26 +0000707Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
708
709 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
710 Malcolm Tredinnick with the patch he suggested.
711
Daniel Veillarde8ed6202003-08-14 23:39:01 +0000712Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
713
714 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
715
Daniel Veillard608d0ac2003-08-14 22:44:25 +0000716Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
717
718 * uri.c: fixing an use of strcpy() where both strings overlap
719 pointed out by valgrind.
720
Daniel Veillard98485322003-08-14 15:44:40 +0000721Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
722
723 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
724 some compilation warnings.
725 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
726 plus some cleanup and better error reporting.
727
Daniel Veillardab1ae3a2003-08-14 12:19:54 +0000728Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
729
730 * encoding.c: applied UTF-16 encoding handling patch provided by
731 Mark Itzcovitz
732 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
733 not having iconv support.
734
Daniel Veillard1638a472003-08-14 01:23:25 +0000735Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
736
737 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
738 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
739 mingw compiler on Windows.
740
Daniel Veillardb19ba832003-08-14 00:33:46 +0000741Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
742
743 * parser.c: fixed the serious CPU usage problem reported by
744 Grant Goodale
Daniel Veillardab1ae3a2003-08-14 12:19:54 +0000745 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
Daniel Veillardb19ba832003-08-14 00:33:46 +0000746 missing in htmlSAXParseDoc
747
William M. Brackccf9e392003-08-13 14:50:18 +0000748Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
749
750 * doc/Makefile.am: Removed dependency from libxml2.def.src
751
William M. Brack476cd962003-08-13 11:09:42 +0000752Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
753
754 * autogen.sh: took away the requirement for automake-1.4,
755 changed the messages for getting auto* tools to current
756 gnu pages.
757 * configure.in: added check for Linux Dec alpha requiring
758 -ieee flag, fixed test for ipv6
759 * trionan.c: fixed problem for compiling on Linux Dec alpha
760 using native compiler
761 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
762 whenever libxml2-api.xml is changed.
763
Daniel Veillard6b621b82003-08-11 15:03:34 +0000764Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
765
766 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
767 is not used.
768
William M. Brack30909422003-08-10 00:14:20 +0000769Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
770
771 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
772
Daniel Veillard83ee40d2003-08-09 22:24:09 +0000773Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
774
775 * News configure.in: preparing libxml2-2.5.9 release
776 * doc/* : updated the doc and rebuilt
777
Daniel Veillard0ab6fa02003-08-09 18:01:53 +0000778Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
779
780 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
781 definition to get a correct API XML description. This was apparently
782 breaking Windows build.
783
Daniel Veillard14f752c2003-08-09 11:44:50 +0000784Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
785
786 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
787 the progressive HTML parser front-end on large character data
788 island leading to an erroneous end of data detection by the
789 parser. Some cleanup too to get closer from the XML progressive
790 parser.
791
William M. Brack6d13f332003-08-08 16:40:36 +0000792Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
793
794 * win32/configure.js: Added in support for the ISO8859X
795 module (patch provided by Jesse Pelton)
796
Daniel Veillard70bcb0e2003-08-08 14:00:28 +0000797Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
798
799 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
800 when the library is not initialized and one try to save, the
801 locks in threaded env might not been initialized, playing safe
802 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
803 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
804 his tests to the regression suite.
805
William M. Brack41e6bed2003-08-08 10:53:06 +0000806Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
807
808 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
809 (with apologies to Igor) - Enhanced handling of docb and
810 nanohttp.
811
William M. Brack16db7b62003-08-07 13:12:49 +0000812Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
813
814 * encoding.c: further small changes for warnings when
815 configured with --with-iconv=no
816
William M. Bracka71a8ef2003-08-06 04:43:55 +0000817Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
818
819 * error.c trionan.[ch] testThreads.c python/generator.py:
820 further small changes to elminate most of the remaining
821 warnings.
822
William M. Brackc1939562003-08-05 15:52:22 +0000823Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
824
825 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
826 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
827 python/libxml.c include/libxml/xmlmemory.h: small changes
828 to syntax to get rid of compiler warnings. No changes
829 to logic.
830
Daniel Veillardc758c222003-08-04 20:42:34 +0000831Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
832
833 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
834
Daniel Veillard20aa0fb2003-08-04 19:43:15 +0000835Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
836
837 * tree.c: fixed a small problem in the patch for #118763
838 * result/HTML/doc3.htm*: this reverts back to the previous result
839
Daniel Veillard91e69c52003-08-04 01:43:07 +0000840Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
841
842 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
843 and rebuilt, apparently some C++ wrappers are not available,
844 c.f. bug #118943
845
Daniel Veillard39057f42003-08-04 01:33:43 +0000846Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
847
848 * tree.c: fixing HTML attribute serialization bug #118763
849 applying a modified version of the patch from Bacek
850 * result/HTML/doc3.htm*: this modifies the output from one test
851
Daniel Veillard8d73bcb2003-08-04 01:06:15 +0000852Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
853
854 * tree.c include/libxml/tree.h: added a new API to split a
855 QName without generating any memory allocation
856 * valid.c: fixed another problem with namespaces on element
857 in mixed content case
858 * python/tests/reader2.py: updated the testcase with
859 Bjorn Reese fix to reader for unsignificant white space
860 * parser.c HTMLparser.c: cleanup.
861
Daniel Veillard5ee43b02003-08-04 00:58:46 +0000862Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
863
864 * catalog.c: trying to fix #118754 of possible recursion in the
865 catalogs. Not fantastically happy about the current fix since
866 it's likely to break under very thread intensive concurrent
867 access to the catalog. Better solution might to keep the depth
868 an extra argument to the resolution functions.
869
Daniel Veillard7b68df92003-08-03 22:58:54 +0000870Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
871
872 * valid.c: fixed bug #118712 about mixed content, and namespaced
873 element names.
874 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
875 in the regression tests
876
William M. Brack779af002003-08-01 15:55:39 +0000877Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
878
879 Coninuing work on bug 118559
880 * DOCBparser.c: removed 2 unsed vars
881 * xmlregexp.c: changed some numeric const to their enum symbols
882 * xmlreader.c: changed one var define from int to enum
883 (a little more to be done, awaiting co-ordination)
884 * relaxng.c: deleted one unused var
885 * xmllint.c: deleted some unused vars, changed one arg
886 val from int to enum
887 * testHTML.c, testDocbook.c: changed some arg vals to enum const
888 * xmlIO.c: fixed typo from last night (small warning msg)
889
William M. Brack78637da2003-07-31 14:47:38 +0000890Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
891
892 Working on bug 118559
893 * error.c: deleted unused variable
894 * parserInternals.c: deleted unneeded 'const' qualifier
895 * parser.c: changed variable type for enum temp storage
896 * xmlIO.c: changed debugging var to be inside #ifdef
897 * valid.c: removed unused variable
898 * HTMLparser.c: removed some unneeded 'const' qualifiers
899 * xpath.c: added some type casts, removed some unused vars
900 * xinclude.c: added one type cast
901 * nanohttp.c: repositioned some #ifdef to avoid unused var
902 * nanoftp.c: removed unused var
903
Daniel Veillard97e01882003-07-30 18:59:19 +0000904Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
905
906 * HTMLparser.c: applied a patch from William Brack about
907 the problem of parsing very large HTML instance with comments
908 as raised by Nick Kew
909
Daniel Veillardd6038e02003-07-30 16:37:18 +0000910Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
911
912 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
913 patch from Bjorn Reese for xmlTextReaderNodeType() and
914 significant whitespace. There is an enum for node type
915 values now.
916
Daniel Veillard01fc1a92003-07-30 15:12:01 +0000917Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
918
919 * encoding.c: applying patch from Peter Jacobi to added
920 ISO-8859-x encoding support when iconv is not available
921 * configure.in include/libxml/xmlversion.h.in
922 include/libxml/xmlwin32version.h.in: added the glue needed
923 at the configure level and made it the default for Windows
924
Daniel Veillardc2664642003-07-29 20:44:53 +0000925Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
926
927 * python/generator.py python/libxml.c python/libxml2class.txt:
928 patch from Joachim Bauch + cleanup for Relax NG error callbacks
929 in python
930
Daniel Veillarda6874ca2003-07-29 16:47:24 +0000931Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
932
933 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
934 cleanup patch, and also avoided a possible memory leak
935
Daniel Veillard9ff7de12003-07-29 13:30:42 +0000936Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
937
938 * encoding.c: fix the previous commit
939
William M. Brack4a557d92003-07-29 04:28:04 +0000940Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
941
942 * HTMLparser.c: fixed problem with comments reported by Nick Kew
943 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
944 some future cleanup of UTF8 handling
945
Daniel Veillard9deb2422003-07-28 20:40:59 +0000946Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
947
948 * xpath.c: applied a change suggested by Sean Griffin in bug
949 #118494 about a memory leak in EXSLT
950
Daniel Veillardd94849b2003-07-28 13:02:24 +0000951Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
952
953 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
954 when fixing the previous Relax-NG bugs
955 * result/relaxng/*: This slightly changes the output messages of
956 some regression tests.
957 * configure.in: added support of -with-fexceptions for nested C++
958 support.
959
MDT 2003 John Fleck63f3a472003-07-24 21:48:30 +0000960Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
961
962 * doc/tutorial/apa.html
963 * doc/tutorial/apb.html
964 * doc/tutorial/apc.html
965 * doc/tutorial/apd.html
966 * doc/tutorial/ape.html
967 * doc/tutorial/apf.html
968 * doc/tutorial/apg.html
969 * doc/tutorial/aph.html
970 * doc/tutorial/ar01s02.html
971 * doc/tutorial/ar01s03.html
972 * doc/tutorial/ar01s04.html
973 * doc/tutorial/ar01s05.html
974 * doc/tutorial/ar01s06.html
975 * doc/tutorial/ar01s07.html
976 * doc/tutorial/ar01s08.html
977 * doc/tutorial/index.html
978 * doc/tutorial/ix01.html
979 * doc/tutorial/xmltutorial.pdf
980 * doc/tutorial/xmltutorial.xml
981 update tutorial with XPath example
982
983
Daniel Veillard597bc482003-07-24 16:08:28 +0000984Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
985
986 * SAX.c parser.c: fixing a bug about a special case of namespace
987 handling, this closes bug #116841
988
Daniel Veillard2134ab12003-07-23 19:56:29 +0000989Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
990
991 * relaxng.c result/relaxng/*: checked and fixed the compilation
992 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
993 This slightly changes the output messages of some regression tests.
994
Daniel Veillardc127adc2003-07-23 15:07:08 +0000995Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
996
997 * xmlreader.c: fixed an out of bound error #118052 , the good
998 part if that base64 code was not in use yet ...
999
MDT 2003 John Fleck2ae05c72003-07-23 01:43:53 +00001000Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
1001
1002 * doc/xmllint.html
1003 include html version of the xmllint man page, so an
1004 up-to-date version is visible on the Web
1005
Daniel Veillard8edf1c52003-07-22 20:52:14 +00001006Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
1007
1008 * xinclude.c include/libxml/xinclude.h: added a new API
1009 xmlXIncludeProcessTree() to process XInclude only on a subtree
1010 this should fix bug #115385
1011
Daniel Veillard409a8142003-07-18 15:16:57 +00001012Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
1013
1014 * relaxng.c include/libxml/relaxng.h: adding Get interface for
1015 the error callback and parameters of parsing and validation
1016 contexts
1017 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
1018 on text nodes.
1019
Daniel Veillard2dcb9372003-07-16 21:18:19 +00001020Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
1021
1022 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
1023 when using the push XML parser.
1024 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
1025 added the test to the regression suite.
1026
Daniel Veillard2009c4e2003-07-15 20:04:34 +00001027Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
1028
1029 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
1030 as suggested by Rob Richards
1031
Daniel Veillard34ba3872003-07-15 13:34:05 +00001032Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
1033
1034 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
1035 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
1036 to unsigned int and a couple of others.
1037
1038Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
1039
1040 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
1041
Daniel Veillard3dc93a42003-07-10 14:04:33 +00001042Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
1043
1044 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
1045
Daniel Veillarddf101d82003-07-08 14:03:36 +00001046Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
1047
1048 * globals.c threads.c: fixes some problem when freeing unititialized
1049 mutexes
1050
Daniel Veillard2db8c122003-07-08 12:16:59 +00001051Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
1052
1053 * nanoftp.c nanohttp.c: the modules should not import <config.h>
1054 directly, some cleanups
1055 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
1056 validation code.
1057
Daniel Veillard13d07cd2003-07-07 16:02:41 +00001058Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
1059
1060 * win32/configure.js: Jesse Pelton pointed out a problem in the
1061 javascript code.
1062
Daniel Veillard75eb1ad2003-07-07 14:42:44 +00001063Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
1064
1065 * NEWS doc/*: regenerated
1066 * nanoftp.c nanohttp.c: might fix includes problems with the
1067 Ipv6 support on solaris
1068 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
1069 defined as #IMPLIED
1070
Daniel Veillard560c2a42003-07-06 21:13:49 +00001071Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
1072
Daniel Veillard83ee40d2003-08-09 22:24:09 +00001073 * configure.in doc/*: preparing release 2.5.8
Daniel Veillard560c2a42003-07-06 21:13:49 +00001074 * nanohttp.c: changed some preprocessor block
1075 * xmlschemastypes.c: applied patch from Charles Bozeman adding
1076 hexBinary schema datatype and adding support for totalDigits and
1077 fractionDigits facets.
1078
Daniel Veillard7a985a12003-07-06 17:57:42 +00001079Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
1080
1081 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
1082
Daniel Veillardffe4f5e2003-07-06 17:35:43 +00001083Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
1084
1085 * xinclude.c: fixed bug #116095 removing the error message when
1086 reapplying XInclude to a document.
1087
Daniel Veillard1997c3e2003-07-05 20:43:43 +00001088Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
1089
1090 * xmlIO.c: applied small changes to portability layer for
1091 compilation on DJGPP Ms-DOS compiler.
1092
Daniel Veillardd9d32ae2003-07-05 20:32:43 +00001093Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
1094
1095 * parser.c HTMLparser.c: use the character() SAX callback
1096 if the cdataBlock ain't defined.
1097 * xpath.c: fix bug #115349 allowing compilation when configured
1098 with --without-xpath since the Schemas code needs NAN and co.
1099
William M. Brack59002e72003-07-04 17:01:59 +00001100Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
1101
1102 Fixed problem with multi-threading, shown by the test program
1103 testThreads. After fix, ran mutiple tests on various speed
1104 machines (single and dual processor X86), which all seem okay.
1105
1106 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
1107
1108 * threads.c: added missing initialisation for condition variable
1109 in xmlNewRMutex.
1110
Daniel Veillardde2a67b2003-06-21 14:20:04 +00001111Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
1112
1113 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
1114 closing bug #114837
1115
1116 * configure.in: Added checks for IPv6 support and getaddrinfo().
1117
1118 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
1119
1120 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
1121
1122 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
1123 field or sockaddr_in field, depending upon the availability of IPv6
1124 support.
1125 have_ipv6(): Added to check for run-time IPv6 support.
1126 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
1127 Modified to parse a URI with IPv6 address given in [].
1128 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
1129 resolution, if it is available on the system, as gethostbyname
1130 does not return IPv6 addresses on some platforms.
1131 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
1132 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
1133 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
1134 we are dealing with.
1135
1136 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
1137 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
1138 a URI with IPv6 address given in [].
1139 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
1140 available on the system. Also IPv6 addresses will be resolved by
1141 gethostbyname only if IPv6 run-time support is available.
1142 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
1143
Igor Zlatkovic72f92a82003-06-14 16:48:26 +00001144Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1145
1146 * win32/configure.js include/win32config.h
1147 include/libxml/xmlversion.h.in: Applied the patch for BCB
1148 by Eric Zurcher.
1149
Daniel Veillardd7cec922003-06-13 12:30:10 +00001150Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
1151
1152 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
1153 due to #115104 and while fixing #115101 . HTML URLs must not
1154 be version dependant.
1155
Daniel Veillard8265a182003-06-13 10:05:56 +00001156Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
1157
1158 * entities.c: do not generate &quot; for " outside of attributes
1159 * result//*: this changes the output of some tests
1160
Daniel Veillard4e9b1bc2003-06-09 10:30:33 +00001161Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
1162
1163 * parser.c xmlIO.c: trying to fix #114277 about when file
1164 remapping and escaping should really be attempted.
1165
Daniel Veillarda37aab82003-06-09 09:10:36 +00001166Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
1167
1168 * doc/*: applied a patch from Gman for building docs
1169 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
1170 Gary Pennington to provide an allocator for xmlValidCtxt
1171 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
1172 #113580 about data not being passed immediately.
1173
Daniel Veillarde1326112003-06-05 09:32:20 +00001174Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
1175
1176 * tree.c: applied a couple of patches from Mark Itzcovitz
1177 to handle saving back "UTF-16" documents.
1178
Daniel Veillarda84c0b32003-06-02 16:58:46 +00001179Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
1180
1181 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
1182 some work done while in the Maldives (hence the timezone on the
1183 laptop !)
1184 * result/schemas/length3* test/schemas/deter0_*
1185 test/schemas/group0_*: some tests added too
1186
Daniel Veillard8caa9c22003-06-02 13:35:24 +00001187Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
1188
1189 * encoding.c: small fix
1190 * xmlIO.c: fixed an error message
1191
Daniel Veillard0e0f37a2003-05-20 12:22:41 +00001192Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
1193
1194 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
1195 accepting an improper UTF8 sequence
1196
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +00001197Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1198
1199 * threads.c: applied the patch from Stéphane Bidoul for getting
1200 rid of extra threads in a dynamic library.
Igor Zlatkovicfb7f0842003-05-17 11:31:20 +00001201 * win32/configure.js: threads default to 'native' now.
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +00001202
Daniel Veillard5f5b7bb2003-05-16 17:19:40 +00001203Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
1204
1205 * HTMLtree.c: fixing bug #112904: html output method escaped
1206 plus sign character in URI attribute.
1207
Daniel Veillard781ac8b2003-05-15 22:11:36 +00001208Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
1209
1210 * build_glob.py global.data globals.c parser.c
1211 include/libxml/globals.h: patch from Stéphane Bidoul for setting
1212 up threads global defaults.
1213 * doc/libxml2-api.xml: this extends the API with new functions
1214 * python/tests/Makefile.am python/tests/reader2.py
1215 python/tests/thread2.py: integrated the associated testcase and
1216 fixed the error string used in reader2
1217
Daniel Veillard38b80a82003-05-14 18:59:00 +00001218Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
1219
1220 * configure.in libxml.spec.in python/Makefile.am: trying
1221 to conciliate --with-python= requirements and RPM builds,
1222 a PITA really...
1223
Daniel Veillard104caa32003-05-13 22:54:05 +00001224Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
1225
1226 * HTMLparser.c: oops last commit introduced a memory leak.
1227
Daniel Veillarde8b09e42003-05-13 22:14:13 +00001228Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
1229
1230 * xmllint.c doc/xmllint.xml: added --nonet option
1231 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
1232 xsltproc or xmllint
1233 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
1234 rebuilt
1235 * HTMLparser.c: cleaned up the HTML parser context build when
1236 using an URL
1237
Daniel Veillardd437d322003-05-13 21:07:01 +00001238Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
1239
1240 * libxml.spec.in: added a comment about bug #112902
1241
William M. Brack3dd57f72003-05-13 02:06:18 +00001242Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
1243
1244 * minor cleanup of configure '--help' display
1245 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
1246
Daniel Veillardd72c7e32003-05-12 21:55:03 +00001247Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
1248
1249 * tree.c: PI nodes in external subset were not freed :-\
1250 fixes bug #112842
1251
Daniel Veillard75bb3bb2003-05-12 15:25:56 +00001252Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
1253
1254 * xmllint.c: added --schema option to run WXS schema validation
1255 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
1256 tried to improve error reporting in the Schema code, some cleanup
1257 too.
1258
Daniel Veillard82bbbd42003-05-11 20:16:09 +00001259Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
1260
1261 * xmlschemas.c: fixed some problems in the handling of errors,
1262 and attributes addressed by references.
1263 * test/schemas/* result/schemas/*: dropped the verbosity level
1264 and added a couple of new tests
1265
Daniel Veillardadbb0e62003-05-10 20:02:45 +00001266Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
1267
1268 * relaxng.c: Stéphane Bidoul found an off by one addressing
1269 error on the error handling.
1270
Daniel Veillarda77cf712003-05-09 23:09:55 +00001271Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
1272
1273 * xmlschemastypes.c: trying to fix #112673
1274
Daniel Veillardc3ca5ba2003-05-09 22:26:28 +00001275Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
1276
1277 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
1278 warning, this fixed a bug and should close #111574
1279
Daniel Veillard37fc84d2003-05-09 19:38:15 +00001280Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
1281
1282 * xmlschemas.c: fixing bug #104081 with xs:all with an element
1283 holding minOccurs="0"
1284 * test/schemas/all_* result/schemas/all_*: added some regression
1285 tests for that bug
1286 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
1287 Garry Pennington to compile without schemas support.
1288
Daniel Veillarda067e652003-05-01 08:03:46 +00001289Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
1290
1291 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
1292
Daniel Veillard61c52202003-04-30 12:20:34 +00001293Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
1294
1295 * xml2-config.in: try to fix Red hat bug #89957, do not
1296 output -L/usr/lib64
1297 * xmlreader.c: fixed a typo in a comment
1298
MDT 2003 John Fleck6d68f612003-04-29 13:33:21 +00001299Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
1300
1301 * doc/tutorial/aph.html, ix01.html
1302 forgot to cvs add the new files. Thanks to Roland van Laar
1303 for pointing this out
1304
Daniel Veillardd4330462003-04-29 12:40:16 +00001305Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
1306
1307 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
1308 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
1309 to the XML/XSLT doc generation closing #111799
1310 * doc/html/*: complete update of the HTML results
1311
Igor Zlatkovica28d2362003-04-28 12:56:01 +00001312Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1313
1314 * win32/defgen.xsl: fixed the conditional for unicode map,
1315 removed hardcoded schema entries
1316
1317Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1318
1319 * win32/defgen.xsl: new file, stylesheet for generating
1320 win32/libxml2.def.src from doc/libxml2-api.xml
1321 * win32/libxml2.def.src: is autogenerated from now on, changes
1322 to this file will not appear here anymore
1323
Daniel Veillard94bb2f12003-04-27 22:14:07 +00001324Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
1325
1326 * win32/configure.js python/setup.py.in: applied patch
1327 from Stéphane Bidoul for the Python bindings on the new
1328 release.
1329
Igor Zlatkovic34656b42003-04-27 16:00:05 +00001330Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1331
1332 * debugXML.c: included libxml/uri.h for xmlCanonicPath
1333 declaration
1334 * win32/configure.js: thread-enabled build is now default
1335 * win32/libxml2.def.src: added more exports
1336
Daniel Veillard1177ca42003-04-26 22:29:54 +00001337Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
1338
1339 * NEWS doc/*.xsl doc/*.html: updated the web site separated
1340 developers from common pages, made the transition to XHTML1,
1341 added validity checking to the makefile rules.
1342
Daniel Veillard329456a2003-04-26 21:21:00 +00001343Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
1344
1345 * parser.c: fix for xmlIOParseDTD same as previous and reported
1346 by Petr Pajas
1347
Daniel Veillardc6abc3d2003-04-26 13:27:30 +00001348Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
1349
1350 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
1351 closing #111638
1352
Daniel Veillard2b32e6f2003-04-26 12:03:54 +00001353Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
1354
1355 * python/generator.py: fixed a problem in the generator where
1356 the way functions are remapped as methods on classes was
1357 not symetric and dependant on python internal hash order,
1358 as reported by Stéphane Bidoul
1359
MDT 2003 John Fleck8aff3b72003-04-26 03:54:07 +00001360Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
1361
1362 * doc/tutorial:
1363 xmltutorial.xml
1364 xmltutorial.pdf
1365 *.html
1366 add appendix on generating compiler flags, more indexing
1367
Daniel Veillard1c960272003-04-25 23:12:22 +00001368Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
1369
1370 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
1371 to get libxml-2.5.7 to compile on OpenVMS
1372
Daniel Veillardc5573462003-04-25 16:43:49 +00001373Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
1374
1375 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
1376
Daniel Veillardfd583412003-04-25 13:22:10 +00001377Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
1378
1379 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
1380 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
1381 man page based on xsltproc and a stylesheet PI in the XML.
1382
Daniel Veillarddc07e182003-04-25 10:39:38 +00001383Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
1384
1385 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
1386 character preventing rendering by the man command.
1387
Daniel Veillard92fc02c2003-04-24 23:12:35 +00001388Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
1389
1390 * NEWS configure.in: preparing release 2.5.7
1391 * doc/*: updated and rebuilt the docs
1392 * doc/apibuild.py: fixed the script
1393
Daniel Veillardde0a0a52003-04-24 17:12:57 +00001394Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
1395
1396 * Makefile.am doc/apibuild.py: make sure the OOM code don't
1397 get in the way of the builds
1398 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
1399
Daniel Veillarda76fe5c2003-04-24 16:06:47 +00001400Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
1401
1402 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
1403 Memory test from Havoc Pennington #109368
1404 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
1405 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
1406 include/libxml/parser.h: a lot of memory allocation cleanups
1407 based on the results of the OOM testing
1408 * check-relaxng-test-suite2.py: seems I forgot to commit the
1409 script.
1410
Daniel Veillard18f113d2003-04-23 15:18:26 +00001411Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
1412
1413 * xmlschemastypes.c: trivial fix for 109774 removing a warning
1414
Daniel Veillard85095e22003-04-23 13:56:44 +00001415Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
1416
1417 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
1418 more places where xmlCanonicPath() must be used to convert
1419 filenames to URLs, trying to fix #111088
1420
Daniel Veillard54396242003-04-23 07:36:50 +00001421Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
1422
1423 * python/libxml.c python/libxml.py: applied patch from
1424 Brent M Hendricks adding binding for xmlCatalogAddLocal
1425
Daniel Veillard45269b82003-04-22 13:21:57 +00001426Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
1427
1428 * HTMLparser.c: tried to fix #98879 again in a more solid
1429 way.
1430
Igor Zlatkovic94f48842003-04-22 12:00:37 +00001431Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1432
1433 * win32/libxml2.def.src: added more exports from the relaxng and
1434 xmlreader clan
1435
Daniel Veillardf431eb82003-04-22 08:37:26 +00001436Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
1437
1438 * SAX.c test/valid/ns* test/result/ns*: applied the patch
1439 provided by Brent Hendricks fixing #105992 and integrated the
1440 examples in the testsuite.
1441
Daniel Veillardc4f65ab2003-04-21 23:07:45 +00001442Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
1443
1444 * TODO: updated a bit
1445 * configure.in: fixed the comment, threads now default to on
1446 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
1447
Daniel Veillarda880b122003-04-21 21:36:41 +00001448Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
1449
1450 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
1451 xmlreader.c include/libxml/parser.h: a lot of performance work
1452 especially the speed of streaming through the reader and push
1453 interface. Some thread related optimizations. Nearly doubled the
1454 speed of parsing through the reader.
1455
MDT 2003 John Fleck83c8a5c2003-04-20 16:45:07 +00001456Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
1457
1458 * doc/xmllint.xml
1459 * doc/xmllint.1
1460 update man page to explain use of --stream
1461
Daniel Veillard3c908dc2003-04-19 00:07:51 +00001462Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
1463
1464 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
1465 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
1466 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
1467 include/libxml/globals.h include/libxml/xmlmemory.h: added
1468 xmlMallocAtomic() to be used when allocating blocks which
1469 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
1470 to allow registering the full set of functions needed by
1471 a garbage collecting allocator like libgc, ref #109944
1472
Daniel Veillard84942712003-04-18 14:40:05 +00001473Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
1474
1475 * configure.in: switched to have thread support enabled by default,
1476 didn't got troubles with ABI compatibility on Linux, hope it
1477 won't break on strange OSes, if yes, report the system ID
1478 * doc/libxml2-api.xml: just rebuilt the API
1479
Daniel Veillard3e59fc52003-04-18 12:34:58 +00001480Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
1481
1482 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
1483 added support for large file, tested with a 3+GB instance,
1484 and some cleanup.
1485 * catalog.c: added a TODO
1486 * Makefile.am: added some "make tests" comments
1487
Daniel Veillardac297932003-04-17 12:55:35 +00001488Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
1489
1490 * relaxng.c: some cleanups
1491 * doc/xmlreader.html: extended the document to cover RelaxNG and
1492 tree operations
1493 * python/tests/Makefile.am python/tests/reader[46].py: added some
1494 xmlReader example/regression tests
1495 * result/relaxng/tutor*.err: updated the output of a number of tests
1496
Daniel Veillard62163602003-04-17 09:36:38 +00001497Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
1498
1499 * relaxng.c: valgrind pointed out an uninitialized variable error.
1500
Daniel Veillard33300b42003-04-17 09:09:19 +00001501Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
1502
1503 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
1504 xmlreader.c: augnemting the APIs, cleanups.
1505 * parser.c: cleanup bug #111005
1506 * xmlIO.c: added some missing comments
1507
Daniel Veillardce192eb2003-04-16 15:58:05 +00001508Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
1509
1510 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
1511 trying to improve the subset compiled, and more testing.
1512 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
1513 documentation
1514 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
1515 * result/relaxng/*.err: fix some of the outputs
1516
Daniel Veillardf4e55762003-04-15 23:32:22 +00001517Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
1518
1519 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
1520 include/libxml/xmlreader.h: implemented streaming of
1521 RelaxNG (when possible) on top of the xmlReader interface,
1522 provided it as xmllint --stream --relaxng .rng .xml
1523 This seems to mostly work.
1524 * Makefile.am: updated to test RelaxNG streaming
1525
Daniel Veillardc58f4ef2003-04-14 16:11:26 +00001526Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
1527
1528 * relaxng.c include/libxml/relaxng.h: integrated the regexp
1529 based validity checking of fragments of the document for
1530 which the RNG can be compiled to regexps. Works on all regression
1531 tests, only fix needed is related to error messages.
1532
Daniel Veillard52b48c72003-04-13 19:53:42 +00001533Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
1534
1535 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
1536 include/libxml/xmlregexp.h: Starting work precompiling
1537 parts of RelaxNG schemas. Not plugged onto validity checking
1538 yet, just the regexp building part. Needed to extend some
1539 of the automata and regexp APIs.
1540
Daniel Veillardf6bad792003-04-11 19:38:54 +00001541Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
1542
1543 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
1544 xmllint --stream and xmllint --stream --valid returns errors
1545 code appropriately
1546
Daniel Veillardc6cae7b2003-04-11 09:02:11 +00001547Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
1548
1549 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
1550 and Next() operation to work on subtrees within the reader
1551 framework.
1552 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
1553 * python/tests/reader5.py: added an example for those new
1554 functions of the reader.
1555
Daniel Veillard645c6902003-04-10 21:40:49 +00001556Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
1557
1558 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
1559
Daniel Veillard9e077102003-04-10 13:36:54 +00001560Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
1561
1562 * xmlreader.c: fixing HasValue for namespace as raised by
1563 Denys Duchier
1564
Daniel Veillard02ea1412003-04-09 12:08:47 +00001565Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
1566
1567 * HTMLparser.c include/libxml/HTMLparser.h: exported
1568 htmlCreateMemoryParserCtxt() it was static
1569
Daniel Veillardd3b9cd82003-04-09 11:24:17 +00001570Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
1571
1572 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
1573 update from Charles Bozeman for date and duration types
1574 * test/schemas/date_0.* test/schemas/dur_0.*
1575 result/schemas/date_0.* result/schemas/dur_0.*: updated too
1576
Daniel Veillardc00cda82003-04-07 10:22:39 +00001577Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
1578
1579 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
1580 fixing bug #107129, removing excessive allocation and calls
1581 to *printf in the code to build QName strings.
1582
Igor Zlatkovic69651182003-04-05 09:43:30 +00001583Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
1584
1585 * win32/libxml2.def.src: fixed conditional exports, reported by
1586 Luke Murray.
1587
Daniel Veillardadba5f12003-04-04 16:09:01 +00001588Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
1589
1590 * parser.c: fixed a possible problem with xmlRecoverMemory()
1591
Daniel Veillarda48ed3d2003-04-03 15:28:28 +00001592Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
1593
1594 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
1595 triostr.h: Bjorn sent an update for the TRIO portability layer.
1596
Igor Zlatkovicd6c86502003-04-01 20:00:42 +00001597Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
1598
1599 * win32/libxml2.def.src: exported new functions
1600
Daniel Veillardc2d4a932003-04-01 11:13:05 +00001601Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
1602
1603 * configure.in NEWS: preparing release 2.5.6
1604 * doc/*: updated and rebuilt the docs
1605
Daniel Veillarde5020412003-04-01 09:55:20 +00001606Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
1607
1608 * SAX.c: fixed an uninitialized memory access pointed by valgrind
1609 on C14Ntests
1610
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +00001611Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
1612
1613 * relaxng.c: one more fixup of error message reporting
1614
Daniel Veillard5f1946a2003-03-31 16:38:16 +00001615Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
1616
1617 * relaxng.c: more work on bug #109225, and fixed an uninitialized
1618 variable pointed out by valgrind
1619
Daniel Veillarda507fbf2003-03-31 16:09:37 +00001620Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
1621
1622 * relaxng.c: try to work on bug #109225 and provide better
1623 error reports.
1624 * result/relaxng/* : this change the output of a number of tests
1625 * xinclude.c: fixing the parsed entity redefinition problem
1626 raised on the list.
1627 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
1628
Daniel Veillardb3721c22003-03-31 11:22:25 +00001629Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
1630
1631 * xmlschemastypes.c: fixed date comparison to handle the tzo
1632 The only failures left are disagreements on Notations and
1633 '+1' not being allowed for ulong, uint, ushort and ubyte.
1634
Daniel Veillard455cc072003-03-31 10:13:23 +00001635Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
1636
1637 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
1638 to the XML Schemas errata
1639 http://www.w3.org/2001/05/xmlschema-errata#e2-12
1640
Daniel Veillarde637c4a2003-03-30 21:10:09 +00001641Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
1642
1643 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
1644 and facets support. Currently only schemas with binHex or
1645 base64 don't compile. A few error left in the test suite:
1646 found 1035 test instances: 919 success 23 failures
1647 most are gdate or gdateyear failing check, and a few cases where
1648 James clark tests results are strange.
1649 * valid.c: allow to reuse the Notation checking routine without
1650 having a validation context.
1651 * SAX.c: removed a #if 0
1652
Daniel Veillardb6c7f412003-03-29 16:41:55 +00001653Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1654
1655 * xinclude.c: forgot to apply one check from #106931 patch
1656 * xmlschemastypes.c: more work on XML Schemas datatypes
1657
Daniel Veillardc4c21552003-03-29 10:53:38 +00001658Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1659
1660 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
1661 on cleaning up XML Schemas datatypes based on James Clark tests
1662 test/xsdtest/xsdtest.xml
1663
Daniel Veillard80b19092003-03-28 13:29:53 +00001664Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1665
1666 * relaxng.c: implemented comparisons for Schemas values.
1667 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
1668 some bugs in duration handling, comparisons for durations
1669 and decimals, removed all memory leaks pointed out by James
1670 testsuite. Current status is now
1671 found 238 test schemas: 197 success 41 failures
1672 found 1035 test instances: 803 success 130 failures
1673
Daniel Veillard91a13252003-03-27 23:44:43 +00001674Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1675
1676 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
1677 leaks in the W3C XML Schemas code
1678 * xmlschemastypes.c: implemented nonPositiveInteger
1679 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
1680 fixed the test and result.
1681
Daniel Veillard6560a422003-03-27 21:25:38 +00001682Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1683
1684 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
1685 parser and a typo
1686 * xmlschemastypes.c: reindenting, fixing a memory access
1687 problem with dates.
1688
Daniel Veillard6c5b2d32003-03-27 14:55:52 +00001689Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1690
1691 * parser.c: fixing #109227 providing more context in case of
1692 start/end tag mismatch
1693 * python/tests/ctxterror.py python/tests/readererr.py: update the
1694 tests accordingly
1695
Daniel Veillardd9b72832003-03-27 14:24:00 +00001696Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
1697
1698 * xinclude.c: should fix #109327 errors on memory accesses
1699
Daniel Veillardc7e9b192003-03-27 14:08:24 +00001700Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1701
1702 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
1703 is an URI reference
1704
Daniel Veillarde209b332003-03-26 21:40:13 +00001705Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1706
1707 * xpath.c: fixed bug #109160 on non-ASCII IDs
1708
Daniel Veillard642104e2003-03-26 16:32:05 +00001709Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1710
1711 * parser.c: Norm suggested a nicer error message for xml:space values
1712 errors
1713
Daniel Veillarde4fa2932003-03-26 00:38:10 +00001714Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1715
1716 * xpath.c include/libxml/xpath.h: first part of the fix to
1717 performance bug #108905, adds xmlXPathOrderDocElems() providing
1718 document order for nodes.
1719 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
1720
Daniel Veillard09628212003-03-25 15:10:27 +00001721Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1722
1723 * xmlschemastypes.c: removing a warning with Sun compiler
1724 bug #109154
1725
MST 2003 John Fleckda271742003-03-25 14:05:17 +00001726Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
1727
1728 * doc/xmllint.xml
1729 * doc/xmllint.1
1730 update xmllint man page with --relaxng option
1731
Daniel Veillard2032d292003-03-25 11:09:40 +00001732Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1733
1734 * python/setup.py.in : was missing "drv_libxml2.py"
1735
Daniel Veillard9adc0462003-03-24 18:39:54 +00001736Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1737
1738 * tree.c xpath.c: some changes related to the new way of
1739 handling Result Value Tree, before 2.5.5
1740
Daniel Veillardd8da01c2003-03-24 15:58:23 +00001741Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1742
1743 * configure.in NEWS: preparing release 2.5.5
1744 * doc/* : updated the documentation and regenerated it.
1745
Daniel Veillardef0b4502003-03-24 13:57:34 +00001746Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1747
1748 * xpath.c: fixed some problems related to #75813 about handling
1749 of Result Value Trees
1750
Daniel Veillard9231ff92003-03-23 22:00:51 +00001751Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1752
1753 * uri.c: applied a set of patches from Lorenzo Viali correcting
1754 URI parsing errors.
1755
Daniel Veillard5f8d1a32003-03-23 21:02:00 +00001756Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1757
1758 * parser.c: validity status was not passed back when validating in
1759 entities, but raised by Oliver Fischer
1760
Daniel Veillard04ee2f22003-03-23 20:31:46 +00001761Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1762
1763 * HTMLtree.c: avoid escaping ',' in URIs
1764
Daniel Veillardef8dd7b2003-03-23 12:02:56 +00001765Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1766
1767 * parser.c: fixing bug #108976 get the ID/REFs to reference
1768 the ID in the document content and not in the entity copy
1769 * SAX.c include/libxml/parser.h: more checking of the ID/REF
1770 stuff, better solution for #107208
1771 * xmlregexp.c: removed a direct printf, dohhh
1772 * xmlreader.c: fixed a bug on streaming validation of empty
1773 elements in entities
1774 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
1775 cleanup of the validation tests
1776 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
1777 added more ID/IDREF tests to the suite
1778
Daniel Veillard2cfd9df2003-03-22 22:39:16 +00001779Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1780
1781 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
1782 compiler.
1783
Daniel Veillard20863822003-03-22 17:51:47 +00001784Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1785
1786 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
1787
Daniel Veillard9ff2d472003-03-22 15:18:01 +00001788Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1789
1790 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
1791 defined in entities content
1792
Daniel Veillard99737f52003-03-22 14:55:50 +00001793Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
1794
1795 * SAX.c: Fixed validation bug #108858 on namespace names using
1796 entities and reported by Brent Hendricks
1797 * xmllint.c: report xmlTextReaderHasValue() result in --stream
1798 --debug output.
1799
Daniel Veillard48ef4c92003-03-22 12:38:15 +00001800Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1801
1802 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
1803 about the DocType node not being reported sometimes.
1804 * python/tests/reader.py: added to test to the regression checks
1805
Daniel Veillard120e8eb2003-03-22 01:00:34 +00001806Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1807
1808 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
1809 reported by Edd Dumbill
1810
Daniel Veillard77a90a72003-03-22 00:04:05 +00001811Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1812
1813 * HTMLparser.c parser.c parserInternals.c: patch from
1814 johan@evenhuis.nl for #107937 fixing some line counting
1815 problems, and some other cleanups.
1816 * result/HTML/: this result in some line number changes
1817
Daniel Veillard580ced82003-03-21 21:22:48 +00001818Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1819
1820 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
1821 instead of libxml.spec
1822 * relaxng.c: fixed some of the error reporting excessive
1823 verbosity
1824 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
1825 xmlschemastypes.c: removed some warnings from gcc
1826 * doc/libxml2-api.xml: rebuilt
1827
Daniel Veillarde063f482003-03-21 16:53:17 +00001828Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1829
1830 * relaxng.c: another optimization, for choice this time
1831 * result/relaxng/spec1* result/relaxng/tutor12_1*
1832 result/relaxng/tutor3_7: cleanups.
1833
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +00001834Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1835
1836 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
1837 * test/relaxng/testsuite.xml: augmented the test suite
1838 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
1839 some schemas validation tests in the presence of foreign
1840 namespaces.
1841
Daniel Veillardbbb78b52003-03-21 01:24:45 +00001842Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1843
1844 * relaxng.c: added another interleave speedup.
1845
Daniel Veillardef2e4ec2003-03-20 16:23:26 +00001846Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1847
1848 * xmlschemastypes.c: added integer and fixed one of the
1849 IDREFS regression tests pbm
1850 * result/relaxng/docbook_0.err: updated
1851
Daniel Veillard249d7bb2003-03-19 21:02:29 +00001852Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1853
1854 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
1855 declared both in the DTD and in the Schemas <grin/>
1856 * relaxng.c: more debug, added a big optimization for <mixed>
1857 * test/relaxng/testsuite.xml: augmented the testsuite
1858 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
1859 DocBook example to the regression tests
1860
Daniel Veillard798024a2003-03-19 10:36:09 +00001861Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
1862
1863 * check-xsddata-test-suite.py: cosmetic change for output
1864 * relaxng.c: try to minimize calls to malloc/free for states.
1865
Daniel Veillarda1a9d042003-03-18 16:53:17 +00001866Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1867
1868 * tree.c: removed a warning
1869 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
1870 support
1871 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
1872 cleanup/improvements of the regression tests batch
1873 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
1874
Daniel Veillard28c52ab2003-03-18 11:39:17 +00001875Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1876
1877 * relaxng.c: fixed error msg cleanup deallocation
1878 * xmlschemastypes.c: added a function to handle lists of
1879 atomic types, added support for IDREFS
1880
Daniel Veillardc3da18a2003-03-18 00:31:04 +00001881Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
1882
1883 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
1884 and IDREF, usable from RelaxNG now
1885 * include/libxml/xmlschemastypes.h: need to add a new interface
1886 because the validation modifies the infoset
1887 * test/relaxng/testsuite.xml: extended the testsuite
1888
Daniel Veillard952379b2003-03-17 15:37:12 +00001889Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1890
1891 * relaxng.c: fixed the last core RelaxNG bug known #107083,
1892 shemas datatype ID/IDREF support still missing though.
1893 * xmlreader.c: fix a crashing bug with prefix raised by
1894 Merijn Broeren
1895 * test/relaxng/testsuite.xml: augmented the testsuite with
1896 complex inheritance tests
1897
Daniel Veillardfd573f12003-03-16 17:52:32 +00001898Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1899
1900 * relaxng.c: switched back to the previous Relax-NG code base,
1901 the derivation algorithm need severe constraining code to avoid
1902 combinatorial explosion. Fixed the problem with Sebastian Rahtz
1903 TEI based example and other bugs
1904 * result/relaxng/*err: updated the results
1905 * test/relaxng/testsuite.xml: started a new test suite
1906
Daniel Veillard1564e6e2003-03-15 21:30:25 +00001907Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
1908
1909 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
1910 that the original RelaxNG validation code was un-fixeable, it got
1911 rewritten to use the derivation algorithm from James Clark and
1912 redebugged it (nearly) from scratch:
1913 found 373 test schemas: 372 success 1 failures
1914 found 529 test instances: 529 success 0 failures
1915
Daniel Veillard39eb88b2003-03-11 11:21:28 +00001916Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1917
1918 * SAX.c parser.c: fix some recursion problems introduced in the
1919 last release.
1920 * relaxng.c: more debugging of the RNG validation engine, still
1921 problems though.
1922
Daniel Veillard5add8682003-03-10 13:13:58 +00001923Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1924
1925 * Makefile.am: stop generating wrong result file with * in name
1926 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
1927 * result/relaxng/demo* test/relaxng/demo: added the tests from
1928 Sebastian reproducing the problem.
1929
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001930Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
1931
Daniel Veillard5add8682003-03-10 13:13:58 +00001932 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
1933 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001934
Aleksey Sanin693c9bc2003-03-09 22:36:52 +00001935Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
1936
1937 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
1938 variable to control the indentation for the xmllint "--format"
1939 option
1940
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +00001941Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1942
1943 * encoding.c: applied Gennady's patch against buffer overrun
1944
Daniel Veillard42f12e92003-03-07 18:32:59 +00001945Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1946
1947 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
1948 Clark it appeared I had bug in URI parsing code ...
1949 * relaxng.c include/libxml/relaxng.h: completely revamped error
1950 reporting to not loose message from optional parts.
1951 * xmllint.c: added timing for RNG validation steps
1952 * result/relaxng/*: updated the result, all error messages changed
1953
Daniel Veillardedfd5882003-03-07 14:20:40 +00001954Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1955
1956 * xpath.c: fix bug #107804, the algorithm used for document order
1957 computation was failing on attributes.
1958
Daniel Veillard83391282003-03-06 21:37:30 +00001959Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1960
1961 * valid.c: fix bug #107764 , possibility of buffer overflow
1962 in xmlValidDebug()
1963
Daniel Veillard6c73cb82003-03-05 16:45:40 +00001964Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1965
1966 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
1967 from Philipp Dunkel
1968
Daniel Veillard5f704af2003-03-05 10:01:43 +00001969Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1970
1971 * xmlschemastype.c: made powten array static it should not be exported
1972 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
1973 parser function.
1974 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
1975
Daniel Veillard7b72ee52003-02-27 23:24:53 +00001976Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1977
1978 * tree.c: fixed a node dump crash on attributes
1979 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
1980 an URI test bug and get better output.
1981
Daniel Veillard463a5472003-02-27 21:30:32 +00001982Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1983
1984 * check-xsddata-test-suite.py: give more infos
1985 * relaxng.c: fix a bug reported by Sebastian Rahtz and
1986 REF->DEF in attribute values.
1987
Daniel Veillardeb7189f2003-02-27 20:11:13 +00001988Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1989
1990 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
1991 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
1992 regression tests from James Clark.
1993
Daniel Veillard8bc6cf92003-02-27 17:42:22 +00001994Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1995
1996 * relaxng.c xmlschemas.c xmlschemastypes.c
1997 include/libxml/xmlschemastypes.h: added param support for relaxng
1998 type checking, started to increment the pool of simple types
1999 registered, still much work to be done on simple types and
2000 facets checkings.
2001
Daniel Veillard19ab45b2003-02-26 15:49:03 +00002002Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
2003
2004 * entities.c: fixes again one of the problem raised by
2005 James Clark in #106788
2006
Daniel Veillardc482e262003-02-26 14:48:48 +00002007Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
2008
2009 * relaxng.c: Fixed a couple of problem raised by James Clark
2010 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
2011 datatype level still not fixed though.
2012
Daniel Veillard17bed982003-02-24 20:11:43 +00002013Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
2014
2015 * configure.in: preparing release 2.5.4
2016 * doc/*: updated and rebuilt the docs
2017 * relaxng.c: removed warnings
2018 * result/relaxng/*: updated the results
2019
Daniel Veillardf4be0182003-02-24 19:54:33 +00002020Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
2021
2022 * valid.c: fixes a DTD regexp generation problem.
2023
Daniel Veillard02111c12003-02-24 19:14:52 +00002024Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
2025
2026 * parser.c: fixes bug #105998 about false detection of
2027 attribute consumption loop.
2028
Daniel Veillard2406abd2003-02-24 18:16:47 +00002029Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
2030
2031 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
2032
Daniel Veillardfcc822e2003-02-24 17:52:08 +00002033Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
2034
2035 * SAX.c: fixed bug #105992
2036
Daniel Veillard3ebc7d42003-02-24 17:17:58 +00002037Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
2038
2039 * tree.c: fixed xmlSetProp and al. when the node passed is not an
2040 element.
2041 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
2042 found 373 test schemas: 369 success 4 failures
2043 found 529 test instances: 525 success 4 failures
2044 * check-relaxng-test-suite.py: added memory debug reporting
2045
Daniel Veillardc64b8e92003-02-24 11:47:13 +00002046Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2047
2048 * uri.c parser.c: some warning removal on Igor's patch
2049 * tree.c: seems I messed up with #106788 fix
2050 * python/libxml.c: fixed some base problems when Python provides
2051 the resolver.
2052 * relaxng.c: fixed the interleave algorithm
2053 found 373 test schemas: 364 success 9 failures
2054 found 529 test instances: 525 success 4 failures
2055 the resulting failures are bug in the algorithm from 7.3 and
2056 lack of support for params
2057
Daniel Veillard0046c0f2003-02-23 13:52:30 +00002058Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
2059
2060 * parser.c: another fix for nodeinfo in entities problem
2061 * tree.c entities.c: fixed bug #106788 from James Clark
2062 some spaces need to be serialized as character references.
2063
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +00002064Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
2065
2066 * parser.c uri.c: fixed the bug I introduced in the path
2067 handling, reported by Sebastian Bergmann
2068
Daniel Veillard44e1dd02003-02-21 23:23:28 +00002069Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
2070
2071 * parser.c: fixing some nodeinfo in entities problem raised
2072 by Glenn W. Bach
2073 * relaxng.c: implemented the first section 7.3 check
2074 * result/relaxng/*: updated the results
2075
Daniel Veillardc5312d72003-02-21 17:14:10 +00002076Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
2077
2078 * relaxng.c: fixed some problems in the previous commit
2079 and finished implementing 4.16 rules checking
2080 found 373 test schemas: 353 success 20 failures
2081 found 529 test instances: 519 success 6 failures
2082 * result/relaxng/*: updated the results
2083
Daniel Veillard4c5cf702003-02-21 15:40:34 +00002084Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
2085
2086 * relaxng.c: implemented checks from section 7.2
2087
Daniel Veillard77648bb2003-02-20 15:03:22 +00002088Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
2089
2090 * relaxng.c: implemented the checks from section 7.1, fixed
2091 some of the 4.20 and 4.21 problems.
2092 found 373 test schemas: 338 success 35 failures
2093 found 529 test instances: 519 success 6 failures
2094 * result/relaxng/*: updated the results
2095
Daniel Veillard1c745ad2003-02-20 00:11:02 +00002096Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
2097
2098 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
2099 * result/relaxng/*: updated the results
2100
Daniel Veillardce14fa52003-02-19 17:32:48 +00002101Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
2102
2103 * relaxng.c: more bugfixes
2104 * result/relaxng/*: updated the results
2105
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +00002106Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
2107
2108 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
2109 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
2110 * SAX.c: ensured xmlDoc.URL is always canonic
2111 * parser.c: obsoleted xmlNormalizeWindowsPath
2112 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
2113 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
2114 * win32/libxml2.def.src: added few exports
2115
2116
Daniel Veillard2e9b1652003-02-19 13:29:45 +00002117Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
2118
2119 * Makefile.am configure.in: patched to have shared libraries
2120 for Python regression tests and static binaries for gdb debug
2121 in my development environment
2122 * relaxng.c: more bugfixes
2123 found 373 test schemas: 296 success 77 failures
2124 found 529 test instances: 516 success 8 failures
2125 * result/relaxng/*: updated the results
2126
Daniel Veillard8fe98712003-02-19 00:19:14 +00002127Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
2128
2129 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
2130
Daniel Veillardd4310742003-02-18 21:12:46 +00002131Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
2132
2133 * xmlschemastypes.c: float/double check bugfix
2134 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
2135 validation
2136 * xmlreader.c: add a TODO for Jody
2137 * relaxng.c: bugfix bugfix bugfix
2138 found 373 test schemas: 300 success 73 failures
2139 found 529 test instances: 507 success 10 failures
2140 * result/relaxng/*: updated the results
2141
Daniel Veillard2df2de22003-02-17 23:34:33 +00002142Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
2143
2144 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
2145
Daniel Veillard416589a2003-02-17 17:25:42 +00002146Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
2147
2148 * relaxng.c check-relaxng-test-suite.py: more work on the
2149 RelaxNG implementation conformance testing.
2150 found 373 test schemas: 284 success 89 failures
2151 found 529 test instances: 448 success 47 failures
2152 * result/relaxng/*: updated the results
2153
Daniel Veillard784b9352003-02-16 15:50:27 +00002154Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
2155
2156 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
2157 a patch from Kjartan Maraas to fix some typos
2158
Daniel Veillardfebcca42003-02-16 15:44:18 +00002159Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
2160
2161 * relaxng.c: more bug-hunting
2162 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
2163 intermediate rng tree
2164 * python/generator.py: patch from Stephane Bidoul to fix the generator
2165 on python < 2.2
2166
Daniel Veillardd2298792003-02-14 16:54:11 +00002167Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2168
2169 * check-relaxng-test-suite.py relaxng.c: more testing on the
2170 Relax-NG front, cleaning up the regression tests failures
2171 current state and I forgot support for "mixed":
2172 found 373 test schemas: 280 success 93 failures
2173 found 529 test instances: 401 success 68 failures
2174 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
2175 moved the Name, NCName and QName validation routine in tree.c
2176 * uri.c: fixed handling of URI ending up with #, i.e. having
2177 an empty fragment ID.
2178 * result/relaxng/*: updated the results
2179
Daniel Veillard9a237c92003-02-13 15:52:58 +00002180Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
2181
2182 * check-xinclude-test-suite.py: improved the script accordingly
2183 to the XInclude regression tests updates
2184 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
2185 November 2002
2186 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
2187 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
2188 augmented the Xpointer testsuite for the element() scheme
2189
Daniel Veillardf4b4f982003-02-13 11:02:08 +00002190Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
2191
2192 * relaxng.c: added TODO for the DTD compatibility spec
2193 * xinclude.c: more bug fixes driven by the testsuite
2194
Daniel Veillardd581b7e2003-02-11 18:03:05 +00002195Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
2196
2197 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
2198 regression tests for XInclude, improved the script, improving
2199 XInclude error reporting mechanism
2200
Daniel Veillard1d788d22003-02-10 16:21:58 +00002201Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
2202
2203 * NEWS doc/* configure.in: preparing release 2.5.3
2204
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +00002205Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
2206
2207 * tree.c: trying to fix #104934 about some XHTML1 serialization
2208 issues.
2209
Daniel Veillard809faa52003-02-10 15:43:53 +00002210Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
2211
2212 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
2213 encoding conversion when the input buffer stops in the
2214 middle of a multibyte char
2215
Daniel Veillard1703c5f2003-02-10 14:28:44 +00002216Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
2217
2218 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
2219 * check-relaxng-test-suite.py: python script to run regression
2220 against OASIS RelaxNG testsuite
2221 * relaxng.c: some cleanup tweaks
2222 * HTMLparser.c globals.c: cleanups in comments
2223 * doc/libxml2-api.xml: updated the API
2224 * result/relaxng/*: errors moved files, so large diffs but
2225 no changes at the semantic level.
2226
Daniel Veillard6aa2f602003-02-10 00:01:56 +00002227Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
2228
2229 * tree.c: fixing #105678 problem when dumping a namespace node.
2230
Daniel Veillard591b4be2003-02-09 23:33:36 +00002231Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
2232
2233 * xpath.c: fixed doc comment problems
2234 * python/generator.py python/libxml_wrap.h python/types.c: adding
2235 RelaxNG wrappers
2236 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
2237 test of those early Python RelaxNG bindings
2238
2239Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +00002240
2241 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
2242 * relaxng.c: found the validation problem I had with interleave
2243 when not covering all remaining siblings
2244 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
2245 testsuite and check the RNG schemas against the RNG schemas
2246 given in appendix A
2247
Igor Zlatkovic6dacee62003-02-08 17:52:57 +00002248Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
2249
2250 * win32/Makefile.msvc: updates for RelaxNG
2251 * win32/Makefile.mingw: updates for RelaxNG
2252 * win32/libxml2.def.src: added RelaxNG exports
2253
Daniel Veillard97fd5672003-02-07 13:01:54 +00002254Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
2255
2256 * xinclude.c: applied another bug fix from Sean Chittenden
2257
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00002258Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
2259
2260 * configure.in xmllint.c: I f...ed up the default configuration
2261 of schemas and --relaxng option display in xmllint, pointed by
2262 Morus Walter.
2263 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
2264 detection module, fixes bug #105374.
2265
Daniel Veillardc5a70f22003-02-06 23:41:59 +00002266Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
2267
2268 * xmlschemastypes.c: added the boolean base type.
2269
Daniel Veillard96a4b252003-02-06 08:22:32 +00002270Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
2271
2272 * xmlschemastypes.c: started implementing some of the missing
2273 default simple types
2274 * result/relaxng/*: updated the results
2275
Daniel Veillard72fef162003-02-05 14:31:19 +00002276Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
2277
2278 * NEWS doc/*: updated the docs, ready for 2.5.2 release
2279
Daniel Veillard71531f32003-02-05 13:19:53 +00002280Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
2281
2282 * HTMLparser.c tree.c xmlIO.c: comments cleanups
2283 * Makefile.am: use xmllint for doing the RelaxNG tests
2284 * configure.in: preparing 2.5.2 made schemas support default to
2285 on instead of off
2286 * relaxng.c: removed the verbosity
2287 * xmllint.c: added --relaxng option
2288 * python/generator.py python/libxml_wrap.h: prepared the integration
2289 of the new RelaxNG module and schemas
2290 * result/relaxng/*: less verbose output
2291
Daniel Veillardec498e12003-02-05 11:01:50 +00002292Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
2293
2294 * valid.c: do not run content model validation if the
2295 content is not determinist
2296
Daniel Veillardde590ca2003-02-05 10:45:26 +00002297Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
2298
2299 * SAX.c: added the redefinition of namespaced attribute
2300 check that was missing as Fabrice Desré pointed out.
2301
Daniel Veillard930dfb62003-02-05 10:17:38 +00002302Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
2303
2304 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
2305 improvements from Nick Kew, allowing to do more checking
2306 to HTML elements and attributes.
2307
Daniel Veillard4287c572003-02-04 22:48:53 +00002308Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
2309
2310 * xinclude.c: fixing bug #105137 about entities declaration
2311 needing to be copied to the including document.
2312
Daniel Veillard652d8a92003-02-04 19:28:49 +00002313Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
2314
2315 * catalog.c: fixed bug #104817 with delegateURI
2316 * xpath.c: fixing bugs #104123 and #104125
2317
Daniel Veillard0e298ad2003-02-04 16:14:33 +00002318Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
2319
2320 * configure.in valid.c xmlreader.c python/libxml_wrap.h
2321 python/types.c: fixing #104096 to compile without regexps
2322
Daniel Veillard57e79b32003-02-04 15:33:12 +00002323Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
2324
2325 * valid.c: fixing bug #103969 forgot to add an epsilon transition
2326 when building the automata for elem*
2327
Daniel Veillard358a9892003-02-04 15:22:32 +00002328Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2329
2330 * HTMLparser.c: applied patch from Arne de Bruijn fixing
2331 bug #103827
2332
Daniel Veillardeb137172003-02-04 15:18:06 +00002333Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
2334
2335 * HTMLparser.c: updating a comment, fixing #103776
2336
Daniel Veillard8d589042003-02-04 15:07:21 +00002337Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
2338
2339 * parser.c: fixing bug 105049 for validity checking of content
2340 within recursive entities.
2341
Daniel Veillarde5b110b2003-02-04 14:43:39 +00002342Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2343
2344 * HTMLparser.c: try to fix # 105049
2345 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
2346 * tree.c: updated a function comment
2347
Daniel Veillard419a7682003-02-03 23:22:49 +00002348Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
2349
2350 * relaxng: more work on grammars and refs/defs
2351 * test/relaxng/* result/relaxng/*: augmented/updated the
2352 regression tests
2353
Daniel Veillard144fae12003-02-03 13:17:57 +00002354Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
2355
2356 * relaxng: more work on name classes, except support
2357 * test/relaxng/* result/relaxng/*: augmented/updated the
2358 regression tests
2359
Daniel Veillard1ed7f362003-02-03 10:57:45 +00002360Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
2361
2362 * relaxng: more work on name classes, the "validate all" schemas
2363 seems to work now.
2364 * test/relaxng/* result/relaxng/*: augmented/updated the
2365 regression tests
2366
Daniel Veillard3b2e4e12003-02-03 08:52:58 +00002367Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2368
2369 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
2370 * parser.c: put a guard against infinite document depth, basically
2371 trying to avoid another kind of DoS attack.
2372 * relaxng.c: some code w.r.t. nameClasses
2373
Daniel Veillardfc1a4502003-02-02 16:02:55 +00002374Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
2375
2376 * test/relaxng/* result/relaxng/*: check all the namespace support
2377 was actually correct based on tutorial section 10.
2378
Daniel Veillarde2a5a082003-02-02 14:35:17 +00002379Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
2380
2381 * relaxng: include seems to work okay now
2382 * test/relaxng/* result/relaxng/*: augmented/updated the
2383 regression tests
2384
Daniel Veillarda9d912d2003-02-01 17:43:10 +00002385Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
2386
2387 * relaxng.c: a bit of work done in the train back.
2388 * test/relaxng/*: added one of the include tests
2389
Daniel Veillard154877e2003-01-30 12:17:05 +00002390Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
2391
2392 * relaxng: more work done in the train
2393 * test/relaxng/* result/relaxng/*: augmented/updated the
2394 regression tests
2395
Daniel Veillarde431a272003-01-29 23:02:33 +00002396Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
2397
2398 * relaxng.c: debugging of externalRef
2399 * test/relaxng/* result/relaxng/*: augmented/updated the
2400 regression tests
2401
Daniel Veillardd41f4f42003-01-29 21:07:52 +00002402Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
2403
2404 * relaxng.c: more work on Relax-NG, implementing externalRef
2405 * test/relaxng/* result/relaxng/*: augmented/updated the
2406 regression tests
2407 * Makefile.am: cleanup to Relaxtests target
2408
Daniel Veillardb08c9812003-01-28 23:09:49 +00002409Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
2410
2411 * relaxng.c: more work on Relax-NG, implementing interleave
2412 * test/relaxng/* result/relaxng/*: augmented/updated the
2413 regression tests
2414
Daniel Veillard76fc5ed2003-01-28 20:58:15 +00002415Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
2416
2417 * relaxng.c: more work on Relax-NG, implementing interleave
2418 * test/relaxng/* result/relaxng/*: augmented/updated the
2419 regression tests
2420
MST 2003 John Fleckda81d192003-01-27 14:35:56 +00002421Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
2422
2423 * doc/tutorial/customfo.xsl
2424 * doc/tutorial/customhtml.xsl
2425 adding stylesheet customizations used to generate fo
2426 for pdf and html
2427
Daniel Veillardc6e997c2003-01-27 12:35:42 +00002428Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
2429
2430 * relaxng.c: more work on Relax-NG
2431 * test/relaxng/* result/relaxng/*: augmented/updated the
2432 regression tests
2433 * xmlschemastypes.c: added a number of base type definition but not
2434 the associated checks, those are still TODOs
2435
MST 2003 John Fleck731967e2003-01-27 00:39:50 +00002436Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
2437
2438 in docs/tutorial:
2439 * apa.html
2440 * apb.html
2441 * apc.html
2442 * apd.html
2443 * ape.html
2444 * apf.html
2445 * apg.html
2446 * ar01s02.html
2447 * ar01s03.html
2448 * ar01s04.html
2449 * ar01s05.html
2450 * ar01s06.html
2451 * ar01s07.html
2452 * ar01s08.html
2453 * index.html
2454 * xmltutorial.pdf
2455 * xmltutorial.xml
2456 add index to tutorial
2457
MST 2003 John Fleck937362d2003-01-27 00:04:32 +00002458Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
2459
2460 * doc/xmlcatalog.1
2461 * doc/xmlcatalog_man.html
2462 * doc/xmlcatalog_man.xml
2463 belatedly fixing bug #93622 (adds rewriteURI type to
2464 "--add" option in xmlcatalog man page
2465
Daniel Veillard3be27512003-01-26 19:49:04 +00002466Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2467
Daniel Veillardc6e997c2003-01-27 12:35:42 +00002468 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +00002469 Julio Merino, closing #104475
2470
Daniel Veillardea3f3982003-01-26 19:45:18 +00002471Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
2472
2473 * relaxng.c: more work on Relax-NG
2474 * test/relaxng/* result/relaxng/*: augmented/updated the
2475 regression tests
2476
Daniel Veillardedc91922003-01-26 00:52:04 +00002477Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
2478
2479 * relaxng.c: more work on Relax-NG
2480 * test/relaxng/* result/relaxng/*: augmented/updated the
2481 regression tests
2482
Daniel Veillarddd1655c2003-01-25 18:01:32 +00002483Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2484
2485 * README: updated the policy on private mail answers
2486 * relaxng.c: more work on Relax-NG
2487 * test/relaxng/* result/relaxng/*: augmented/updated the
2488 regression tests
2489
Daniel Veillard7424eb62003-01-24 14:14:52 +00002490Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
2491
2492 * error.c parser.c tree.c: applied a documentation patch from
2493 Stefan Kost
2494
Daniel Veillard276be4a2003-01-24 01:03:34 +00002495Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
2496
2497 * relaxng.c: more work on Relax-NG
2498 * doc/*: regenerated the docs
2499 * test/relaxng/* result/relaxng/*: updated and augmented the
2500 Relax-NG regression tests and results
2501
Daniel Veillard6eadf632003-01-23 18:29:16 +00002502Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
2503
2504 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
2505 First commit of the new Relax-NG validation code, not generally
2506 useful yet.
2507 * test/relaxng/* result/relaxng/*: current state of the regression
2508 tests
2509
Daniel Veillard814a76d2003-01-23 18:24:20 +00002510Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2511
2512 * tree.c: minimized the memory allocated for GetContent
2513 and a bit of cleanup.
2514
Daniel Veillardff12c492003-01-23 16:42:55 +00002515Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
2516
2517 * python/generator.py: seems there is no good reasons to
2518 not generate bindings for XPointer
2519
Daniel Veillard540a31a2003-01-21 11:21:07 +00002520Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
2521
2522 * xmlreader.c doc/apibuild.py: applied a new patch from
2523 Stéphane Bidoul for cleanups
2524 * doc/libxml2-api.xml: rebuilt the API description with
2525 new entry points
2526
Daniel Veillard417be3a2003-01-20 21:26:34 +00002527Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
2528
2529 * xmlreader.c python/drv_libxml2.py python/generator.py
2530 python/libxml.c python/libxml.py python/libxml_wrap.h
2531 python/types.c: patch from Stéphane Bidoul for better per
2532 context error message APIs
2533 * python/tests/ctxterror.py python/tests/readererr.py:
2534 update of the tests
2535
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00002536Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
2537
2538 * doc/guidelines.html
2539 grammar and spelling cleanup
2540
Daniel Veillard26f70262003-01-16 22:45:08 +00002541Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
2542
2543 * xmlreader.c include/libxml/xmlreader.h python/generator.py
2544 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
2545 a patch from Stéphane Bidoul to allow per XMLtextReader error
2546 and warning handling
2547 * python/tests/Makefile.am python/tests/readererr.py: adding the
2548 specific regression test
2549
Daniel Veillard71f9d732003-01-14 16:07:16 +00002550Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
2551
2552 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
2553 should raise a syntax error
2554
Daniel Veillarde4a07e72003-01-14 14:40:25 +00002555Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
2556
2557 * python/libxml.c: cleanup patch from Stéphane Bidoul
2558
Daniel Veillard81601f92003-01-14 13:42:37 +00002559Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
2560
2561 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
2562
Daniel Veillarde6227e02003-01-14 11:42:39 +00002563Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
2564
2565 * python/generator.py python/libxml.c python/libxml.py
2566 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00002567 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00002568 Python level.
2569 * python/tests/Makefile.am python/tests/ctxterror.py: added a
2570 regression test for it.
2571
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00002572Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
2573
2574 * xmlreader.c: fixed the streaming property of the reader,
2575 it was generating tree faster than consuming it. Pointed out
2576 by Nate Myers
2577 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
2578
Igor Zlatkovic9df24742003-01-12 21:15:55 +00002579Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2580
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00002581 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00002582
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00002583Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
2584
2585 * xpath.c: fix to the XPath implementation for parent and
2586 ancestors axis when operating on a Result Value Tree.
2587 Fixes bug #100271
2588
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00002589Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
2590
2591 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
2592 to fix some URI/file escaping problems
2593
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00002594Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
2595
2596 * python/generator.py: fixed a bug raised by Raymond Wiker,
2597 docSetRootElement() should not raise an exception if the
2598 return is None
2599
Daniel Veillard3e20a292003-01-10 13:14:40 +00002600Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
2601
2602 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
2603 fixed bug #102181 by applying the suggested change and fixing
2604 the generation/registration problem.
2605
Daniel Veillarde55e8e42003-01-10 12:50:02 +00002606Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
2607
2608 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
2609 routines.
2610
Daniel Veillard8f872442003-01-09 23:19:02 +00002611Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
2612
2613 * parser.c: one more IsEmptyElement crazyness, that time in
2614 external parsed entities if substitution is asked.
2615 * python/tests/reader3.py: added a specific test.
2616
Daniel Veillarde329fc22003-01-09 21:36:42 +00002617Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
2618
2619 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
2620 support and improved error handler registration
2621
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00002622Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
2623
2624 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
2625 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
2626 * README: fixed a link
2627
Daniel Veillarde2830f12003-01-08 17:47:49 +00002628Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
2629
2630 * configure.in doc/* NEWS: preparing 2.5.1 release
2631 * SAX.c parser.c: fixing XmlTextReader bug
2632
Daniel Veillard8bf70b92003-01-07 23:14:24 +00002633Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
2634
2635 * SAX.c: fuck, I introduced a memory leak on external parsed
2636 entities in 2.5.0 :-(
2637
Daniel Veillard56ada1d2003-01-07 11:17:25 +00002638Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
2639
2640 * xmllint.c: another fix needed as pointed by Christophe Merlet
2641 for --stream --debug if compiled without debug support.
2642
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00002643Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
2644
2645 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00002646 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00002647 update man page with --stream and --chkregister
2648
Daniel Veillard8326e732003-01-07 00:19:07 +00002649Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2650
2651 * globals.c: fixed --with-threads compile
2652 * xmllint.c: fixed --without-debug compile
2653 * include/libxml/globals.h: cleanup
2654 * include/libxml/schemasInternals.h: add a missing include
2655
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002656Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2657
2658 * configure.in NEWS: preparing 2.5.0 release
2659 * SAX.c: only warn in pedantic mode about namespace name
2660 brokeness
2661 * globals.c: fix a doc generation problem
2662 * uri.c: fix #101520
2663 * doc/*: updated and rebuilt the doc for the release, includuding
2664 stylesheet update
2665 * python/Makefile.am: fix a filename bug
2666
2667Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
2668
2669 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
2670 should not be called.
2671
2672Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
2673
2674 * libxml-2.0.pc.in: applied the patch to fix #101894
2675
2676Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
2677
2678 * tree.c : applied patch from Lukas Schroeder for register callbacks
2679 * valid.c: modified patch from Lukas Schroeder to test
2680 register callbacks with --chkregister
2681
2682Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
2683
2684 * xmlreader.c: seriously changed the way data are pushed to
2685 the underlying parser, go by block of 512 bytes instead of
2686 tryng to detect tag boundaries at that level. Changed the
2687 way empty element are detected and tagged.
2688 * python/tests/reader.py python/tests/reader2.py
2689 python/tests/reader3.py: small changes mostly due to context
2690 reporting being different and DTD node being reported. Some
2691 errors previously undetected are now caught and fixed.
2692 * doc/xmlreader.html: flagged last section as TODO
2693
2694Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
2695
2696 * python/libxml.py: integrated the Python 2.2 optimizations
2697 from Hannu Krosing, while maintaining compatibility with
2698 1.5 and 2.1
2699
2700Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
2701
2702 * xmllint.c: a bit of cleanup
2703 * xmlreader.c: small fix
2704 * doc/xmlreader.html: more work on the XmlTextReader tutorial
2705 * python/libxml.py: a few fixes pointed out by Hannu Krosing
2706
2707Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
2708
2709 * python/setup.py.in: patch from Stéphane Bidoul to include
2710 drv_libxml2.py in setup.py
2711
2712Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
2713
2714 * doc/xmlreader.html: starting documenting the new XmlTextReader
2715 interface.
2716
2717Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
2718
2719 * xmllint.c: added the --stream flag to use the TextReader API
2720 * xmlreader.c: small performance tweak
2721
2722Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
2723
2724 * xmlreader.c python/tests/reader2py: okay the DTD validation
2725 code on top of the XMLTextParser API should be solid now.
2726
2727Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
2728
2729 * xmlreader.c python/tests/reader2py: Fixing some more mess
2730 with validation and recursive entities while using the
2731 reader interface, it's getting a bit messy...
2732
2733Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
2734
2735 * xmlreader.c python/tests/reader.py: another couple of problem
2736 related to IsEmptyElement reported by Stéphane Bidoul needed
2737 some fixes.
2738
2739Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2740
2741 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
2742 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
2743 based on the python XmlTextReader interface.
2744
2745Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
2746
2747 * tree.c: backing out one change in the last patch which broke the
2748 regression tests
2749
2750Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
2751
2752 * global.data globals.c tree.c include/libxml/globals.h: applied
2753 an old patch from Lukas Schroeder to track node creation and
2754 destruction. Probably missing a lot of references at the moment
2755 and not usable reliably.
2756
2757Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
2758
2759 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
2760 from doc/news.html and a stylesheet
2761
2762Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
2763
2764 * xmlreader.c python/tests/reader.py: fixed another couple of
2765 xmlreader bugs reported by Stéphane Bidoul and added tests.
2766
2767Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
2768
2769 * xmlreader.c python/tests/reader2.py: fixed another validity
2770 checking in external parsed entities raised by Stéphane Bidoul
2771 and added a specific regression test.
2772 * python/tests/reader3.py: cleanup
2773
2774Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2775
2776 * xmlreader.c python/tests/reader2.py: fixed a problem with
2777 validation within entities pointed by Stéphane Bidoul, augmented
2778 the tests to catch those.
2779
2780Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
2781
2782 * python/generator.py: modified the generator to allow keeping
2783 class references when creating new classes, needed to fix a bug
2784 pointed by Stéphane Bidoul where the input buffer of the
2785 xmlTextReader instance gets destroyed if the python wrapper for
2786 the input is not referenced anymore.
2787
2788Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
2789
2790 * xmlreader.c python/tests/reader.py: fixed another pair of problem
2791 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
2792
2793Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2794
2795 * xmlreader.c python/tests/reader.py: fixed another problem
2796 pointed by Stéphane Bidoul
2797
2798Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2799
2800 * xmlreader.c python/tests/reader.py: fixed a limit case problem
2801 with "<a/>"
2802
2803Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2804
2805 * SAX.c: warn on xmlns:prefix="foo"
2806 * xmlreader.c python/tests/reader.py: fixed a couple of problem
2807 for namespace attributes handling.
2808
2809Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2810
2811 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
2812 a really nasty problem raised by a DocBook XSLT transform
2813 provided by Sebastian Bergmann
2814
2815Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
2816
2817 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
2818 by Stéphane Bidoul and integrated it into the tests
2819
2820Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
2821
2822 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
2823 extended the XmlTextReader API a bit, addding accessors for
2824 the current doc and node, and an entity substitution mode for
2825 the parser.
2826 * python/libxml.py python/libxml2class.txt: related updates
2827 * python/tests/Makefile.am python/tests/reader.py
2828 python/tests/reader2.py python/tests/reader3.py: updated a bit
2829 the old tests and added a new one to test the entities handling
2830
2831Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2832
2833 * python/generator.py python/libxml2class.txt
2834 python/tests/reader.py python/tests/reader2.py: changed the
2835 generator to provide casing for the XmlTextReader similar to
2836 C# so that examples and documentation are more directly transposable.
2837 Fixed the couple of tests in the suite.
2838
2839Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
2840
2841 * doc/guidelines.html: added a document on guildeline for
2842 publishing and deploying XML
2843
2844Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2845
2846 * valid.c xmlreader.c: final touch running DTD validation
2847 on the XmlTextReader
2848 * python/tests/Makefile.am python/tests/reader2.py: added a
2849 specific run based on the examples from test/valid/*.xml
2850
2851Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2852
2853 * python/libxml.py: added a few predefined xmlTextReader parser
2854 configuration values.
2855
2856Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2857
2858 * python/libxml_wrap.h: trying to fix #102037
2859
2860Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2861
2862 * SAX.c: fixing bug #95296, when the predefined entities
2863 are redefined in the DTD the default one must be used
2864 instead anyway.
2865
2866Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
2867
2868 * doc/xmllint.xml
2869 * doc/xmllint.1
2870 Add discussion of XML_DEBUG_CATALOG to xmllint man
2871 page - bug #100907
2872
2873
2874Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2875
2876 * xmlreader.c: Fixed the empty node detection to avoid reporting
2877 an inexistant close tag.
2878
2879Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2880
2881 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
2882 for Python 2.1
2883
2884Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2885
2886 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
2887
2888Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2889
2890 * doc/libxml2-api.xml python/tests/reader.py: one really need
2891 to provide the base URI information when creating a reader parser
2892 from an input stream. Updated the API and the example using it.
2893
2894Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2895
2896 * testReader.c xmlreader.c valid.c include/libxml/tree.h
2897 include/libxml/valid.h include/libxml/xmlreader.h: working on
2898 DTD validation on top of xml reader interfaces. Allows to
2899 validate arbitrary large instances. This required some extensions
2900 to the valid module interface and augmenting the size of xmlID
2901 and xmlRef structs a bit.
2902 * uri.c xmlregexp.c: simple cleanup.
2903
2904Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2905
2906 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
2907 work on the xml reader interfaces.
2908 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
2909 Web page for the Windows binaries.
2910
2911Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2912
2913 * xmlIO.c: applied a patch for VMS following the report by
2914 Nigel Hall
2915
2916Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2917
2918 * parser.c: the parseStartTag bug fix wasn't complete.
2919
2920Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2921
2922 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
2923 parseStartTag, fixing it.
2924 * test/att4 result/att4 result/noent/att4: adding the test
2925 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2926 more methods to XmlTextReader.
2927
2928Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2929
2930 * win32/libxml2.def.src: added more xml reader exports
2931 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
2932 to the build
2933
2934Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
2935
2936 * doc/tutorial/xmltutorial.xml
2937 plus generated html and pdf
2938 Updating tutorial again based on further comments from Niraj
2939 Tolia on the last iteration
2940
2941Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
2942
2943 * doc/tutorial/xmltutorial.xml
2944 * doc/tutorial/includekeyword.c
2945 * doc/tutorial/includegetattribute.c
2946 plus generated html and pdf
2947 Adding fix from Niraj Tolia to tutorial to properly free memory.
2948
2949
2950Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2953 more methods of XmlTextReader.
2954 * python/libxml2class.txt python/tests/reader.py: this increased the
2955 methods in the bndings, augmented the test to check those new
2956 functions.
2957
2958Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2959
2960 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
2961 methods of XmlTextReader.
2962 * python/generator.py python/libxml_wrap.h python/types.c
2963 python/libxml2class.txt: added the reader to the Python bindings
2964 * python/tests/Makefile.am python/tests/reader.py: added a specific
2965 test for the Python bindings of the Reader APIs
2966 * parser.c: small cleanup.
2967
2968Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2969
2970 * xinclude.c: fallback was only copying the first child not the
2971 full child list of the fallback element, closes #89684 as reopened
2972 by Bernd Kuemmerlen
2973
2974Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2975
2976 * win32/libxml2.def.src: exported htmlNodeDumpOutput
2977
2978Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2979
2980 * configure.in: preparing release of 2.4.30
2981 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
2982 gives enum values, fix functype return type, put back fields in
2983 structs
2984 * doc/*: updated the docs rebuilt
2985
2986Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2987
2988 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
2989 about htmlNodeDumpOutput location.
2990 * xpath.c: removed an undefined function signature
2991 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
2992 too many symbols in the API breaking the python bindings.
2993 Updated with the libxslt/libexslt changes.
2994
2995Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2996
2997 * configure.in: preparing release of 2.4.29
2998 * doc/*: rebuilt the docs and API
2999 * xmlreader.c: a few more fixes for the XmlTextReader API
3000
3001Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3002
3003 * include/win32config.h: applied mingw patch from Magnus Henoch
3004
3005Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3006
3007 * catalog.c doc/libxml2-api.xml: a bit more cleanup
3008
3009Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
3010
3011 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
3012 building Python script, does the C parsing directly, generates
3013 a better API description including structure fieds defs and
3014 enums. Still a couple of bugs, but good enough for the python
3015 wrappers now.
3016 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
3017 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
3018 include/libxml/schemasInternals.h include/libxml/tree.h: more
3019 cleanup based on the python analysis script reports.
3020 * libxml.spec.in: make sure the API XML description is part of the
3021 devel package.
3022
3023Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3024
3025 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
3026 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
3027 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
3028 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
3029 code cleanup, especially the function comments.
3030 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
3031
3032Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3033
3034 * Makefile.am xmlreader.c include/libxml/Makefile.am
3035 include/libxml/xmlreader.h: Adding a new set of APIs based on
3036 the C# TextXmlReader API but converted to C. Allow to parse
3037 in constant memory usage, far simpler to program and explain
3038 than the SAX like APIs, unfinished but working.
3039 * testReader.c: test program
3040
3041Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3042
3043 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
3044
3045Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3046
3047 * tree.c: Chip turner indicated that XHTML1 serialization
3048 rule for style actually break on both IE and Mozilla,
3049 try to avoid the rule if escaping ain't necessary
3050
3051Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3052
3053 * nanhttp.c: handle HTTP URL escaping, problem reported by
3054 Glen Nakamura and Stefano Zacchiroli
3055
3056Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3057
3058 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
3059
3060Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3061
3062 * uri.c: Johann Richard pointed out some XPointer problems for
3063 URN based URI references in XInclude. Modified the URI parsing
3064 and saving routines to allow correct parsing and saving of
3065 XPointers, especially when attached to "opaque" scheme accordingly
3066 to RFC 2396
3067
3068Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3069
3070 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
3071 of refactoring to the HTML saving code.
3072 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
3073 in the doc.
3074
3075Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3076
3077 * tree.c include/libxml/tree.h: refactored the XML dump of a node
3078 to a buffer API to reuse the generic dump to an OutputIO layer,
3079 this reduces code, fixes xmlNodeDump() for XHTML, also made
3080 xmlNodeDump() now return the number of byte written.
3081
3082Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
3083
3084 * python/setup.py.in: another patch from Stéphane Bidoul for
3085 Python bindings on Windows
3086 * doc/parsedecl.py: small cleanup
3087
3088Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3089
3090 * libxml.spec.in configure.in: add a line in %changelog for releases
3091
3092Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3093
3094 * parser.c: patch from Marcus Clarke fixing a problem in entities
3095 parsing that was detected in KDe documentations environment.
3096
3097Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
3098
3099 * python/libxml.c (libxml_prev): Return the previous as opposed to
3100 the next node (I guess this is the result of some cut & paste programming:)
3101
3102Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3103
3104 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
3105
3106Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * python/generator.py python/libxml.c python/setup.py.in: trying
3109 to fix the Python bindings build on Windows (Stéphane Bidoul)
3110
3111Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3112
3113 * win32/configure.js: added option for python bindings
3114 * win32/libxml2.def.src: added more exports
3115
3116Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3117
3118 * win32/Makefile.mingw: fixed unresolved symbols when linking with
3119 pthreads
3120 * win32/wince/*: applied updates to Windows CE port from Javier
3121
3122Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3123
3124 * configure.in: preparing 2.4.28
3125 * libxml.spec.in doc/Makefile.am: some cleanup
3126 * doc/*: updated the news and regenerated.
3127
3128Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3129
3130 * HTMLparser.c: final touch at closing #87235 </p> end tags
3131 need to be generated.
3132 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
3133 this change slightly the output of a few tests
3134 * doc/*: regenerated
3135
3136Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3137
3138 * parserInternals.c: fixing bug #99190 when UTF8 document are
3139 parsed using the progressive parser and the end of the chunk
3140 is in the middle of an UTF8 multibyte character.
3141
3142Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3143
3144 * threads.c: fixed initialization problem in xmlNewGlobalState
3145 which was causing crash.
3146 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
3147 in xmlInitializeGlobalState.
3148 * parserInternals.c: cleaned up ctxt->sax initialisation.
3149
3150Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
3151
3152 * tree.c include/libxml/tree.h: modified the existing APIs
3153 to handle XHTML1 serialization rules automatically, also add
3154 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
3155 libxslt serialization uses it when needed without changing
3156 the library API.
3157 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
3158 result/xhtml1: added a new test specifically for xhtml1 output
3159 and updated the result of one XHTML1 test
3160
3161Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * xinclude.c parserInternals.c encoding.c: fixed #99082
3164 for xi:include encoding="..." support on text includes.
3165 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
3166 test/XInclude/ents/isolatin.txt : added a specific regression test
3167 * python/generator.py python/libxml2class.txt: fixed the generator
3168 the new set of comments generated for doc/libxml2-api.xml were
3169 breaking the python generation.
3170
3171Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
3172
3173 * doc/Makefile.am: repair some problem if gtk-doc fail or such
3174 * configure.in: patch for Solaris on new autoconf closes #98880
3175 * doc/parsedecl.py: repair the frigging API building script,
3176 did I say that python xmllib sucks ?
3177 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
3178 and some comment are no more truncated.
3179
3180Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3181
3182 * parser.c: Martin Stoilov pointed out a potential leak in
3183 xmlCreateMemoryParserCtxt
3184
3185Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3186
3187 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
3188 included in HTML documents and using the push parser.
3189
3190Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
3191
3192 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
3193 specified, look for the Python interpreter not just in the
3194 specified root but also in the specified location. Fixes #98825
3195
3196Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3197
3198 * python/libxml.c: fixing bug #98792 , node may have no doc
3199 and dereferencing without checking ain't good ...
3200
3201Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3202
3203 * configure.in: preparing release 2.4.27
3204 * doc/* : updated and rebuilt the docs
3205 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
3206 and all the docs are actually packaged and in the final RPMs
3207 * parser.c parserInternals.c include/libxml/parser.h: restore
3208 xmllint --recover feature.
3209
3210Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3211
Daniel Veillard784b9352003-02-16 15:50:27 +00003212 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003213 processing of parsed entities, and XPath computation on sustitued
3214 entities.
3215 * testXPath.c: make sure entities are substitued.
3216
3217Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3218
Daniel Veillard784b9352003-02-16 15:50:27 +00003219 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003220 processing of internal parsed entities, which had to be changed.
3221
3222Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * Makefile.am python/Makefile.am python/tests/Makefile.am:
3225 trying to fix bug #98517 about building outside the source tree
3226 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
3227
3228Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3229
3230 * include/win32config.h: cleanup
3231 * win32/Makefile.mingw: integrated mingw in JScript configure
3232 * win32/Makefile.msvc: modified to allow mingw coexistence
3233 * win32/configure.js: integrated mingw
3234 * win32/Readme.txt: cleanup
3235
3236Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
3237
3238 * HTMLparser.c: strengthen the guard in the Pop macros,
3239 like in the XML parser, closes bug #97315
3240
3241Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3242
3243 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
3244 callback is never used.
3245
3246Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3247
3248 * parserInternals.c: fixed the initialization of the SAX structure
3249 which was breaking xsltproc
3250 * xpath.c: patch from Petr Pajas for CDATA nodes
3251 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
3252 * parser.c include/libxml/parser.h: patch from Peter Jones
3253 removing a leak in xmlSAXParseMemory() and adding the
3254 function xmlSAXParseMemoryWithData()
3255
3256Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
3257
3258 adding pdf of tutorial, changing web page to link to it
3259 * doc/tutorial/xmltutorial.pdf
3260 * doc/xml.html
3261 * doc/docs.html
3262
3263Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
3264
3265 * doc/tutorial/ar01s08.html
3266 adding file what I forgot for tutorial
3267
3268
3269Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
3270
3271 Adding encoding discussion to tutorial
3272 Added:
3273 * doc/tutorial/images/*.png: DocBook admonition image files
3274 * doc/tutorial/apf.html, apg.html: new generated html
3275 * doc/tutorial/includeconvert.c: conversion code entity file
3276 changed:
3277 * doc/tutorial/xmltutorial.xml: DocBook original
3278 * doc/tutorial/*.html: generated html
3279
3280Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3281
3282 * include/libxml/*.h: retired xmlwin32version.h
3283 * doc/Makefile.am: retired xmlwin32version.h
3284 * win32/configure.js: retired xmlwin32version.h
3285
3286Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3287
3288 * win32/libxml2.def.src: exported additional symbols
3289 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
3290 sisterhood
3291
3292Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3293
3294 * globals.c: fixed a typo pointed out by Igor
3295 * xpath.c: try to speed up node compare using line numbers
3296 if available.
3297
3298Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3299
3300 * tree.c: make xmlFreeNode() handle attributes correctly.
3301
3302Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3303
3304 * catalog.c: completed the #96963 fix, as reported by Karl
3305 Eichwalder
3306
3307Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3308
3309 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
3310
3311Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3312
3313 * Makefile.am: switched the order of a couple of includes
3314 to fix bugs #97100
3315
3316Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3317
3318 * catalog.c: fixed bug #96963, reverted to the old behaviour of
3319 xmlLoadCatalogs that used to separate directories with a ':'.
3320
3321Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3322
3323 * threads.c: improvements to the Windows-side of thread handling
3324 * testThreads.c: conditionally excluded unistd.h
3325 * testThradsWin32.c: broke overlong lines
3326 * include/win32config.h: adapted thread-related macros to the new
3327 scheme and for pthreads on Windows
3328 * win32/Makefile.msvc: introduced a more flexible thread build,
3329 added testThreads[Win32].c to the build
3330 * win32/configure.js: introduced a more flexible thread config
3331
33322002-10-31 John Fleck <jfleck@inkstain.net>
3333
3334 * doc/xml.html (and, by implication, FAQ.html)
3335 added UTF-8 conversaion FAQ from Marcus Labib Iskander
3336
3337Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3338
3339 * configure.in: removed xmlwin32version.h
3340 * include/libxml/Makefile.am: removed xmlwin32version.h
3341
3342Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3343
3344 * tree.c: applied patch from Brian Stafford to fix a bug
3345 in xmlReconciliateNs()
3346
3347Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3348
3349 * tree.c: applied patch from Christian Glahn to allow
3350 xmlNewChild() on document fragment nodes
3351
3352Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3353
3354 * parser.c: Christian Glahn found a problem with a recent
3355 patch to xmlParseBalancedChunkMemoryRecover()
3356 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
3357 problems
3358 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
3359 test/schemas/seq*: added the test cases from Charles
3360
3361Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
3362
3363 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
3364 serious cleanup of the spec file and associated changes
3365 in the Makefiles.
3366 * valid.c: try to remove some warnings on x86_64
3367
3368Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3369
3370 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
3371 fix bug #96586
3372
3373Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3374
3375 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
3376 parsing, applied his patch
3377 * result/HTML/attrents.html result/HTML/attrents.html.err
3378 result/HTML/attrents.html.sax test/HTML/attrents.html:
3379 added the test and result case provided by Mikhail Sogrine
3380
3381Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3382
3383 * vms/build_libxml.com vms/config.vms vms/readme.vms
3384 include/libxml/parser.h include/libxml/parserInternals.h
3385 include/libxml/tree.h include/libxml/xmlIO.h
3386 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
3387 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
3388 Applied the VMS update patch from Craig A. Berry
3389 * doc/*.html: update
3390
3391Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3392
3393 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
3394
3395Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3396
3397 * debugXML.c: adding a grep command to --shell in xmllint
3398 for T.V. Raman
3399
3400Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3401
3402 * xmlcatalog.c: tried to fix some of the problem with --sgml
3403
3404Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
3405
3406 * parser.c: tried to fix bug #91500 where doc->children may
3407 be overriden by a call to xmlParseBalancedChunkMemory()
3408
3409Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
3410
3411 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
3412 identifiers in SGML catalogs containing '&'
3413
3414Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3415
3416 * python/types.c: fixed bugs when passing result value tree
3417 to Python functions.
3418
3419Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3420
3421 * configure.in: preparing the release of 2.4.26
3422 * doc/*: updated and rebuilt the documentation
3423
3424Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3425
3426 * parser.c: fixed a XML Namespace compliance bug reported by
3427 Alexander Grimalovsky
3428
3429Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3430
3431 * HTMLtree.c: fixed serialization of script and style when
3432 they are not lowercase (i.e. added using the API to the tree).
3433
3434Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3435
3436 * valid.c: make xmlValidateDocument emit a warning msg if there
3437 is no DTD, pointed by Christian Glahn
3438
3439Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
3440
3441 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
3442 content model when some of the blocks have min or max, and a couple
3443 of bugs found in the process.
3444 * result/schemas/list0* test/schemas/list0*: added some specific
3445 regression tests
3446
3447Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
3448
3449 * README: updated the contact informations
3450
3451Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3452
3453 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
3454 misses it, reported by Peter Bray.
3455
3456Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
3457
3458 * tree.c: investigating xmlNodeGetContent() on namespace nodes
3459 and removed a few warnings
3460
3461Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
3462
3463 * parser.c: Christian Glahn found a small bug in the push parser.
3464 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
3465 public
3466
3467Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3468
3469 * xmlschemas.c include/libxml/xmlschemas.h: added
3470 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
3471 * testSchemas.c: added --memory to test the new interface
3472
3473Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
3474
3475 * doc/index.py doc/search.php: integrated the XSLT indexing,
3476 a few fixed in the indexer, added a scope selection at the
3477 search level.
3478
3479Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3480
3481 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
3482 this was due to uninitialized parts of the validation context
3483
3484Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3485
3486 * debugXML.c: applied patch from Mark Vakoc except the API
3487 change, preserved it.
3488 * doc/*: updated the docs to point to the search engine for
3489 information lookup or before bug/help reports.
3490
3491Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3492
3493 * doc/index.py doc/search.php: added mailing-list archives
3494 indexing and lookup
3495
3496Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3497
3498 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
3499
3500Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3501
3502 * doc/index.py: improved HTML indexing
3503 * doc/search.php: make the queries also lookup the HTML based indexes
3504
3505Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
3506
3507 * doc/index.py: added HTML page indexing
3508
3509Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3510
3511 * xmlIO.c: extended Windows path normalisation to fix the base
3512 problem in libxslt.
3513 * catalog.c: fixed list handling in XML_CATALOG_FILES
3514
3515Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3516
3517 * valid.c: typo/bug found by Christian Glahn
3518
3519Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3520
3521 * xmlIO.c: applied Windows CE patch from Javier.
3522 * win32/wince: new directory, contains support for the PocketPC
3523 with Windows CE from Javier.
3524 * include/win32config.h: reorganised, removed duplicate
3525 definitions and applied WinCE patch from Javier.
3526 * include/wsockcompat.h: new file, now contains WinSock
3527 compatibility macros.
3528 * win32/Makefile.msvc: introduced double-run compilation.
3529
3530Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3531
3532 * configure.in include/libxml/xmlwin32version.h: preparing release
3533 of 2.4.25
3534 * doc/*: updated and regenerated teh docs and web pages.
3535
3536Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3537
3538 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
3539 error were not covering namespace declarations.
3540 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
3541 it was missing the attribute declaration for the namespace
3542 * result/VC/NS3: the fix now report breakages in that test
3543
3544Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3545
3546 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
3547
3548Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3549
3550 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
3551 and regenerated the docs and web site
3552
3553Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3554
3555 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
3556 ATTRIBUTE_UNUSED is always put after the attribute declaration,
3557 not before
3558
3559Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3560
3561 * python/generator.py python/libxml2class.txt: fixed a stupid error
3562 breaking the python API
3563
3564Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3565
3566 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
3567 triostr.c triostr.h: applied a trio update patch from
3568 Bjorn Reese which should work with MinGW
3569
3570Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3571
3572 * tree.c: improving some documentation comments
3573 * xmlregexp.c: found and fixed a mem leak with python regression tests
3574 * doc/*: rebuilt the doc and the API XML file including the
3575 xmlregexp.h xmlautomata.h and xmlunicode.h headers
3576 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
3577 python/types.c: added access to the XML Schemas regexps from
3578 python
3579 * python/tests/Makefile.am python/tests/regexp.py: added a
3580 simple regexp bindings test
3581
3582Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
3583
3584 * doc/xml.html:
3585 fixing ftp links - thanks to Vitaly Ostanin
3586
3587Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
3588
3589 * xmlregexp.c: fixed the data callback on transition functionality
3590 which was broken when using the compact form
3591 * result/schemas/*: updated the results, less verbose, all tests
3592 pass like before
3593 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
3594 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
3595 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
3596 annoying warnings
3597 * xpath.c: try to provide better error report when possible
3598
3599Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3600
3601 * Makefile.am: fixed a breakage raised by Jacob
3602
3603Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3604
3605 * include/win32config.h: added HAVE_ERRNO_H definition for parts
3606 which don't use sockets
3607
3608Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3609
3610 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
3611 * win32/configure.js: applied zlib patch from Daniel Gehriger
3612
3613Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3614
3615 * win32/configure.js: applied the patch from Mark Vakoc for
3616 regexp support
3617 * win32/libxml2.def.src: applied the patch from Mark Vakoc
3618 for regexp support
3619
3620Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3621
3622 * xmlschemastypes.c: as pointed by Igor Float and Double
3623 parsing ain't finished yet
3624
3625Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3626
3627 * Makefile.am configure.in: trying to fix #88412 by bypassing
3628 all the python subdir if python ain't detected
3629
3630Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3631
3632 * Makefile.am configure.in include/libxml/xmlversion.h.in:
3633 made configuring with regexps/automata/unicode the default
3634 but without schemas ATM
3635 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
3636 fixed the regexp based DTD validation performance and memory
3637 problem by switching to a compact form for determinist regexps
3638 and detecting the determinism property in the process. Seems
3639 as fast as the old DTD validation specific engine :-) despite
3640 the regexp built and compaction process.
3641
3642Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3643
3644 * valid.c: determinism is debugged, new DTD checking code now works
3645 but xmlFAComputesDeterminism takes far too much CPU and the whole
3646 set usues too much memory to be really usable as-is
3647
3648Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3649
3650 * tree.c: fixed another stupid bug in xmlGetNodePath()
3651 * xmllint.c: --version now report the options compiled in
3652
3653Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3654
3655 * HTMLparser.c: small cleanup
3656 * valid.c xmlregexp.c: switched DTD validation to use only regexp
3657 when configured with them. A bit of debugging around the determinism
3658 checks is still needed
3659
3660Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3661
3662 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
3663
3664Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3665
3666 * xmlIO.c: small portability glitch fixed.
3667
3668Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3669
3670 * xmlschemastypes.c: incomplete steps for real/double support
3671 * testAutomata.c include/libxml/xmlautomata.h
3672 include/libxml/xmlregexp.h: avoiding a compilation problem
3673 * valid.c include/libxml/valid.h: starting the work toward using
3674 the regexps for actual DTD validation
3675
3676Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3677
3678 * hash.c: cosmetic cleanup
3679 * valid.c include/libxml/tree.h include/libxml/valid.h: started
3680 integrating a DTD validation layer based on the regexps
3681
3682Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
3683
3684 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
3685 the determinism was tested before eliminating the epsilon
3686 transitions :-(
3687
3688Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
3689
3690 * python/generator.py python/libxml.c python/libxml.py
3691 python/libxml2-python-api.xml python/libxml2class.txt
3692 python/libxml_wrap.h python/types.c: updated the python
3693 bindings, added code for easier File I/O, and the ability to
3694 define a resolver from Python fixing bug #91635
3695 * python/tests/Makefile.am python/tests/inbuf.py
3696 python/tests/outbuf.py python/tests/pushSAXhtml.py
3697 python/tests/resolver.py python/tests/serialize.py: updated
3698 and augmented the set of Python tests.
3699
3700Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3701
3702 * win32/configure.js: added more readme info for the binary
3703 package.
3704
3705Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3706
3707 * xmlIO.c: fixed a stupid out of bound array error
3708
3709Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3710
3711 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
3712 messing around with support for Windows path, cleanups,
3713 trying to identify and fix the various code path to the
3714 filename access. Added xmlNormalizeWindowsPath()
3715
3716Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
3717
3718 * error.c valid.c: working on better error reporting of validity
3719 errors, especially providing an accurate context.
3720 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
3721 error reports in those cases.
3722
3723Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3724
3725 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
3726 parser.c parserInternals.c xmlIO.c: get rid of all the
3727 perror() calls made in the library execution paths. This
3728 should fix both #92059 and #92385
3729
3730Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
3731
3732 * xmllint.c: memory leak reporting was broken after a change
3733 of the preprocessor symbol used to activate it.
3734
3735Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3736
3737 * tree.c: try to make the copy function work for node of
3738 type XML_DOCUMENT_FRAG_NODE, they are only created by the
3739 DOM layers though, not libxml2 itself.
3740
3741Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
3742
3743 * valid.c: try to provide file and line informations, not all
3744 messages are covered, but it's a (good) start
3745
3746Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
3747
3748 * xinclude.c: reimplemented a large part of the XInclude
3749 processor, trying to minimize resources used, James Henstridge
3750 provided a huge test case which was exhibiting severe memory
3751 consumption problems.
3752
3753Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
3754
3755 * python/Makefile.am: applied patch from Christophe Merlet to
3756 reestablish DESTDIR
3757
3758Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
3759
3760 * libxml.spec.in: fixes libary path for x86_64 AMD
3761
3762Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
3763
3764 * doc/tutorial/includekeyword.c
3765 * doc/tutorial/xmltutorial.xml:
3766 (plus resulting generated html files)
3767 fixing one spot I missed in the tutorial where I hadn't freed
3768 memory properly
3769
3770Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
3771
3772 * doc/tutorial/includeaddattribute.c
3773 * doc/tutorial/includeaddkeyword.c
3774 * doc/tutorial/includegetattribute.c
3775 * doc/tutorial/includekeyword.c
3776 * doc/tutorial/xmltutorial.xml
3777 * doc/tutorial/*.html:
3778 update tutorial to properly free memory (thanks to Christopher
3779 R. Harris for pointing out that this needs to be done)
3780 * doc/tutorial/images/callouts/*.png:
3781 added image files so the callouts are graphical, making it
3782 easier to read ( use "--param callout.graphics 1" to generate
3783 html with graphical callouts)
3784
3785Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
3786
3787 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
3788 nice logos generated by Marc Liyanage
3789 * doc/site.xsl *.html: changed the stylesheet to show the new
3790 logo and regenerated the pages
3791
3792Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3793
3794 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
3795
3796Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3797
3798 * xpath.c: possible mem leak patch from Jason Adams
3799
3800Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3801
3802 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
3803 in the XQuery namespace
3804 * configure.in: preparing 2.4.24
3805 * doc/*.html: updated the web pages
3806
3807Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3808
3809 * python/generator.py: closing bug #85258 by generating conditional
3810 compile check to avoid linking to routines not configured in.
3811
38122002-08-22 Havoc Pennington <hp@pobox.com>
3813
3814 * autogen.sh: update error message for missing automake
3815
3816Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3817
3818 * python/Makefile.am: typo in target name resulted in libxml2.py
3819 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
3820
3821Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3822
3823 * win32/win32/Makefile.mingw: updated with version from
3824 Elizabeth Barham at http://soggytrousers.net/repository/
3825
3826Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3827
3828 * win32/Makefile.msvc: added the prefix location to the include
3829 and lib search path.
3830
38312002-08-18 Havoc Pennington <hp@pobox.com>
3832
3833 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
3834 both automake 1.6 and 1.4 installed get the right automake. Means
3835 compilation from CVS will now require the latest automake 1.4
3836 release, or manually creating symlinks called "automake-1.4" and
3837 "aclocal-1.4"
3838
3839Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3840
3841 * configure.in python/Makefile.am: more AMD 64 induced changes from
3842 Frederic Crozat
3843
3844Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3845
3846 * xinclude.c: oops I was missing the xml:base fixup too
3847 * result/XInclude/*.xml: this adds xml:base attributes to most
3848 results of the tests
3849
3850Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3851
3852 * xinclude.c: quick but apparently working implementation of
3853 xi:fallback, should close bug #89684
3854 * Makefile.am test/XInclude/docs/fallback.xml
3855 result/XInclude/fallback.xml: added a basic test for fallback,
3856 and run with --nowarning to avoid a spurious warning
3857 * configure.in: applied patch from Frederic Crozat for python
3858 bindings on AMD 64bits machines.
3859
3860Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3861
3862 * parser.c: xmlSAXUserParseMemory() really ought to fail if
3863 the caller don't pass a SAX callback block.
3864
3865Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3866
3867 * tree.c: applied the same fix for the XML-1.0 namespace to
3868 xmlSearchNsByHref() as was done for xmlSearchNs()
3869
3870Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3871
3872 * libxml.3: small cleanup of the man page
3873 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
3874 when serializing HREF attributes generated by XSLT.
3875
3876Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3877
3878 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
3879 version of Marc Liyanage' patch for boolean attributes in HTML
3880 output
3881
3882Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3883
3884 * python/tests/serialize.py: fixed the test results, indenting
3885 behaviour changed slightly
3886
3887Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3888
3889 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
3890 new c14n function to Windows def files
3891
3892Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
3893
3894 * c14n.c: fixed a memory leak in c14n code
3895
3896Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3897
3898 * parser.c include/libxml/parser.h: adding a new API for Christian
3899 Glahn: xmlParseBalancedChunkMemoryRecover
3900 * valid.c: patch from Rick Jones for some grammar cleanup in
3901 validation messages
3902 * result/VC/* result/valid/*: this slightly change some of the
3903 regression tests outputs
3904
3905Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3906
3907 * tree.c: trying to fix a problem in namespaced attribute handling
3908 raised by Christian Glahn
3909
3910Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3911
3912 * encoding.c include/libxml/encoding.h: Opening the interface
3913 xmlNewCharEncodingHandler as requested in #89415
3914 * python/generator.py python/setup.py.in: applied cleanup
3915 patches from Marc-Andre Lemburg
3916 * tree.c: fixing bug #89332 on a specific case of loosing
3917 the XML-1.0 namespace on xml:xxx attributes
3918
3919Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
3920
3921 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
3922 corner case from new Merlin's test suite and added a callback
3923 that will be used to improve xmlsec performance
3924
3925
3926Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3927
3928 * HTMLtree.c: trying to fix the <style> escaping problem in
3929 HTML serialization bug #89342
3930
3931Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3932
3933 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
3934 and rebuilt the web site.
3935
3936Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
3937
3938 * include/libxml/tree.h: added _private member to xmlNs struct
3939
3940Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3941
3942 * HTMLparser.c: fixing bug #84876 based on the xml working
3943 code.
3944
3945Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3946
3947 * python/Makefile.am: enhanced to fix bug 72012 (errors
3948 when using '-jX' make parameter)
3949
3950Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3951
3952 * xpath.c: small additional enhancement for booleans
3953 compared to nodesets
3954
3955Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3956
3957 * HTMLtree.c: changed the order of the encoding declaration
3958 attributes in the meta tags due to a bug in IE/Mac
3959
3960Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3961
3962 * xpath.c: enhanced handling of booleans (especially '='
3963 and '!=' for nodesets) - fixes bug 85256. Added new
3964 routine xmlXPathNotEqualValues for more proper handling
3965 of '!=' when nodesets are involved.
3966
3967Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3968
3969 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
3970 doc/xmlcatalog_man.xml to the source distribution
3971
3972Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3973
3974 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
3975 asked for this.
3976
3977Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3978
3979 * configure.in: preparing 2.4.23
3980 * doc/*: rebuilt the docs
3981
3982Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3983
3984 * parser.c: fixing bug #84169 by fixing the
3985 comment of xmlCreatePushParserCtxt to describe the
3986 encoding detection parameters better.
3987
3988Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3989
3990 * valid.c: fixing bug #79331 in one path the lookup for
3991 ID attributes on a namespaced node wasn't handled correctly :-\
3992
3993Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3994
3995 * HTMLparser.c: trying to fix 87235 about discarded white
3996 spaces in the HTML parser.
3997 * result/HTML/*: this changes the output of a number of HTML
3998 regression tests
3999
4000Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
4001
4002 * xpath.c: applied patch from Richard Jinks for the namespace
4003 axis + fixed a memory error.
4004 * parser.c parserInternals.c: applied patches from Peter Jacobi
4005 removing ctxt->token for good.
4006 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
4007 popped out by the regression tests.
4008 * Makefile.am: patch for threads makefile from Gary Pennington
4009
4010Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
4011
4012 * xpath.c: enhanced behaviour of position() after usage of
4013 expressions involving preceding-sibling (et al).
4014
4015Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
4016
4017 * hash.c: applied a patch from Peter Jacobi to solve a problem
4018 when compiling with the Watcom C on Win32
4019 * result/schemas/*.err: the change of hashing algo generated
4020 permutations in the output
4021
4022Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
4023
4024 * hash.c: applied patch from Sander Vesik improving the quality of
4025 the hash function.
4026
40272002-06-14 Aleksey Sanin <aleksey@aleksey.com>
4028
4029 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
4030 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
4031 xmllint.c xpath.c: replaced sprintf() with snprintf()
4032 to prevent possible buffer overflow (the bug was pointed
4033 out by Anju Premachandran)
4034
4035Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
4036
4037 * parser.c: removed an uninitialized data error popped by valgrind
4038 on PE references
4039
4040Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
4041
4042 * doc/xml.html
4043 adding tutorial reference to the web page
4044
4045Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
4046
4047 * doc/tutorial/xmltutorial.xml
4048 * doc/tutorial/ar01s07.html
4049 * doc/tutorial/ape.html
4050 * doc/tutorial/includegetattribute.c
4051 adding section to tutorial about retrieving an attribute
4052 value
4053
4054Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
4055
4056 * parser.c: applied a couple of patches from Peter Jacobi to start
4057 to get rid of ctxt->token, with a possible significant speed
4058 improvement to be gained once done. Better compliance with PE
4059 references constructs in DTDs too.
4060 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
4061 from Peter too
4062
4063Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
4064
4065 * parser.c: Babak Vahedipour-Kunze reported that openTag in
4066 xmlParseElement was likely to have been deallocated at the
4067 time of the report, possibly leading to segfault. Just report
4068 the tag name now.
4069
4070Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
4071
4072 * xpath.c: patch from Richard Jinks for XPath substring() function
4073 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
4074
40752002-06-06 Aleksey Sanin <aleksey@aleksey.com>
4076
4077 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
4078
4079Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
4080
4081 *doc/FAQ.html
4082 fixing typos in FAQ, thanks to Robert Funnell for the
4083 editing help
4084
4085Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
4086
4087 * NEWS: got complaints from rpmlint that it was empty
4088
4089Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
4090
4091 * added doc/tutorial, including:
4092 apa.html
4093 apb.html
4094 apc.html
4095 apd.html
4096 ar01s02.html
4097 ar01s03.html
4098 ar01s04.html
4099 ar01s05.html
4100 ar01s06.html
4101 includeaddattribute.c
4102 includeaddkeyword.c
4103 includekeyword.c
4104 includestory.xml
4105 index.html
4106 xmltutorial.xml
4107 libxml tutorial, including generated html
4108
4109Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
4110
4111 * result/c14n/exc-without-comments/merlin-c14n-two-*
4112 result/c14n/without-comments/merlin-c14n-two-*
4113 test/c14n/exc-without-comments/merlin-c14n-two-*
4114 test/c14n/without-comments/merlin-c14n-two-*
4115 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
4116 c14n/exc-c14n and slightly modified test script to handle
4117 these test cases
4118 * c14n.c: fixed bugs for complicated nodes set (namespace
4119 without node and others from merlin-c14n-two.tar.gz)
4120 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
4121 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
4122 for xmlsec performance patch
4123 * xpath.c: fixed self::node() for namespaces and attributes
4124
4125Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
4126
4127 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
4128 but with the format parameter
4129 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
4130
4131Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
4132
4133 * Makefile.am: updated c14n tests suite
4134 * c14n.c: performance improvement for previous c14n patch
4135
4136Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
4137
4138 * parser.c: another peroformance patch from Peter Jacobi, that
4139 time on parsing attribute values.
4140
4141Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
4142
4143 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
4144 into LibXML2 test suite
4145
4146Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
4147
4148 * c14n.c: propagating xpath ancesstors node fix to c14n
4149 plus small performance improvement to reduce number of
4150 mallocs
4151 * xpath.c: fixed ancestors axis processing for namespace nodes
4152
4153Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
4154
4155 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
4156 Peter Jacobi
4157
4158Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
4159
4160 * configure.in: preparing 2.4.22
4161
4162Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
4163
4164 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
4165 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
4166 a public entry point.
4167 * doc/*: rebuilt the API and docs
4168
4169Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
4170
4171 * xpath.c: patch from Richard Jinks to fix a problem introduced
4172 in the previous patch and pointed by Norm
4173
4174Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
4175
4176 * libxml.spec.in: fixing bug #81112
4177
4178Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
4179
4180 * uri.c: fixing bug #82848
4181
4182Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
4183
4184 * result/catalogs/mycatalog.full: Aleksey's commit changed the
4185 output of one catalog test
4186
4187Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
4188
4189 * global.data globals.c tree.c include/libxml/globals.h
4190 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
4191 default value for global parameter xmlIndentTreeOutput to 1 and
4192 introduced new global parameter xmlTreeIndentString (the string
4193 used to do one-level indent) with default value " " (as it was
4194 in tree.c)
4195
4196Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
4197
4198 * Makefile.am: Merijn Broeren pointed out a problem when compiling
4199 with trio and schemas.
4200
4201Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
4202
4203 * xpath.c: patch from Richard Jinks to fix the problem raised in
4204 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
4205
4206Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
4207
4208 * xmlschemas.c: a bit of work on import.
4209 * xmlschemastypes.c: Charles Bozeman provided a compare function
4210 for date/time types so min/max facet restrictions should work,
4211 indeterminate comparisons return an error instead of equal.
4212 * test/schemas/date_0* result/schemas/date_0_0: specific test
4213 from Charles Bozeman too
4214
4215Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
4216
4217 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
4218 from Christian Cornelssen fixing the man pages and the Catalog
4219 building script.
4220 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
4221 next step is <xs:import> I now have a reasonable understanding
4222 of how it works.
4223
4224Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
4225
4226 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
4227
4228Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
4229
4230 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
4231
4232Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
4233
4234 * xpath.c: fixing an XPath function evalutation bug pointed out
4235 by Alexey Efimov where the context was lost when evaluating
4236 the function arguments
4237
4238Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
4239
4240 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
4241 function public for XMLSec performance optimizations
4242
4243Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
4244
4245 * python/generator.py python/libxml2class.txt : fixed a problem
4246 with the HTML parser pointed by Gary Benson
4247 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
4248 example
4249
4250Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
4251 * parser.c: fixed bug #81159 (memory growth in SAX)
4252
4253Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
4254 * xpath.c: fixed bug #78858 (the real fix)
4255
4256Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
4257 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
4258
4259Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
4260
4261 * tree.c: modified xmlNodeSetBase to allow changing the
4262 base of a document.
4263
4264Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
4265
4266 * xmlschemastypes.c: patch Charles Bozeman for validation of
4267 all the date, time, and duration types
4268 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
4269 * configure.in: fixed an error pointed by an user
4270 * xml2-config.in: fixed an error pointed by an user
4271
4272Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
4273
4274 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
4275 win32/libxml2.def.src xmlIO.c: exported default
4276 'file:', 'http:' and 'ftp:' protocols input handlers
4277 and maked protocols comparisson case insensitive
4278
4279Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
4280
4281 * configure.in: Neven Has detected a typo
4282
4283Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
4284
4285 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
4286 as one of the persons allowed to commit directly to the
4287 module.
4288
4289Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
4290
4291 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
4292 * valid.c: raised a too low limit
4293 * doc/*: rebuilt the docs
4294
4295Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
4296
4297 * test/XPath/expr/floats test/XPath/expr/functions
4298 result/XPath/expr/floats result/XPath/expr/functions
4299 xpath.c: another XPath conformance patch from Richard Jinks
4300
4301Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
4302
4303 * xmlschemas.c: fixed validation of attribute groups.
4304 * test/schemas result/schemas: added an example from the primer
4305
4306Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
4307
4308 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
4309 * test/schemas result/schemas: updated the test list
4310
4311Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
4312
4313 * TODO: updated a bit
4314 * parser.c: made a comment more specific
4315 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
4316 Schemas conformance.
4317 * test/schemas result/schemas: updated the test list
4318
4319Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
4320
4321 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
4322 implementing xs:all with minOccurs = 0
4323 * tes/schemas/* result/schemas/*: added more tests covering
4324 xs:all
4325
4326Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
4327
4328 * xmlregexp.c: first implementation of the all particle, this
4329 may need to be revisited for case where not all transitions
4330 must be crossed.
4331
4332Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
4333
4334 * tree.c: another entity processing update from Markus Henke
4335
4336Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
4337
4338 * trionan.c: fixed crash on OSF/1
4339
4340Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
4341
4342 * xmlschemas.c: more Schemas work
4343 * test/schemas/* result/schemas/*: added more tests coming
4344 from the spec.
4345
4346Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
4347
4348 * c14n.c: patch from Aleksey Sanin reflecting a change in the
4349 ExcC14N specification
4350
4351Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
4352
4353 * tree.c: patch from Markus Henke, fix for recursive entities.
4354
4355Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
4356
4357 * xpath.c: fix a problem with string() on a document node.
4358
4359Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
4360
4361 * Makefile.am xmlschemas.c: more Schemas work
4362 * test/schemas/* result/schemas/*: added more tests coming
4363 from the spec.
4364
4365Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
4366
4367 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
4368 * result/HTML/*: this changes a few things in the results
4369
4370Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
4371
4372 * include/libxml/tree.h: eliminated 'declaration different than
4373 prototype' warning
4374 * include/win32config.h: "resolved" conflicts with errno.h
4375
4376Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
4377
4378 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
4379 on the automata interfaces and debug of counted choices
4380 * test/schemas/* result/schemas/*: added a number of tests
4381
4382Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
4383
4384 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
4385 a bit of work on Schemas
4386 * testSchemas.c: try to make it more useful
4387 * test/schemas/* result/schemas/* Makefile.am: changed the
4388 Schemas regression test procedure, started adding a few samples
4389
4390Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
4391
4392 * include/libxml/encoding.h: Patch for the Borland C++ builder
4393 * include/libxml/tree.h: Patch for the Borland C++ builder
4394 * threads.c: Patch for the Borland C++ builder
4395 * win32/bcb5: New directory for the Borland C++ builder
4396 project files
4397
4398Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
4399
4400 * win32/Makefile.msvc: Update for XML Schema support
4401 * win32/configure.js: Update for XML Schema support
4402 * win32/libxml2.def.src: Update for XML Schema support
4403
4404Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
4405
4406 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
4407 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
4408 xmlunicode.c include/libxml/Makefile.am
4409 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
4410 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
4411 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
4412 include/libxml/xmlversion.h.in : merged the current state of
4413 XML Schemas implementation, it is not configured in by default,
4414 a specific --schemas configure option has been added.
4415 * test/automata test/regexp test/schemas Makefile.am
4416 result/automata result/regexp result/schemas:
4417 merged automata/regexp/schemas regression tests
4418
4419Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
4420
4421 * xpath.c: Gary found a compile time problem, fixes #78823
4422
4423Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
4424
4425 * configure.in: release of 2.4.20
4426 * doc/*: updated and rebuilt the docs
4427
4428Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
4429
4430 * python/Makefile.am: patch from Cristian Gafton to build on
4431 Red Hat 6.2, should also fix #75779
4432
4433Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
4434
4435 * valid.c: first part of fixing #78729
4436
4437Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
4438
4439 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
4440 escaping of URI when saving HTML files.
4441 * result/HTML/*: this impacted some tests
4442
4443Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
4444
4445 * configure.in: trying to fix #77441
4446
4447Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
4448
4449 * include/libxml/xmlIO.h: Hallski complained it could not be
4450 included by itself.
4451
4452Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
4453
4454 * configure.in: applied an IEEE flag patch for OSF/1 #77825
4455
4456Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
4457
4458 * win32/configure.js: patch from Nilo for the c14n option
4459 * win32/Makefile.msvc: fixed libxml2.def generation with threads
4460
4461Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
4462
4463 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
4464 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
4465 LIBXML_THREAD_ENABLED
4466
4467Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
4468
4469 * xpath.c: another patch from Richard Jinks for substring conformance
4470 * test/XPath/expr/floats test/XPath/expr/strings
4471 result/XPath/expr/floats result/XPath/expr/strings: update of the
4472 test suite to check those.
4473
4474Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
4475
4476 * xpath.c: patch from Richard Jinks for .x float parsing.
4477
4478Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
4479
4480 * parser.c: patch from Markus Henke when an encoding ain't recognized
4481
4482Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
4483
4484 * libxml.m4: got a report that #include <string.h> was needed
4485
4486Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
4487
4488 * xmllint.c: applied a fix from Anthony Jones for -o /--output
4489
4490Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
4491
4492 * doc/example.html: fixing typo
4493
4494Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
4495
4496 * xpath.c: fixed a bug in the nodeset to boolean comparison code
4497 pointed out by Melvyn Sopacua.
4498
4499Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4500
4501 * libxml.m4: Frédéric Crozat gave a patch related to the change
4502 of Include paths breaking the libxml.m4
4503
4504Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4505
4506 * xpath.c: Fix bug #76927 forgot to save some context
4507 when evaluating binary expressions
4508
4509Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4510
4511 * configure.in: fixed configure for MPE/iX from Markus Henke
4512 * xmlmemory.c: fixed initialization problems
4513 * xpath.c: another set of patches from Richard Jinks this
4514 fixes "make XPathtests" on linux
4515
4516Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
4517
4518 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
4519 * test/XPath/expr/compare test/XPath/expr/equality
4520 test/XPath/expr/floats test/XPath/expr/functions
4521 test/XPath/expr/strings result/XPath/expr/compare
4522 result/XPath/expr/equality result/XPath/expr/floats
4523 result/XPath/expr/functions result/XPath/expr/strings: Updated
4524 tests though they show a divergence on Linux
4525
4526Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4527
4528 * xpath.c trionan.c: previous commit also included patches
4529 from Richard Jinks on some IEEE support corner case
4530
4531Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
4532
4533 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
4534 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
4535 that $(datadir) should be used for docs
4536
4537Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
4538
4539 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
4540 could leak filedescriptors
4541
4542Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4543
4544 * configure.in nanohttp.c: applied patch from Allan Clark for
4545 UnixWare/OpenServer
4546
4547Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4548
4549 * configure.in: preparing 2.4.19
4550 * doc/*: rebuilt the docs
4551
4552Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4553
4554 * nanohttp.c: fixing #76043, got fed up with non-portability
4555 of that piece of code.
4556
4557Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4558
4559 * valid.c SAX.c: Never commit without running "make tests" :-(
4560 fix a couple of stupidities in the previous commit
4561 * result/*: a few changes in some attribute order result of previous
4562 commit.
4563
4564Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4565
4566 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
4567 the internal subset should not raise duplicate ID errors,
4568 also there was a small bug in conjunction to namespace
4569 declarations defaulted and xml:xxx attributes DTD definitions.
4570
4571Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4572
4573 * xpath.c: Richard Jinks also raised some rounding problems
4574 this tries to fix them
4575
4576Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
4577
4578 * xpath.c: Richard Jinks spotted an incoherent memory allocation
4579 behaviour in xmlXPathCastToString()
4580
4581Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4582
4583 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
4584 raised by Morus Walter
4585
4586Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4587
4588 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
4589 from Igor
4590
4591Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4592
4593 * xpath.c: fixing #75619, related to a problem when trying
4594 to evaluate condition when the current node set resulting
4595 from that sub-step evaluation is empty. Also fixes 2 potential
4596 problem with previous-sibling and next-siblings axis.
4597
4598Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4599
4600 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
4601 HTML support is not configured in.
4602
4603Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4604
4605 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
4606 include/libxml/tree.h: dohh I really didn't intended to commit
4607 this test version :-(
4608
4609Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4610
4611 * testSAX.c: I wanted to see the real speed at the SAX interface
4612 after a little too many Ximianer started complaining about the
4613 parser speed.
4614 added a --quiet option:
4615 paphio:~/XML -> ls -l db100000.xml
4616 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
4617 paphio:~/XML -> time ./testSAX --quiet db100000.xml
4618 3200006 callbacks generated
4619 real 0m1.270s
4620 Which means 16MBytes/s and 3Mcallback/s
4621
4622Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4623
4624 * xpath.c: valgrind spotted another error that time when running
4625 on libxslt regression tests
4626
4627Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4628
4629 * Makefile.am: adding "make valgrind" running the full regression
4630 tests (except python ones) under Valgrind (using valgrind -q
4631 which was kindly added by the author).
4632 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
4633 passes cleanly now except an obcure floating point initialization
4634 raised in log10() in one XPath regression test ???
4635 * tree.c: edited some comments to close #75244
4636
4637Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
4638
4639 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
4640 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
4641 context of ScrollKeeper, made sure that if the number is
4642 an integer, the serialization follows the description at
4643 http://www.w3.org/TR/xpath#section-String-Functions
4644
4645Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4646
4647 * configure.in: preparing 2.4.18
4648 * doc/*: updated and rebuilt the web site
4649 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
4650 the Windows and Cygwin maintainers.
4651 * parser.c: humm, changed the way the SAX parser work when
4652 xmlSubstituteEntitiesDefault(1) is set, it will then
4653 do the entity registration and loading by itself in case the
4654 user provided SAX getEntity() returns NULL.
4655 * testSAX.c: added --noent to test the behaviour.
4656
4657Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4658
4659 * parser.c: Wilfried Teiken provided a hackish but working
4660 way to get context reported back on entities when parsing
4661 with SAX and without breaking the DOM build.
4662
4663Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4664
4665 * c14n.c: applied a new patch from Aleksey Sanin
4666 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
4667 to reference Aleksey implementation of XML digital Signatures
4668
4669Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4670
4671 * xpath.c: small fix to avoid potential problem due to
4672 ordering of freeing data
4673 * python/Makefile.am: people were complaining about
4674 the generated file in python dir not being built
4675
4676Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4677
4678 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
4679 python/generator.py python/libxml.c python/types.c: Cleanup
4680 of the python Makefiles based on Jacob and James feedback,
4681 fixed the spec file accordingly, fixed the number of warning
4682 that passing my pedantic CFLAGS was generating. Conclusion
4683 is that Python includes are real crap.
4684
4685Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4686
4687 * configure,in: it was reported quite a few times that
4688 xml2-config --cflags should not output
4689 -I$includeprefix/libxml2/libxml because libxml2 header names
4690 clashes with existing names like list.h from C++ stl.
4691 Includes should be #include<libxml/xxx.h> so ...
4692
4693Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4694
4695 * c14n.c: another patch from Aleksey Sanin
4696
4697Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4698
4699 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
4700 canonicalization algorithm
4701 * doc/xml.html doc/index.html: added the C14N references on the
4702 index page.
4703
47042002-03-13 jacob berkman <jacob@ximian.com>
4705
4706 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
4707 usage, redundant, and gcc specific
4708
4709Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4710
4711 * xpath.c: speedup some node selection operations, this can
4712 have a significant impact on DocBook Norm's stylesheets
4713 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
4714 make sure it's always the case
4715 * debugXML.c: distinguish CDATA and comments in ls operations
4716
4717Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4718
4719 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
4720 to generate better API descriptions etc...
4721
4722Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4723
4724 * c14n.c: Fixing #74186, made sure all boolean expressions
4725 get fully parenthesized, ran indent on the output
4726 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
4727 include/libxml/tree.h: also #74186 related, removed the
4728 --with-buffers option, and all the preprocessor conditional
4729 sections that were resulting from it.
4730
4731Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4732
4733 * valid.c: applied patch from Dodji Seketeli fixing an
4734 uninitailized variable in xmlValidGetValidElements()
4735
4736Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4737
4738 * c14n.c: fixed a few comments
4739 * doc/*.html doc/*/*.html: regenerated the docs and added
4740 the C14N API
4741 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
4742
4743Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
4744
4745 * check-xml-test-suite.py: fix to adapt varaiations in the
4746 bindings
4747 * configure.in python/setup.py python/setup.py.in: fixed to
4748 have the version of the python scripts automatically updated
4749
4750Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4751
4752 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
4753 in xmlCopyProp()
4754
4755Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4756
4757 * configure.in: preparing 2.4.17 release
4758 * doc/*: updated and rebuilt the docs
4759 * xpath.c: fixed a comment
4760 * python/libxml.c: fixed a possible reentrancy problem
4761
4762Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4763
4764 * tree.c python/tests/Makefile.am python/tests/attribs.py:
4765 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
4766 added a specific regression test
4767 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
4768 not raise exceptions when failing to find the attribute.
4769
4770Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4771
4772 * configure.in xmllint.c: owen pointed out a problem with the
4773 ftme fix, gettimeofday() was not detected by configure and
4774 the ftime header wasn't included, dohhh
4775
4776Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4777
4778 * configure.in xmllint.c: trying to fix #71457 for timing
4779 precision when gettimeofday() is not availble but ftime() is
4780
4781Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4782
4783 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
4784 are now copied on install and part of the -devel RPM
4785
4786Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
4787
4788 * xpath.c: trying to avoid bug #72150 which was apparently
4789 caused by a gcc bug (or a processor problem) as detailed
4790 at http://veillard.com/gcc.bug
4791
4792Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4793
4794 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
4795 fixed xmlReconciliateNs(), added a Python test/example for
4796 inter-document cut'n paste
4797 * python/libxml.py: fixed node.doc on document nodes and added
4798 xpathEval() onto node objects
4799
4800Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4801
4802 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
4803 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
4804 fixup and integrated tests for the serialization stuff
4805
4806Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4807
4808 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
4809 moved the libxml man page to section 3
4810
4811Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4812
4813 * tree.c: fix bug #72490
4814 * python/libxml.c python/libxml.py: added methods serialize()
4815 and saveTo() to all node elements.
4816
4817Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4818
4819 * xmlIO.c: closed #73430, don't read from an input source
4820 which indicated an end-of-file or an error.
4821
4822Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4823
4824 * parser.c: make sure SAX endDocument is always called as
4825 this could result in a Python memory leak otherwise (it's
4826 used to decrement ref-counting)
4827 * python/generator.py python/libxml.c python/libxml.py
4828 python/libxml2-python-api.xml python/libxml2class.txt
4829 python/tests/error.py python/tests/xpath.py: implemented
4830 the suggestions made by Gary Benson and extended the tests
4831 to match it.
4832
4833Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4834
4835 * python/generator.py: applied patch fixing #73450
4836
4837Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4838
4839 * xpath.c: fixing #61290 "namespace nodes have no parent"
4840 long standing divergence from the XPath REC. NodeSets
4841 simply hold a copy of namespace nodes and those node ->next
4842 points to the parent (which may not be the node carrying the
4843 definition).
4844 * include/libxml/xpath.h: flagged but didn't added a possible
4845 speedup
4846 * DOCBparser.c HTMLparser.c: removed some warnings from push
4847 parser due to new state being added.
4848 * tree.c: new fix from Boris Erdmann
4849 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
4850 the XML Canonalization support from Aleksey Sanin
4851
4852Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4853
4854 * tree.c: patch from Boris Erdmann fixing some namespace odities
4855 with xmlCopyNode()
4856
4857Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4858
4859 * xmlIO.c: fix bug #72706 when loading a NULL entity
4860
4861Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4862
4863 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
4864 actually change in a future XML Namespace revision.
4865
4866Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4867
4868 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
4869 added the possibility of returning nodesets from XPath extension
4870 functions written in Python
4871
4872Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
4873
4874 * python/*: commiting some Python bindings work done while travelling
4875
4876Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4877
4878 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
4879 explicitely with memory debugging switched on
4880
4881Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
4882
4883 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4884 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4885 Added wrapper for the xmlURIPtr type, provided accessors, fixed
4886 the accessor generator for strings
4887 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
4888 regression test.
4889
4890Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4891
4892 * python/README python/generator.py python/libxml.c python/setup.py:
4893 added the 'usual' setup.py to allow building a libxml2-python
4894 module based on the same code. The initialization is however
4895 different the 2 .so files fo libxml2 and libxslt are identical and
4896 they entry point initialize both libraries. this is done to avoid
4897 some possible nasty problem since the Python don't merge the maps
4898 of all shared modules.
4899
4900Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4901
4902 * parser.c: fixed a push/encoding bug reported by Michael
4903 on librsvg
4904
4905Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4906
4907 * include/libxml/parserInternals.h: fixes a misplaced #endif
4908
4909Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4910
4911 * parser.c valid.c: found and fixed a couple of allocation bugs
4912
4913Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4914
4915 * doc/xml.html doc/python.html doc/*: added a Python and binding
4916 page describing the current state of the Python bindings and
4917 giving pointers to the other languages wrappers.
4918
4919Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4920
4921 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
4922 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
4923 rebuilt the API and web site
4924 * xpath.c: fixed #71978 portability bugs
4925
4926Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4927
4928 * SAX.c: oops broke automatic defaulting of namespaces attributes.
4929
4930Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4931
4932 * include/libxml/parserInternals.h parser.c: had to change
4933 2 internal parsing API when processing document content
4934 to check the start and end of element content are defined
4935 in the same entity
4936 * valid.c include/libxml/valid.h: attribute normalization can
4937 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
4938 with the context to report it.
4939 * SAX.c: fixed the last known bugs, crazy validation constraints
4940 when a document is standalone seems correctly handled. There
4941 is a couple of open issues left which need consideration especially
4942 PE93 on external unparsed entities and standalone status.
4943 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
4944 The 2 tests left failing are actually in error. Cleanup done.
4945
4946Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4947
4948 * valid.c: implemented E59 spaces in CDATA does not match the
4949 nonterminal S
4950
4951Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4952
4953 * SAX.c parser.c valid.c: more validation test fixups
4954 * check-xml-test-suite.py: added duration info for the tests
4955
4956Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4957
4958 * parser.c valid.c: a couple of errors were reported but not
4959 saved back as such in the parsing context. Down to 1% failure rate
4960 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
4961
4962Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4963
4964 * xmlInternald.c: isExtender was missing a char
4965 * parser.c include/libxml/parser.h: % are acceptable in the
4966 internal subset if within a PUBLIC ID
4967
4968Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4969
4970 * SAX.c parserInternals.c valid.c: more work on the conformance
4971 suite. Took the step to finally block documents with encoding
4972 errors. It's a fatal error per the spec, people should have fixed
4973 their documents by now.
4974
4975Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
4976
4977 * check-xml-test-suite.py: fixed the test script after some discussion
4978 on the semantic of TYPE="error"
4979 * Makefile.am: added the script to the distrib
4980
4981Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4982
4983 * SAX.c entities.c: fixed a couple of conformances issues deep
4984 into the validation code (standalone and undeclared Notations)
4985
4986Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4987
4988 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
4989 stayed there for years !
4990
4991Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4992
4993 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
4994 missing
4995
4996Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4997
4998 * check-xml-test-suite.py: improved the behaviour a bit as
4999 well as the logs
5000 * parser.c valid.c SAX.c: fixed a few more bugs
5001 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
5002
5003Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
5004
5005 * check-xml-test-suite.py: python script to run regression tests
5006 against the XML Test suite of W3C/OASis
5007 * SAX.c: fixed a validation bug
5008 * parser.c: fixed 3 errors pointed by the test suite
5009 * doc/buildDocBookCatalog: fixed a typo pointed by drake
5010 * python/Makefile.am: fixed a dependendy
5011
5012Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
5013
5014 * xmlmemory.c: avoid a warning bug #71594
5015
5016Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
5017
5018 * xmlmemory.c: Jesse Perry provided a patch to remove a few
5019 warning on alpha/Tru64
5020
5021Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
5022
5023 * include/libxml/entities.h: fixing a comment
5024 * valid.c: fixing some troubles with validity check on namespaces
5025 * result/VC/NS3 test/VC/NS3: added a specific regression test
5026
5027Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
5028
5029 * tree.c: Fixing #71342 serializing '\n' in attribute values
5030 * result/noent/att3 result/att3 test/att3: added a specific
5031 test.
5032
5033Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
5034
5035 * python/libxml.c: couple of bug fixes
5036
5037Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
5038
5039 * python/*.py: removed tabs and used spaces.
5040
5041Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
5042
5043 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
5044 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
5045
5046Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
5047
5048 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
5049 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
5050
5051Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
5052
5053 * include/libxml/encoding.h include/libxml/entities.h
5054 include/libxml/globals.h include/libxml/parser.h
5055 include/libxml/threads.h include/libxml/tree.h
5056 include/libxml/xmlmemory.h: trying to fix the include mess
5057
5058Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
5059
5060 * include/libxml/xmlmemory.h: reverted part of the previous
5061 attempt to provide #69655, this was breaking the build.
5062
5063Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
5064
5065 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
5066 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
5067 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
5068 include/libxml/parserInternals.h include/libxml/tree.h
5069 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
5070 Tentatively fixed #69655 , make compiling with -Wredundant-decls
5071 clean.
5072 * python/libxml.c: fixed a warning.
5073
5074Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
5075
5076 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
5077 copying of node, merge back IDs in the target document.
5078 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
5079 test/XInclude/ents/ids.xml: test case
5080 * result/VC/ElementValid4: output changed due to a typo fix
5081
5082Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
5083
5084 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00005085 generate the dependencies right as Jacob found out. Add
5086 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005087
5088Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
5089
5090 * parserInternals.c valid.c: Justin Fletcher found some parts
5091 of the code needing cleanup
5092 * libxml.spec.in python/Makefile.am python/generator.py
5093 python/libxml.c python/libxml.py: Fixed the python Makefiles
5094 corrected a bug showing up on ia64, changed the name of the
5095 python internal module too
5096
5097Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
5098
5099 * Makefile.am: applied patch from Andris Pavenis for binary
5100 name suffixes
5101
5102Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
5103
5104 * xmllint.c win32/win32config.h: fixing #68748
5105
5106Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
5107
5108 * valid.c: fixing #70166
5109
5110Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
5111
5112 * valid.c: fixing #70077
5113
5114Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
5115
5116 * Copyright Makefile.am README configure.in libxml.spec.in:
5117 Changed to the MIT Licence
5118 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
5119 doc/xmlio.html: updated the doc accordingly
5120 * include/libxml/xmlwin32version.h configure.in: preparing
5121 2.4.14 release
5122 * python/generator.py python/libxml.c python/libxml2-python-api.xml
5123 python/libxml2class.txt python/libxml_wrap.h python/types.c:
5124 fixed the const xmlChar * wrapper and generator, XPath extension
5125 functions now use the context as first argument
5126 * python/tests/tstxpath.py python/tests/xpath.py
5127 python/tests/xpathext.py: Updated the tests accordingly
5128 * tree.c: fixed bug #70067
5129
5130Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
5131
5132 * Makefile.am: cleanup
5133 * debugXML.c: always use stdout if output is NULL
5134 * xmlIO.c: don't close filedescriptors passed to outputBuffers
5135 * python/Makefile.am python/generator.py python/libxml2class.txt
5136 python/libxml_wrap.h python/types.c: augmented the number of bindings
5137 handling FILE * and XPath contexts
5138 * python/tests/Makefile.am: avoid a stupid problem due to the
5139 use of TEST.
5140
5141Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
5142
5143 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
5144
5145Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
5146
5147 * python/TODO python/libxml.c: cleanup the extension function lookup
5148 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
5149
5150Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
5151
5152 * configure.in python/Makefile.am: do not install outside
5153 of prefix
5154
5155Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
5156
5157 * python/TODO python/libxml.c: started adding SAX interfaces
5158 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
5159 SAX test
5160
5161Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
5162
5163 * tree.c: hardened the addChild function
5164 * python/generator.py python/libxml.c python/libxml2-python-api.xml
5165 python/libxml2class.txt python/libxml_wrap.h python/TODO:
5166 added accessors needed for xmlNode, a bit more testing and
5167 extension of interfaces
5168 * python/tests/Makefile.am python/tests/build.py: added a test
5169 build from scratch/save/load/check
5170
5171Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
5172
5173 * parserInternals.c: change a small bit in the way valididy
5174 error messages get initialized
5175 * python/TODO python/libxml.c python/libxml2-python-api.xml
5176 python/libxml2class.txt python/libxml_wrap.h python/types.c:
5177 added some memory debugging to track leaks at the libxml2 level
5178 * python/tests/*.py: changed all tests to check for leaks,
5179 there is just one left in XPath extension registrations.
5180
5181Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
5182
5183 * python/TODO python/generator.py python/libxml2-python-api.xml
5184 python/libxml2class.txt: more accessor classes for the parser
5185 context, allow to switch on and check validity
5186 * python/tests/Makefile.am python/tests/error.py
5187 python/tests/invalid.xml python/tests/valid.xml
5188 python/tests/validate.py: attded more test and and added error.py
5189 which I forgot to commit in the last step
5190
5191Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
5192
5193 * python/Makefile.am python/types.c: cleanup
5194 * python/libxml.c python/libxml.py python/libxml_wrap.h
5195 python/generator.py python/libxml2-python-api.xml
5196 python/libxml2class.txt: added class for parser context, added
5197 first cut for push mode support. Added a framework to generate
5198 accessors functions.
5199 * python/tests/Makefile.am python/tests/push.py: added a push
5200 test
5201
5202Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
5203
5204 * python/Makefile.am python/TODO python/libxml.py: fixed a small
5205 bug a bit of cleanup.
5206
5207Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
5208
5209 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
5210 python/libxml2class.txt: adding error redirections and preformat
5211 to a python handler
5212 * python/tests/Makefile.am python/tests/*.py: cleanup made all
5213 tests self checking
5214
5215Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
5216
5217 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
5218 a function
5219
5220Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
5221
5222 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
5223 python/libxml.c python/libxml2-python-api.xml
5224 python/libxml2class.txt: Progressing through the TODOs, class
5225 description output, extra XML API, RPM now builds the wrappers
5226 for all python installed versions
5227
5228Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
5229
5230 * configure.in libxml.spec.in python/Makefile.am python/TODO
5231 python/generator.py python/libxml2class.txt: added more informations
5232 in the libxml2-python package including docs. Slightly changed
5233 the class hierarchy
5234 * python/tests/*: added basic regression tests infrastructure too
5235
5236Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
5237
5238 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
5239 added libxml2-python as part of the packages installed
5240
5241Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
5242
5243 * python/Makefile.am python/generator.py python/libxml.c
5244 python/libxml.py: more work, now able to extend the
5245 XPath interpreter with functions written in python.
5246
5247Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
5248
5249 * python/Makefile.am: Jacob sent a patch to allow building from
5250 tarfile.
5251
5252Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
5253
5254 * python/Makefile.am python/libxml.c configure.in Makefile.am:
5255 inserted the python wrappers build, I hope this won't be too
5256 unportable
5257
5258Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
5259
5260 * xpath.c: minor optimization
5261 * python/generator.py python/libxml.c python/libxml.py
5262 python/libxml_wrap.h: more work on the python bindings,
5263 they now support XPath and there is no evident leak
5264
5265Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
5266
5267 * python/generator.py python/libxml.c python/libxml.py:
5268 more work on the python bindings generator.
5269
5270Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
5271
5272 * python/generator.py python/libxml.c python/libxml_wrap.h:
5273 more work on the python bindings.
5274
5275Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
5276
5277 * python/generator.py python/libxml.c python/libxml.py
5278 python/libxml_wrap.h: commited early version of a python binding
5279 for private use only ATM
5280
5281Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
5282
5283 * entities.c tree.c include/libxml/entities.h: applied patch
5284 from Anthony Jones to implement copy of DTD subtree too. Had
5285 just to keep 2 function private which really ought to become
5286 public ones.
5287
5288Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
5289
5290 * xmllint.c: added pointers to the web pages in the usage()
5291
5292Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
5293
5294 * tree.c: more fixes from Petr Kozelka for attribute handling
5295 in the tree API to align the semantic with DOM.
5296
5297Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
5298
5299 * valid.c tree.c entities.c: another set of patches from
5300 Anthony Jones for copy operations cleanup and robustness
5301
5302Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
5303
5304 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
5305 an alphabetic index based on comments content
5306 * doc/*: rebuilt the web site with the new references
5307
5308Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
5309
5310 * parserInternals.h: Greg Sjaardema suggested to use an
5311 eponential buffer groth policy in xmlParserAddNodeInfo()
5312
5313Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
5314
5315 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
5316 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
5317 doc/parsedecl.py doc/Makefile.am: updated the python extractor
5318 to generate cross-references, and added/updated the stylesheets
5319 to generate and link API indexes. The generic keyword index
5320 is not done yet.
5321 * doc/*.html: regenerated all the usual docs too
5322
5323Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
5324
5325 * debugXML.c: added an xpath function to the shell for T. V. Raman
5326
5327Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
5328
5329 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
5330 debug routines.
5331
5332Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
5333
5334 * tree.c: apply an patch from Petr Kozelka for unlink and replace
5335 support of attribute nodes
5336
5337Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
5338
5339 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
5340 hopefully near complete and fully documented of the API in XML
5341 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
5342 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
5343 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
5344 include/libxml/parserInternals.h include/libxml/valid.hi
5345 include/libxml/xmlIO.h include/libxml/xmlerror.hi
5346 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
5347 include/libxml/xpath.h include/libxml/xpathInternals.h:
5348 Cleaned up the doc comments a lot in the process, the interface
5349 coverage is now 100%
5350
5351Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
5352
5353 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
5354 extracts comments from the gtk-doc DocBook output (a bit
5355 convoluted but seems to work).
5356
5357Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
5358
5359 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
5360 added an XML description of the API, moved the script generating
5361 it here. Added a "make api" target
5362
5363Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
5364
5365 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
5366
5367Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
5368
5369 * xpath.c include/libxml/xpathInternals.h: the change made to
5370 xmlXPathFuncLookupFunc was incompatible roll it back
5371
5372Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
5373
5374 * SAX.c: cleanup patch from Anthony Jones
5375 * doc/Makefile.am: fix the headers to avoid in make scan
5376 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
5377 includes, * vs Ptr and general cleanup
5378 * parsedecl.py: first version of a script to extract the
5379 module interfaces, the goal will be to provide .decl or XML
5380 specification of the interfaces to build wrappers.
5381
5382Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
5383
5384 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
5385 now provides return codes in case of errors
5386
5387Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
5388
5389 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
5390 Upgraded to trio baseline 1.6
5391 * strio.h strio.c: Replaced by triostr.h and triostr.c
5392
5393Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
5394
5395 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
5396 of strdup usage in the code
5397
5398Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
5399
5400 * parser.c error.c: Keith Isdale complained rightly that
5401 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
5402
5403Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
5404
5405 * tree.c: fixed the funxtion to set the xml: attributes
5406 * debugXML.c: added "setbase" to test it.
5407
5408Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
5409
5410 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
5411 to allow updating an attribute content
5412
5413Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
5414
5415 * libxml.h: try to avoid problems when compiling on Windows
5416
5417Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
5418
5419 * hash.c: patch from Anthony Jones for hash.c allocation size
5420 * Makefile.am: trying to work around Yet Another Libtool Madness
5421 and build the 2.4.13 release finally ...
5422
5423Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
5424
5425 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
5426 * doc/* : update of the documentation
5427
5428Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
5429
5430 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
5431 at fixing #61290 :-(
5432
5433Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
5434
5435 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
5436 Fixes bug #67229
5437
5438Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
5439
5440 * tree.c: trying to avoid troubles when a subtree is copied
5441 and coalesced in part with the target tree. Should fix
5442 bug #67407
5443
5444Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
5445
5446 * valid.c: fixed validation of attributes content of type
5447 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
5448 values, very old bug. Fixes #67671
5449
5450Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
5451
5452 * parser.c include/libxml/parserInternals.h tree.c: integrated
5453 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
5454 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
5455
5456Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
5457
5458 * threads.c: applied Serguei Narojnyi's patch to add native
5459 thread support on the Win32 platform
5460 * testThreadsWin32.c Makefile.am: added the test program also
5461 from Serguei, Win32 specific
5462 * include/win32config.h include/libxml/xmlwin32version.h.in:
5463 added patch from Igor for the Windows thread specific defines.
5464
5465Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
5466
5467 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
5468
5469Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
5470
5471 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
5472 output page into XMLinfo.html. Close bug #66951 and
5473 raised by Robert Collins too.
5474
5475Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
5476
5477 * encoding.c: Paul Keogh pointed out a possibility of segfault
5478 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
5479 Closes bug # 68238
5480
5481Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
5482
5483 * doc/*.html: updated the Gdome2 links
5484
5485Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
5486
5487 * libxml.h: Applied following patches from Robert Collins
5488 and make sure IN_LIBXML is defined when compiling it
5489 -------
5490 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
5491 as well as Visual C.
5492 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
5493 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
5494 * strio.c (PLATFORM_UNIX): Define for Cygwin.
5495 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
5496 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
5497 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
5498 xmlSysIDExists xmlNoNetExists).
5499 * xmllint.c: Don't include winsock2.h for Cygwin.
5500
5501Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
5502
5503 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
5504 when the version info is not present.
5505
5506Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
5507
5508 * tree.c: Anthony Jones pointed out a problem in
5509 xmlStringGetNodeList() and provided a fix for it
5510
5511Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
5512
5513 * parser.c: patch from Frank J Franklin to remove a bug in
5514 xmlCreatePushParserCtxt() when the initial buffer passed
5515 is large.
5516
5517Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
5518
5519 * win32/*: big cleanup of the Windows/MSVC project files
5520 from Igor Zlatkovic
5521
5522Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
5523
5524 * doc/Makefile.am: should fix #67674 and avoid troubles if
5525 xsltproc is not available or fails in the prefix provided
5526
5527Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
5528
5529 * xmlmemory.c: one more doc patch from Charlie Bozeman.
5530
5531Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
5532
5533 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
5534 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
5535 Fixed a few other problems raised by Charlie Bozeman.
5536 * result/VC/ElementValid[5-7]: fixed the output
5537
5538Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
5539
5540 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
5541 patches from Charlie Bozeman. Regenerated the HTML docs.
5542
5543Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
5544
5545 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
5546 for Windows from Igor
5547
5548Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
5549
5550 * xmllint.c: applied Justin Fletcher patch for --output or -o
5551
5552Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
5553
5554 * win32/libxml2/libxml2.def.src: close #67019
5555
5556Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
5557
5558 * xmllint.c: applied Justin Fletcher generic timing patch
5559 similar to the one already applied to xsltproc.
5560
5561Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
5562
5563 * include/libxml/tree.h tree.c: applied documentation patches
5564 from Charlie Bozeman
5565
5566Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
5567
5568 *doc/xmllint.xml, xmllint.1 - document --dropdtd
5569
5570Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
5571
5572 * valid.c: fix the xmlStrdup() used in the previous patch.
5573 * valid.c: added --dropdtd
5574 * tree.c: fixed xmlUnlinkNode so it also removes the references
5575 from the document if the node is a DTD
5576
5577Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
5578
5579 * HTMLtree.c valid.c: cleanup some static declarations
5580
5581Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
5582
5583 * xmllint.c: removed another strdup()
5584 * doc/FAQ: removed the HP/UX entry
5585
5586Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
5587
5588 * valid.c: fix bug #66816 when validating.
5589 * xmllint.c: don't use sys/time.h if configure did not found it
5590
5591Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
5592
5593 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
5594 xmlcatalog_man.xml
5595
5596Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
5597
5598 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
5599 xmlInitMemory() was declared twice
5600
5601Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
5602
5603 * globals.c: do not reference strdup() !
5604 * configure.in libxml-2.0.pc.in: trying to fix the libs
5605 of the various config extraction modules
5606
5607Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
5608
5609 * configure.in : preparing 2.4.12
5610 * doc/* : updated and rebuilt the docs
5611
5612Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
5613
5614 * uri.c: closed bug #66159
5615 * testURI.c: added --escape option
5616 * configure.in: some cleanup for xml2-config --cflags
5617
5618Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
5619
5620 * globals.c testThreads.c: removed some misplaced includes
5621 of xmlversion.h
5622
5623Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
5624
5625 * threads.c: patch from Gary Pennington fixing a possible
5626 problem at initialization time.
5627
5628Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
5629
5630 * configure.in libxml.h parser.c testThreads.c macos/: integrated
5631 Eric Lavigne contribution to build libxml2 on MacOS using
5632 CodeWarrior.
5633
5634Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
5635
5636 * xmllint.c: applied Geert Kloosterman's patch to fix
5637 --repeat --timing output
5638
5639Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
5640
5641 * parser.c: Robin Berjon <robin@knowscape.com> found a case
5642 where non-wellformed XML declaractions were not detected.
5643
5644Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
5645
5646 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
5647
5648Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
5649
5650 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
5651 gets reset by xmlCleanupInputCallbacks() and this makes the
5652 function useless. Same for output.
5653
5654Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
5655
5656 * xmlIO.c: robert pointed out a loop error in callback cleanups
5657
5658Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
5659
5660 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
5661 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
5662 they are not really tied to debugging
5663
5664Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
5665
5666 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
5667 * xmllint.c: better --catalogs description
5668
5669Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
5670
5671 * tree.c: fixed a couple of problems in xmlSetProp()
5672
5673Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
5674
5675 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
5676 unappropriate stdout output.
5677
5678Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
5679
5680 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
5681 by Denis Beurive, closes #65111
5682
5683Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
5684
5685 * valid.c: in case of content model validity error, don't
5686 print it if validity warnings were not requested.
5687
5688Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
5689
5690 * nanoftp.c: applied a couple of patches from Brian D Ripley.
5691 * parserInternals.c: removed the last exit() call. Print an
5692 unmaskable error on stderr instead (library mismatch detection)
5693
5694Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
5695
5696 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
5697 shell instructions from Heiko Rupp
5698
5699Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
5700
5701 * catalog.c: use the URL notation file:// for default catalog paths
5702
5703Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
5704
5705 * include/libxml/tree.h: better comments for _private fields
5706 * tree.c: removed a problem when copying an entity reference.
5707
5708Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
5709
5710 * vms/*: updated instructions and diffs from John A Fotheringham
5711
5712Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
5713
5714 * include/libxml/xmlerror.h: avoid an include problem if
5715 #include <libxml/xmlerror.h> happens first in code
5716 seems to be the case in KDE libs
5717
5718Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5719
5720 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
5721 from Igor for Windows
5722
5723Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5724
5725 * Makefile.am: Gary Pennington pointed out a missing prefix
5726
5727Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
5728
5729 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
5730 * doc/*: upgraded and rebuilt the docs
5731
5732Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
5733
5734 * HTMLparser.c: fix comment in scripts element parsing.
5735 * result/HTML/doc3*: updated the results.
5736
5737Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
5738
5739 * uri.c: another URI bug fix #63336, using Joel Young patch.
5740
5741Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
5742
5743 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
5744 a cleaned up version of the Pwd shell string generation.
5745
5746Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5747
5748 * valid.c include/libxml/tree.h: trying to fix namespaces +
5749 validation problems for good, closing #63619 in the process
5750 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
5751 wrong in this respect, fixed it.
5752
5753Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
5754
5755 * xmllint.c: Morus Walter patch to allow --format and --encode
5756
5757Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
5758
5759 * debugXML.c: Stefan Kost provided an help command for the shell
5760
5761Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
5762
5763 * debugXML.c: Heiko Rupp pointed that the shell would crash
5764 on empty nodesets returns.
5765
5766Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
5767
5768 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
5769 migh need the history libraries
5770
5771Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
5772
5773 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
5774 handle the case of < in quoted attributes, Bastian Kleineidam
5775
5776Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
5777
5778 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
5779 fixing catalog breakages
5780 * Makefile.am catalog.c result/catalogs/catal
5781 result/catalogs/mycatalog.* test/catalogs/catal*:
5782 fixed more problems in catalog support, added more regression tests
5783 for both XML and SGML catalog handling
5784
5785Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
5786
5787 * debugXML.c: applied an improvement to xmlGetLineNo() from
5788 Keith Isdale
5789
5790Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
5791
5792 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
5793 Side effect of the progressive catalog loading
5794
5795Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
5796
5797 * Makefile.am: confexecdir and confexec_DATA were defined twice
5798 pointed out by Karl Eichwalder
5799
5800Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
5801
5802 * xmlcatalog.c: avoid unlink() and use remove() instead.
5803
5804Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
5805
5806 * libxml.spec.in: cleanup
5807 * include/libxml/xmlwin32version.h: updated with 2.4.8
5808
5809Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
5810
5811 * encoding.c global.data globals.c testThreads.c: fix bug #63752
5812 of compiling libxml with a non standard set of options
5813
5814Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
5815
5816 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
5817 document --sgml option, fixing gnome bugzilla #63382
5818
5819Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
5820
5821 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
5822 breakage of 2.4.7, added a couple of really needed APIs
5823 like xmlCatalogIsEmpty() and xmlNewCatalog()
5824 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
5825 for install-catalog
5826 * configure.in: preparing 2.4.8
5827
5828Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
5829
5830 * HTMLtree.c tree.c include/libxml/HTMLtree.h
5831 include/libxml/tree.h include/libxml/xmlIO.h: more include
5832 cleanups, export cleanly one html output + format function.
5833
5834Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5835
5836 * parser.c: removed initGenericErrorDefaultFunc call from
5837 xmlInitParser() since it could destroy previous calls to
5838 xsltSetGenericErrorFunc() effects
5839
5840Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5841
5842 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
5843 keyword.
5844
5845Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
5846
5847 * Makefile.am: cleanup
5848 * threads.c: cleanup too
5849 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
5850 from xsltproc
5851 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00005852 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005853
5854Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
5855
5856 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
5857 was not used anymore !
5858
5859Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
5860
5861 * configure.in: preparing 2.4.7
5862 * Makefile.am doc/Makefile.am: switched to the latest xmllint
5863 manual page from John
5864 * doc/*: updated the doc and rebuilt the generated pages
5865
5866Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
5867
5868 * xmlIO.c: closing bug #62711, the library should never
5869 close stdin or stdout.
5870
5871Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5872
5873 * uri.c: second pass at fixing #63336, using Joel Young
5874 final patch. looks okay.
5875
5876Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
5877
5878 * uri.c include/libxml/uri.h: trying to clear #63336
5879 allowing the escaping routine to parse unconformant
5880 URI-References.
5881
5882Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
5883
5884 * vms/readme.vms vms/build_libxml.com nanoftp.c
5885 include/libxml/xmlversion.h.in: a few VMS updates from
5886 John A Fotheringham
5887 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
5888 and xmlCleanupOutputCallbacks() for the Perl binding people.
5889
5890Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
5891
5892 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
5893 apply fixes to close #63271 and avoid segfaults when
5894 the error routine gets callbed before xmlInitParser()
5895 get called.
5896 * nanoftp.c error.c: Applied patches from Justin Fletcher
5897 correcting some xmlGenericError misuses.
5898
5899Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
5900
5901 *doc/xmllint.xml, doc/xmllint.1
5902 New and improved man page for xmllint - .xml is the original, .1
5903 is the generated man page
5904
5905Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
5906
5907 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
5908 the web site from the main HTML document.
5909
5910Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5911
5912 * parser.c: fixed an erroneous validation bug when PE refs
5913 occurs in external parsed entities referenced from the
5914 internals subset
5915 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
5916 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
5917 added the associated testcase, it's a nice one.
5918 * HTMLparser.c: generate the DTD node as HTML still ...
5919 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
5920
5921Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5922
5923 * HTMLparser.c: fixed a bug in htmlNewDoc()
5924
5925Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5926
5927 * test/threads/*: added entities testing to the Thread test
5928 * testThreads.c: make the test reasonable
5929 * DOCBparser.c: fix the DTD public and system ID
5930 * xmllint.c: added --sgml for SGML DocBook importing
5931 * Makefile.am: added Docbtests target
5932
5933Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5934
5935 * nanoftp.c: use only "anonymous@" string for anonymous passwds
5936 * testThreads.c: removed bogus include
5937
5938Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5939
5940 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
5941 fixed a very serious (looping) validation bug
5942
5943Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
5944
5945 * include/libxml/globals.h include/libxml/threads.h threads.c
5946 testThreads.c: far more testing, cleaning up bugs
5947 * *.c : make sure globals.h is always included.
5948
5949Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
5950
5951 * HTMLparser.c: try to get rid of parser loops for good.
5952
5953Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
5954
5955 * configure.in: fixed some bugs in CFLAGS passing.
5956 * test/threads Makefile.am testThreads.c: added a specific
5957 threaded test case (really nasty, guaranteed).
5958
5959Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
5960
5961 * catalog.c: serious cleanup on the management of the
5962 XML catalog tree, more tests done, especially with
5963 the catalog PI.
5964
5965Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
5966
5967 * catalog.c: avoid a problem in catalog cleanup on SMP if
5968 catalogs were not initialized.
5969
5970Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
5971
5972 * catalog.c xpath.c: trying to cleanup the not thread safe
5973 parts of the library.
5974
5975Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
5976
5977 * include/libxml/globals.h configure.in global.data: make
5978 the allocation be per-thread a configure option
5979 * encoding.c include/libxml/parser.h: fixed compilation
5980 errors
5981
5982Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5983
5984 * include/libxml/parser.h: Norm reported that a few lines
5985 added were breaking libxslt compile, removed them for now
5986
5987Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
5988
5989 * parser.c parserInternals.c threads.c: debugged and fixed
5990 initialization problems which were giving troubles on SMP
5991 boxes.
5992
5993Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5994
5995 * include/libxml/Makefile.am: missing globals.h
5996
5997Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5998
5999 * globals.c: added a couple of standard includes.
6000
6001Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
6002
6003 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
6004 include/libxml/parserInternals.h include/libxml/tree.h
6005 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
6006 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
6007 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
6008 Applied the last patches from Gary, cleanup, activated threading
6009 all user accessible global variables are now handled in globals.[ch]
6010 Still a bit rought but make tests passes with either
6011 --with-threads defined at configure time or not.
6012 * Makefile.am example/Makefile.am: added globals.[ch] and threads
6013 linking options
6014
6015Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
6016
6017 * Makefile.am include/libxml/Makefile.am
6018 include/libxml/globals.h globals.c include/libxml/threads.h
6019 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
6020 configure.in: started integrating the core of the thread support
6021 not activated yet but half integrated. The code should still
6022 compile and work anyway.
6023
6024Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
6025
6026 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
6027 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
6028 integrating the non-controversial parts of Gary Pennington
6029 multithread patches
6030 * catalog.c: corrected a small bug introduced
6031
6032Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
6033
6034 * catalog.c include/libxml/catalog.h: very serious cleanup,
6035 isolating unportable code and as much as possible the accesses
6036 to the global shared catalog. May need more testing !
6037
6038Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
6039
6040 * include/libxml/debugXML.h debugXML.c tree.c: integrating
6041 Keith Isdale patches for the XSLT debugger interfaces. Some
6042 cleanup
6043
6044Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
6045
6046 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
6047 * DOCBparser.c: generate line nubers in elements
6048
6049Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
6050
6051 * configure.in: preparing 2.4.6 release
6052 * doc/xml.html doc/html/*: updated and rebuilt the docs
6053 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
6054
6055Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
6056
6057 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
6058 adding documentation for DV's supercatalog support
6059
6060Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
6061
6062 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
6063 super catalog support adding one API and one flag --sgml to
6064 xmlcatalog
6065
6066Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
6067
6068 * doc/xmlcatalog_man.xml, xmlcatalog.1
6069 One more crack at
6070 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
6071
6072
6073Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6074
6075 * xpath.c: implemented xmlXPathObjectCopy for external objects
6076 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
6077
6078Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
6079
6080 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
6081 finishing up fix to
6082 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
6083 the xmlcatalog man page display more elegantly
6084
6085Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
6086
6087 * configure.in: closing bug #61832
6088 * HTMLparser.c: removed a warning
6089
6090Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
6091
6092 * xpath.c: fixing #61673 part I, do not loose doc information
6093 when copying result value trees.
6094
6095Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
6096
6097 * xpath.c: trying to harden the XPath interpreter
6098
6099Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
6100
6101 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
6102 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
6103
6104Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
6105
6106 * HTMLparser: repaired another loop problem
6107
6108Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
6109
6110 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
6111 parsing.
6112 * xpath.c: fix bug #61291 the default XML namespace node is
6113 missing from the namespace axis.
6114 * tree.c: refuse to create namespaces nodes with prefix "xml"
6115
6116Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
6117
6118 * SAX.c: ouch a non-defined namespace could lead to a crash,
6119 fixed #61215
6120
6121Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
6122
6123 * parserInternals.c: closed bug #61054
6124
6125Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
6126
6127 * include/libxml/Makefile.am: closing #60708
6128
6129Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
6130
6131 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
6132 adding xmlSAXParseFileWithData following Marco Stipek suggestion
6133
6134Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
6135
6136 * valid.c: close bug #61550 when xml: wasn't considered a namespace
6137
6138Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
6139
6140 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
6141 * DOCBparser.c HTMLparser.c parser.c: fixed typos
6142
6143Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
6144
6145 * catalog.c: Justin Fletcher provided cleaup code in case
6146 HAVE_STAT is not defined
6147 * include/win32config.h: Igor Zlatkovic suggested to have
6148 HAVE_STAT defined there
6149
6150Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
6151
6152 * catalog.c - fixed typing error reported by M. Barros
6153
6154Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
6155
6156 * xmllint.c - fixing typo
6157
6158Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
6159
6160 * HTMLparser.c: small enhancement to prevent loop on
6161 unrecognizable data
6162
6163Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
6164
6165 * parserInternals.c: applying patch from bug #60757 this
6166 should close it
6167
6168Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
6169
6170 * catalog.c xmlcatalog.c: removed a couple of warning
6171 * xpath.c: try to solve the linking problem on platforms
6172 needing trio to compile
6173
6174Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
6175
6176 * Makefile.am libxml.spec.in: backing up non-documented changes
6177 commited without review or aproval by Jens Finke <jens@gnome.org>
6178 * HACKING: made 100% clear that no commit should be done directly
6179
6180Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
6181
6182 * configure.in: Joe Orton provided a patch fixing a problem
6183 when iconv is specified to be in a non-standard directory
6184 but wasn't exported in xml2-config --cflags
6185
6186Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
6187
6188 * configure.in: let's ship 2.4.5 before getting too much
6189 troubles with 2.4.4 errors.
6190
6191Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
6192
6193 * encoding.c entities.c: do not output hexadecimal charrefs
6194 when serializing HTML since some version of Netscape can't
6195 grok it, generate decimal ones.
6196 * result/HTML/doc3.htm: output changed due to previous test
6197 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
6198
6199Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
6200
6201 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
6202 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
6203
6204Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
6205 Released 2.4.4
6206
6207 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
6208 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
6209 updated the configuration scripts systems accordingly
6210
6211Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
6212
6213 * configure.in: preparing for 2.4.4
6214 * doc/xml.html doc/html/*: updated and rebuilt the docs
6215
6216Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
6217
6218 * win32/dsp/libxml2.def.src: tried to incorporate comments
6219 from bug #59220
6220
6221Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
6222
6223 * parser.c result/noent/wml.xml: fixed bug #59981 related
6224 to handling of '&' in attributes when entities are substitued
6225
6226Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
6227
6228 * libxml.h include/libxml/xmlversion.h.in
6229 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
6230 Tried to close bug #60131
6231
6232Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
6233
6234 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
6235
6236Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
6237
6238 * SAX.c: fixing bug #59946 on xmlns=""
6239
6240Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
6241
6242 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
6243 but allocates a new error code.
6244
6245Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
6246
6247 * xmllint.c: John Fleck fixed typos in the options output
6248 * parser.c SAX.c: fix ignorable white space SAX selection
6249
6250Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
6251
6252 * entities.c: Steve Underwood found the possibility of an
6253 ininite loop in case of error.
6254
6255Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
6256
6257 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
6258
6259Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
6260
6261 * parser.c: warn if version is not 1.0 but it's not
6262 strictly speaking an error after analyzing the spec
6263
6264Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
6265
6266 *doc/catalog.html - add link to the html version of the
6267 man page, other linguistic cleanups
6268
6269Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
6270
6271 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
6272 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
6273 file, has not yet been included in the build.
6274
6275Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
6276
6277 * catalog.c: removed a duplicate affectation Justin Fletcher
6278
6279Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
6280
6281 * tree.c: Armin Sander pointed a possible text coalescing
6282 problem, completed his patch.
6283
6284Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6285
6286 * trionan.c: Fixed const and volatile re-definition problem
6287
6288Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
6289
6290 * libxml.4 parser.c: doc updates from Heiko Rupp
6291 * parserInternals.c: 2 sanity checks from Heiko Rupp
6292
6293Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
6294
6295 * tree.c: applied patch from Armin Sander to make some pointers
6296 const in xmlCopyNode()
6297 * include/libxml/tree.h: added fix to the header
6298
6299Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
6300
6301 * xpath.c: hum, restrict the integer usage gcc bug workaround
6302 to only gcc compilers so that other architecture don't get
6303 penalized by this limitation.
6304 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
6305
6306Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
6307
6308 * valid.c: fixed a Windows compiler warning (Chris Poblete)
6309 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
6310
6311Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
6312
6313 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
6314 --convert option to xmlcatalog to convert SGML ones to
6315 the XML syntax.
6316 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
6317
6318 2.4.3 got released at that point
6319Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
6320
6321 * catalog.c xmlIO.c: started some serious testing and fixed
6322 a few bug and optmization needs.
6323
6324Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
6325
6326 * Makefile.am configure.in include/libxml/xmlwin32version.h:
6327 preparing for a 2.4.3 release even if it may not be ready yet
6328 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
6329 all file parsing lookup to go through the entity resolver, add
6330 to add an API to bypass it (needed to load catalogs themselves),
6331 some cleanup on the catalog code too.
6332 * nanoftp.c: small cleanup
6333 * doc/catalog.html: small update
6334
6335Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
6336
6337 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
6338 Jun Kuriyama
6339
6340Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
6341
6342 * doc/catalog.html: finished the catalog documentation
6343
6344Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
6345
6346 * doc/catalog.html doc/xml.html: added documentation about
6347 Catalog support, misses an API description
6348 * doc/html/*: reextracted the API pages
6349
6350Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
6351
6352 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
6353 Added the part about section 7.2 on URI resolution,
6354 fixed a side effect in the HTML parser, look complete
6355 and ready to rock except the URI/SystemID part!
6356
6357Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
6358
6359 * include/libxml/catalog.h include/libxml/parser.h
6360 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
6361 xmlIO.c: added support and APIs needed for the catalog PI
6362 * include/libxml/xmlIO.h: cleanup
6363
6364Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
6365
6366 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
6367 include/libxml/catalog.h: starts to look okay, really
6368 plugged the new framework, cleaned a lot of stuff,
6369 added some APIs, except the PI's support missing this
6370 should be mostly complete
6371 * result/catalogs/* test/catalogs/*: added new test, enriched
6372 the existing one with URN ID tests
6373
6374Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
6375
6376 * catalog.c: fixed nextCatalog
6377 * result/catalogs/docbook test/catalogs/*: started adding
6378 a small regression test
6379
6380Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
6381
6382 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
6383 more work on the XML catalog support.
6384 * parser.c include/libxml/parser.h: small cleanup seems using
6385 list as a public parameter name can give portability troubles
6386 * trionan.c trionan.h xpath.c include/libxml/trionan.h
6387 include/libxml/xpath.h include/libxml/Makefile.am: removed
6388 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
6389 wrappers
6390
6391Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6392
6393 * Makefile.am trio.c triodef.h trionan.c xpath.c
6394 include/libxml/Makefile.am include/libxml/trionan.h:
6395 Re-worked Not-A-Number and Infinity support.
6396 * xmlcatalog.c: added readline include files
6397
6398Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
6399
6400 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
6401 testCatalog as xmlcatalog, making it an installed app
6402 adding a shell, and preparing it to be a /etc/xml/catalog
6403 management tool, though not ready yet
6404 * catalog.c include/libxml/catalog.h: adding support for
6405 XML Catalogs http://www.oasis-open.org/committees/entity/
6406 not finished, there is some interesting tradeoffs and a
6407 few open questions left.
6408
6409Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
6410
6411 * xmllint.c: fixed a line formatting problem
6412
6413Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
6414
6415 * SAX.c: removed a couple of unused variable (Albert Chin)
6416
6417Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
6418
6419 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
6420 trying to fix some troubles w.r.t. function returning
6421 const xxxPtr.
6422
6423Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
6424
6425 * win32/dsp/libxml2.def.src: another set of symbols conditionally
6426 defined
6427
6428Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
6429
6430 * xpointer.c: removed unused var
6431
6432Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
6433
6434 * testXPath.c: another small cleanup closing bug #59110
6435
6436Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
6437
6438 * win32/dsp/libxml2.def.src: small cleanup closing bug
6439 #59108
6440
6441Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
6442
6443 * example/gjobread.c: add xmlCleanupParser() before leaving
6444
6445Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
6446
6447 * config.h.in configure.in include/libxml/xmlwin32version.h:
6448 released 2.4.2
6449
6450Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
6451
6452 * include/libxml/valid.h debugXML.c valid.c: deprecate
6453 the non-boundchecking Sprintf functions, add Snprintf
6454 this should close bug #57984
6455
6456Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
6457
6458 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
6459 URIs before doing the lookups (pointed by Mark Vakoc)
6460
6461Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
6462
6463 * xpath.c: serious changes on Result Value Trees and NodeSets
6464 w.r.t. deallocation and collect operations. Probably not
6465 100% clean (merge of allocated trees smells like a problem).
6466 Seems sufficient to close #58943
6467
6468Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
6469
6470 * xmllint.c: adding a --format option
6471
6472Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
6473
6474 * xpath.c: count() was broken on Result Value Tree
6475 * xmlIO.c: fixed file:/// accesses on _WIN32
6476
6477Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
6478
6479 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
6480 macro was renamed, this should close bug #58683
6481
6482Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
6483
6484 * SAX.c: small fix fixing bug #58539 reported by coolo, in
6485 entity substitution mode text at the end of the entity might
6486 be added due to text coalescing.
6487 * nanoftp.c parser.c: small cleanup
6488
6489Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
6490
6491 * HACKING: added John Fleck right to commit in the doc subdir
6492
6493Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
6494
6495 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
6496 allow to inherit attributes from the DTD directly in the
6497 tree, this is needed for XPath and can be a useful feature.
6498 Inherited namespaces are always provided at the tree level now
6499 * test/defattr* result/defattr* result/noent/defattr*: added a couple
6500 of tests for this feature (XSLT being the prime user).
6501
6502Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
6503
6504 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
6505 testSAX.c xmlIO.c xmllint.c include/win32config.h
6506 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
6507 include/libxml/xmlwin32version.h.in win32/README.MSDev
6508 win32/dsp/*: applied Win32 Facelift No.2 patches from
6509 Igor Zlatkovic for Windows/MSC
6510
6511Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
6512
6513 * SAX.c: unparsedEntityDecl() the URI computation of the
6514 entity wasn't done breaking XSLT unparsed-entity-uri()
6515
6516Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
6517
6518 * xpath.c: fixed a bug when walking the descendants and
6519 the current node has no children
6520 * debugXML.c: show up when a text node is supposed to not be escaped
6521
6522Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6523
6524 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
6525 worked like the set:leading() function)
6526 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
6527
6528Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6529
6530 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
6531
6532Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6533
6534 * include/libxml/xmlIO.h: apply change to close #58141
6535 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
6536
6537Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6538
6539 * parser.c: when the internal subset uses a PE, then the
6540 included entity can use conditional sections.
6541
6542Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6543
6544 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
6545 when walking the namespace axis showing up in
6546 libxst/tests/general/bug-12
6547 * xmlmemory.c: added the possibility to trace a given block
6548 defined by its address
6549
6550Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6551
6552 * parser.c: don't override existing encoding specified before
6553 starting xmlParseDocument()
6554
6555Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6556
6557 * include/libxml/xmlwin32version.h: reinserted, needed for
6558 Windows users of CVS
6559
65602001-07-27 Darin Adler <darin@bentspoon.com>
6561
6562 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
6563 * testCatalog.c: Add include of <libxml/parser.h>.
6564
65652001-07-27 Darin Adler <darin@bentspoon.com>
6566
6567 * include/libxml/.cvsignore:
6568 * include/libxml/xmlwin32version.h:
6569 Remove this file from CVS because it's generated.
6570
6571Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6572
6573 * parser.c include/libxml/parser.h: applied const patches from
6574 Tom Moog #58002
6575
6576Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6577
6578 * xpath.c include/libxml/xpath{,Internals}.h: added a function
6579 lookup framework
6580
6581Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6582
6583 * tree.c: fixed xmlCopyNode() for documents
6584
6585Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6586
6587 * parser.c: fixed bugs #58073 reported by Greg Shtilman
6588
6589Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6590
6591 * parser.c: fixes bug #57652 reported by Morus Walter
6592
6593Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6594
6595 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
6596
6597Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6598
6599 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
6600 errors, lesson don't add new functions at 1am before a release
6601 * xpath.c: integrated fix from Bjorn to avoid divide by zero
6602 from XPath initialization when possible.
6603
6604Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6605
6606 * result/scripts/base*: removing history/readline changed
6607 this slightly
6608 * include/libxml/parser.h SAX.c parser.c parserInternals.c
6609 xmllint.c: make element content line number generation
6610 optionnal to avoid breaking old apps added interface to switch
6611
6612Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6613
6614 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00006615 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00006616 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
6617 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
6618 John Kroll fixes to allow saving to HTTP via PUT (or
6619 POST of needed).
6620 * doc/html/*.html: regenerated the docs
6621
6622Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6623
6624 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
6625 xmlHashScanFull and xmlHashScannFull3 to get passed the
6626 three keys as arguments to the callback function
6627
6628Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6629
6630 * configure.in Makefile.am: removed libxml softlink for good
6631 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
6632 100% coverage by gtk-doc
6633
6634Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6635
6636 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
6637 fixed serious troubles due to size_t vs. int mismatch
6638
6639Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6640
6641 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
6642
6643Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6644
6645 * include/libxml/xpath{,Internals}.h xpath.c: added a more
6646 convenient extension API for value and context managing
6647 Now handles external objects through xmlXPathPopExternal,
6648 xmlXPathWrapExternal and xmlXPathReturnExternal.
6649 Added functions for sets operations (intersection, etc.)
6650
6651Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6652
6653 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
6654 xmlIO.c tree.c parserInternals.c entities.c encoding.c
6655 HTMLparser.c: cleanup of global variables, marking some
6656 const or private.
6657
6658Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
6659
6660 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
6661 fixed xmlXPathNodeSetItem when passing index=0
6662
6663Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6664
6665 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
6666
6667Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6668
6669 * xmllint.c: fixed compilation under Cygwin #57503
6670 * TODO: update
6671
66722001-07-13 Peter Williams <peterw@ximian.com>
6673
6674 * config.h.in: add #undef HAVE_DLFCN_H
6675
6676 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
6677 builddir.
6678
6679Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6680
6681 * win32/libxml2/libxml2.def.src: added a couple of exported entries
6682 raised by #57348 and #57381
6683
6684Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6685
6686 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
6687 tree.c xpointer.c: store the line numbder in element->content,
6688 may break some software, need a configuration mechanism
6689
66902001-07-10 Darin Adler <darin@bentspoon.com>
6691
6692 * .cvsignore:
6693 * example/.cvsignore:
6694 * include/.cvsignore:
6695 * include/libxml/.cvsignore:
6696 Various things that are generated and should be ignored.
6697
6698Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6699
6700 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
6701 * doc/xml.html doc/html/*: updated the docs
6702
6703Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6704
6705 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
6706 validation occured on content with element child
6707
6708Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6709
6710 * tree.c: fixed XML Base computation which was broken
6711 * debugXML.c: added a base function to the shell
6712 * Makefile.am result/scripts/* test/scripts/*: added scripts
6713 based regression tests, and adding 2 XML Base tests
6714
6715Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6716
6717 * tree.c: set properties doc and call xmlSetListDoc for properties
6718 content when grafting them in a different tree.
6719 * aclocal.m4: remove from CVS
6720
6721Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6722
6723 * win32/libxml2/libxml2.def.src: added some missing entry point
6724 for XPath (Mark Vakoc)
6725
6726Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6727
6728 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
6729 layer should URI-Unescape before trying to open resources.
6730
6731Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6732
6733 * xpath.c: fix the name() bug for elements in the default
6734 namespace reported by Charlie Bozeman
6735
6736Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6737
6738 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
6739 led to an XPath fix, improvements of SAX initialization, and
6740 an added option --nocdata to testXPath
6741
6742Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6743
6744 * doc/libxml-doc.el: Felix Natter provided anew version working
6745 with XEmacs too
6746
6747Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6748
6749 * include/libxml/xpath.h: small cleanup
6750 * doc/xml.html: update
6751
6752Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6753
6754 * Makefile.am configure.in include/libxml/xmlwin32version.h:
6755 released 2.3.14
6756
6757Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6758
6759 * doc/html/*: rebuilt the docs for the release
6760 * doc/xml.html: added 2.3.14 release.
6761
6762Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6763
6764 * xpath.c: a bug reported by Stephan Kulow empty nodesets
6765 were not equal to empty strings
6766
6767Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6768
6769 * SAX.c: fixed a URI-Reference computation problem when validating
6770 * xmlIO.c: small cleanup
6771
6772Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6773
6774 * parser.c: improved the description of a couple of interfaces
6775 upon Larry Stamper suggestion
6776
6777Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6778
6779 * SAX.c entities.c parser.c: changed completely the way entities
6780 are handled when running the parser in entity substitution mode.
6781 This fixes a bug reported by Stephan Kulow and nearly divides
6782 by 3 the amount of memory required by libxslt to load and process
6783 DocBook TDG.
6784
6785Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6786
6787 * HTMLparser.c: fixing a too early root closing problem raised
6788 byt Prashanth Naidu
6789
6790Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6791
6792 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
6793 raised by Mark Vakoc.
6794
6795Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6796
6797 * example/Makefile.am: fixed the include path to add srcdir/include
6798 * Makefile.am configure.in: fix from Albert Chin for iconv detection
6799 and some cleanup
6800
6801Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6802
6803 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
6804 lot of optimization work, results in significant improvements
6805 when handling really complex XPath queries. Add a small optimizer
6806 for unions, improve [n] and [last()], avoid some costly ops.
6807
6808Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6809
6810 * include/libxml/parser.h parser.c: xmlStrstr args are both const
6811 * xpath.c: small cleanup
6812 * xmlGetNsList: reformated, fixed problems if used on Entities
6813
6814Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6815
6816 * doc/xml.html: added 1.8.14 and 2.3.13 releases
6817
6818Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6819
6820 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
6821 * Makefile.am example/Makefile.am: workaround automake generating
6822 erroneous deps
6823
6824Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6825
6826 * include/win32config.h: bug #56801 Yon Derek provided a patch
6827 to the windows config file.
6828
6829Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6830
6831 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
6832 libxml.h : Yon Derek provided a set of changes to compile from
6833 CVS on Windows/MSC
6834
6835Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6836
6837 * parser.c: fixed UTF8 BOM support in push mode
6838 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
6839 added a specific testcase
6840
6841Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6842
6843 * Makefile.am: added --push regression tests
6844 * parserInternals.c: the XML parser segfaulted in --push mode
6845
6846Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6847
6848 * configure.in: moved the symlinks detection within a CVS
6849 check, this is not portable and will be removed soon.
6850 * xpath.c: small cleanup/speedup
6851
6852Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6853
6854 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
6855 release of 2.3.12
6856 * parser.c: make an error message if unknow entities in all cases
6857
6858Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6859
6860 * uri.c: fixed 2 uri normalization bugs on '//' reduction
6861
6862Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6863
6864 * include/libxml/Makefile.am: Laszlo Peter pointed out that
6865 includes were installed in the wrong dir
6866
6867Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6868
6869 * doc/html.xml: warn against sending code to exhibit bugs.
6870
6871Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6872
6873 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
6874 Tru64 from Thomas Leitner
6875
6876Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6877
6878 * AUTHORS: added William and Bjorn
6879 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
6880 daniel@veillard.com hopefully I won't have to do this again
6881 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
6882 docs can be rebuilt cleanly now
6883 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
6884 from CVs it's generated, added include/libxml/xmlwin32version.h
6885 also generated but which should change far less frequently.
6886 * catalog.c nanoftp.c: made sure to include libxml.h not
6887 libxml/xmlversion.h directly
6888 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
6889 when compiling on WIN32 and MSC
6890
6891Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6892
6893 * include/Makefile.am include/libxml/Makefile.am configure.in:
6894 fixed make distcheck and rebuilding the rpms
6895
6896Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6897
6898 * configure.in: should finish the migration of exported includes
6899 into a real include/libxml in CVS, at least for CVS users.
6900 * removed the exported headers, added in include/libxml (as well
6901 as xmlversion.h.in).
6902
6903Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6904
6905 * configure.in: fixed the way to detect symlink
6906
6907Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6908
6909 * configure.in: updated, include/libxml is now a real CVS dir
6910
6911Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6912
6913 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
6914 version works with both libxml1 and libxml2 (it autodetects
6915 the prefix of the html-files) from Felix Natter.
6916 * doc/xml.html: updated doc accordingly
6917
6918Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6919
6920 * xpath.c: fixed the bug generating a template loop in libxslt
6921 when using docbook-xsl-1.4, * should filter out document nodes
6922 * HACKING: added William
6923 * TODO: updated
6924
6925Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6926
6927 * doc/FAQ.html: added a warning about gcc-3.0
6928 * doc/xml.html: added reference to gdome2 and removed a confusing
6929 sentence
6930
6931Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6932
6933 * xmlversion.h: okay this is a generated file, but Windows
6934 users need it and they can't generate it, and I want CVS
6935 Windows users ...
6936 * win32/libxml2/libxml2_so.dsp: Windows project file for
6937 the shared lib version of libxml2
6938 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
6939 resources needed for libxslt/xsltproc by Yon Derek
6940
6941Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6942
6943 * trio.c: MSVC fix (provided by Igor Zlatkovic)
6944
6945Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6946
6947 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
6948
6949Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6950
6951 * include/win32config.h: Yon Derek provided a first fix
6952 to be able to compile libxslt/xsltproc on Windows
6953
6954Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6955
6956 * xpath.c: attempt to work around what seemed a gcc optimizer
6957 bug when handling floats on i386 http://veillard.com/gcc.bug
6958 * tree.c entities.c encoding.c: doing some cleanups while
6959 chasing it
6960
6961Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6962
6963 * Makefile.am: cleanup when --without-debug is specified
6964 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
6965 w.r.t. --without-debug and other include points
6966 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
6967 Catalogs
6968 * configure.in entities.h tree.h HTMLparser.c: removed
6969 --without-corba, made the _private field mandatory
6970
6971Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6972
6973 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
6974 outputs a BOM in UTF8, an errata has been issued to avoid the
6975 problem, that was the most reasonable solution... Add support
6976 for a leading UTF8 BOM in entities.
6977
6978Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6979
6980 * valid.c: fixed a bug found when post validating an entity ref
6981 * xmllint.c: added --loaddtd and sligly changed --postvalid to
6982 activate it too
6983
6984Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6985
6986 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
6987 weakness in the node copy the XPointer and the XInclude
6988 implementations. Serious cleanup.
6989
6990Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6991
6992 * Makefile.am: Kjartan Maraas provided a small patch to
6993 add xml2-config.in to EXTRA_DIST
6994
6995Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6996
6997 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
6998 provided another failing case found in KDE, the way the
6999 ctxt->vctxt.nodeTab was allocated and freed changed over
7000 time but it wasn't completely cleaned up. This should fix it.
7001
7002Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7003
7004 * parser.c: Stephan Kulow also raised the fact that line number
7005 could get miscounted making debug harder, fixed the problem
7006 in xmlParseCharData()
7007
7008Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7009
7010 * valid.c: Stephan Kulow pointed out a problem when validating
7011 and using an empty entity, forgot a 'break' in a case.
7012
7013Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7014
7015 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
7016 * doc/xml.html: updated with 2.3.11
7017
7018Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7019
7020 * TODO: updated adding cleanup of generated doc
7021 * configure.in: prepared to release 2.3.11
7022 * xmllint.c: added --version for bug reporting
7023 * doc/html/*.html: rebuilt the doc
7024
7025Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7026
7027 * xpath.c: first part of the work on selecting namespace to
7028 fix bug #56115
7029
7030Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7031
7032 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
7033 when using -liconv
7034 * TODO: updated
7035
7036Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7037
7038 * HTMLtree.[ch]: more work on the HTML serialization routnes,
7039 cleanup, encoding support.
7040
7041Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7042
7043 * xpath.c: Thomas Broyer suggested a better patch for the / arg
7044
7045Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7046
7047 * xpath.c: bug detected by Ankh when / is used as a function arg
7048
7049Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7050
7051 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
7052 of element and use it to avoid outputting formatting spaces at
7053 the wrong place. Implemented the format parameter for HTML save.
7054 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
7055 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
7056 result/HTML/wired.html: of course this impact the result of a
7057 number of HTML tests
7058
7059Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7060
7061 * HTMLtree.[ch]: started augmenting the HTML save API with
7062 encoding and formatting parameters
7063
7064Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7065
7066 * HTMLtree.h: cleanup and started evaluating the work needed on
7067 revamping the HTML output code
7068
7069Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7070
7071 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
7072
7073Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7074
7075 * valid.c: fixed bug #56049, forgot one check in the
7076 validation routine
7077
7078Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7079
7080 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
7081
7082Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7083
7084 * libxml.h: fixed an error in last commit
7085 * doc/FAQ.html: added an entry for compilation from CVS
7086
7087Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7088
7089 * xmlversion.h.in libxml.h: Cygwin patches
7090 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
7091 * tree.h: cleanup
7092
7093Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7094
7095 * tree.c: patched xmlFreeNode() to avoid freeing() a static
7096 memory block in a strange case where libxml is linked twice
7097 in the binary.
7098
7099Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7100
7101 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
7102 state far too often, simple fix used to avoid it.
7103
7104Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7105
7106 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
7107 being processed, applied his patch
7108 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
7109
7110Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7111
7112 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
7113 provided fixes to compile on MSCC again
7114 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
7115 also provided an update for the project files.
7116
7117Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7118
7119 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
7120 bug #55810
7121
7122Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7123
7124 * tree.c: fixed xmlGetNsProp() to close bug #55683
7125 Note this requires libxslt to use it's own function instead.
7126
7127Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7128
7129 * HTMLtree.c: when in a pre element no formatting space should
7130 be added.
7131 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
7132
7133Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7134
7135 * configure.in: added tests for signal() and signal.h
7136
7137Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7138
7139 * xpath.c: robert pointed out xmlXPathNINF was not initialized
7140
7141Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7142
7143 * doc/libxml-doc.el: Felix Natter provided a new version for
7144 libxml2
7145
7146Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7147
7148 * HTMLtree.c: when in a pre element no formatting space should
7149 be added.
7150
7151Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7152
7153 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
7154
7155Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7156
7157 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
7158 hack
7159 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
7160 * uri.c: fixed a warning
7161
7162Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7163
7164 * HTMLtree.c: trying to close bug #55772 escaping in script
7165 elements
7166 * doc/xml.html: suggest to send mail to the list
7167
7168Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7169
7170 * error.c: attempt to fix the xmlGetVarStr breakage once and for
7171 good. Use a macro and based on the solution provided in
7172 vsnprintf manual page from GNU.
7173
7174Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
7175
7176 * error.c: Workaround for non-preserving variadic list.
7177 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
7178
7179Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7180
7181 * doc/xml.html: added 2.3.10 release
7182
7183Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7184
7185 * configure.in: releasing 2.3.10
7186
7187Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7188
7189 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
7190
7191Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7192
7193 * encoding.c: Robert Collins provided a patch to add the
7194 "US-ASCII" encoding alias
7195
7196Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7197
7198 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
7199 string oriented functions and started cleaning the related areas
7200 in xpath.c which needed fixing in this respect
7201
7202Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7203
7204 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
7205 #55380
7206 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
7207
7208Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7209
7210 * TODO: updated
7211 * nanohttp.[ch] : started adding APIs to get the redirected URL
7212 when this occurs (needed for further base computation
7213 * tree.h: cleanup
7214 * encoding.c: cleanup
7215 * SAX.c: minor change around ctxt->loadsubset
7216
7217Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7218
7219 * Makefile.am include/Makefile.am: small change to have
7220 include/libxml rebuilt if working from CVS.
7221 * uri.c: applied another patch from Carl Douglas for URI escaping,
7222 this should close bug #51876
7223
7224Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7225
7226 * xinclude.c: fixed XInclude recursive behaviour bug #54678
7227 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
7228 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
7229 added specific regression test
7230 * parser.h: preparing for the XSLT mode where DTD inherited
7231 attributes are added to the tree.
7232
7233Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7234
7235 * xinclude.[ch]: Updated the namespace for the Last Call version
7236 * result/XInclude/include test/XInclude/include: updated the
7237 testsuite accordingly
7238
7239Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7240
7241 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
7242 related to bug #51876
7243
7244Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7245
7246 * tree.c: fixed a gross mistake in base computation, xml:base is
7247 not completely correct yet (need cascade).
7248 * xpath.[ch]: added the few things needed to find a function name
7249 and URI from the XPath context when it is called.
7250
7251Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7252
7253 * catalog.[ch]: fixes and add xmlLoadCatalogs()
7254 * DOCBparser.c: small cleanup
7255 * xmllint.c: added a --catalogs option to load catalogs from
7256 $SGML_CATALOG_FILES
7257 * tree.c: cleanup
7258 * configure.in: iconv library fixup, ICONV_LIBS
7259
7260Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7261
7262 * catalog.c: handling of CATALOG entries. detection of recursion,
7263 and a few bugfixes
7264 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
7265 against the default namespace
7266
7267Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7268
7269 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
7270
7271Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7272
7273 * parser.c: fixed propagation context info when parsing an
7274 external entity.
7275 * doc/html/*.html: regenerated a couple of docs
7276
7277Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7278
7279 * doc/xml.html: update with 2.3.9 informations
7280
7281Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7282
7283 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
7284 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
7285 * doc/html/* : rebuilt the docs
7286 * valid.c: small patch which may improve some case when
7287 validating.
7288
7289Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7290
7291 * HTMLparser.c: Closed bug #54891
7292 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
7293 to the suite
7294
7295Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7296
7297 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
7298 applied a documentation patch from LotR and filled in a few missing
7299 descriptions
7300
7301Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7302
7303 * xpath.c tree.c parser.c: speed optimizations at the parser level
7304 document tree freeing and xpath evaluation
7305
7306Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7307
7308 * parser.c parser.h parserInternals.h: fixed a couple of
7309 interfaces for handling memory buffer input to const char *
7310 upon suggestion of JamesH.
7311
7312Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7313
7314 * configure.in: LoTR sent a patch fixing the previous commit
7315
7316Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7317
7318 * configure.in: trying to deal again with the stoopid -R linking
7319 flag of Solaris
7320
7321Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7322
7323 * xpath.h: two nodeset access macros from Thomas Broyer
7324
7325Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7326
7327 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
7328 patch from Thomas Broyer
7329
7330Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7331
7332 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
7333 case
7334 * INSTALL: was empty added stuff from the FAQ
7335
7336Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7337
7338 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
7339 attributes handling and #54433 by adding xmlUnsetProp()
7340 and xmlUnsetNsProp()
7341
7342Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7343
7344 * HTMLparser.c: Patch from Jonas Borgström
7345 (htmlGetEndPriority): New function, returns
7346 the priority of a certain element.
7347 (htmlAutoCloseOnClose): Only close inline elements if they
7348 all have lower or equal priority.
7349 * result/HTML: this of course changed a number of tests results.
7350
7351Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7352
7353 * xmlIO.c catalog.c: plugged in the default catalog resolution
7354 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
7355 documentations
7356 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
7357
7358Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7359
7360 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
7361 integrating catalogs
7362 * catalog.[ch] testCatalog.c: adding a small catalo API
7363 (only SGML catalog support).
7364 * parser.c: restaured xmlKeepBlanksDefault(0) API
7365
7366Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7367
7368 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
7369
7370Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7371
7372 * parser.c: added xmlParseExternalEntityPrivate() to allow
7373 propagation of ctxt->_private when parsing external entities
7374
7375Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7376
7377 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
7378
7379Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7380
7381 * configure.in: fixed a small portability problem with AM_CONDITIONAL
7382
7383Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7384
7385 * valid.c: warn when indeterminist content model is detected
7386 * result/VC/ElementValid8: this adds a message
7387 * Makefile.am: add --novalid for VCM tests
7388 * parserInternals.c: added a call to Init memory
7389
7390Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7391
7392 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
7393 when both parameters are NULL.
7394
7395Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7396
7397 * valid.c: applied small patch from Gary Pennington, reindented
7398 some part of the code.
7399
7400Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7401
7402 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
7403 release, updated and regenerated the docs
7404
7405Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7406
7407 * xpath.c result/XPath/expr/floats : clarified and cleanup
7408 printing of abnormal floats in tests.
7409
7410Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7411
7412 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
7413 * results/HTML/ : a few changes in the output of the HTML tests as
7414 a result.
7415 * configure.in: tying to fix -liconv where needed
7416
7417Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7418
7419 * Makefile.am: fixed a stupid error
7420
7421Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7422
7423 * configure.in Makefile.am: make the inclusion of the trio
7424 modules in the library conditional
7425
7426Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7427
7428 * DOCBparser.c: patche from László Kovács, fixed entities refs
7429 in attributes handling
7430
7431Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7432
7433 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
7434 flushing
7435
7436Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7437
7438 * xpath.c: fix of an XSLT namespace bug reported on the list
7439 general/bug-8-
7440
7441Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7442
7443 * strio.h trio.c: Dan McNichol suggested a couple of small
7444 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
7445
7446Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7447
7448 * tree.c parser.c encoding.c: spent a bit more time looking
7449 at the parsing speed and DOM handling. Added a few more
7450 speedups.
7451
7452Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7453
7454 * parser.c: small but effective parsing speed improvement
7455
7456Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7457
7458 * configure.in: default on the DocBook parser inclusion (for Gnome)
7459 * DOCBparser.h: fixed a header reference
7460
7461Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7462
7463 * configure.in xpath.c: applied Bjorn patches for FPE on the
7464 alpha
7465
7466Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7467
7468 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
7469 xmlSaveFormatFileTo()
7470
7471Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7472
7473 * xpath.c: simple and efficient optimization, XPath functions
7474 aways bind to the same code, cache this
7475 * TODO: updated (by saying some is obsolete)
7476
7477Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7478
7479 * xpath.c: more cleanup work on XPath name parsing routines
7480
7481Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7482
7483 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
7484 xmlXPathParseName
7485 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
7486 * debugXML.c: avoid compilation problems if compiling without
7487 HTML support, Igor Zlatkovic
7488 * win32/libxml2/libxml2.def.src: being able to compile without
7489 XPath on Windows
7490
7491Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7492
7493 * libxml.m4: yet another patch from Toshio Kuratomi
7494
7495Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7496
7497 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
7498
7499Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7500
7501 * tree.[ch]: added xmlSaveFormatFile interface for saving
7502 and indenting a file.
7503
7504Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7505
7506 * xpath.c: fixed bug #53689 related to processing-instruction()
7507
7508Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7509
7510 * DOCBparser.c: patche from László Kovács
7511
7512Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7513
7514 * parser.c: applied fixes from Christian Glahn bug report #53391
7515
7516Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7517
7518 * error.c: Jean François Lecomte provided a complete description
7519 and a fix to bug #53537
7520
7521Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7522
7523 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
7524
7525Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7526
7527 * DOCBparser.c SAX.c: a bit more work on entities processing.
7528 Still Need to cleanup XML output and references in attributes
7529
7530Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7531
7532 * DOCBparser.c include/Makefile.am: two patches from László Kovács
7533
7534Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7535
7536 * tree.c: trying to fix #53574, not completely complete,
7537 I would like xmllint --copy --debug test/ent1 and
7538 xmllint --debug test/ent1 to show the same result.
7539 * xpath.c: fix a bug when trying to sort namespace nodes
7540
7541Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7542
7543 * HTMLtree.c: real fix for #53402
7544
7545Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7546
7547 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
7548 PIs when using xsl:output
7549 * valid.c: closing #53537 some case generate segfaults if there
7550 is validity errors
7551
7552Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7553
7554 * SAX.c testDocbook.c DOCBparser.c: more work on the support
7555 of external parsed entities, added --noent to testDocbook
7556 * valid.c: Garry Pennington found an uninitialized variable
7557 access in xmlValidateElementContent()
7558
7559Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7560
7561 * HTMLparser.c : HTML parsing still sucks ... trying to deal
7562 with madness
7563 * result/HTML/ : this modified the result of the regression tests
7564 a lot.
7565
7566Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7567
7568 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
7569 to doc where it wasn't checked against NULL reported by
7570 Jens Laas
7571
7572Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7573
7574 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
7575 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
7576
7577Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7578
7579 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
7580 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
7581 * SAX.[ch]: cleanup and updates for DocBook
7582 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
7583 ex SGML identifier changes
7584 * valid.c: removed a static unused function.
7585
7586Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7587
7588 * HTMLtree.c: applied change for Paul Sponagl on script saving
7589 * Makefile.am: the warning about entity title.xml are normal.
7590
7591Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7592
7593 * configure.in: release of 2.3.7
7594 * Makefile.am: fixing make distcheck
7595
7596Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7597
7598 * doc/html/* doc/xml.html: updated and regenerated the docs
7599
7600Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7601
7602 * xpath.c: fixed the XPointer problem introduced in 2.3.6
7603
7604Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7605
7606 * tree.c: fixed #53388 with the provided patch
7607
7608Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7609
7610 * valid.c: Bjorn detected an invalid memory access. Fixed
7611 vstateVPush()
7612
7613Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7614
7615 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
7616
7617Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
7618
7619 * libxml.h: new header used only for the compilation of libxml
7620 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
7621 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
7622 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
7623 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
7624 xmlmemory.c xpath.c xpointer.c: libxml.h integration
7625 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
7626 baseline (version 1.2 plus a single patch).
7627 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
7628 scientific notation for numbers. Tests added.
7629 * xpath.c: formatting of numbers changed to use sprintf
7630 (contribution from William Brack)
7631
7632Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7633
7634 * valid.c: cleanup, more useful debugging
7635 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
7636 * xmlIO.c: entity loading is printed as an error when validating
7637
7638Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7639
7640 * valid.c: fixed to validate within entities
7641 * test/VCM/v22.xml: added a specific testcase
7642
7643Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7644
7645 * valid.c: forgot an epsilon transition in for ()+
7646 * test/VCM/v21.xml : added a specific test case
7647
7648Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7649
7650 * valid.c: removed a state explosion exhibited by RSS
7651 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
7652 from bug #51872
7653
7654Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7655
7656 * valid.[ch] tree.h: worked *hard* to get non-determinist content
7657 validation without using an ugly NFA -> DFA algo in the source.
7658 Made a specific algorithm easier to maintain, using a single
7659 stack and without recursion.
7660 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
7661 * hash.c: made the growing routine static
7662 * tree.h parser.c: added the parent information to an
7663 xmlElementContent node.
7664
7665Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7666
7667 * SAX.c parser.c xpath.c: generating IDs when not validating
7668 from an external parsed entity was poisoning the ID has table
7669 with removed values. This was killing XSLT on the KDE help
7670 browser.
7671
7672Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7673
7674 * entities.h: andrew@ugh.net.au detected a double declaration
7675
7676Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7677
7678 * debugXML.c hash.c tree.h valid.c : some changes related to
7679 the validation suport to improve speed with DocBook
7680 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
7681 the way validation errors get reported
7682
7683Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7684
7685 * HTMLparser.c HTMLtree.c: applied part of the patches provided
7686 by P C Chow and William M. Brack for XSLT HTML output
7687
7688Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7689
7690 * xmlversion.h.in win32config.h win32/libxml2/*: applied
7691 Igor Zlatkovic patches for MSC compilation and added his
7692 updates
7693
7694Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7695
7696 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
7697 prefix lookup.
7698 * parserInternals.c: fixed the bug reported by Morus Walter
7699 due to an off by one typo in xmlStringCurrentChar()
7700
7701Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7702
7703 * HTMLparser.c result/HTML/*: revamped the way the HTML
7704 parser handles end of tags or end of input
7705
7706Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7707
7708 * tree.[ch] : added xmlDocCopyNode for gdome2 support
7709
7710Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7711
7712 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
7713 bug where the linktime verions of free() won't work ...
7714
7715Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7716
7717 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
7718
7719Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7720
7721 * doc/xml.html: added 2.3.6 release
7722
7723Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7724
7725 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
7726 * result/wml.xml: resulted in a small output change
7727
7728Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7729
7730 * tree.c: xmlNewDoc was missing the charset initialization
7731 * xmllint.c: added --auto to autogenerate a doc, allow to
7732 reproduce the problem fixed on xmlNewDoc
7733
7734Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7735
7736 * xpath.c: trying to get 52979 solved
7737 * tree.c result/ result/noent/: trying to get 52712 solved, this
7738 also made me clean up the fact that XML output in general should
7739 not add formating blanks by default, this changed the output of
7740 a few tests
7741
7742Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7743
7744 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
7745
7746Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7747
7748 * configure.in: finally released 2.3.6
7749
7750Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7751
7752 * xpath.c: checking for null pointer generated by new code
7753
7754Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7755
7756 * xpath.c: fixed a [] evaluation problem reported
7757 * test/XPath/tests/simpleaddr: extended test
7758 * result/XPath/simpleaddr: updated result
7759
7760Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7761
7762 * xmllint.c: Dan Timis reported a portability problem
7763 on Macs without mmap, fixed it.
7764
7765Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7766
7767 * testXPath.c : added a --tree option allowing to display the
7768 tree dump of the XPath expression
7769
7770Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7771
7772 * xpath.c: fixed a memleak when comparing nodesets
7773 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
7774 * tree.c: added a TODO
7775
7776Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7777
7778 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
7779 we need string functions
7780 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
7781 to be able to use them where needed. Applied some changes
7782 to reduce name linking pollution and compile in only what's
7783 needed.
7784 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
7785 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
7786 for the string manipulation functions
7787 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
7788 to the free() function of xmlmemory.c
7789 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
7790 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
7791 usage.
7792
7793
7794Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7795
7796 * error.c: applied the context output patch of the error
7797 handling submitted by Chuck Griffith
7798 * error/VC/*: this slightly change some error logs
7799
7800Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7801
7802 * parser.c: fixed line number reporting on error
7803
7804Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7805
7806 * parser.c: Sullivan and Darin found a parser bug,
7807 applied the patch.
7808
7809Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7810
7811 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
7812 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
7813 xmlversion.h.in xpointer.c: of course the way I defined
7814 UNUSED breaks on old gcc version. Try to be smart and
7815 also define it directly in xmlversion.h
7816 * configure.in: removed -ansi flag from the pedantic set
7817
7818Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7819 Huge cleanup, I switched to compile with
7820 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
7821 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
7822 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
7823 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
7824 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
7825 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
7826 encoding.h entities.c error.c list.[ch] nanoftp.c
7827 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
7828 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
7829 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
7830 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
7831 Cleanup, staticfied a number of non-exported functions,
7832 detected and cleaned up a dozen of problem found this way,
7833 avoided a lot of public function name/typedef/system names clashes
7834 * doc/xml.html: updated
7835 * configure.in: switched private flags to the really pedantic ones.
7836
7837Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7838
7839 * configure.in: 2.3.5
7840 * doc/html/*: rebuilt the docs
7841
7842Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7843
7844 * parser.c: fixed a reported bug in NOTATION parsing
7845 * uri.c: accepted but not fixed bug 51876, added TODO
7846 * Makefile.am: fixed bug 51876
7847
7848Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7849
7850 * config.h.in configure.in error.c: fix a compilation problem
7851 on platforms without vsnprintf (xml@thewrittenword.com)
7852
7853Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7854
7855 * parser.c: fixed a function name header typo
7856 * SAX.c: notations can also occur in external subset.
7857
7858Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7859
7860 * error.c: removed a C++ like comment
7861
7862Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7863
7864 * parser.c: fixing bug 52299 strange condition leading
7865 to a parser crash due to a buffer overflow
7866 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
7867 added the specific test case
7868
7869Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7870
7871 * xpath.[ch]: still a lot of cleanup based on XSLT, added
7872 xmlXPathConvert{String,Number,Boolean} to be able to make
7873 type casts without a context stack, fixed some implementation
7874 problems related to the absence of context at parse-time,
7875 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
7876 in the public API too
7877 * xpointer.c xpathInternals.h: we need to know at parse time
7878 whether we are compiling an XPointer
7879
7880Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7881
7882 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
7883 cleaned up the parser internals, refactored XPath code, added
7884 new compilation based APIs and cleanly separated public and
7885 private APIs.
7886
7887Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7888
7889 * xpath.h: the comp field must be added at the end to avoid
7890 killing binary compat.
7891
7892Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7893
7894 * Makefile.am: detect XPath memleaks in regreson tests
7895 * error.c: fixed and error w.r.t. error reporting still using
7896 stderr
7897 * hash.c: added new line at end of file
7898 * tree.h: minor cleanup
7899 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
7900 expression parsing from evaluation, resulted in a number of
7901 changes internally, and in XPointer. Likely to break stuff
7902 using xpathInternals.h but should remain binary compatible,
7903 new interfaces will be added.
7904
7905Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7906
7907 * configure.in: fixed a couple of problems reported by
7908 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
7909 without gcc on non linux platforms.
7910
7911Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7912
7913 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
7914 a fix for --with-html-dir= configure support. I hope it won't
7915 break rpm generation
7916
7917Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7918
7919 * xmlIO.c: one function comment cleanup.
7920
7921Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7922
7923 * SAX.c: external subset notations were improperly registered
7924 in the internal subset.
7925
7926Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7927
7928 * README.cvs-commits: added, pointing to HACKING
7929 * HACKING: updated
7930
7931Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7932
7933 * parser.c: and Matt Sergeant found one in the XML push
7934 parser (erroneous check I forgot to remove when I fixed the
7935 main parser).
7936
7937Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7938
7939 * xpath.c: ptittom found a small bug in UnaryExpr
7940
7941Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7942
7943 * configure.in: bumped to 2.3.4
7944 * error.c: fixed bug #51860
7945 * tree.c: fixed bug #51861
7946 * valid.c: cleanup, more debug, failed to fix one bug crap ...
7947 * tree.[ch] : added xmlDefaultBufferSize
7948 * nanoftp.c: typo in function name header block
7949 * doc/xml.html : updated, added link to XML::LibXSLT
7950 * doc/html/* : rebuilt the docs
7951
7952Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7953
7954 * parser.c SAX.c: the new content parsing code raised an
7955 ugly bug in the characters() SAX callback. Found it
7956 just because of strangeness in XSLT XML Rec ouptut :-(
7957
7958Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7959
7960 * Makefile.am: Martin Baulig suggested to add -lm
7961 * tree.c: found another bug in xmlNodeGetContent()
7962
7963Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7964
7965 * xpath.c: Bjorn found the error related to strictness of comparison.
7966
7967Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7968
7969 * parser.c: trying to fix the Dtd parsing problem reported
7970 by Gary, side effect of last week speed optimizations.
7971
7972Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7973
7974 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
7975 * parserInternals.c: removed unneeded test raised by Stric
7976
7977Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
7978
7979 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
7980 and fixed by William Brack). Added xmlXPathFormatNumber.
7981 Changed the sorting slightly.
7982 * configure.in Makefile.am example/Makefile.am: Added -lm.
7983 Please note that applications linking with libxml2, must
7984 also like with the math library from now on.
7985
7986Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7987
7988 * HTMLparser.c: fixed loop reported by Marc Sanfacon
7989
7990Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7991
7992 * parser.c: one must report spaces even if the Dtd element
7993 content proves that this is not part of the element content.
7994 * result/valid/*.xml: this changed the ouptu slightly
7995
7996Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7997
7998 * configure.in: bumped to 2.3.3
7999 * doc/xml.html: updated
8000
8001Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8002
8003 * tree.c: minor doc fix
8004 * xpath.c: deallocation issues when a result tree has been
8005 converted to a node-set
8006
8007Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8008
8009 * doc/xml.html: oops corrected dates s/2000/2001
8010
8011Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8012
8013 * valid.c: new patch from Gary Pennington
8014
8015Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8016
8017 * doc/xml.html: applied patch from Ankh
8018
8019Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8020
8021 * xinclude.c: fixed a problem building on Mac
8022
8023Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8024
8025 * parser.c: more work on increasing parsing ferformances
8026
8027Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8028
8029 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
8030 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
8031 avoiding memcpy in production builds MEM_CLEANUP macro use
8032 * parser.[ch] parserInternals.c: optimizations of the tightest
8033 internal loops inside the parser. Better checking of I/O
8034 flushing/loading conditions
8035 * xmllint.c : added --timing
8036
8037Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8038
8039 * configure.in: bumped to 2.3.2
8040 * doc/xml.html: updated for release
8041
8042Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8043
8044 * xpath.c: found a memleak and fixed a nasty bug
8045
8046Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8047
8048 * xmllint.[c1] : added return code errors for xmllint
8049 * xpath.c: specific debug dump function for result value trees
8050
8051Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8052
8053 * xpath.c: finally implemented xmlXPathCompareNodeSets
8054 * test/XPath/expr/floats results/XPath/expr/floats: added
8055 a test for float expressions
8056
8057Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8058
8059 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
8060 * parserInternals.[ch]: trying to speed up parsing
8061 * xpath.c : speeded up node set equality op
8062
8063Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8064
8065 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
8066 better handling of ID/IDREF and the list modules associated
8067 * configure.in: small CFLAGS cleanup
8068
8069Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8070
8071 * configure.in: fixed iconv detection on AIX (stric)
8072
8073Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8074
8075 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
8076
8077Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
8078
8079 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
8080 and optimized xmlXPathNodeSetSort
8081
8082Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8083
8084 * xpath.c: bug fix when context size is 0
8085 * parser.c: I like Norm's Dtd because they still manage to break
8086 the parser occasionally
8087
8088Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8089
8090 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
8091
8092Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8093
8094 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
8095 attributes within the XML-1.0 namespace
8096
8097Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8098
8099 * xpathInternals.h: exported a few axis functions
8100 * doc/xml.html: updated the doc
8101
8102Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8103
8104 * configure.in: applied patch from Daniel van Balen for OpenBSD
8105 and bumped version to 2.3.1
8106 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
8107 attempt to find autoclosing was simply broken, removed it,
8108 updated the examples, this is better
8109
8110Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8111
8112 * hash.[ch]: added Paolo Casarini patch to provide Delete from
8113 hash functionnalities.
8114 * doc/html/* : rebuild the doc
8115
8116Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8117
8118 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
8119 on predicate
8120 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
8121 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
8122 really want to have tags closed on output even if we accept
8123 unclosed ones on input
8124
8125Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8126
8127 * xpath.c: ouch don't free NULL, rare case fixed
8128 * tree.c: don't coalesce text nodes if they don't have the
8129 same behaviour wrt escaping on output
8130
8131Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8132
8133 * xpath.c: small fixup
8134 * SAX.c: don't warn on empty namespaces.
8135
8136Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8137
8138 * README: a bit of cleanup
8139 * configure.in: preparing for 2.3.0 release
8140
8141Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8142
8143 * hash.[ch]: added a first version of xmlHashSize()
8144 * valid.c: another bug fix from Gary Pennington
8145
8146Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8147
8148 * valid.c: couple of bug fixes pointed by Gary Pennington
8149 * HTMLtree.c: #if 0 cleanup
8150
8151Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8152
8153 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
8154 which removes a time consuming check of xmlXPathNodeSetAdd()
8155 and use it in places where we are sure to not break unicity
8156
8157Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8158
8159 * xpath.c: bug fixes found from XSLT
8160 * tree.c: preserve node->name special values when copying nodes.
8161 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
8162 external subset are fetched when available but without full
8163 validation. Added xmlLoadExtDtdDefaultValue, need a function.
8164 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
8165 output with encoding disabled.
8166
8167Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8168
8169 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
8170 xmlCheckFilename should not be called from xmlFileOpenW
8171 and xmlGzfileOpenW
8172
8173Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8174
8175 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
8176 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
8177 added the new tests for URI normalization
8178 * testURI.c: fixed stoopid bugs
8179 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
8180 the URI in the error messages are now properly normalized
8181
8182Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8183
8184 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
8185
8186Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8187
8188 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
8189
8190Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8191
8192 * xpath.c: fixed mod operator
8193
8194Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8195
8196 * parser.c: fixed xmlStrcat doc
8197 * tree.c: 2 fixes form Anders Carlson for copying nodes and
8198 trees.
8199
8200Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8201
8202 * xpath.c result/XPath/tests/chaptersbase
8203 result/XPath/tests/simplebase: fixed XPath node()
8204 * tree.c: small fix in xmlNewNs()
8205 * Makefile.am: removed extraneous xml2Conf.sh rule
8206
8207Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8208
8209 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
8210 Changed the library name, in order to get libxml-devel and
8211 libxml2-devel to coexist on a single system
8212 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
8213 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
8214
8215Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8216
8217 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
8218 libxml2-devel installable in // as libxml-devel.
8219
8220Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8221
8222 * doc/Makefile.am: fixed make rebuild in doc
8223 * doc/html/*.html: rebuilt the docs
8224
8225Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8226
8227 * tree.c: patch from Bjorn Reese on xmlBufferCCat
8228
8229Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8230
8231 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
8232 the HTML doc to go into the -devel RPM ...
8233 * aclocal.m4 config.h.in: some updates due to auto* magic
8234
8235Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8236
8237 * xpath.h: added a hook in the context structure allowing to
8238 link to extra support, needed for XSLT
8239
8240Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8241
8242 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
8243 xmlXPtrCmpPoints to use it.
8244 * propagated the following patch from Alejandro Forero
8245 * include/win32config.h xmlIO.c: applied further suggestions
8246 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
8247 * example/gjobread.c: fixed warnings, now that it builds
8248
8249Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
8250
8251 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
8252
8253 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
8254 filename points to a valid file (not a directory).
8255 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
8256 Added calls to xmlCheckFilenameDir.
8257
8258 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
8259 `path' (rather than `filename') as the parameter to gzopen and open.
8260
8261Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8262
8263 * Makefile.am: fixed a problem with EXTRA_DIST
8264
8265Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8266
8267 * Makefile.am example/Makefile.am: finally found the trick
8268 to build the example, i.e. add "." in SUBDIRS before example
8269 in the list <grin/>
8270
8271Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8272
8273 * doc/xml.html: updated with an XSLT section, removed pointer to
8274 W3C CVS base.
8275
8276Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8277
8278 * xpath.c: when copying a XSLT tree object teh tree need to be copied
8279 too, and deallocation need to occur the same way.
8280
8281Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8282
8283 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
8284 type correponding to an XSLT result tree fragment. Share most
8285 of the data format with node set, as well as operators.
8286 * HTMLtree.c: added a newline at the end of the doctype output
8287 whe this one is not present initially.
8288 * tree.c: make sure taht the parent and doc pointers are properly
8289 set when copying attributes (lists).
8290
8291Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8292
8293 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
8294
8295Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8296
8297 * xpath.c: seems I finally killed that ugly path evaluation
8298 context bug (tagged 9999 in case is is wrong)
8299
8300Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8301
8302 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
8303 for XSLT
8304
8305Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8306
8307 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
8308 for xmlGzfileOpen() bug
8309
8310Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8311
8312 * xpath.c: removed an error found by XSLT usage
8313 * tree.c parserInternals.h: use a predefined static string
8314 for text and comment nodes, avoid freeing them in xmlFreeNode,
8315 exported the string name in parserInternals.h and added
8316 another value to disable encoding at output (for XSLT),
8317 gain memory, time.
8318
8319Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8320
8321 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
8322 win32/libxml2/libxml2_so.dsp: new makefiles and update
8323 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8324
8325Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8326
8327 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
8328 Gary Pennington
8329
8330Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8331
8332 * xpath.c: fixed the comaprision of values and nodelists,
8333 need to compare nodelist still ...
8334 * debugXML.c: avoided a possible core dump
8335 * HTMLparser.c: cleanup
8336 * nanohttp.c: contributed fix.
8337 * tree.c: fixes in properties handling added xmlSetNsProp
8338 needed by libxslt
8339 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
8340 comment
8341 * TODO: updated
8342
8343Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8344
8345 * parser.c parserInternals.c: applied Bjorn Reese optimization
8346 patch
8347
8348Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8349
8350 * Makefile.am: applied patch fro make check from Martin Vidner
8351
8352Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8353
8354 * configure.in: preparing 2.2.11
8355 * doc/html/*: rebuild the HTML files
8356 * doc/xml.html : updated
8357
8358Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8359
8360 * tree.c: fixed a stupid bug
8361 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
8362 patches related to validation of an XInclude processing result
8363 * TODO: updated
8364
8365Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8366
8367 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
8368 on large files
8369
8370Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8371
8372 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
8373
8374Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8375
8376 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
8377 reported by Jonas Borgström
8378 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
8379
8380Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8381
8382 * testXPath.c xpath.c: fixing the XPath union expressions problem
8383 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
8384
8385Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
8386
8387 * xmllint.c: Made is so if the file name is "-" is will read form
8388 standard input. Sven Heinicke <sven@zen.org>
8389 * tree.c: fixed a problem when growing buffer
8390 * tree.h: fixed the comment of the node types following andersca
8391 comment
8392 * TODO: updated
8393
8394Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8395
8396 * HTMLparser.[ch]: added a way to avoid adding automatically
8397 omitted tags. htmlHandleOmittedElem() allows to change the
8398 default handling.
8399 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
8400 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
8401 of xmllint too when using --memory flag, added a memory test
8402 suite at the Makefile level.
8403 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
8404 with namespace use when encountering QNames in XPath evalation,
8405 added xmlns() scheme in XPointer.
8406 * nanoftp.c : incorporated a fix
8407 * parser.c xmlIO.c: fixed problems raised with encoding when using
8408 the memory I/O
8409 * parserInternals.c: closed bug 25934 reported by
8410 torsten.landschoff@innominate.de
8411 * TODO: updated
8412
8413Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8414
8415 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
8416 on a non-updated tree :-(, made a 2.2.10 release to correct the
8417 situation
8418
8419Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8420
8421 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
8422 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
8423 integrated a set of OpenVMS changes from Howard Taylor
8424 <Howard.Taylor@pacoast.com>
8425
8426Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8427
8428 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
8429 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
8430
8431Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8432
8433 * HTMLparser.c: some fixes on auto-open of html/head/body
8434 * encoding.c: fixed a compilation error on some gcc env
8435 * xpath.c xpointer.[ch] xpathInternals.h: improved the
8436 XPointer implementation
8437 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
8438 related XPointer tests and associated results
8439
8440Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8441
8442 * doc/xmldtd.html doc/xml.html: following a short step by step
8443 guidance on IRC to help maciej with DTDs I started a small
8444 page on the subject.
8445
8446Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8447
8448 * HTMLparser.c: fixed handling of broken charrefs
8449 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
8450 patches
8451
8452Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8453
8454 * doc/xml.html doc/html/* : rebuilt the docs after adding
8455 xinclude and updated page for 2.2.7 and 2.2.8
8456 * configure.in: releasing 2.2.8
8457
8458Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8459
8460 * parser.[ch] parserInternals.c: applied the conditional
8461 section processing fix from Jonathan P Springer
8462 <jonathan.springer2@gte.net>
8463 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
8464 project file, fixed iconv default non support
8465 * xpath.c: fixed the problem of evaluating relative expressions
8466 when a node context is provided.
8467
8468Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8469
8470 * nanoftp.c: fixed gcc 2.95 new warnings
8471 * SAX.c: fixed a stupid bug
8472 * tree.c: fixed a formatting problem when round-tripping
8473 from/to memory
8474 * xinclude.c: chased memleak, fixed a base problem
8475 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
8476 xmlXPtrBuildNodeList()
8477 * TODO: updated
8478 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
8479 adding a first small set of regression tests for XInclude
8480
8481Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8482
8483 * nanohttp.[ch]: applied Wayne Davison patches to access
8484 the WWW-Authorization header.
8485 * parser.c: Closed Bug#30847: Problems when switching encoding
8486 in short files by applying Simon Berg's patch.
8487 * valid.c: fixed a validation problem
8488 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
8489 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
8490 Wayne Davison
8491 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
8492 need to be extended to non full nodes selections.
8493 * xinclude.c: starts to work decently
8494
8495Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8496
8497 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
8498 debugXML.c xmlversion.h.in: Started adding XInclude support,
8499 this is a new xmllint option
8500 * tree.c xpath.c: applied TOM patches for XPath
8501 * xpointer.c: fixed a couple of errors.
8502 * uri.c: added an escaping function needed for xinclude
8503 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
8504 new warning from RH70 gcc's version
8505
8506Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8507
8508 * HTMLparser.c: fixed loop on invalid char in scripts
8509 * parser.c: update to description of xmlIOParseDTD()
8510 * libxml.m4 xmlversion.h.in: changes contributed by
8511 Michael Schmeing <m.schmeing@internet-factory.de>
8512 * configure.in: preparing for 2.2.7
8513 * Makefile.am: trying to avoid config.h and acconfig.h
8514 being included in the distrib
8515 * configure.in: released 2.2.7
8516
8517Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8518
8519 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
8520 like namespaces for good. Unified xmlNs and xmlNode somewhat.
8521
8522Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8523
8524 * parser.[ch]: added xmlIOParseDTD()
8525 * xpointer.c: added support for the 2 extra parameters of
8526 string-range, fixed a stoopid error when '0' was present
8527 in XPointer expressions
8528 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
8529 testsuite for the above
8530
8531Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8532
8533 * libxml.spec.in: improved package descriptions
8534
8535Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8536
8537 * xpath.c xpathInternals.h: applied a large cleaning patch
8538 from TOM <ptittom@free.fr>, it also add namespace support
8539 for function and variables registration.
8540
8541Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8542
8543 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
8544 * Makefile.mingw: Wayne Davison's update adding hash.c
8545
8546Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8547
8548 * xpath.c: fixed the root evaluation problems
8549 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
8550 ignorable spaces with <b> <bold> <em>
8551 * tree.c: fixed a loop in xmlSearchNsByHref()
8552
8553Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8554
8555 * xpath.c: applied another XPath patch from TOM
8556 * xpath.c include/makefile.am: applied another patch from
8557 china@thewrittenword.com (cleanup on IRIX).
8558
8559Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8560
8561 * xml-config.1: received a fixed version from Fredrik Hallenberg
8562 <hallon@lysator.liu.se>
8563
8564Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8565
8566 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
8567 cleanup patch for XPath
8568
8569Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8570
8571 * patched to redirrect all "out of context" error messages to
8572 a reconfigurable routine. The changes are:
8573 * xmlerror.h : added the export of an error context type (void *)
8574 an error handler type xmlGenericErrorFunc there is an interface
8575 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
8576 to reset the error handling routine and its argument
8577 (by default it's equivalent to respectively fprintf and stderr.
8578 * all the c files: all wild accesses to stderr or stdout within
8579 the library have been replaced to calls to the handler.
8580
8581Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8582
8583 * configure.in: release 2.2.6
8584 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
8585 exporting the inner functions of xpath for extension modules
8586 * doc/*: updated and rebuilt the doc
8587
8588Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8589
8590 * nanohttp.c : applied Wayne HTTP cleanup patch
8591 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
8592 and xmlNodeSetSpacePreserve()
8593
8594Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8595
8596 * xpath.c: closing bug #29260
8597
8598Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8599
8600 * hash.[ch] debugXML.c: expanded/enhanced the API, added
8601 multikey tuples, made hash structure opaque
8602 * valid.[ch]: moved elements, attributes, notations decalarations
8603 as well as ID and refs to hash tables.
8604 * entities.c: hash cleanup
8605 * xmlmemory.c: fixed a dump problem in debug mode
8606 * include/Makefile.am: problem passing in DESTDIR= values patch
8607 from Marc Christensen <marc@calderasystems.com>
8608 * nanohttp.c: removed debugging remains
8609 * HTMLparser.c: the bogus tag should be ignored (Wayne)
8610 * HTMLparser.c parser.c: fixing a number of problems with the
8611 macros in the *parser.c files (Wayne).
8612 * HTMLparser.c: close the previous option when opening a new one
8613 (Marc Sanfacon).
8614 * result/HTML/*: updated the HTML results accordingly
8615
8616Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8617
8618 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
8619 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
8620 XPath functions and XML entities table to them. More to come...
8621 * xmlIO.c: fixed libxml closing FILEs it didn't open.
8622
8623Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8624
8625 * tree.c: coalesce adjacent text nodes
8626 * valid.c: handling of blank nodes in DTd validation (raised
8627 by problems with a posteriori validation).
8628 * nanohttp.c: changing behaviour on HTTP write stuff.
8629 * HTMLtree.c: forced body and html to be explicitely closed.
8630 * xpath.h: exported more XPath functions.
8631
8632Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8633
8634 * Release of 2.2.5
8635 * xpointer.c: range() range-inside and other helper functions
8636 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
8637
8638Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8639
8640 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
8641 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
8642
8643Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8644
8645 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
8646 and XPointer modules
8647
8648Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8649
8650 * SAX.h: closed #25107
8651
8652Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8653
8654 * testSAX.c: fixed problem with cdata reporting
8655 * SAXresult/* : updated
8656
8657Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8658
8659 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
8660 Closed bug #27499, added to regression tests
8661 * TODO: updated
8662
8663Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8664
8665 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
8666 support for SCRIPT and STYLE with help from Bjorn Reese
8667 * test/HTML/* result/HTML/*: added simple testcase and updated
8668 the existing ones.
8669
8670Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8671
8672 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
8673 string-range for empty strings
8674 * test/XPath/docs/str test/XPath/xptr/chaptersrange
8675 test/XPath/xptr/strrange: augmented the XPointer testsuite
8676
8677Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8678
8679 * doc/xml.html doc/xmlmem.html: added a module describing memory
8680 interfaces and use, updated the main page.
8681
8682Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8683
8684 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
8685 nanoftp code work on Windows too now
8686
8687Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8688
8689 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
8690 * xpointer.c: implemented string-range() at least a good first version
8691 * test/XPath/docs/str test/XPath/xptr/strrange
8692 result/XPath/xptr/strrange: the string-range() tests
8693
8694Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8695
8696 * Makefile.am include/Makefile.am include/win32config.h
8697 win32/Makefile.mingw: fixed problems reported by Wayne Davison
8698 and make distcheck
8699
8700Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8701
8702 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
8703 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
8704 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
8705
8706Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8707
8708 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
8709 patch for socklen_t detection by
8710 Albert Chin-A-Young <china@thewrittenword.com>
8711
8712Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8713
8714 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
8715 and added a --dtdvalid option to xmllint used to test it
8716
8717Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8718
8719 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
8720 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
8721
8722Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8723
8724 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
8725 handlings (registration, lookup, cleanup)
8726
8727Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8728
8729 * configure.in Makefile.am include/makefile.am: adding XPointer
8730 and XPtrtests target
8731 * xpointer.[ch] : new files for XPointer support
8732 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
8733 more XPath tests
8734
8735Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8736
8737 * configure.in: fixed, very broken, make distcheck works again
8738
8739Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8740
8741 * More work toward 2.2.5, integrated a number of patches
8742 * configure.in Makefile.am win32config.h.in: trying to cleanup
8743 make distcheck .... huh ...
8744 * include/Makefile.am include/win32config.h: new directory
8745 for includes
8746 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
8747 updated teh makefiles and instructions for WIN32
8748 * xpath.c: small fixes
8749 * test/XPath/ results/XPath: updated the testcases and results
8750 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
8751 suggested patches
8752 * valid.c: fixed an ID bug
8753
8754Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8755
8756 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00008757 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008758 * xpath.[ch]: worked on XPointer
8759
8760Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8761
8762 * configure.in Makefile.am: 2.2.5, ship the include in an
8763 include/libxml subdirectory, use symlinks when using CVS
8764 * testSAX.c: fixed small bug
8765 * testXPath.c: changed the way testfiles are parsed
8766 * debugXML.c: same kind of cleanup when parsing an argument expression
8767 XPath/XPointers can have blanks embedded
8768 * xpath.[ch]: more cleanup, reorgs for XPointer work
8769 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
8770 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
8771
8772Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8773
8774 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
8775 in the XPath engine, rewrote large parts of it, now it's far
8776 cleaner and in sync with the REC not an old WD. Fixed a parsing
8777 problem in the interactive XML shell found when testing XPath.
8778
8779Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8780
8781 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
8782 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
8783 examples with the extra test
8784
8785Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8786
8787 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
8788 the global init function.
8789
8790Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8791
8792 * HTMLparser.c: Doohhh, attribute name parsing was still case
8793 sensitive ! Fixed this ...
8794 * result/HTML/* : updated the tests results accordingly
8795
8796Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8797
8798 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
8799 engine, should be far more stable, incorporated a new version of
8800 preceding/following axis, need testing
8801 * uri.c: fixed file:///c:/a/b/c problem
8802 * test/XPath/tests/idsimple: augmented the XPath tests
8803
8804Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8805
8806 * doc/* rebuilding docs for 2.2.4 release
8807
8808Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8809
8810 * configure.in: releasing 2.2.4
8811 * parser.[ch]: added xmlStrEqual()
8812 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
8813 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
8814 use xmlStrEqual instead
8815 * TODO: updated
8816 * added an XPath test
8817
8818Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8819
8820 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
8821 * entities.h: exported xmlInitializePredefinedEntities
8822 * parser.[ch] : added xmlInitParser()
8823 * parserInternals.h : had to export htmlInitAutoClose()
8824
8825Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8826
8827 * xpath.[ch] : fixed some serious XPath Predicate evaluation
8828 problems
8829 * Makefile.am : added XPath regression tests to normal tests
8830 * uri.c: fixed a problem with local paths, cleanup
8831 * parser.c: fixed a problem with large CData sections
8832
8833Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8834
8835 * configure.in xml-config.in: patch from "Ben Taylor"
8836 <sol7x86@hotmail.com> for solaris shared libs lookup
8837
88382000-09-30 Martin Baulig <baulig@suse.de>
8839
8840 * libxml-2.0.pc.in: Provide pkg-config script.
8841
8842 * configure.in: Create the libxml-2.0.pc script from the
8843 libxml-2.0.pc.in templates.
8844 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
8845 script in `$(libdir)/pkgconfig'.
8846
8847Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8848
8849 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
8850 when compiling with MSC
8851
8852Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8853
8854 * xpath.c: patch for normalize-string() substring-before(),
8855 substring-after() and translate() functions from Bjorn Reese
8856 <breese@mail1.stofanet.dk>
8857 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
8858 Fredrik Hallenberg <hallon@lysator.liu.se>
8859 * TODO: updated
8860
8861Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8862
8863 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
8864 problem of socklen_t being undefined on a number of platforms
8865 * debugXML.c: fixed a compilation problem when without snprintf
8866
8867Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8868
8869 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
8870 an URI bug and a fix for the control-character-induced infinite loop
8871 * nanohttp.c: preventive fix for compiling on WIN32
8872
8873Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8874
8875 * xmlint.c: closing bug #25000
8876
8877Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8878
8879 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
8880 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
8881 modified slightly Wayne Davison patch adding xmlStrcasecmp and
8882 related function, fixing xmlStrncmp(), and associated cleanup
8883 * result/HTML/entities.html.sax: updating result
8884
8885Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8886
8887 * uri.c: applied patch for URI escaping from Wayne Davison
8888 <wayned@blorf.net>
8889 * tree.c parserInternals.c HTMLparser.c: memset checks patches
8890 from Denis Barbier <barbier@imacs.polytechnique.fr>
8891 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
8892 patch from Wayne Davison
8893
8894Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8895
8896 * doc/xml.html : updated with new releases, adding "how to help"
8897
8898Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8899
8900 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
8901 removed a few warnings in pedantic mode ...
8902 * parserInternals.c parser.c: moved encoding switching function
8903 to parserInternals.c
8904 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
8905
8906Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8907
8908 * HTMLparser.c parser.c: set ctxt->errNo before calling the
8909 error or warning handlers
8910
8911Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8912
8913 * parserInternals.c parserInternals.h parser.c Makefile.am:
8914 created a new module parserInternals.c, moved most of the
8915 code shared by the various parsers there, as well as
8916 deprecated code from parser.c. More cleanup of parser.c
8917 * uri.c: fixed a problem when URI is NULL
8918 * valid.c: speedup when looking for an attribute declaration
8919
8920Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8921
8922 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
8923 the cleanup of the computation of URI references when seeking
8924 external entities. The URI reference string and the resulting
8925 URI are both stored now.
8926 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
8927 large s(n)printf checks and cleanup from Denis Barbier
8928 <barbier@imacs.polytechnique.fr>
8929 * xmlversion.h.in tree.h: couple of SGML declarations for a
8930 possible docbook module.
8931 * result/VC/ : a couple of test output changed due to the change
8932 of the entities URI
8933
8934Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8935
8936 * parser.h: added a _private field for linking user's data
8937
8938Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8939
8940 * parser.c parserInternals.h: demacroified most of the IS_XXX
8941 the gain in size is significant so ...
8942
8943Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8944
8945 * entities.c: cases where looking up entities with doc==NULL
8946 covered
8947
8948Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8949
8950 * uri.c: applied Wayne Davison patch
8951 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
8952
8953Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8954
8955 * uri.c testUri.c: applied Wayne Davison patches
8956 * test/URI/uri.data result/URI/uri.data: first set of tests/results
8957 * Makefile.in: added URItest and included thenin "make tests"
8958
8959Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8960
8961 * xmlversion.h.in: closed bug 22941
8962
8963Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8964
8965 * doc/xmlio.html: added doc and example for entity loader
8966 redefinition.
8967
8968Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8969
8970 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
8971 used by libxml
8972
8973Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8974
8975 * parser.c: Fixed bug on invalid ontent characters and when using
8976 push.
8977 * xmllint.c: fixed xmllint endling of errors in push mode
8978
8979Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8980
8981 * HTMLparser.c testHTML.c: applied two new patches from
8982 Wayne Davison <wayned@users.sourceforge.net>
8983 * result/HTML/*.sax: regenerated HTML SAX output
8984 * parser.c: more cleanup.
8985
8986Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8987
8988 * HTMLparser.[ch] testHTML.c: applied the second set of
8989 patches from Wayne Davison <wayned@users.sourceforge.net>,
8990 adding htmlEncodeEntities()
8991 * HTMLparser.c: fixed an ignorable white space detection bug
8992 occuring when parsing with SAX only
8993 * result/HTML/*.sax: updated since the output is now HTML
8994 encoded...
8995
8996Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8997
8998 * HTMLparser.[ch]: applied some of Wayne Davison
8999 <wayned@users.sourceforge.net> patches
9000
9001Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9002
9003 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
9004 undeclared namespace prefix was used, added a warning.
9005 Cleaned up support w.r.t. entities, spilling out a warning
9006 and being pedantic on lookups.
9007 * test/warning/ent9 : added testcase for previous example.
9008 * TODO: updated
9009 * parserInternals.h parser.c: changed the way names are parsed
9010 now allow infinite size and decrease penalty for normal use
9011 * parser.c: Started a big cleanup/check of the parser code,
9012 fixed some of the most tortuous entity code, spotted code
9013 unused anymore
9014 * test/*: added tests for very long names and related nasty
9015 things.
9016
9017Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9018
9019 * doc/encoding.html: added encoding aliases doc
9020 * doc/xml.html: updates
9021 * encoding.[ch]: added EncodingAliases functions
9022 * entities.[ch] valid.[ch] debugXML.c: removed two serious
9023 bottleneck affecting large DTDs like Docbook
9024 * parser.[ch] xmllint.c: added a pedantic option, will be
9025 useful
9026 * SAX.c: redefinition of entities is reported in pedantic mode
9027 * testHTML.c: uninitialized warning from gcc
9028 * uri.c: fixed a couple of bugs
9029 * TODO: added issue raised by Michael
9030
9031Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9032
9033 * doc/encoding.html: propagated Martin Duerst suggestions
9034
9035Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9036
9037 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
9038 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
9039 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
9040 by Wayne Davison
9041
9042Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9043
9044 * nanoftp.c nanohttp.c: small cleanup
9045 * TODO: updated
9046
9047Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9048
9049 * added an old VC testcase and updated title.xml entity
9050
9051Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9052
9053 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
9054 done on auto-opening of <p> tags and cleanup of SAX output
9055
9056Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9057
9058 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
9059
9060Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9061
9062 * doc/xml.html libxml.* structure.*: updated the doc a bit
9063
9064Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9065
9066 * testSAX.c testHTML.c result/HTML/: cleanup of the output
9067 of SAX tests
9068
9069Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9070
9071 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
9072 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
9073
9074Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9075
9076 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
9077 * testHTML.c: fix core dump on Solaris 2.x systems
9078 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
9079 * result/HTML/*.sax: previous bug fix lead to new results
9080
9081Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9082
9083 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
9084 * configure.in: added --with-readline=DIR to accept alternate
9085 path for readline include/library
9086 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
9087 for ANSI under HP-UX
9088 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
9089 includes @LIBS@
9090
9091Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9092
9093 * doc/* : rebuilt the docs
9094 * getting ready for 2.2.2 release
9095
9096Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9097
9098 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
9099 and xmlAddFeature()
9100 * tree.[ch]: added xmlAddChildList()
9101 * xmllint.c: MAP_FAILED macro test
9102 * parser.h: added xmlParseCtxtExternalEntity()
9103 * valid.c: applied bug fixes removed warning
9104 * tree.c: added CDATA block to elements content
9105 * testSAX.c: cleanup of output
9106 * testHTML.c: added SAX testing
9107 * encoding.c: better error recovery
9108 * SAX.c, parser.c: fixed one of the external entity processing
9109 of the OASis testsuite
9110 * Makefile.am: added HTML SAX regression tests
9111 * configure.in: bumped to 2.2.2
9112 * test/HTML/ result/HTML: added a few of HTML tests, and added the
9113 SAX results
9114
9115Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9116
9117 * configure.in: patch for HP compiler
9118
91192000-08-04 Sven Heinicke <sven@zen.org>
9120
9121 * xmllint.c: Was coredumping sometimes when the file given didn't
9122 exist.
9123
9124Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9125
9126 * parser.c xmlIO.[ch]: fixed the problem of encoding support
9127
9128 when using in memory parsing. Need some cleanup.
9129 * xmllint.c configure.in: added a --memory flag to test memory
9130 parsing
9131
9132Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9133
9134 * nanohttp.c: fixed socklen_t replacement to unsigned int
9135 * parser.c: fixed a space handdling missing at the end of
9136 production 28 DOCTYPE.
9137 * xmlmemory.c: fixed a stupid bug on the routine to override
9138 allocation functions
9139 * TODO: updated
9140
9141Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9142
9143 * doc/ regenerated the docs
9144
9145Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9146
9147 * doc/encoding.html doc/xml.html: added I18N doc
9148 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
9149 improvements, both parser and filters, added ASCII & HTML,
9150 fixed the ISO-Latin-1 one
9151 * xmllint.c testHTML.c: added/made visible --encode
9152 * debugXML.c : cleanup
9153 * most .c files: applied patches due to warning on Windows and
9154 when using Sun Pro cc compiler
9155 * xpath.c : cleanup memleaks
9156 * nanoftp.c : added a TESTING preprocessor flag for standalong
9157 compile so that people can report bugs more easilly
9158 * nanohttp.c : ditched socklen_t which was a portability mess
9159 and replaced it with unsigned int.
9160 * tree.[ch]: added xmlHasProp()
9161 * TODO: updated
9162 * test/ : added more test for entities, NS, encoding, HTML, wap
9163 * configure.in: preparing for 2.2.0 release
9164
9165Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9166
9167 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00009168 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00009169
9170Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9171
9172 * doc/xml.html: changed the xmlsoft.org structure, updated the
9173 examples w.r.t. root and childs
9174
9175Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9176
Daniel Veillard784b9352003-02-16 15:50:27 +00009177 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00009178
9179Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9180
9181 * HTMLparser.c: Work on character encoding support for the HTML parser
9182 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
9183 * encoding.c: Fixed a potential memleak in the encoding stuff
9184
9185Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9186
9187 * doc/FAQ.html doc/Makefile.am : added a FAQ
9188
9189Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9190
9191 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
9192 of the HTML parser to force it to not bypass SAX
9193
9194Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9195
9196 * win32config.h.in: updated
9197 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
9198 lacks iconv support :-( need to release 2.1.1
9199 * configure.in: release 2.1.1
9200 * HTMLparser: fixed bug #14784
9201 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
9202 by Windows compiler
9203 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
9204 the SAX startDocument() callback.
9205 * TODO: updated
9206
9207Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9208
9209 * added xmlStopParser()
9210
9211Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9212
9213 * configure.in: 2.1.0 prerelease
9214 * Large resync between W3C and Gnome tree
9215 * nanoftp, nanohttp.c: fixed stalled connections probs
9216 * HTMLtree.c SAX.c : support for attribute without values in
9217 HTML for andersca
9218 * valid.c: Fixed most validation + namespace problems
9219 * HTMLparser.c: start document callback for andersca
9220 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
9221 * parser.h, SAX.c: serious speed improvement for large
9222 CDATA blocks
9223 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
9224 different encoding
9225 * example/Makefile.am example/gjobread.c tree.h: work on
9226 libxml1 libxml2 convergence.
9227 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
9228 and the LIBXML_TEST_VERSION macro
9229
9230Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9231
9232 * doc/xml.html: various patches and improvements typo fixed by
9233 Felix Natter
9234 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
9235 from Felix Natter <fnatter@gmx.net>
9236
9237Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9238
9239 * doc/upgrade.html: updated with instructions for support of both
9240 libxml-1.x and libxml-2.x
9241 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
9242 for 2.x support and also fixed includes
9243
9244
9245Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9246
9247 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
9248 the encoding support, added iconv support, so now libxml if
9249 compiled with iconv automatically support japanese encodings
9250 among others. Work based on initial patch from Yuan-Chen Cheng
9251 I may have broken binary compat in the encoding handler
9252 registration scheme, but that was so utterly broken I don't
9253 expect anybody to have used this feature until now.
9254 * parserInternals.h: fixup on the CHAR range macro
9255 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
9256 code.
9257 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
9258 * uri.c: added xmlParseURI() I can't believe I forgot to
9259 implement this one in 2.0 !!!
9260 * SAX.c: moved doc->encoding update in the endDocument() call.
9261 * TODO: updated.
9262
9263Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9264
9265 * tree.h: removed extraneous xmlRemoveProp definition
9266 * TODO: added item about --disable-corba configure switch
9267 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
9268 * nanoftp.c: fixed include problems giving troubles on AIX and
9269 slowlaris
9270 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
9271 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
9272 comment and headers changes to lower gtk-doc number of warnings
9273 * doc/html/*: rebuilt docs
9274
9275Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9276
9277 * HACKING: documented the tag for 1.x and instructions
9278
9279Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9280
9281 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
9282 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
9283 xmlCreateIOParserCtxt
9284 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
9285 significant overall improvement
9286 * xmllint.c: added I/O test to xmllint
9287 * testSAX.c: added a speed test
9288 * doc/* : updated/regenerated
9289
9290Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9291
9292 * xpath.c uri.h parserInternals.h: cosmetic changes from
9293 "Timur I. Bakeyev" <timur@bat.ru>, including making
9294 xmlCreateURI() public
9295
9296Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9297
9298 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
9299 and the code at the same time. Added a clean mechanism for
9300 overload or added input methods: xmlRegisterInputCallbacks()
9301 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
9302 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
9303 * TODO: updated
9304 * doc/* : updated/regenerated
9305 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
9306 source dir
9307
9308Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9309
9310 * testURI.c: yet another forgotten commit, I should get some sleep !
9311
9312Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9313
9314 * xmllint.c: forgot to commit this too ?
9315
9316Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9317
9318 * xmlversion.h.in : forgot to commit this previously
9319
9320Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9321
9322 * configure.in: preparing libxml-2.0.0 version looks Ok so far
9323 * README TODO: updated for release
9324 * uri.c uri.h: added authority parsing/saving
9325 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
9326 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
9327 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
9328 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
9329 Makefile.am : added compile-time customization of libxml
9330 --with-ftp --with-http --with-html --with-xpath --with-debug
9331 --with-mem-debug
9332 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
9333 #include <libxml/xxx.h> I hope it won't break too much stuff
9334 and will be manageable in the future...
9335 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
9336 and added xmllint to the installed programs
9337 * uri.h: added xmlFreeURI()
9338
9339Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9340
9341 * uri.c uri.h: finished the escaping handling, the base support
9342 and the URI path normalization. Looks good just lacks the
9343 authority content parsing code.
9344 * Makefile.am: added instructions to generate testURI
9345 * TODO: updated
9346 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
9347 added links and icons for W3C and Gnome
9348
9349Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9350
9351 * xmlmemory.[ch] : seems I forgot to actually update the files in
9352 the last commit :-)
9353 * doc/xml.html doc/html/* : updated and uploaded the docs
9354
9355Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9356
9357 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
9358 * TODO: updated
9359 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
9360 libxml default allocation function with another set (like gmalloc/
9361 gfree).
9362 * Makefile.am, uri.c, uri.h: added a set of functions to do
9363 exact (litteraly copied from the RFC 2396 productions) parsing
9364 and handling of URI. Will be needed for XLink, one XML WFC,
9365 XML Base and reused in the nano[ftp/http] modules. Still work
9366 to be done.
9367
9368Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9369
9370 * configure.in, libxml.spec.in : libxml2
9371 * doc/* : updated the doc page, rebuilt the docs
9372
9373Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9374
9375 * all: tagged LIB_XML_1_X
9376 * *.c *.h : updated from W3C CVS tree
9377 * configure.in : 2.0.0-beta
9378 * libxml.spec.in : libxml2 package nam
9379 * result/* : new version of the tests output
9380
9381Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9382
9383 * doc/xml.html, doc/update.html: updated docs, 1.8.7
9384
9385Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9386
9387 * doc/* : rebuilt the docs
9388 * parser.c: final patch on #6766
9389 * valid.c: small patch on validity checks.
9390
9391Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9392
9393 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
9394 added
9395 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
9396 compatibility w.r.t. XML spec and existing code.
9397
9398Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9399
9400 * parser.c: seems a better solution to <a> </a> exists,
9401 will try it for a while
9402
9403Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9404
9405 * parser.c: tried to remove the <a> </a> generating <a/>
9406 this is hard. Left a flag for that purpose. Fixed bug #6766
9407 * configure.in: prepared 1.8.7 not released, due to previous
9408 problem
9409
9410Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9411
9412 * doc/xml.html : applied second patch from Paul DuBois
9413
9414Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9415
9416 * doc/xml.html : applied patch from Paul DuBois
9417
9418Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9419
9420 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
9421
9422Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9423
9424 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
9425 compilation warnings on various platforms.
9426 * parser.c: Fixed #5281 validity error callbacks are now desactived
9427 by default if not validating.
9428
9429Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9430
9431 * nanoftp.c, win32config.h.in: patches to compile on WIN32
9432
9433Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9434
9435 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
9436 <gkatsi@cs.toronto.edu>
9437
9438Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9439
9440 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
9441 processing URLs
9442
9443Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9444
9445 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
9446 xmlNanoFTPUpdateURL for persistent control connections.
9447 * configure.in: 1.8.6
9448
9449Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9450
9451 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
9452 * tree.[ch] : added xmlSaveNoEmptyTags
9453
94542000-01-29 James Henstridge <james@daa.com.au>
9455
9456 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
9457
9458 * Makefile.am: added nanoftp.[ch] to the build.
9459
9460Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9461
9462 * nanoftp.[ch]: cleanup, comments, API
9463 * debugXML.c : fixed a bug in the cat command
9464 * doc/*: regenerated the docs
9465
9466Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9467
9468 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
9469 * debugXML.c : fixed a bug in the cat command
9470 * valid.c: fixing some small probs
9471 * libxml.spec.in: get rid of the SNAP suffix
9472 * doc/xml.html: updated the status
9473
9474Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9475
9476 * xml-config.in: xml-config --version to just return the
9477 version number
9478 * xpath.c: some cleanup w.r.t. axis when the current node is
9479 an attribute.
9480 * TODO: updated
9481
9482Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9483
9484 * configure.in: prepared for libxml-1.8.5
9485 * doc/* recompiled the documentation
9486
94872000-01-17 Jody Goldberg <jgoldberg@home.com>
9488
9489 * configure.in : WARNING autoconf subtlety alert :
9490 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
9491 when looking for zlib.h so that HAVE_ZLIB_H is defined.
9492 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
9493 get defined by AC_CHECK_HEADERS.
9494
9495Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9496
9497 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
9498 Rune.Djurhuus@fast.no
9499
9500Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9501
9502 * TODO: updated
9503 * tree.c, parser.c: made sure that only memory alloc problems
9504 and internal parser errors are allowed to write to stdout or
9505 stderr.
9506
9507Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9508
9509 * tree.c : restored xmlNewGlobalNs since this seems used by
9510 a lot of existing code :-(, fixed a bug in xmlNewNs
9511 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
9512 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
9513 to exit() from the library code.
9514 * xpath.c, parser.c: removed bugs or unused code detected by
9515 Windows compilers
9516 * parser.c: started adding interfaces for parsing well balanced
9517 XML fragments
9518 * configure.in: releasing 1.8.4
9519 * doc/* : rebuilt the docs
9520
9521Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9522
9523 * tree.[ch] : added xmlNewDocFragment() for DOM
9524 * testHTML.c: uninitialized variable.
9525
9526Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9527
9528 * doc/* : rebuild the docs
9529
9530Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9531
9532 * acconfig.h: readline and history patch
9533 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
9534 * tree.c: added check and handling when possibly removing an ID
9535 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
9536 and saving.
9537 * test/HTML/entities.html result/HTML/entities.html* : test for
9538 various entities reference cases
9539 * result/HTML/* : as a result output of some testcase have
9540 changed
9541 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
9542 by previous example. added xmlParseTryOrFinish().
9543 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
9544 entities.h debugXML.h HTMLparser.h: changed the way struct are
9545 declared to allow gtk-doc to expose those
9546 * parser.c: closed bug #4960
9547 * Makefile.am configure.in: Applied patch from
9548 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
9549 and math/socket libs detection
9550
9551Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9552
9553 * configure.in, Makefile.am: link tester against readline
9554 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
9555
9556Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
9557
9558 * tree.[ch]: added xmlRemoveProp
9559 * win32config.h.in nanohttp.c: avoid including the Windows
9560 socket stuff in every C files
9561 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
9562 the XmL parser(s)
9563 * test/ns4 result/ns4 etc...: added test case for previous prob
9564 * tree.c: xmlNewNs wasn't checking for double definition
9565 * Makefile.in: fixed a problem with dist-hook duplicates
9566 * parser.[hc], xmlIO.c: fixed the loading of external entities
9567 APIs, now xmlLoadExternalEntity() is used everywhere and
9568 setting up an app specific front-end using the
9569 * SAX.c parser.c: some fixes, now the xhtml spec validates
9570 with the xhtml DTD.
9571 * error.c: fixed crashes in case of no input stream
9572 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
9573 to the validation tests and results
9574
9575Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9576
9577 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
9578 too htmlCreatePushParserCtxt() and htmlParseChunk()
9579 * parser.c: a bit of cleanup.
9580 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
9581 to XML) removed the last mem leak known
9582 * HTMLtree.c: output message cleanup
9583 * xmlmemory.c: display content info about memory blocks
9584 * result/HTML/wired.* : missing att value warning change
9585
9586Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9587
9588 * doc/* : rebuilt the documentation
9589
9590Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9591
9592 * parser.[ch] parserInternals.h: Push parser for XML,
9593 seems to work fine now
9594 * tester.c debugXML.[ch]: Added an XML shell debug facility and
9595 --push for push testing
9596 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
9597 * testSAX.c: added --push
9598 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
9599 subtree
9600 * xmlIO.[ch] : enriched API + fixes for push mode
9601 * entities.[ch]: added the entity content length to the struct.
9602 * xmlmemory.[ch]: new API to show the last entries for the shell
9603 * valid.c: added required attribute testing
9604 * SAX.c: the cdata callback now merge contiguous fragments
9605 * HTMLparser.c: cleanup of some macros
9606
9607Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9608
9609 * parser.c: fix for PIs name starting with xml
9610 * tree.c: fixed a potential problem with || and && ops
9611 * *.c, configure.in win32config.h.in : generate win32config.h for
9612 those on the Other Side !
9613
9614Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9615
9616 * parser.c: fixed a stupid = vs. == bug :-(
9617 * doc/gnome-xml.sgml: s/glade/xml/
9618
9619Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9620
9621 * configure.in, doc/xml.html : bug fix release 1.8.2
9622 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
9623 Hopefully the end of that silly C++ include problem
9624 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
9625 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
9626 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
9627 troubles with autoclosed elements when the stree shape doesn't
9628 follow the DtD specs. Added htmlIsAutoClosed() and
9629 htmlAutoCloseTag()
9630 * result/HTML/*.htm*: Updated the HTML examples regression tests output
9631 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
9632 * debugXML.c: fixed a bug on printing default namespaces.
9633 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
9634
9635Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9636
9637 * result/HTML/*.htm[l] : updated the HTML regression tests according
9638 to the new output
9639 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
9640 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
9641 problem due to intermix of extern "C" { ... } declarations for C++
9642 and recursive includes in the headers
9643
96441999-12-20 Chris Lahey <clahey@umich.edu>
9645
9646 * HTMLtree.c: Made it so that html nodes with a single child do
9647 not insert a carriage return before or after the child node.
9648
9649Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9650
9651 * configure.in, doc/xml.html : bug fix release 1.8.1
9652 * parser.c: fixed bug #4344
9653 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
9654 added the glue to avoid C++ problems
9655 * doc/* : regenerated the documentation
9656
9657Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9658
9659 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
9660 namespace recognition, and Dia as a resul :-(
9661 * encoding.c: closed bug #3950
9662
9663Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9664
9665 * valid.c: debugging a posteriori validation, except URI expansion
9666 stuff this should be fixed now
9667 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
9668 Carl Nygard <cnygard@bellatlantic.net>
9669 * tester.c: added --postvalid, cleaning of the code
9670 * tree.[ch]: added xmlDocGetRootElement()
9671
9672Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
9673
9674 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
9675 c++ losage.
9676
9677Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9678
9679 * configure.in, doc/xml.html : bumped to 1.8.0
9680 * xlink.[ch], Makefile.am : added framework for link detection
9681 * parser.h: added nbChars to parser context, needed for cleanup.
9682 * xmlmemory.c: removed a nasty bug when out of mem
9683 * valid.[ch]: adding namespace support for attribute decl
9684 * tester.c: added --debugent option
9685 * debugXML.[ch]: added xmlDebugDumpEntities()
9686 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
9687 buffers instead, this was really needed, validation was breaking
9688 in strange ways due to that. Added xmlParseStringPEReference()
9689 and other parsing from strings functions. Entities processing
9690 modified again, but PERef are still not handled correcly but
9691 unless you're Eve Maller you won't notice :-)
9692 * HTMLparser.c: large changes toward reliability, and switched to
9693 lowercase internal tags, XHTML is lowercase, so it will help
9694 that output is closer to next version.
9695 * doc/* : regenerated the documentation, it is now hosted at
9696 http://xmlsoft.org/ (same bits I just bought the domain :-)
9697
9698
9699Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9700
9701 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
9702 doc generation
9703 * parser.c: fixed bugs #3908 and #3937 and a memory leak
9704 in the SAX API
9705 * doc/*: rebuilt the doc making sure everything appears in the
9706 HTML files
9707
9708Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9709
9710 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
9711 added the patch from Carl Nygard <cnygard@bellatlantic.net>
9712 which allow impressive speed improvement on dataset with
9713 large text pieces, but at the cost of broken binary
9714 compatibility and slightly bigger memory usage.
9715 Configure with --with-buffers to activate them, they
9716 are protected with XML_USE_BUFFER_CONTENT define.
9717 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
9718 goal is 0 memory left allocated once parser is no more used
9719 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
9720 call xmlCleanupParser() and xmlMemoryDump()
9721
9722Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9723
9724 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
9725 * parser.[ch] encoding.[ch]: added memory cleanup routines
9726 * parser.c: closing bug #3788
9727 * doc/*: rebuilt the doc
9728
9729Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9730
9731 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
9732 xmlNewTextChild() and xmlSetCompressMode() behaviour.
9733 * tester.c: added --compress option
9734 * doc/*: rebuilt the documentation
9735
9736Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9737
9738 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
9739 if given /proc/kcore as input !
9740 * doc/xml.html doc/*: updated and rebuilt the documentation
9741
9742Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9743
9744 * parser.c: Fixed some wrongly space collapsing code due to
9745 a misreading of the spec.
9746 * result/*: fixed the output accordingly
9747
9748Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9749
9750 * encoding.c: bug fix and typos
9751 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
9752 * parser.c: added attribute normalization closing bug #3597
9753 * test/att* result/att* SAXresult/att*: testcase for attribute
9754 normalization
9755
9756Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9757
9758 * configure.in: closing bug #3163 by adding extra flags for the
9759 cc compiler on HP-UX
9760
9761Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9762
9763 * valid.[ch] : removed a typo and an enumerated type bug in the
9764 xmlAddElementDecl() function
9765 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
9766 call to xmlEncodeEntitiesReentrant() so that the functions
9767 New, Set and Get are at the same level.
9768 * parser.c HTMLparser.c: extra memory allocation bug for
9769 attributes detected by someone using libxml in embedded systems :-)
9770
9771Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9772
9773 * xmlmemory.h: turned off mem debug :-\
9774
9775Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9776
9777 * parser.c: closed bug #2784 a one line fix, but worth pushing
9778 a new release out
9779 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
9780 some structures, comments before and after the
9781 main element, and other nastyness
9782 * HTMLtree.c tree.c: accomodate the extended HTML supported
9783 * configure.in: pushing 1.7.4
9784 * test/ent8 and related outputs : added a new test for bug #2784
9785 * test/HTML/wired.html and related output: a nasty HTML example
9786 * Makefile.am: improved the test scripts
9787 * docs/* : reran the documentation extractor, updated xml.html
9788
9789Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9790
9791 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
9792 HTMLparser and debugged the HTML related code. HTML documents
9793 now have their own type
9794 * entities.c: do not dump &apos; for HTML output
9795 * xmlmemory.c: improvement, breakpoint mechanism
9796 * testHTML.c: added --sax --repeat ...
9797 * Makefile.am: improved the HTML tests
9798 * valid.[ch]: added xmlValidGetValidElements and
9799 xmlValidGetPotentialChildren
9800 * tester.c: added --insert to test the 2 new functions
9801 * test//* result//* SAXresult//* : regression test cleanup
9802 and extension.
9803 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
9804 gnome-xml-nanohttp.html
9805
9806Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9807
9808 * HTMLparser.c: fixed problems with some autoclose tags
9809 * tree.c: fixed XML output problems.
9810 * result/* SAXresult/*: update of the tests output
9811
9812Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9813
9814 * Makefile.am: Arturo patch for xmlConf.sh version info
9815 * parser.c: Tim Josling patch for single quoted items
9816 * tester.c: Tim Josling patch for tester options usage
9817 * tree.h: indent cleanup
9818
9819Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9820
9821 * HTMLparser.c parser.h : Fixed problems with HTML parsing
9822 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
9823
9824Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9825
9826 * tree.c : Raph patch for initialization of CORBA fields
9827 * parser.c, xpath.c, ...: modification of doc comments
9828 * xpath.c : allow spaces in xpath expressions
9829
9830Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9831
9832 * xmlmemory.h: turning off memory debug :-(
9833
9834Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9835
9836 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
9837 better SAX interfaces.
9838 * testSAX.c: uses the new SAX routine, avoid fetching any remote
9839 entity.
9840 * configure.in: 1.7.2
9841
9842Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9843
9844 * libxml.spec.in: fixed the URL
9845 * doc/xml.html: improved the documentation front-end
9846
9847Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9848
9849 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
9850
9851Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9852
9853 * libxml.spec.in: fixed the alpha compile problem
9854 * parser.[ch]: changed errno to errNo in the parser context :-(
9855 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
9856 * doc/xml.html: changed CHAR to xmlChar
9857 * doc/html/*: recompiled the documentation
9858 * configure.in: 1.7.1
9859
9860Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9861
9862 * parser.h: modified the parser context struct to regain 1.4.0
9863 binary compatibility
9864 * parser.c, xml-error.h: added errno ot teh context and defined
9865 a set of errors values with update of errno
9866 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
9867 DTDs and entities
9868 * *.h, *.c: complete cleanup of the use of config.h and include
9869 protection depending on the current setup.
9870 * overalll debugging, maintenance and bug-fixing on all modules
9871 * updated the documentation
9872 * ready for 1.7.0
9873
9874Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9875
9876 * HTMLparser.c : cleanup
9877 * SAX.c valid.c valid.h: added ID/IDREF checking
9878 * tree.c tree.h: extended doc structure for refs
9879 * configure.in: 1.6.2
9880 * parser.c: patched bug in SAX user arg call
9881 * parserInternals.h: patched missing close in C++ wrapping
9882 * testXPath.c xpath.c xpath.h: prepared for extensibility,
9883 especially upcoming XPointer implementation.
9884 * doc/xml.html: augmented, typo
9885
9886Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
9887
9888 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
9889 not all invocations of install understand -d.
9890
9891Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
9892
9893 * Makefile.am: prepend all the test* calls with $(top_builddir) -
9894 to make 'check' works, when builddir != srcdir.
9895
9896Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9897
9898 * doc/xml.html : updated the documentation
9899
9900Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9901
9902 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
9903 not deallocated memory blocks
9904 * *.c : replaces all calls to malloc() free() and realloc() to
9905 the wrapper functions/macros
9906 * tree.c : removed memory leaks dues to calling xmlFreeNode()
9907 instead of xmlFreeNodeList()
9908
9909Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9910
9911 * HTMLparser.c: corrected a stupid bug leading to core dump at
9912 tree deallocation. Removed warnings indicated by
9913 Stephane.Conversy@lri.fr
9914 * entities.c: Fixes Yet Another Stupid Bug, entities were not
9915 looked for in the external subset
9916
9917Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9918
9919 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
9920 on SGI by Stephane.Conversy@lri.fr
9921
9922Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9923
9924 * all .h : changed the prototype declaration indent as in gtk
9925 * most .c : working on reducing the TODOs in the code
9926 * most .c : cleanup though -pedantic and Insure++
9927 * improvements on validation ID checkings.
9928 * tree.[ch] SAX.c: added support for namespace on attributes #2022
9929 * xml-config.in: closed #1810
9930
9931Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9932
9933 * tree.h, valid.c, valid.h: more work on validity, IDs
9934 * xpath.c: added/fixed comparidon and equlity, added a new isinf
9935 definition for AIX
9936
9937Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9938
9939 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
9940 the distribution due to a cut'n paste error at last commit
9941
9942Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9943
9944 * configure.in: upgraded to version 1.4.0
9945 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
9946 Big update, added a large part of the validation process,
9947 it should be usable, but some parts are missing
9948 * xpath.c: improved the implementation w.r.t. root.
9949 * Makefile.am: added more tests
9950 * test and result trees: added a lot of tests
9951 * libxml.spec.in: export libxml.so.0 and libxml.so.1
9952
9953Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9954
9955 * Added an HACKING file
9956
9957Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9958
9959 * xpath.[ch] : improvements and debug of the XPath implementation
9960 * parser.c, HTMLparser.c : modified the parsers to be progressive
9961 * tree.[ch] : extended the Buffer promitives
9962 * xmlIO.[ch] : added basic I/O routines providing progressive
9963 parsing and ready for I18N conversion plugins
9964 * SAXresult/* : the SAX callback sequence maybe slightly different
9965 now
9966 * test*.c : improved/updated the tests programs
9967 * doc/* : recompiled the docs.
9968
99691999-07-26 Michael Meeks <michael@edenproject.org>
9970
9971 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
9972
9973 * tree.c: Ditto.
9974
9975Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9976
9977 * configure.in: upgraded to version 1.4.0
9978 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
9979 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
9980 XML query language, see http://www.w3.org/TR/xpath for more details.
9981 * parser.c, parser.h: added CHAR* related string functions for XPath
9982 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
9983 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
9984 rebuild the docs.
9985 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
9986 and regression testing capabilities for XPath.
9987
9988Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9989
9990 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
9991 closing bug #1646
9992
9993Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9994
9995 * Makefile.am, example/Makefile.am: closed bug #1683
9996
9997Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9998
9999 * example/Makefile.am, configure.in: added the makefile for the
10000 gjobread example
10001
10002Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
10003
10004 * doc/Makefile.am:
10005 - fix which allow "make install DESTDIR=</install/prefix>".
10006
10007Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10008
10009 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
10010 which fixed a problem on the file reading-code.
10011
10012Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10013
10014 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
10015 output.
10016 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
10017
10018Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10019
10020 * parser.h : Oops removed the binary compatibility problem
10021 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
10022 * parser.c, HTMLparser.c: applied patches for reading from stdin
10023
10024Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10025
10026 * parser.c, entities.c, valid.c: cleanup bug #1591
10027 * configure.in: cleanup bug #1592
10028 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
10029 the same tree back-end. Hence gdome will be available for it.
10030 * doc/Makefile.am: close bug #617
10031
10032Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10033
10034 * parser.c: alloctate a per parser context SAX interface block
10035
10036Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10037
10038 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
10039 and xmlEncodeEntitiesReentrant with the correct one :-\
10040
10041Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10042
10043 * commit of my internal XML base changes, quite a lot of
10044 changes, cleanups, better entities support, framework for
10045 new I/O and charset detection and handling
10046 * Fixed the configure/Makefile stuff to generate shared libs
10047 with the proper version info, so we jumped on rev from
10048 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
10049 xmlEncodeEntities() result need to be freed now, and a string
10050 xmlParserVersion provide the current library version.
10051
10052Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
10053
10054 * parser.c: fixed a buffer overrun for when you have a very long
10055 attribute with no entities in it.
10056
10057Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10058
10059 * added example directory
10060 * added example/gjobs.xml gjobread.c, still need a Makefile.in
10061
10062Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10063
10064 * Release of libxml-1.1, nearly everything has been touched for
10065 this.
10066 * Added more regression tests
10067 * Updated the documentation
10068
10069Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10070
10071 * tree.[ch]: unified the XML_NO_CORBA defines.
10072 * parser.c encoding.[ch]: started plugging in char encoding detection
10073
10074Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
10075
10076 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
10077 Also freed allocated buffer.
10078
10079Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10080 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
10081 reentrancy problem at printing. One is left in entities.c, to
10082 remove ASAP
10083 * testSAX.c : added a test example showing the use of the SAX
10084 interface if one doesn't want to build the DOM tree.
10085 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
10086
10087Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10088
10089 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
10090 large revamping of the parser to use SAX callbacks
10091 http://www.megginson.com/SAX/ (or at least a C like interface
10092 a la Expat). It's now possible to set up your own callbacks
10093 and the parser will not build a DOM tree.
10094 * test/* result/*: updated the test suite, I finally removed
10095 the old Namespace draft support (PI based).
10096
10097Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10098
10099 * Makefile.am: added test result to EXTRA_DIST for make tests
10100
10101Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10102
10103 * parser.c, parserInternals.h: moved the chars macro definitions
10104 to parserInternals.h
10105 * parser.c, error.c: applied patches from "Knut Ã…kesson"
10106 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
10107
10108Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10109
10110 * xml-config.in : applied patch to make --version work
10111
101121999-03-05 Raja R Harinath <harinath@cs.umn.edu>
10113
10114 * Makefile.am (check-local): Alias for `tests' target. This will
10115 cause `make check' to do the right thing.
10116 (tests): Don't run tests in srcdir. Also, replaced calls to
10117 basename with a `sed' "equivalent".
10118
10119Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10120
10121 * Renamed error.h to xml-error.h, corrected Makefile.am to list
10122 it in the header and not the sources, updated the doc.
10123 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
10124 pointing this out.
10125
10126Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10127
10128 * parser.c, parser.h, parserInternals.h: memory leak hunting,
10129 exported the inputStream routines.
10130 * doc/html/* : updated accordingly
10131
10132Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10133
10134 * parser.c, parser.h, parserInternals.h: added a few extra
10135 internal calls to allocate and free parser contexts ...
10136 * doc/html/* : updated accordingly
10137
10138Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10139
10140 * configure.in, Makefile.am, doc/makefile.am : General changes for
10141 1.0.0 release and including the generated HTML documentation.
10142
10143Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10144
10145 * makefile.am : added parserInternals.h, oops.
10146
10147Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10148
10149 * parserInternals.h: added this header giving access to the parser
10150 internal functions.
10151 * doc/Makefile.am : added a rebuild target which rebuilds the full
10152 set of documentations
10153 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
10154 the internal subset.
10155 * *.c *.h: modifications needed to generate the documentation using
10156 gtk-doc, cleanup of functions blocks, reorganisation of struct
10157 declarations.
10158
10159Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10160
10161 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
10162 the tar and spec file to include the beginning of the doc.
10163
101641999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
10165
10166 * doc/.cvsignore: Added this file.
10167
10168Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10169
10170 * tree.c: fixed xmlGetProp to return "" when the attribute
10171 exists, even if the node-list is NULL.
10172
10173Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10174
10175 * tree.c: patched an error outputting empty attribute values.
10176 * Makefile.am and doc/makefile.am: have been updated during the
10177 week-end. Sorry for an empty CVS log, I got a shell problem.
10178
10179Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10180
10181 * tree.h: cleaned up using enums instead of defines
10182 * parser.c, valid.[ch]: more work on parsing/output of element
10183 declarations
10184
10185Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10186
10187 * valid.[ch], tree.c, parser.c : more work toward full parsing
10188 of XML DTDs.
10189 * README: added informations about mailing-list and on-line
10190 documentation
10191
101921999-01-27 Raja R Harinath <harinath@cs.umn.edu>
10193
10194 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
10195
10196Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10197
10198 * parser.c, tree.[ch] : more work toward conformance testing,
10199 added a last element to accelerate parsing of very flat structures
10200 started working on internal subset Element content declaration.
10201 * valid.[ch] : first cut at adding code toward validation.
10202 * previous changes had also small impact on most files, especially
10203 the conformance testing using James Clark test suite.
10204
10205Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
10206
10207 * test/* : updated the examples, most of them were not well
10208 formed (humm), and added rdf2.
10209 * result/* : resulting changes in the output.
10210
10211Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10212
10213 * tree.c: changed the behaviour of xmlGetProp on NULL values.
10214
10215Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10216
10217 * tree.c: patched a bug in the generation of empty attributes
10218
10219Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10220
10221 * entities.[ch], tree.[ch], tester.c: added copy interfaces
10222 for node/trees/documents/... Biggest problem is namespace
10223 support when copying subtrees.
10224
10225Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10226
10227 * parser.c, entities.c: improve entities and char ref encoding,
10228 and cleanups of error messages.
10229
10230Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10231
10232 * parser.c, entities.c: simple bug hunting done during rpm2html and
10233 rpmfind integration.
10234
10235Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10236
10237 * parser.[ch]: Added interfaces allowing to specify a SAX
10238 handler before parsing.
10239
10240Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10241
10242 * parser.c: redirrect all errors reporting through the SAX
10243 error function
10244
10245Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10246
10247 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
10248 * libtool, tlmain ...: update of the libtool files
10249
102501998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
10251
10252 * entities.c: Use g_snprintf insteda of snprintf.
10253
10254Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10255
10256 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
10257 added ent5 test for this purpose.
10258 * parser.c, parser.h: formatting, comments and UTF-8 planning.
10259
10260Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10261
10262 * parser.c: fixed? a strange error due to compression on a GWP
10263 document.
10264
10265Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10266
10267 * tree.[ch]: bug fixing
10268 * entities.[ch]: defined a specific type for predefined entities
10269 * doc/xml.html: more documentation on the library, how to use it,
10270 overview of the interfaces.
10271
10272Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10273
10274 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
10275
10276Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10277
10278 * tree.c: corrected a small bug
10279 * doc/xml.html: continuing writing documentation.
10280
10281Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10282
10283 * debugXML.h debugXML.c: added debugging utilities.
10284 * tester.c: added --debug switch.
10285 * tree.c: patched an incorrect node->type assignment.
10286 * parser.c: formatting, ensure that node->doc != NULL in attributes
10287
10288Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10289
10290 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
10291 entity support and provide an internal representation close to
10292 DOM one (entity ref nodes, and attribute value as tree). I tried
10293 to preserve the interface but this will surely break some apps
10294 (I have to change rpm2html/rpmfind for example). I had to change
10295 two interfaces, and the generated tree is somewhat different.
10296 * doc/* : started documenting the XML library, the tree and
10297 DOM/Corba. This is a first step.
10298
10299Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10300
10301 * parser.c: Set up the fonctions comment block, boring but useful.
10302 * parser.h, SAX.c, parser.c: now attributes are processed through
10303 the SAX interface. The problem is that my SAX interface diverged
10304 quite a bit from the original one, well this is not an official
10305 spec, and translating it from Java to C is hairy anyway...
10306
10307Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10308
10309 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
10310 fonctions comment block, boring but useful.
10311
10312Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10313
10314 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
10315 conversion routines. However they are not yet used to convert the
10316 inputs. The core will run with UTF-8.
10317
10318Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10319
10320 * tree.c : make sure that the type id is properly set-up when
10321 a new object is allocated, needed for DOM.
10322
10323Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10324
10325 * tree.h, tree.c: Ok, the main objects in the tree will be native
10326 corba objects, it costs 8 bytes per Node, Attribute and Document
10327 but it simplifies the Corba integration a lot (no extra interface
10328 objects to allocate/free).
10329
10330Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10331
10332 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
10333 and changed NODEs contants for conformity with DOM Level 1
10334
10335Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10336
10337 * added hooks to keep track of servants when creating objects
10338 xmlDoc and xmlNode (for Corba export).
10339
10340Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10341
10342 * added xml-config script.
10343
10344Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10345
10346 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
10347 to autoupdate libtool and automake conf files.
10348
103491998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
10350
10351 * Makefile.am: Use '?' to separate the sed
10352 commands as ',' is used when people pass -Wl,something.
10353
10354
10355Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10356
10357 * tree.c, tree.h: added a per-document compression interface.
10358
10359Tue Sep 22 20:47:38 EDT 1998
10360
10361 * tree.c, tree.h: added saving with compression and added interfaces
10362 to control the compression level (xmlGetCompressMode,
10363 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
10364
10365Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10366
10367 * parser.c: corrected a loop for files of size 0
10368
103691998-08-20 Raja R Harinath <harinath@cs.umn.edu>
10370
10371 * error.h: New file. Contains prototyes from `error.c'.
10372
10373Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
10374
10375 * Makefile.am (xmlincdir): New macro.
10376 (xmlinc_HEADERS): Renamed from include_HEADERS.
10377
10378Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10379
10380 * applied small patch on numeric entities from
10381 Christopher Blizzard <blizzard@appliedtheory.com>
10382
10383Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10384
10385 * New release 0.2, removed the old xml_* files so that it's
10386 coherent with the other CVS base (W3C), far better conformance
10387 to standard, new namespaces, decent entities support, beginning
10388 of a SAX-like interface. Nearly nothing left intact, even the
10389 test examples ...
10390
103911998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
10392
10393 * .cvsignore: Add .deps dir
10394
10395Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10396
10397 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
10398
10399Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10400
10401 * configure.in: added test for CPP
10402 * AUTHORS, Changelog: the original ones didn't get commited but the
10403 glib ones instead, fixed.
10404 * Makefile.am: corrected an error in library naming
10405
10406Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
10407
10408 * integrated code developped at W3C
10409 * changed the original Copyright
10410 * migrated to automake
10411 * prefixed the filenames by xml_ to avoid filename clashes
10412
Daniel Veillarde0ed10c2003-01-06 11:06:26 +000010413Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
10414
10415 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
10416 should not be called.
10417
Daniel Veillard0aaaacd2003-01-06 10:59:57 +000010418Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10419
10420 * libxml-2.0.pc.in: applied the patch to fix #101894
10421
Daniel Veillard8a1b1852003-01-05 22:37:17 +000010422Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10423
10424 * tree.c : applied patch from Lukas Schroeder for register callbacks
10425 * valid.c: modified patch from Lukas Schroeder to test
10426 register callbacks with --chkregister
10427
Daniel Veillard067bae52003-01-05 01:27:54 +000010428Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10429
10430 * xmlreader.c: seriously changed the way data are pushed to
10431 the underlying parser, go by block of 512 bytes instead of
10432 tryng to detect tag boundaries at that level. Changed the
10433 way empty element are detected and tagged.
10434 * python/tests/reader.py python/tests/reader2.py
10435 python/tests/reader3.py: small changes mostly due to context
10436 reporting being different and DTD node being reported. Some
10437 errors previously undetected are now caught and fixed.
10438 * doc/xmlreader.html: flagged last section as TODO
10439
Daniel Veillard51a447a2003-01-04 19:42:46 +000010440Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
10441
10442 * python/libxml.py: integrated the Python 2.2 optimizations
10443 from Hannu Krosing, while maintaining compatibility with
10444 1.5 and 2.1
10445
Daniel Veillarde59494f2003-01-04 16:35:29 +000010446Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10447
10448 * xmllint.c: a bit of cleanup
10449 * xmlreader.c: small fix
10450 * doc/xmlreader.html: more work on the XmlTextReader tutorial
10451 * python/libxml.py: a few fixes pointed out by Hannu Krosing
10452
Daniel Veillard623a9eb2003-01-04 12:47:20 +000010453Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10454
10455 * python/setup.py.in: patch from Stéphane Bidoul to include
10456 drv_libxml2.py in setup.py
10457
Daniel Veillard66b82892003-01-04 00:44:13 +000010458Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
10459
10460 * doc/xmlreader.html: starting documenting the new XmlTextReader
10461 interface.
10462
Daniel Veillard7704fb12003-01-03 16:19:51 +000010463Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10464
10465 * xmllint.c: added the --stream flag to use the TextReader API
10466 * xmlreader.c: small performance tweak
10467
Daniel Veillarda80ff6e2003-01-03 12:52:08 +000010468Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10469
10470 * xmlreader.c python/tests/reader2py: okay the DTD validation
10471 code on top of the XMLTextParser API should be solid now.
10472
Daniel Veillard1fdfd112003-01-03 01:18:43 +000010473Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
10474
10475 * xmlreader.c python/tests/reader2py: Fixing some more mess
10476 with validation and recursive entities while using the
10477 reader interface, it's getting a bit messy...
10478
Daniel Veillarddab8ea92003-01-02 14:16:45 +000010479Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10480
10481 * xmlreader.c python/tests/reader.py: another couple of problem
10482 related to IsEmptyElement reported by Stéphane Bidoul needed
10483 some fixes.
10484
Daniel Veillard4f860202003-01-02 13:00:02 +000010485Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10486
10487 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
10488 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
10489 based on the python XmlTextReader interface.
10490
Daniel Veillard3c265e42003-01-01 21:06:49 +000010491Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * tree.c: backing out one change in the last patch which broke the
10494 regression tests
10495
Daniel Veillard5335dc52003-01-01 20:59:38 +000010496Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
10497
10498 * global.data globals.c tree.c include/libxml/globals.h: applied
10499 an old patch from Lukas Schroeder to track node creation and
10500 destruction. Probably missing a lot of references at the moment
10501 and not usable reliably.
10502
Daniel Veillard8ba17412003-01-01 19:13:12 +000010503Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10504
10505 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
10506 from doc/news.html and a stylesheet
10507
Daniel Veillarde3c036e2003-01-01 15:11:05 +000010508Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10509
10510 * xmlreader.c python/tests/reader.py: fixed another couple of
10511 xmlreader bugs reported by Stéphane Bidoul and added tests.
10512
Daniel Veillard9e395c22003-01-01 14:50:44 +000010513Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10514
10515 * xmlreader.c python/tests/reader2.py: fixed another validity
10516 checking in external parsed entities raised by Stéphane Bidoul
10517 and added a specific regression test.
10518 * python/tests/reader3.py: cleanup
10519
Daniel Veillardd5896142002-12-31 14:45:26 +000010520Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10521
10522 * xmlreader.c python/tests/reader2.py: fixed a problem with
10523 validation within entities pointed by Stéphane Bidoul, augmented
10524 the tests to catch those.
10525
Daniel Veillarddc85f282002-12-31 11:18:37 +000010526Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10527
10528 * python/generator.py: modified the generator to allow keeping
10529 class references when creating new classes, needed to fix a bug
10530 pointed by Stéphane Bidoul where the input buffer of the
10531 xmlTextReader instance gets destroyed if the python wrapper for
10532 the input is not referenced anymore.
10533
Daniel Veillard4d8db8a2002-12-30 18:40:42 +000010534Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10535
10536 * xmlreader.c python/tests/reader.py: fixed another pair of problem
10537 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
10538
Daniel Veillard571b8892002-12-30 12:37:59 +000010539Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10540
10541 * xmlreader.c python/tests/reader.py: fixed another problem
10542 pointed by Stéphane Bidoul
10543
Daniel Veillardaaa105b2002-12-30 11:42:17 +000010544Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10545
10546 * xmlreader.c python/tests/reader.py: fixed a limit case problem
10547 with "<a/>"
10548
Daniel Veillardecaba492002-12-30 10:55:29 +000010549Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10550
10551 * SAX.c: warn on xmlns:prefix="foo"
10552 * xmlreader.c python/tests/reader.py: fixed a couple of problem
10553 for namespace attributes handling.
10554
Daniel Veillard2d84a892002-12-30 00:01:08 +000010555Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10556
10557 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
10558 a really nasty problem raised by a DocBook XSLT transform
10559 provided by Sebastian Bergmann
10560
Daniel Veillard29b3e282002-12-29 11:14:41 +000010561Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
10562
10563 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
10564 by Stéphane Bidoul and integrated it into the tests
10565
Daniel Veillarde18fc182002-12-28 22:56:33 +000010566Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10567
10568 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
10569 extended the XmlTextReader API a bit, addding accessors for
10570 the current doc and node, and an entity substitution mode for
10571 the parser.
10572 * python/libxml.py python/libxml2class.txt: related updates
10573 * python/tests/Makefile.am python/tests/reader.py
10574 python/tests/reader2.py python/tests/reader3.py: updated a bit
10575 the old tests and added a new one to test the entities handling
10576
Daniel Veillardaba976d2002-12-28 21:14:18 +000010577Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10578
10579 * python/generator.py python/libxml2class.txt
10580 python/tests/reader.py python/tests/reader2.py: changed the
10581 generator to provide casing for the XmlTextReader similar to
10582 C# so that examples and documentation are more directly transposable.
10583 Fixed the couple of tests in the suite.
10584
Daniel Veillard83298842002-12-28 15:12:33 +000010585Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10586
10587 * doc/guidelines.html: added a document on guildeline for
10588 publishing and deploying XML
10589
Daniel Veillard336fc7d2002-12-27 19:37:04 +000010590Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10591
10592 * valid.c xmlreader.c: final touch running DTD validation
10593 on the XmlTextReader
10594 * python/tests/Makefile.am python/tests/reader2.py: added a
10595 specific run based on the examples from test/valid/*.xml
10596
Daniel Veillardf25b4ca2002-12-27 15:18:35 +000010597Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10598
10599 * python/libxml.py: added a few predefined xmlTextReader parser
10600 configuration values.
10601
Daniel Veillard0e9dafa2002-12-27 11:58:25 +000010602Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10603
10604 * python/libxml_wrap.h: trying to fix #102037
10605
Daniel Veillard8dbd4952002-12-27 11:34:48 +000010606Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10607
10608 * SAX.c: fixing bug #95296, when the predefined entities
10609 are redefined in the DTD the default one must be used
10610 instead anyway.
10611
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +000010612Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
10613
10614 * doc/xmllint.xml
10615 * doc/xmllint.1
10616 Add discussion of XML_DEBUG_CATALOG to xmllint man
10617 page - bug #100907
10618
10619
Daniel Veillarddf512f42002-12-23 15:56:21 +000010620Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10621
10622 * xmlreader.c: Fixed the empty node detection to avoid reporting
10623 an inexistant close tag.
10624
Daniel Veillard0d132cf2002-12-23 14:43:32 +000010625Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10626
10627 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
10628 for Python 2.1
10629
Daniel Veillardfe8aab92002-12-22 10:25:41 +000010630Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10631
10632 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
10633
Daniel Veillard4258b9c2002-12-20 10:29:40 +000010634Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10635
10636 * doc/libxml2-api.xml python/tests/reader.py: one really need
10637 to provide the base URI information when creating a reader parser
10638 from an input stream. Updated the API and the example using it.
10639
Daniel Veillardea7751d2002-12-20 00:16:24 +000010640Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10641
10642 * testReader.c xmlreader.c valid.c include/libxml/tree.h
10643 include/libxml/valid.h include/libxml/xmlreader.h: working on
10644 DTD validation on top of xml reader interfaces. Allows to
10645 validate arbitrary large instances. This required some extensions
10646 to the valid module interface and augmenting the size of xmlID
10647 and xmlRef structs a bit.
10648 * uri.c xmlregexp.c: simple cleanup.
10649
Daniel Veillardbeb70bd2002-12-18 14:53:54 +000010650Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10651
10652 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
10653 work on the xml reader interfaces.
10654 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
10655 Web page for the Windows binaries.
10656
Daniel Veillard4a6d39b2002-12-17 18:33:01 +000010657Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10658
10659 * xmlIO.c: applied a patch for VMS following the report by
10660 Nigel Hall
10661
Daniel Veillard3772de32002-12-17 10:31:45 +000010662Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
10663
10664 * parser.c: the parseStartTag bug fix wasn't complete.
10665
Daniel Veillard67df8092002-12-16 22:04:11 +000010666Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10667
10668 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
10669 parseStartTag, fixing it.
10670 * test/att4 result/att4 result/noent/att4: adding the test
10671 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
10672 more methods to XmlTextReader.
10673
Igor Zlatkovicd453c632002-12-16 18:45:48 +000010674Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10675
10676 * win32/libxml2.def.src: added more xml reader exports
10677 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
10678 to the build
10679
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +000010680Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
10681
10682 * doc/tutorial/xmltutorial.xml
10683 plus generated html and pdf
10684 Updating tutorial again based on further comments from Niraj
10685 Tolia on the last iteration
10686
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +000010687Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
10688
10689 * doc/tutorial/xmltutorial.xml
10690 * doc/tutorial/includekeyword.c
10691 * doc/tutorial/includegetattribute.c
10692 plus generated html and pdf
10693 Adding fix from Niraj Tolia to tutorial to properly free memory.
10694
10695
Daniel Veillardda46d2d2002-12-15 23:36:49 +000010696Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
10699 more methods of XmlTextReader.
10700 * python/libxml2class.txt python/tests/reader.py: this increased the
10701 methods in the bndings, augmented the test to check those new
10702 functions.
10703
Daniel Veillard0eb38c72002-12-14 23:00:35 +000010704Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10705
10706 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
10707 methods of XmlTextReader.
10708 * python/generator.py python/libxml_wrap.h python/types.c
10709 python/libxml2class.txt: added the reader to the Python bindings
10710 * python/tests/Makefile.am python/tests/reader.py: added a specific
10711 test for the Python bindings of the Reader APIs
10712 * parser.c: small cleanup.
10713
Daniel Veillard06503452002-12-13 10:42:08 +000010714Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10715
10716 * xinclude.c: fallback was only copying the first child not the
10717 full child list of the fallback element, closes #89684 as reopened
10718 by Bernd Kuemmerlen
10719
Igor Zlatkovic2d45f522002-12-12 12:33:43 +000010720Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10721
10722 * win32/libxml2.def.src: exported htmlNodeDumpOutput
10723
Daniel Veillard000eafb2002-12-12 10:04:22 +000010724Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10725
Daniel Veillardc1eed322002-12-12 11:01:32 +000010726 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +000010727 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +000010728 gives enum values, fix functype return type, put back fields in
10729 structs
10730 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +000010731
Daniel Veillard024b5702002-12-12 00:15:55 +000010732Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10733
10734 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
10735 about htmlNodeDumpOutput location.
10736 * xpath.c: removed an undefined function signature
10737 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
10738 too many symbols in the API breaking the python bindings.
10739 Updated with the libxslt/libexslt changes.
10740
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +000010741Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10742
10743 * configure.in: preparing release of 2.4.29
10744 * doc/*: rebuilt the docs and API
10745 * xmlreader.c: a few more fixes for the XmlTextReader API
10746
Igor Zlatkovicf6273a02002-12-11 17:00:54 +000010747Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10748
10749 * include/win32config.h: applied mingw patch from Magnus Henoch
10750
Daniel Veillard5aad8322002-12-11 15:59:44 +000010751Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10752
10753 * catalog.c doc/libxml2-api.xml: a bit more cleanup
10754
Daniel Veillarda9b66d02002-12-11 14:23:49 +000010755Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10756
10757 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
10758 building Python script, does the C parsing directly, generates
10759 a better API description including structure fieds defs and
10760 enums. Still a couple of bugs, but good enough for the python
10761 wrappers now.
10762 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
10763 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
10764 include/libxml/schemasInternals.h include/libxml/tree.h: more
10765 cleanup based on the python analysis script reports.
10766 * libxml.spec.in: make sure the API XML description is part of the
10767 devel package.
10768
Daniel Veillard01c13b52002-12-10 15:19:08 +000010769Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
10770
10771 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
10772 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
10773 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
10774 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
10775 code cleanup, especially the function comments.
10776 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
10777
Daniel Veillarde1ca5032002-12-09 14:13:43 +000010778Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10779
10780 * Makefile.am xmlreader.c include/libxml/Makefile.am
10781 include/libxml/xmlreader.h: Adding a new set of APIs based on
10782 the C# TextXmlReader API but converted to C. Allow to parse
10783 in constant memory usage, far simpler to program and explain
10784 than the SAX like APIs, unfinished but working.
10785 * testReader.c: test program
10786
Igor Zlatkovic70a296c2002-12-08 17:34:54 +000010787Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10788
10789 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
10790
Daniel Veillard64b35282002-12-04 15:10:40 +000010791Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10792
10793 * tree.c: Chip turner indicated that XHTML1 serialization
10794 rule for style actually break on both IE and Mozilla,
10795 try to avoid the rule if escaping ain't necessary
10796
Daniel Veillard8efff672002-12-04 11:44:48 +000010797Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10798
10799 * nanhttp.c: handle HTTP URL escaping, problem reported by
10800 Glen Nakamura and Stefano Zacchiroli
10801
Daniel Veillard1c732d22002-11-30 11:22:59 +000010802Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
10803
10804 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
10805
Daniel Veillardfdd27d22002-11-28 11:55:38 +000010806Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10807
10808 * uri.c: Johann Richard pointed out some XPointer problems for
10809 URN based URI references in XInclude. Modified the URI parsing
10810 and saving routines to allow correct parsing and saving of
10811 XPointers, especially when attached to "opaque" scheme accordingly
10812 to RFC 2396
10813
Daniel Veillard8db67d22002-11-27 19:39:27 +000010814Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10815
10816 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
10817 of refactoring to the HTML saving code.
10818 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
10819 in the doc.
10820
Daniel Veillardebc4ca92002-11-27 11:43:05 +000010821Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10822
10823 * tree.c include/libxml/tree.h: refactored the XML dump of a node
10824 to a buffer API to reuse the generic dump to an OutputIO layer,
10825 this reduces code, fixes xmlNodeDump() for XHTML, also made
10826 xmlNodeDump() now return the number of byte written.
10827
Daniel Veillard9d5ea172002-11-27 08:02:06 +000010828Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
10829
10830 * python/setup.py.in: another patch from Stéphane Bidoul for
10831 Python bindings on Windows
10832 * doc/parsedecl.py: small cleanup
10833
Daniel Veillard9715c172002-11-25 16:33:40 +000010834Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10835
10836 * libxml.spec.in configure.in: add a line in %changelog for releases
10837
Daniel Veillard9bc53102002-11-25 13:20:04 +000010838Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
10839
10840 * parser.c: patch from Marcus Clarke fixing a problem in entities
10841 parsing that was detected in KDe documentations environment.
10842
Daniel Veillardfaa35ff2002-11-24 13:53:43 +000010843Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10844
10845 * python/libxml.c (libxml_prev): Return the previous as opposed to
10846 the next node (I guess this is the result of some cut & paste programming:)
10847
Daniel Veillard80d7b902002-11-23 16:23:08 +000010848Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10849
10850 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
10851
Daniel Veillarda1196ed2002-11-23 11:22:49 +000010852Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * python/generator.py python/libxml.c python/setup.py.in: trying
10855 to fix the Python bindings build on Windows (Stéphane Bidoul)
10856
Igor Zlatkovic9ab71552002-11-22 21:41:43 +000010857Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10858
10859 * win32/configure.js: added option for python bindings
10860 * win32/libxml2.def.src: added more exports
10861
Igor Zlatkovicace7cd22002-11-22 18:07:00 +000010862Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10863
10864 * win32/Makefile.mingw: fixed unresolved symbols when linking with
10865 pthreads
10866 * win32/wince/*: applied updates to Windows CE port from Javier
10867
Daniel Veillardf9c4cad2002-11-22 15:57:07 +000010868Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10869
10870 * configure.in: preparing 2.4.28
10871 * libxml.spec.in doc/Makefile.am: some cleanup
10872 * doc/*: updated the news and regenerated.
10873
Daniel Veillardfee408f2002-11-22 13:18:30 +000010874Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10875
10876 * HTMLparser.c: final touch at closing #87235 </p> end tags
10877 need to be generated.
10878 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
10879 this change slightly the output of a few tests
10880 * doc/*: regenerated
10881
Daniel Veillardd2ff0392002-11-22 12:28:38 +000010882Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10883
10884 * parserInternals.c: fixing bug #99190 when UTF8 document are
10885 parsed using the progressive parser and the end of the chunk
10886 is in the middle of an UTF8 multibyte character.
10887
William M. Brack8b2c7f12002-11-22 05:07:29 +000010888Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10889
10890 * threads.c: fixed initialization problem in xmlNewGlobalState
10891 which was causing crash.
10892 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
10893 in xmlInitializeGlobalState.
10894 * parserInternals.c: cleaned up ctxt->sax initialisation.
10895
Daniel Veillardd5c2f922002-11-21 14:10:52 +000010896Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10897
10898 * tree.c include/libxml/tree.h: modified the existing APIs
10899 to handle XHTML1 serialization rules automatically, also add
10900 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
10901 libxslt serialization uses it when needed without changing
10902 the library API.
10903 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
10904 result/xhtml1: added a new test specifically for xhtml1 output
10905 and updated the result of one XHTML1 test
10906
Daniel Veillardd076a202002-11-20 13:28:31 +000010907Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * xinclude.c parserInternals.c encoding.c: fixed #99082
10910 for xi:include encoding="..." support on text includes.
10911 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
10912 test/XInclude/ents/isolatin.txt : added a specific regression test
10913 * python/generator.py python/libxml2class.txt: fixed the generator
10914 the new set of comments generated for doc/libxml2-api.xml were
10915 breaking the python generation.
10916
Daniel Veillard817e70b2002-11-19 22:28:48 +000010917Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10918
10919 * doc/Makefile.am: repair some problem if gtk-doc fail or such
10920 * configure.in: patch for Solaris on new autoconf closes #98880
10921 * doc/parsedecl.py: repair the frigging API building script,
10922 did I say that python xmllib sucks ?
10923 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
10924 and some comment are no more truncated.
10925
Daniel Veillarda7e05b42002-11-19 08:11:14 +000010926Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10927
10928 * parser.c: Martin Stoilov pointed out a potential leak in
10929 xmlCreateMemoryParserCtxt
10930
Daniel Veillardbc6e1a32002-11-18 15:07:25 +000010931Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10932
10933 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
10934 included in HTML documents and using the push parser.
10935
Daniel Veillard4efd3be2002-11-18 09:11:13 +000010936Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10937
10938 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
10939 specified, look for the Python interpreter not just in the
10940 specified root but also in the specified location. Fixes #98825
10941
Daniel Veillarda8c0adb2002-11-17 22:37:35 +000010942Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10943
10944 * python/libxml.c: fixing bug #98792 , node may have no doc
10945 and dereferencing without checking ain't good ...
10946
Daniel Veillarddad3f682002-11-17 16:47:27 +000010947Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10948
10949 * configure.in: preparing release 2.4.27
10950 * doc/* : updated and rebuilt the docs
10951 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
10952 and all the docs are actually packaged and in the final RPMs
10953 * parser.c parserInternals.c include/libxml/parser.h: restore
10954 xmllint --recover feature.
10955
Daniel Veillard68e9e742002-11-16 15:35:11 +000010956Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10957
Daniel Veillard784b9352003-02-16 15:50:27 +000010958 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +000010959 processing of parsed entities, and XPath computation on sustitued
10960 entities.
10961 * testXPath.c: make sure entities are substitued.
10962
Daniel Veillard328f48c2002-11-15 15:24:34 +000010963Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10964
Daniel Veillard784b9352003-02-16 15:50:27 +000010965 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +000010966 processing of internal parsed entities, which had to be changed.
10967
Daniel Veillard66651aa2002-11-15 11:21:43 +000010968Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * Makefile.am python/Makefile.am python/tests/Makefile.am:
10971 trying to fix bug #98517 about building outside the source tree
10972 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
10973
Igor Zlatkovic2772cea2002-11-14 17:45:20 +000010974Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10975
10976 * include/win32config.h: cleanup
10977 * win32/Makefile.mingw: integrated mingw in JScript configure
10978 * win32/Makefile.msvc: modified to allow mingw coexistence
10979 * win32/configure.js: integrated mingw
10980 * win32/Readme.txt: cleanup
10981
Daniel Veillard8dd86a52002-11-12 21:14:17 +000010982Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10983
10984 * HTMLparser.c: strengthen the guard in the Pop macros,
10985 like in the XML parser, closes bug #97315
10986
Daniel Veillard0821b152002-11-12 20:57:47 +000010987Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10988
10989 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
10990 callback is never used.
10991
Daniel Veillard8606bbb2002-11-12 12:36:52 +000010992Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10993
10994 * parserInternals.c: fixed the initialization of the SAX structure
10995 which was breaking xsltproc
10996 * xpath.c: patch from Petr Pajas for CDATA nodes
10997 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
10998 * parser.c include/libxml/parser.h: patch from Peter Jones
10999 removing a leak in xmlSAXParseMemory() and adding the
11000 function xmlSAXParseMemoryWithData()
11001
MST 2002 John Fleckf854d992002-11-12 03:49:05 +000011002Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
11003
11004 adding pdf of tutorial, changing web page to link to it
11005 * doc/tutorial/xmltutorial.pdf
11006 * doc/xml.html
11007 * doc/docs.html
11008
MST 2002 John Fleck52717f32002-11-11 03:49:33 +000011009Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
11010
11011 * doc/tutorial/ar01s08.html
11012 adding file what I forgot for tutorial
11013
11014
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +000011015Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
11016
11017 Adding encoding discussion to tutorial
11018 Added:
11019 * doc/tutorial/images/*.png: DocBook admonition image files
11020 * doc/tutorial/apf.html, apg.html: new generated html
11021 * doc/tutorial/includeconvert.c: conversion code entity file
11022 changed:
11023 * doc/tutorial/xmltutorial.xml: DocBook original
11024 * doc/tutorial/*.html: generated html
11025
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000011026Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11027
11028 * include/libxml/*.h: retired xmlwin32version.h
11029 * doc/Makefile.am: retired xmlwin32version.h
11030 * win32/configure.js: retired xmlwin32version.h
11031
Igor Zlatkovica2258da2002-11-08 15:55:33 +000011032Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11033
11034 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000011035 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
11036 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +000011037
Daniel Veillard7216cfd2002-11-08 15:10:00 +000011038Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11039
11040 * globals.c: fixed a typo pointed out by Igor
11041 * xpath.c: try to speed up node compare using line numbers
11042 if available.
11043
Daniel Veillarda70d62f2002-11-07 14:18:03 +000011044Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11045
11046 * tree.c: make xmlFreeNode() handle attributes correctly.
11047
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +000011048Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11049
11050 * catalog.c: completed the #96963 fix, as reported by Karl
11051 Eichwalder
11052
Daniel Veillard56f21f22002-11-06 15:49:46 +000011053Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11054
11055 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
11056
Daniel Veillard91ad8792002-11-04 17:06:52 +000011057Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11058
11059 * Makefile.am: switched the order of a couple of includes
11060 to fix bugs #97100
11061
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +000011062Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11063
11064 * catalog.c: fixed bug #96963, reverted to the old behaviour of
11065 xmlLoadCatalogs that used to separate directories with a ':'.
11066
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +000011067Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11068
11069 * threads.c: improvements to the Windows-side of thread handling
11070 * testThreads.c: conditionally excluded unistd.h
11071 * testThradsWin32.c: broke overlong lines
11072 * include/win32config.h: adapted thread-related macros to the new
11073 scheme and for pthreads on Windows
11074 * win32/Makefile.msvc: introduced a more flexible thread build,
11075 added testThreads[Win32].c to the build
11076 * win32/configure.js: introduced a more flexible thread config
11077
John Fleck61f6fb62002-10-31 15:23:29 +0000110782002-10-31 John Fleck <jfleck@inkstain.net>
11079
11080 * doc/xml.html (and, by implication, FAQ.html)
11081 added UTF-8 conversaion FAQ from Marcus Labib Iskander
11082
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +000011083Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11084
11085 * configure.in: removed xmlwin32version.h
11086 * include/libxml/Makefile.am: removed xmlwin32version.h
11087
Daniel Veillardce66ce12002-10-28 19:01:59 +000011088Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11089
11090 * tree.c: applied patch from Brian Stafford to fix a bug
11091 in xmlReconciliateNs()
11092
Daniel Veillard7e3f1402002-10-28 18:52:57 +000011093Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11094
11095 * tree.c: applied patch from Christian Glahn to allow
11096 xmlNewChild() on document fragment nodes
11097
Daniel Veillardb39bc392002-10-26 19:29:51 +000011098Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11099
11100 * parser.c: Christian Glahn found a problem with a recent
11101 patch to xmlParseBalancedChunkMemoryRecover()
11102 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
11103 problems
11104 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
11105 test/schemas/seq*: added the test cases from Charles
11106
Daniel Veillard366a9152002-10-23 20:43:53 +000011107Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11108
11109 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
11110 serious cleanup of the spec file and associated changes
11111 in the Makefiles.
11112 * valid.c: try to remove some warnings on x86_64
11113
Daniel Veillardd033d022002-10-23 14:55:02 +000011114Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11115
11116 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
11117 fix bug #96586
11118
Daniel Veillardce02dbc2002-10-22 19:14:58 +000011119Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11120
11121 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
11122 parsing, applied his patch
11123 * result/HTML/attrents.html result/HTML/attrents.html.err
11124 result/HTML/attrents.html.sax test/HTML/attrents.html:
11125 added the test and result case provided by Mikhail Sogrine
11126
Daniel Veillarde645e8c2002-10-22 17:35:37 +000011127Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11128
11129 * vms/build_libxml.com vms/config.vms vms/readme.vms
11130 include/libxml/parser.h include/libxml/parserInternals.h
11131 include/libxml/tree.h include/libxml/xmlIO.h
11132 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
11133 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
11134 Applied the VMS update patch from Craig A. Berry
11135 * doc/*.html: update
11136
Daniel Veillardf000f072002-10-22 14:28:17 +000011137Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11138
11139 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
11140
Daniel Veillard1e208222002-10-22 14:25:25 +000011141Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11142
11143 * debugXML.c: adding a grep command to --shell in xmllint
11144 for T.V. Raman
11145
Daniel Veillard9cdcf362002-10-22 14:23:59 +000011146Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11147
11148 * xmlcatalog.c: tried to fix some of the problem with --sgml
11149
Daniel Veillard935494a2002-10-22 14:22:46 +000011150Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
11151
11152 * parser.c: tried to fix bug #91500 where doc->children may
11153 be overriden by a call to xmlParseBalancedChunkMemory()
11154
11155Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11156
11157 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
11158 identifiers in SGML catalogs containing '&'
11159
Daniel Veillardc0ac0692002-10-20 21:31:50 +000011160Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11161
11162 * python/types.c: fixed bugs when passing result value tree
11163 to Python functions.
11164
Daniel Veillard48267432002-10-18 11:21:38 +000011165Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11166
11167 * configure.in: preparing the release of 2.4.26
11168 * doc/*: updated and rebuilt the documentation
11169
Daniel Veillardbb284f42002-10-16 18:02:47 +000011170Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11171
11172 * parser.c: fixed a XML Namespace compliance bug reported by
11173 Alexander Grimalovsky
11174
Daniel Veillard44892f72002-10-16 15:23:26 +000011175Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11176
11177 * HTMLtree.c: fixed serialization of script and style when
11178 they are not lowercase (i.e. added using the API to the tree).
11179
Daniel Veillard2fd85422002-10-16 14:32:41 +000011180Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11181
11182 * valid.c: make xmlValidateDocument emit a warning msg if there
11183 is no DTD, pointed by Christian Glahn
11184
Daniel Veillard32370232002-10-16 14:08:14 +000011185Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11186
11187 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
11188 content model when some of the blocks have min or max, and a couple
11189 of bugs found in the process.
11190 * result/schemas/list0* test/schemas/list0*: added some specific
11191 regression tests
11192
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000011193Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
11194
11195 * README: updated the contact informations
11196
Daniel Veillard63186732002-10-15 08:43:17 +000011197Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11198
11199 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
11200 misses it, reported by Peter Bray.
11201
Daniel Veillard96c3a3b2002-10-14 15:39:04 +000011202Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
11203
11204 * tree.c: investigating xmlNodeGetContent() on namespace nodes
11205 and removed a few warnings
11206
Daniel Veillard819d5cb2002-10-14 11:15:18 +000011207Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
11208
11209 * parser.c: Christian Glahn found a small bug in the push parser.
11210 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
11211 public
11212
Daniel Veillard6045c902002-10-09 21:13:59 +000011213Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11214
11215 * xmlschemas.c include/libxml/xmlschemas.h: added
11216 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
11217 * testSchemas.c: added --memory to test the new interface
11218
Daniel Veillardf0070122002-10-09 14:24:17 +000011219Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11220
11221 * doc/index.py doc/search.php: integrated the XSLT indexing,
11222 a few fixed in the indexer, added a scope selection at the
11223 search level.
11224
Daniel Veillard01992e02002-10-09 10:20:30 +000011225Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11226
11227 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
11228 this was due to uninitialized parts of the validation context
11229
Daniel Veillard321be0c2002-10-08 21:26:42 +000011230Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11231
11232 * debugXML.c: applied patch from Mark Vakoc except the API
11233 change, preserved it.
11234 * doc/*: updated the docs to point to the search engine for
11235 information lookup or before bug/help reports.
11236
Daniel Veillard01e87d22002-10-08 16:55:06 +000011237Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11238
11239 * doc/index.py doc/search.php: added mailing-list archives
11240 indexing and lookup
11241
Daniel Veillard9dc1cf12002-10-08 08:26:11 +000011242Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11243
11244 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
11245
Daniel Veillard9b006132002-10-07 11:13:27 +000011246Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11247
11248 * doc/index.py: improved HTML indexing
11249 * doc/search.php: make the queries also lookup the HTML based indexes
11250
Daniel Veillard141d04b2002-10-06 21:51:18 +000011251Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11252
11253 * doc/index.py: added HTML page indexing
11254
Igor Zlatkovic91a62702002-10-04 13:34:16 +000011255Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11256
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +000011257 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +000011258 problem in libxslt.
11259 * catalog.c: fixed list handling in XML_CATALOG_FILES
11260
Daniel Veillardceb09b92002-10-04 11:46:37 +000011261Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11262
11263 * valid.c: typo/bug found by Christian Glahn
11264
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +000011265Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11266
11267 * xmlIO.c: applied Windows CE patch from Javier.
11268 * win32/wince: new directory, contains support for the PocketPC
11269 with Windows CE from Javier.
11270 * include/win32config.h: reorganised, removed duplicate
11271 definitions and applied WinCE patch from Javier.
11272 * include/wsockcompat.h: new file, now contains WinSock
11273 compatibility macros.
11274 * win32/Makefile.msvc: introduced double-run compilation.
11275
Daniel Veillarde16b5742002-09-26 17:50:03 +000011276Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11277
11278 * configure.in include/libxml/xmlwin32version.h: preparing release
11279 of 2.4.25
11280 * doc/*: updated and regenerated teh docs and web pages.
11281
Daniel Veillard90d68fb2002-09-26 16:10:21 +000011282Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11283
11284 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
11285 error were not covering namespace declarations.
11286 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
11287 it was missing the attribute declaration for the namespace
11288 * result/VC/NS3: the fix now report breakages in that test
11289
Daniel Veillardabe01742002-09-26 12:40:03 +000011290Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11291
11292 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
11293
Daniel Veillard2ace1952002-09-26 12:28:02 +000011294Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11295
11296 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
11297 and regenerated the docs and web site
11298
Daniel Veillarddda8f1b2002-09-26 09:47:36 +000011299Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11300
11301 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
11302 ATTRIBUTE_UNUSED is always put after the attribute declaration,
11303 not before
11304
Daniel Veillardd4cb1e82002-09-26 09:34:23 +000011305Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11306
11307 * python/generator.py python/libxml2class.txt: fixed a stupid error
11308 breaking the python API
11309
Daniel Veillardb7c29c32002-09-25 22:44:43 +000011310Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11311
11312 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
11313 triostr.c triostr.h: applied a trio update patch from
11314 Bjorn Reese which should work with MinGW
11315
Daniel Veillardbd9afb52002-09-25 22:25:35 +000011316Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11317
11318 * tree.c: improving some documentation comments
11319 * xmlregexp.c: found and fixed a mem leak with python regression tests
11320 * doc/*: rebuilt the doc and the API XML file including the
11321 xmlregexp.h xmlautomata.h and xmlunicode.h headers
11322 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
11323 python/types.c: added access to the XML Schemas regexps from
11324 python
11325 * python/tests/Makefile.am python/tests/regexp.py: added a
11326 simple regexp bindings test
11327
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000011328Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
11329
Daniel Veillardbd9afb52002-09-25 22:25:35 +000011330 * doc/xml.html:
11331 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000011332
Daniel Veillard118aed72002-09-24 14:13:13 +000011333Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
11334
11335 * xmlregexp.c: fixed the data callback on transition functionality
11336 which was broken when using the compact form
11337 * result/schemas/*: updated the results, less verbose, all tests
11338 pass like before
11339 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
11340 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
11341 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
11342 annoying warnings
11343 * xpath.c: try to provide better error report when possible
11344
Daniel Veillard72336152002-09-21 13:08:14 +000011345Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11346
11347 * Makefile.am: fixed a breakage raised by Jacob
11348
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +000011349Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11350
11351 * include/win32config.h: added HAVE_ERRNO_H definition for parts
11352 which don't use sockets
11353
Igor Zlatkovic01280582002-09-20 16:40:34 +000011354Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11355
11356 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
11357 * win32/configure.js: applied zlib patch from Daniel Gehriger
11358
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000011359Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11360
11361 * win32/configure.js: applied the patch from Mark Vakoc for
11362 regexp support
11363 * win32/libxml2.def.src: applied the patch from Mark Vakoc
11364 for regexp support
11365
Daniel Veillardb5c05732002-09-20 13:36:25 +000011366Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11367
11368 * xmlschemastypes.c: as pointed by Igor Float and Double
11369 parsing ain't finished yet
11370
Daniel Veillard40b11342002-09-20 12:01:39 +000011371Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11372
11373 * Makefile.am configure.in: trying to fix #88412 by bypassing
11374 all the python subdir if python ain't detected
11375
Daniel Veillard23e73572002-09-19 19:56:43 +000011376Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11377
11378 * Makefile.am configure.in include/libxml/xmlversion.h.in:
11379 made configuring with regexps/automata/unicode the default
11380 but without schemas ATM
11381 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
11382 fixed the regexp based DTD validation performance and memory
11383 problem by switching to a compact form for determinist regexps
11384 and detecting the determinism property in the process. Seems
11385 as fast as the old DTD validation specific engine :-) despite
11386 the regexp built and compaction process.
11387
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000011388Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11389
11390 * valid.c: determinism is debugged, new DTD checking code now works
11391 but xmlFAComputesDeterminism takes far too much CPU and the whole
11392 set usues too much memory to be really usable as-is
11393
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000011394Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11395
11396 * tree.c: fixed another stupid bug in xmlGetNodePath()
11397 * xmllint.c: --version now report the options compiled in
11398
Daniel Veillarda646cfd2002-09-17 21:50:03 +000011399Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11400
11401 * HTMLparser.c: small cleanup
11402 * valid.c xmlregexp.c: switched DTD validation to use only regexp
11403 when configured with them. A bit of debugging around the determinism
11404 checks is still needed
11405
Daniel Veillard63b01c22002-09-17 19:25:28 +000011406Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11407
11408 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
11409
Daniel Veillard92727042002-09-17 17:59:20 +000011410Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11411
11412 * xmlIO.c: small portability glitch fixed.
11413
Daniel Veillard84d70a42002-09-16 10:51:38 +000011414Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11415
11416 * xmlschemastypes.c: incomplete steps for real/double support
11417 * testAutomata.c include/libxml/xmlautomata.h
11418 include/libxml/xmlregexp.h: avoiding a compilation problem
11419 * valid.c include/libxml/valid.h: starting the work toward using
11420 the regexps for actual DTD validation
11421
Daniel Veillardaeb258a2002-09-13 14:48:12 +000011422Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11423
11424 * hash.c: cosmetic cleanup
11425 * valid.c include/libxml/tree.h include/libxml/valid.h: started
11426 integrating a DTD validation layer based on the regexps
11427
Daniel Veillard4402ab42002-09-12 16:02:56 +000011428Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
11429
11430 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
11431 the determinism was tested before eliminating the epsilon
11432 transitions :-(
11433
Daniel Veillardc6d4a932002-09-12 15:00:57 +000011434Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
11435
11436 * python/generator.py python/libxml.c python/libxml.py
11437 python/libxml2-python-api.xml python/libxml2class.txt
11438 python/libxml_wrap.h python/types.c: updated the python
11439 bindings, added code for easier File I/O, and the ability to
11440 define a resolver from Python fixing bug #91635
11441 * python/tests/Makefile.am python/tests/inbuf.py
11442 python/tests/outbuf.py python/tests/pushSAXhtml.py
11443 python/tests/resolver.py python/tests/serialize.py: updated
11444 and augmented the set of Python tests.
11445
Igor Zlatkovic353bf582002-09-10 19:07:14 +000011446Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11447
11448 * win32/configure.js: added more readme info for the binary
11449 package.
11450
Daniel Veillard607b35c2002-09-10 12:16:19 +000011451Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11452
11453 * xmlIO.c: fixed a stupid out of bound array error
11454
11455Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11456
11457 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
11458 messing around with support for Windows path, cleanups,
11459 trying to identify and fix the various code path to the
11460 filename access. Added xmlNormalizeWindowsPath()
11461
Daniel Veillard76575762002-09-05 14:21:15 +000011462Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
11463
11464 * error.c valid.c: working on better error reporting of validity
11465 errors, especially providing an accurate context.
11466 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
11467 error reports in those cases.
11468
Daniel Veillard3487c8d2002-09-05 11:33:25 +000011469Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11470
11471 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
11472 parser.c parserInternals.c xmlIO.c: get rid of all the
11473 perror() calls made in the library execution paths. This
11474 should fix both #92059 and #92385
11475
Daniel Veillard19aa7022002-09-05 11:14:19 +000011476Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
11477
11478 * xmllint.c: memory leak reporting was broken after a change
11479 of the preprocessor symbol used to activate it.
11480
Daniel Veillardec6725e2002-09-05 11:12:45 +000011481Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11482
11483 * tree.c: try to make the copy function work for node of
11484 type XML_DOCUMENT_FRAG_NODE, they are only created by the
11485 DOM layers though, not libxml2 itself.
11486
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000011487Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
11488
11489 * valid.c: try to provide file and line informations, not all
11490 messages are covered, but it's a (good) start
11491
Daniel Veillardbbc72c32002-09-05 10:52:10 +000011492Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
11493
11494 * xinclude.c: reimplemented a large part of the XInclude
11495 processor, trying to minimize resources used, James Henstridge
11496 provided a huge test case which was exhibiting severe memory
11497 consumption problems.
11498
Daniel Veillard2206dbf2002-09-05 08:09:37 +000011499Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
11500
11501 * python/Makefile.am: applied patch from Christophe Merlet to
11502 reestablish DESTDIR
11503
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011504Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
11505
11506 * libxml.spec.in: fixes libary path for x86_64 AMD
11507
John Fleckbe98b332002-09-04 03:16:23 +000011508Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
11509
11510 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011511 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000011512 (plus resulting generated html files)
11513 fixing one spot I missed in the tutorial where I hadn't freed
11514 memory properly
11515
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000011516Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
11517
11518 * doc/tutorial/includeaddattribute.c
11519 * doc/tutorial/includeaddkeyword.c
11520 * doc/tutorial/includegetattribute.c
11521 * doc/tutorial/includekeyword.c
11522 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011523 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000011524 update tutorial to properly free memory (thanks to Christopher
11525 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000011526 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000011527 added image files so the callouts are graphical, making it
11528 easier to read ( use "--param callout.graphics 1" to generate
11529 html with graphical callouts)
11530
Daniel Veillarde1662542002-08-28 11:50:59 +000011531Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
11532
11533 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
11534 nice logos generated by Marc Liyanage
11535 * doc/site.xsl *.html: changed the stylesheet to show the new
11536 logo and regenerated the pages
11537
Daniel Veillardb212bbb2002-08-25 14:39:16 +000011538Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11539
11540 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
11541
Daniel Veillard42766c02002-08-22 20:52:17 +000011542Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11543
11544 * xpath.c: possible mem leak patch from Jason Adams
11545
11546Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11547
11548 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
11549 in the XQuery namespace
11550 * configure.in: preparing 2.4.24
11551 * doc/*.html: updated the web pages
11552
11553Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11554
11555 * python/generator.py: closing bug #85258 by generating conditional
11556 compile check to avoid linking to routines not configured in.
11557
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000115582002-08-22 Havoc Pennington <hp@pobox.com>
11559
11560 * autogen.sh: update error message for missing automake
11561
Daniel Veillard08cccaa2002-08-22 09:47:29 +000011562Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
11563
11564 * python/Makefile.am: typo in target name resulted in libxml2.py
11565 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
11566
Daniel Veillard22669b22002-08-22 07:17:11 +000011567Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11568
11569 * win32/win32/Makefile.mingw: updated with version from
11570 Elizabeth Barham at http://soggytrousers.net/repository/
11571
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000011572Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11573
11574 * win32/Makefile.msvc: added the prefix location to the include
11575 and lib search path.
11576
Havoc Pennington830e8972002-08-18 22:22:13 +0000115772002-08-18 Havoc Pennington <hp@pobox.com>
11578
11579 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
11580 both automake 1.6 and 1.4 installed get the right automake. Means
11581 compilation from CVS will now require the latest automake 1.4
11582 release, or manually creating symlinks called "automake-1.4" and
11583 "aclocal-1.4"
11584
Daniel Veillardb6984ef2002-08-14 16:55:31 +000011585Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11586
11587 * configure.in python/Makefile.am: more AMD 64 induced changes from
11588 Frederic Crozat
11589
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000011590Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11591
11592 * xinclude.c: oops I was missing the xml:base fixup too
11593 * result/XInclude/*.xml: this adds xml:base attributes to most
11594 results of the tests
11595
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000011596Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11597
11598 * xinclude.c: quick but apparently working implementation of
11599 xi:fallback, should close bug #89684
11600 * Makefile.am test/XInclude/docs/fallback.xml
11601 result/XInclude/fallback.xml: added a basic test for fallback,
11602 and run with --nowarning to avoid a spurious warning
11603 * configure.in: applied patch from Frederic Crozat for python
11604 bindings on AMD 64bits machines.
11605
Daniel Veillard9e923512002-08-14 08:48:52 +000011606Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
11607
11608 * parser.c: xmlSAXUserParseMemory() really ought to fail if
11609 the caller don't pass a SAX callback block.
11610
Daniel Veillardc1a0da32002-08-14 08:32:18 +000011611Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11612
11613 * tree.c: applied the same fix for the XML-1.0 namespace to
11614 xmlSearchNsByHref() as was done for xmlSearchNs()
11615
Daniel Veillardad11b302002-08-12 14:53:41 +000011616Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11617
11618 * libxml.3: small cleanup of the man page
11619 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
11620 when serializing HREF attributes generated by XSLT.
11621
Daniel Veillardc084e472002-08-12 13:27:28 +000011622Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11623
11624 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
11625 version of Marc Liyanage' patch for boolean attributes in HTML
11626 output
11627
Daniel Veillard5f91b372002-08-12 12:13:01 +000011628Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
11629
11630 * python/tests/serialize.py: fixed the test results, indenting
11631 behaviour changed slightly
11632
Aleksey Sanin9e951762002-08-08 18:02:41 +000011633Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
11634
11635 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
11636 new c14n function to Windows def files
11637
Aleksey Saninea4272a2002-08-02 23:50:03 +000011638Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
11639
11640 * c14n.c: fixed a memory leak in c14n code
11641
Daniel Veillard58e44c92002-08-02 22:19:49 +000011642Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
11643
11644 * parser.c include/libxml/parser.h: adding a new API for Christian
11645 Glahn: xmlParseBalancedChunkMemoryRecover
11646 * valid.c: patch from Rick Jones for some grammar cleanup in
11647 validation messages
11648 * result/VC/* result/valid/*: this slightly change some of the
11649 regression tests outputs
11650
Daniel Veillard0bf29002002-08-01 12:54:11 +000011651Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11652
11653 * tree.c: trying to fix a problem in namespaced attribute handling
11654 raised by Christian Glahn
11655
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000011656Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11657
11658 * encoding.c include/libxml/encoding.h: Opening the interface
11659 xmlNewCharEncodingHandler as requested in #89415
11660 * python/generator.py python/setup.py.in: applied cleanup
11661 patches from Marc-Andre Lemburg
11662 * tree.c: fixing bug #89332 on a specific case of loosing
11663 the XML-1.0 namespace on xml:xxx attributes
11664
Aleksey Sanin2c135a12002-08-01 06:31:50 +000011665Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
11666
11667 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
11668 corner case from new Merlin's test suite and added a callback
11669 that will be used to improve xmlsec performance
11670
11671
Daniel Veillard0b22def2002-07-29 16:23:03 +000011672Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
11673
11674 * HTMLtree.c: trying to fix the <style> escaping problem in
11675 HTML serialization bug #89342
11676
Daniel Veillard0b28e882002-07-24 23:47:05 +000011677Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
11680 and rebuilt the web site.
11681
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000011682Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000011683
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000011684 * include/libxml/tree.h: added _private member to xmlNs struct
11685
Daniel Veillard1d995272002-07-22 16:43:32 +000011686Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
11687
11688 * HTMLparser.c: fixing bug #84876 based on the xml working
11689 code.
11690
William M. Brack61eaba52002-07-21 11:14:18 +000011691Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11692
11693 * python/Makefile.am: enhanced to fix bug 72012 (errors
11694 when using '-jX' make parameter)
11695
William M. Brackef61d202002-07-19 08:32:00 +000011696Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11697
11698 * xpath.c: small additional enhancement for booleans
11699 compared to nodesets
11700
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000011701Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11702
11703 * HTMLtree.c: changed the order of the encoding declaration
11704 attributes in the meta tags due to a bug in IE/Mac
11705
William M. Brack0c022ad2002-07-12 00:56:01 +000011706Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11707
11708 * xpath.c: enhanced handling of booleans (especially '='
11709 and '!=' for nodesets) - fixes bug 85256. Added new
11710 routine xmlXPathNotEqualValues for more proper handling
11711 of '!=' when nodesets are involved.
11712
Daniel Veillard06944e22002-07-11 19:55:18 +000011713Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11714
11715 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
11716 doc/xmlcatalog_man.xml to the source distribution
11717
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000011718Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11719
11720 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
11721 asked for this.
11722
Daniel Veillard539638b2002-07-06 19:55:14 +000011723Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
11724
11725 * configure.in: preparing 2.4.23
11726 * doc/*: rebuilt the docs
11727
Daniel Veillard176d99f2002-07-06 19:22:28 +000011728Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
11729
11730 * parser.c: fixing bug #84169 by fixing the
11731 comment of xmlCreatePushParserCtxt to describe the
11732 encoding detection parameters better.
11733
Daniel Veillard37f961d2002-07-06 17:53:56 +000011734Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11735
11736 * valid.c: fixing bug #79331 in one path the lookup for
11737 ID attributes on a namespaced node wasn't handled correctly :-\
11738
Daniel Veillard8c9872c2002-07-05 18:17:10 +000011739Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11740
11741 * HTMLparser.c: trying to fix 87235 about discarded white
11742 spaces in the HTML parser.
11743 * result/HTML/*: this changes the output of a number of HTML
11744 regression tests
11745
Daniel Veillardfdc91562002-07-01 21:52:03 +000011746Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
11747
11748 * xpath.c: applied patch from Richard Jinks for the namespace
11749 axis + fixed a memory error.
11750 * parser.c parserInternals.c: applied patches from Peter Jacobi
11751 removing ctxt->token for good.
11752 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
11753 popped out by the regression tests.
11754 * Makefile.am: patch for threads makefile from Gary Pennington
11755
William M. Brack6000af52002-06-28 11:43:13 +000011756Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11757
Daniel Veillardfdc91562002-07-01 21:52:03 +000011758 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000011759 expressions involving preceding-sibling (et al).
11760
Daniel Veillard153120c2002-06-18 07:58:35 +000011761Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11762
11763 * hash.c: applied a patch from Peter Jacobi to solve a problem
11764 when compiling with the Watcom C on Win32
11765 * result/schemas/*.err: the change of hashing algo generated
11766 permutations in the output
11767
Daniel Veillard5f7f9912002-06-17 17:03:00 +000011768Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11769
11770 * hash.c: applied patch from Sander Vesik improving the quality of
11771 the hash function.
11772
Aleksey Sanina5808b92002-06-14 17:07:41 +0000117732002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000011774
11775 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
11776 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
11777 xmllint.c xpath.c: replaced sprintf() with snprintf()
11778 to prevent possible buffer overflow (the bug was pointed
11779 out by Anju Premachandran)
11780
Daniel Veillarde059b892002-06-13 15:32:10 +000011781Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11782
11783 * parser.c: removed an uninitialized data error popped by valgrind
11784 on PE references
11785
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000011786Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
11787
11788 * doc/xml.html
11789 adding tutorial reference to the web page
11790
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000011791Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
11792
11793 * doc/tutorial/xmltutorial.xml
11794 * doc/tutorial/ar01s07.html
11795 * doc/tutorial/ape.html
11796 * doc/tutorial/includegetattribute.c
11797 adding section to tutorial about retrieving an attribute
11798 value
11799
Daniel Veillardf5582f12002-06-11 10:08:16 +000011800Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11801
11802 * parser.c: applied a couple of patches from Peter Jacobi to start
11803 to get rid of ctxt->token, with a possible significant speed
11804 improvement to be gained once done. Better compliance with PE
11805 references constructs in DTDs too.
11806 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
11807 from Peter too
11808
Daniel Veillard38d80e22002-06-11 07:24:56 +000011809Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11810
11811 * parser.c: Babak Vahedipour-Kunze reported that openTag in
11812 xmlParseElement was likely to have been deallocated at the
11813 time of the report, possibly leading to segfault. Just report
11814 the tag name now.
11815
Daniel Veillard9e412302002-06-10 15:59:44 +000011816Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11817
11818 * xpath.c: patch from Richard Jinks for XPath substring() function
11819 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
11820
Aleksey Sanina5808b92002-06-14 17:07:41 +0000118212002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000011822
11823 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
11824
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000011825Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
11826
11827 *doc/FAQ.html
11828 fixing typos in FAQ, thanks to Robert Funnell for the
11829 editing help
11830
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011831Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11832
11833 * NEWS: got complaints from rpmlint that it was empty
11834
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000011835Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
11836
11837 * added doc/tutorial, including:
11838 apa.html
11839 apb.html
11840 apc.html
11841 apd.html
11842 ar01s02.html
11843 ar01s03.html
11844 ar01s04.html
11845 ar01s05.html
11846 ar01s06.html
11847 includeaddattribute.c
11848 includeaddkeyword.c
11849 includekeyword.c
11850 includestory.xml
11851 index.html
11852 xmltutorial.xml
11853 libxml tutorial, including generated html
11854
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000011855Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
11856
11857 * result/c14n/exc-without-comments/merlin-c14n-two-*
11858 result/c14n/without-comments/merlin-c14n-two-*
11859 test/c14n/exc-without-comments/merlin-c14n-two-*
11860 test/c14n/without-comments/merlin-c14n-two-*
11861 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
11862 c14n/exc-c14n and slightly modified test script to handle
11863 these test cases
11864 * c14n.c: fixed bugs for complicated nodes set (namespace
11865 without node and others from merlin-c14n-two.tar.gz)
11866 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
11867 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
11868 for xmlsec performance patch
11869 * xpath.c: fixed self::node() for namespaces and attributes
11870
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011871Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
11872
11873 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
11874 but with the format parameter
11875 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
11876
Aleksey Saninc57f9c12002-05-31 19:14:57 +000011877Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
11878
11879 * Makefile.am: updated c14n tests suite
11880 * c14n.c: performance improvement for previous c14n patch
11881
Daniel Veillarde72c7562002-05-31 09:47:30 +000011882Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11883
11884 * parser.c: another peroformance patch from Peter Jacobi, that
11885 time on parsing attribute values.
11886
Aleksey Sanin508a1012002-05-31 06:32:32 +000011887Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
11888
11889 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
11890 into LibXML2 test suite
11891
Aleksey Sanindffd5c82002-05-31 04:24:13 +000011892Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
11893
11894 * c14n.c: propagating xpath ancesstors node fix to c14n
11895 plus small performance improvement to reduce number of
11896 mallocs
11897 * xpath.c: fixed ancestors axis processing for namespace nodes
11898
Daniel Veillard46de64e2002-05-29 08:21:33 +000011899Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11900
11901 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
11902 Peter Jacobi
11903
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000011904Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11905
11906 * configure.in: preparing 2.4.22
11907
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000011908Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11909
11910 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
11911 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
11912 a public entry point.
11913 * doc/*: rebuilt the API and docs
11914
Daniel Veillarded23b7d2002-05-27 12:16:02 +000011915Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11916
11917 * xpath.c: patch from Richard Jinks to fix a problem introduced
11918 in the previous patch and pointed by Norm
11919
Daniel Veillardc6924812002-05-24 11:10:43 +000011920Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11921
11922 * libxml.spec.in: fixing bug #81112
11923
Daniel Veillard234bc4e2002-05-24 11:03:05 +000011924Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11925
11926 * uri.c: fixing bug #82848
11927
Daniel Veillarda2878972002-05-24 07:54:39 +000011928Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11929
11930 * result/catalogs/mycatalog.full: Aleksey's commit changed the
11931 output of one catalog test
11932
Aleksey Sanin114e4752002-05-24 07:20:27 +000011933Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000011934
Aleksey Sanin114e4752002-05-24 07:20:27 +000011935 * global.data globals.c tree.c include/libxml/globals.h
11936 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
11937 default value for global parameter xmlIndentTreeOutput to 1 and
11938 introduced new global parameter xmlTreeIndentString (the string
11939 used to do one-level indent) with default value " " (as it was
11940 in tree.c)
11941
Daniel Veillard49d5af82002-05-23 11:55:49 +000011942Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11943
11944 * Makefile.am: Merijn Broeren pointed out a problem when compiling
11945 with trio and schemas.
11946
Daniel Veillard7c13af42002-05-22 09:57:32 +000011947Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11948
11949 * xpath.c: patch from Richard Jinks to fix the problem raised in
11950 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
11951
Daniel Veillard5a872412002-05-22 06:40:27 +000011952Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11953
11954 * xmlschemas.c: a bit of work on import.
11955 * xmlschemastypes.c: Charles Bozeman provided a compare function
11956 for date/time types so min/max facet restrictions should work,
11957 indeterminate comparisons return an error instead of equal.
11958 * test/schemas/date_0* result/schemas/date_0_0: specific test
11959 from Charles Bozeman too
11960
Daniel Veillard10b6da42002-05-18 07:55:20 +000011961Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11962
11963 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
11964 from Christian Cornelssen fixing the man pages and the Catalog
11965 building script.
11966 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
11967 next step is <xs:import> I now have a reasonable understanding
11968 of how it works.
11969
Daniel Veillarde5354492002-05-16 08:43:22 +000011970Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11971
11972 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
11973
Igor Zlatkovic1396e182002-05-14 22:22:40 +000011974Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11975
11976 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
11977
Daniel Veillard088bf112002-05-14 11:03:59 +000011978Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11979
11980 * xpath.c: fixing an XPath function evalutation bug pointed out
11981 by Alexey Efimov where the context was lost when evaluating
11982 the function arguments
11983
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011984Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000011985
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011986 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
11987 function public for XMLSec performance optimizations
11988
Daniel Veillard3cd72402002-05-13 10:33:30 +000011989Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11990
11991 * python/generator.py python/libxml2class.txt : fixed a problem
11992 with the HTML parser pointed by Gary Benson
11993 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
11994 example
11995
Aleksey Sanine48a3182002-05-09 18:20:01 +000011996Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11997 * parser.c: fixed bug #81159 (memory growth in SAX)
11998
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011999Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12000 * xpath.c: fixed bug #78858 (the real fix)
12001
Aleksey Sanin29b6f762002-05-05 06:59:57 +000012002Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000012003 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000012004
Daniel Veillard4cbe4702002-05-05 06:57:27 +000012005Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12006
12007 * tree.c: modified xmlNodeSetBase to allow changing the
12008 base of a document.
12009
Daniel Veillard070803b2002-05-03 07:29:38 +000012010Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12011
12012 * xmlschemastypes.c: patch Charles Bozeman for validation of
12013 all the date, time, and duration types
12014 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
12015 * configure.in: fixed an error pointed by an user
12016 * xml2-config.in: fixed an error pointed by an user
12017
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000012018Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
12019
12020 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
12021 win32/libxml2.def.src xmlIO.c: exported default
12022 'file:', 'http:' and 'ftp:' protocols input handlers
12023 and maked protocols comparisson case insensitive
12024
Daniel Veillard34de97f2002-04-30 14:29:22 +000012025Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12026
12027 * configure.in: Neven Has detected a typo
12028
Daniel Veillard28577c32002-04-30 06:48:41 +000012029Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
12030
12031 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
12032 as one of the persons allowed to commit directly to the
12033 module.
12034
Daniel Veillardfc57b412002-04-29 15:50:14 +000012035Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12036
12037 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
12038 * valid.c: raised a too low limit
12039 * doc/*: rebuilt the docs
12040
Daniel Veillardeca82812002-04-24 11:42:02 +000012041Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12042
12043 * test/XPath/expr/floats test/XPath/expr/functions
12044 result/XPath/expr/floats result/XPath/expr/functions
12045 xpath.c: another XPath conformance patch from Richard Jinks
12046
Daniel Veillard13e04c62002-04-23 17:51:29 +000012047Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
12048
12049 * xmlschemas.c: fixed validation of attribute groups.
12050 * test/schemas result/schemas: added an example from the primer
12051
Daniel Veillard88c58912002-04-23 07:12:20 +000012052Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12053
12054 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
12055 * test/schemas result/schemas: updated the test list
12056
Daniel Veillarde19fc232002-04-22 16:01:24 +000012057Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12058
12059 * TODO: updated a bit
12060 * parser.c: made a comment more specific
12061 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
12062 Schemas conformance.
12063 * test/schemas result/schemas: updated the test list
12064
Daniel Veillard441bc322002-04-20 17:38:48 +000012065Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12066
12067 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
12068 implementing xs:all with minOccurs = 0
12069 * tes/schemas/* result/schemas/*: added more tests covering
12070 xs:all
12071
Daniel Veillard8a001f62002-04-20 07:24:11 +000012072Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12073
12074 * xmlregexp.c: first implementation of the all particle, this
12075 may need to be revisited for case where not all transitions
12076 must be crossed.
12077
Daniel Veillard7646b182002-04-20 06:41:40 +000012078Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12079
12080 * tree.c: another entity processing update from Markus Henke
12081
Bjorn Reese54d02fb2002-04-19 15:16:01 +000012082Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
12083
12084 * trionan.c: fixed crash on OSF/1
12085
Daniel Veillardb4398962002-04-19 07:01:55 +000012086Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12087
12088 * xmlschemas.c: more Schemas work
12089 * test/schemas/* result/schemas/*: added more tests coming
12090 from the spec.
12091
Daniel Veillard54761132002-04-18 21:00:44 +000012092Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12093
12094 * c14n.c: patch from Aleksey Sanin reflecting a change in the
12095 ExcC14N specification
12096
Daniel Veillardbf8dae82002-04-18 16:39:10 +000012097Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12098
12099 * tree.c: patch from Markus Henke, fix for recursive entities.
12100
Daniel Veillard23b1f372002-04-18 15:50:05 +000012101Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12102
12103 * xpath.c: fix a problem with string() on a document node.
12104
Daniel Veillarddecd64d2002-04-18 14:41:51 +000012105Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12106
12107 * Makefile.am xmlschemas.c: more Schemas work
12108 * test/schemas/* result/schemas/*: added more tests coming
12109 from the spec.
12110
Daniel Veillard6231e842002-04-18 11:54:04 +000012111Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12112
12113 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
12114 * result/HTML/*: this changes a few things in the results
12115
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000012116Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12117
12118 * include/libxml/tree.h: eliminated 'declaration different than
12119 prototype' warning
12120 * include/win32config.h: "resolved" conflicts with errno.h
12121
Daniel Veillardb509f152002-04-17 16:28:10 +000012122Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12123
12124 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
12125 on the automata interfaces and debug of counted choices
12126 * test/schemas/* result/schemas/*: added a number of tests
12127
Daniel Veillard8651f532002-04-17 09:06:27 +000012128Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12129
12130 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
12131 a bit of work on Schemas
12132 * testSchemas.c: try to make it more useful
12133 * test/schemas/* result/schemas/* Makefile.am: changed the
12134 Schemas regression test procedure, started adding a few samples
12135
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000012136Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12137
12138 * include/libxml/encoding.h: Patch for the Borland C++ builder
12139 * include/libxml/tree.h: Patch for the Borland C++ builder
12140 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000012141 * win32/bcb5: New directory for the Borland C++ builder
12142 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000012143
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000012144Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
12145
12146 * win32/Makefile.msvc: Update for XML Schema support
12147 * win32/configure.js: Update for XML Schema support
12148 * win32/libxml2.def.src: Update for XML Schema support
12149
Daniel Veillard4255d502002-04-16 15:50:10 +000012150Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12151
12152 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
12153 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
12154 xmlunicode.c include/libxml/Makefile.am
12155 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
12156 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
12157 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
12158 include/libxml/xmlversion.h.in : merged the current state of
12159 XML Schemas implementation, it is not configured in by default,
12160 a specific --schemas configure option has been added.
12161 * test/automata test/regexp test/schemas Makefile.am
12162 result/automata result/regexp result/schemas:
12163 merged automata/regexp/schemas regression tests
12164
Daniel Veillardbc6f7592002-04-16 07:49:59 +000012165Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
12166
12167 * xpath.c: Gary found a compile time problem, fixes #78823
12168
Daniel Veillarda7084cd2002-04-15 17:12:47 +000012169Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12170
12171 * configure.in: release of 2.4.20
12172 * doc/*: updated and rebuilt the docs
12173
Daniel Veillardf544f192002-04-15 12:56:56 +000012174Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12175
12176 * python/Makefile.am: patch from Cristian Gafton to build on
12177 Red Hat 6.2, should also fix #75779
12178
Daniel Veillard940492d2002-04-15 10:15:25 +000012179Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12180
12181 * valid.c: first part of fixing #78729
12182
Daniel Veillardeb475a32002-04-14 22:00:22 +000012183Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
12184
12185 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
12186 escaping of URI when saving HTML files.
12187 * result/HTML/*: this impacted some tests
12188
Daniel Veillard9b731d72002-04-14 12:56:08 +000012189Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
12190
12191 * configure.in: trying to fix #77441
12192
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000012193Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12194
12195 * include/libxml/xmlIO.h: Hallski complained it could not be
12196 included by itself.
12197
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000012198Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
12199
12200 * configure.in: applied an IEEE flag patch for OSF/1 #77825
12201
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000012202Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12203
12204 * win32/configure.js: patch from Nilo for the c14n option
12205 * win32/Makefile.msvc: fixed libxml2.def generation with threads
12206
Daniel Veillardda423da2002-04-10 19:25:38 +000012207Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12208
12209 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
12210 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
12211 LIBXML_THREAD_ENABLED
12212
Daniel Veillard0eafdef2002-04-10 16:14:34 +000012213Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12214
12215 * xpath.c: another patch from Richard Jinks for substring conformance
12216 * test/XPath/expr/floats test/XPath/expr/strings
12217 result/XPath/expr/floats result/XPath/expr/strings: update of the
12218 test suite to check those.
12219
Daniel Veillard01917aa2002-04-10 11:30:41 +000012220Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12221
12222 * xpath.c: patch from Richard Jinks for .x float parsing.
12223
Daniel Veillard46d6c442002-04-09 16:10:39 +000012224Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12225
12226 * parser.c: patch from Markus Henke when an encoding ain't recognized
12227
Daniel Veillard88e0ad42002-04-09 13:48:02 +000012228Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12229
12230 * libxml.m4: got a report that #include <string.h> was needed
12231
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000012232Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12233
12234 * xmllint.c: applied a fix from Anthony Jones for -o /--output
12235
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000012236Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
12237
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000012238 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000012239
Daniel Veillardbd6e6312002-04-01 08:04:14 +000012240Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12241
12242 * xpath.c: fixed a bug in the nodeset to boolean comparison code
12243 pointed out by Melvyn Sopacua.
12244
Daniel Veillarde979e3b2002-03-29 22:43:00 +000012245Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12246
12247 * libxml.m4: Frédéric Crozat gave a patch related to the change
12248 of Include paths breaking the libxml.m4
12249
Daniel Veillard7089d6b2002-03-29 17:28:10 +000012250Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12251
12252 * xpath.c: Fix bug #76927 forgot to save some context
12253 when evaluating binary expressions
12254
Daniel Veillardd30be4a2002-03-28 18:25:31 +000012255Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12256
12257 * configure.in: fixed configure for MPE/iX from Markus Henke
12258 * xmlmemory.c: fixed initialization problems
12259 * xpath.c: another set of patches from Richard Jinks this
12260 fixes "make XPathtests" on linux
12261
Daniel Veillard21458c82002-03-27 16:12:22 +000012262Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12263
12264 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
12265 * test/XPath/expr/compare test/XPath/expr/equality
12266 test/XPath/expr/floats test/XPath/expr/functions
12267 test/XPath/expr/strings result/XPath/expr/compare
12268 result/XPath/expr/equality result/XPath/expr/floats
12269 result/XPath/expr/functions result/XPath/expr/strings: Updated
12270 tests though they show a divergence on Linux
12271
Daniel Veillard28dfed12002-03-27 09:08:17 +000012272Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12273
12274 * xpath.c trionan.c: previous commit also included patches
12275 from Richard Jinks on some IEEE support corner case
12276
Daniel Veillard5fc1f082002-03-27 09:05:40 +000012277Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12278
12279 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
12280 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
12281 that $(datadir) should be used for docs
12282
Daniel Veillarddb1dc392002-03-26 12:44:39 +000012283Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12284
12285 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
12286 could leak filedescriptors
12287
Daniel Veillarddd4b9122002-03-26 07:58:43 +000012288Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12289
12290 * configure.in nanohttp.c: applied patch from Allan Clark for
12291 UnixWare/OpenServer
12292
Daniel Veillard19274092002-03-25 16:48:03 +000012293Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12294
12295 * configure.in: preparing 2.4.19
12296 * doc/*: rebuilt the docs
12297
Daniel Veillard56b2db72002-03-25 16:35:28 +000012298Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12299
12300 * nanohttp.c: fixing #76043, got fed up with non-portability
12301 of that piece of code.
12302
Daniel Veillard6f4561a2002-03-25 12:10:14 +000012303Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12304
12305 * valid.c SAX.c: Never commit without running "make tests" :-(
12306 fix a couple of stupidities in the previous commit
12307 * result/*: a few changes in some attribute order result of previous
12308 commit.
12309
Daniel Veillardd85f4f42002-03-25 10:48:46 +000012310Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12311
12312 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
12313 the internal subset should not raise duplicate ID errors,
12314 also there was a small bug in conjunction to namespace
12315 declarations defaulted and xml:xxx attributes DTD definitions.
12316
Daniel Veillard56cd18b2002-03-22 14:14:43 +000012317Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12318
12319 * xpath.c: Richard Jinks also raised some rounding problems
12320 this tries to fix them
12321
Daniel Veillard4e2df542002-03-22 12:23:14 +000012322Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
12323
12324 * xpath.c: Richard Jinks spotted an incoherent memory allocation
12325 behaviour in xmlXPathCastToString()
12326
Daniel Veillarddb552912002-03-21 13:27:59 +000012327Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12328
12329 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
12330 raised by Morus Walter
12331
Daniel Veillard9e537932002-03-21 13:08:08 +000012332Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12333
12334 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
12335 from Igor
12336
Daniel Veillard6fbcf422002-03-21 12:32:59 +000012337Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12338
12339 * xpath.c: fixing #75619, related to a problem when trying
12340 to evaluate condition when the current node set resulting
12341 from that sub-step evaluation is empty. Also fixes 2 potential
12342 problem with previous-sibling and next-siblings axis.
12343
Daniel Veillard1840ef02002-03-21 08:05:23 +000012344Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12345
12346 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
12347 HTML support is not configured in.
12348
Daniel Veillard561b7f82002-03-20 21:55:57 +000012349Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12350
12351 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
12352 include/libxml/tree.h: dohh I really didn't intended to commit
12353 this test version :-(
12354
Daniel Veillarde50f3b52002-03-20 19:24:21 +000012355Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12356
12357 * testSAX.c: I wanted to see the real speed at the SAX interface
12358 after a little too many Ximianer started complaining about the
12359 parser speed.
12360 added a --quiet option:
12361 paphio:~/XML -> ls -l db100000.xml
12362 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
12363 paphio:~/XML -> time ./testSAX --quiet db100000.xml
12364 3200006 callbacks generated
12365 real 0m1.270s
12366 Which means 16MBytes/s and 3Mcallback/s
12367
Daniel Veillardc62a1472002-03-19 18:35:12 +000012368Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12369
12370 * xpath.c: valgrind spotted another error that time when running
12371 on libxslt regression tests
12372
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000012373Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12374
12375 * Makefile.am: adding "make valgrind" running the full regression
12376 tests (except python ones) under Valgrind (using valgrind -q
12377 which was kindly added by the author).
12378 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
12379 passes cleanly now except an obcure floating point initialization
12380 raised in log10() in one XPath regression test ???
12381 * tree.c: edited some comments to close #75244
12382
Daniel Veillard28cac6b2002-03-19 11:25:30 +000012383Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
12384
12385 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
12386 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
12387 context of ScrollKeeper, made sure that if the number is
12388 an integer, the serialization follows the description at
12389 http://www.w3.org/TR/xpath#section-String-Functions
12390
Daniel Veillard5997aca2002-03-18 18:36:20 +000012391Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12392
Daniel Veillard34ce8be2002-03-18 19:37:11 +000012393 * configure.in: preparing 2.4.18
12394 * doc/*: updated and rebuilt the web site
12395 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
12396 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000012397 * parser.c: humm, changed the way the SAX parser work when
12398 xmlSubstituteEntitiesDefault(1) is set, it will then
12399 do the entity registration and loading by itself in case the
12400 user provided SAX getEntity() returns NULL.
12401 * testSAX.c: added --noent to test the behaviour.
12402
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000012403Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12404
12405 * parser.c: Wilfried Teiken provided a hackish but working
12406 way to get context reported back on entities when parsing
12407 with SAX and without breaking the DOM build.
12408
Daniel Veillard2d347fa2002-03-17 10:34:11 +000012409Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12410
12411 * c14n.c: applied a new patch from Aleksey Sanin
12412 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
12413 to reference Aleksey implementation of XML digital Signatures
12414
Daniel Veillard38bf6f02002-03-16 22:03:31 +000012415Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12416
12417 * xpath.c: small fix to avoid potential problem due to
12418 ordering of freeing data
12419 * python/Makefile.am: people were complaining about
12420 the generated file in python dir not being built
12421
Daniel Veillardd2379012002-03-15 22:24:56 +000012422Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12423
12424 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
12425 python/generator.py python/libxml.c python/types.c: Cleanup
12426 of the python Makefiles based on Jacob and James feedback,
12427 fixed the spec file accordingly, fixed the number of warning
12428 that passing my pedantic CFLAGS was generating. Conclusion
12429 is that Python includes are real crap.
12430
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000012431Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12432
12433 * configure,in: it was reported quite a few times that
12434 xml2-config --cflags should not output
12435 -I$includeprefix/libxml2/libxml because libxml2 header names
12436 clashes with existing names like list.h from C++ stl.
12437 Includes should be #include<libxml/xxx.h> so ...
12438
Daniel Veillard6f293b12002-03-15 09:42:33 +000012439Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12440
12441 * c14n.c: another patch from Aleksey Sanin
12442
Daniel Veillard5c396542002-03-15 07:57:50 +000012443Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
12446 canonicalization algorithm
12447 * doc/xml.html doc/index.html: added the C14N references on the
12448 index page.
12449
jacob berkman9be65862002-03-14 02:15:56 +0000124502002-03-13 jacob berkman <jacob@ximian.com>
12451
12452 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
12453 usage, redundant, and gcc specific
12454
Daniel Veillard75be0132002-03-13 10:03:35 +000012455Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12456
12457 * xpath.c: speedup some node selection operations, this can
12458 have a significant impact on DocBook Norm's stylesheets
12459 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
12460 make sure it's always the case
12461 * debugXML.c: distinguish CDATA and comments in ls operations
12462
Daniel Veillard61f26172002-03-12 18:46:39 +000012463Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12464
12465 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
12466 to generate better API descriptions etc...
12467
Daniel Veillard9ff88172002-03-11 09:15:32 +000012468Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12469
12470 * c14n.c: Fixing #74186, made sure all boolean expressions
12471 get fully parenthesized, ran indent on the output
12472 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
12473 include/libxml/tree.h: also #74186 related, removed the
12474 --with-buffers option, and all the preprocessor conditional
12475 sections that were resulting from it.
12476
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000012477Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12478
12479 * valid.c: applied patch from Dodji Seketeli fixing an
12480 uninitailized variable in xmlValidGetValidElements()
12481
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000012482Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12483
12484 * c14n.c: fixed a few comments
12485 * doc/*.html doc/*/*.html: regenerated the docs and added
12486 the C14N API
12487 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
12488
Daniel Veillardfa49d872002-03-09 10:20:00 +000012489Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12490
12491 * check-xml-test-suite.py: fix to adapt varaiations in the
12492 bindings
12493 * configure.in python/setup.py python/setup.py.in: fixed to
12494 have the version of the python scripts automatically updated
12495
Daniel Veillarda3db2e32002-03-08 15:46:57 +000012496Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12497
12498 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
12499 in xmlCopyProp()
12500
Daniel Veillardaf43f632002-03-08 15:05:20 +000012501Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12502
12503 * configure.in: preparing 2.4.17 release
12504 * doc/*: updated and rebuilt the docs
12505 * xpath.c: fixed a comment
12506 * python/libxml.c: fixed a possible reentrancy problem
12507
Daniel Veillardef6c46f2002-03-07 22:21:56 +000012508Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12509
12510 * tree.c python/tests/Makefile.am python/tests/attribs.py:
12511 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
12512 added a specific regression test
12513 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
12514 not raise exceptions when failing to find the attribute.
12515
Daniel Veillard90bc3712002-03-07 15:12:58 +000012516Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12517
12518 * configure.in xmllint.c: owen pointed out a problem with the
12519 ftme fix, gettimeofday() was not detected by configure and
12520 the ftime header wasn't included, dohhh
12521
Daniel Veillard8c1ae602002-03-07 11:21:00 +000012522Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
12523
12524 * configure.in xmllint.c: trying to fix #71457 for timing
12525 precision when gettimeofday() is not availble but ftime() is
12526
Daniel Veillardf5a457a2002-03-07 10:25:29 +000012527Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12528
12529 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
12530 are now copied on install and part of the -devel RPM
12531
Daniel Veillard7b416132002-03-07 08:36:03 +000012532Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12533
12534 * xpath.c: trying to avoid bug #72150 which was apparently
12535 caused by a gcc bug (or a processor problem) as detailed
12536 at http://veillard.com/gcc.bug
12537
Daniel Veillardf742d342002-03-07 00:05:35 +000012538Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12539
12540 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
12541 fixed xmlReconciliateNs(), added a Python test/example for
12542 inter-document cut'n paste
12543 * python/libxml.py: fixed node.doc on document nodes and added
12544 xpathEval() onto node objects
12545
Daniel Veillard4e0e2972002-03-06 21:39:42 +000012546Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
12547
12548 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
12549 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
12550 fixup and integrated tests for the serialization stuff
12551
Daniel Veillarde915b2d2002-03-06 18:42:40 +000012552Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12553
12554 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
12555 moved the libxml man page to section 3
12556
Daniel Veillard1e774382002-03-06 17:35:40 +000012557Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12558
12559 * tree.c: fix bug #72490
12560 * python/libxml.c python/libxml.py: added methods serialize()
12561 and saveTo() to all node elements.
12562
Daniel Veillardddffd2a2002-03-05 20:28:20 +000012563Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
12564
12565 * xmlIO.c: closed #73430, don't read from an input source
12566 which indicated an end-of-file or an error.
12567
Daniel Veillard8d24cc12002-03-05 15:41:29 +000012568Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12569
12570 * parser.c: make sure SAX endDocument is always called as
12571 this could result in a Python memory leak otherwise (it's
12572 used to decrement ref-counting)
12573 * python/generator.py python/libxml.c python/libxml.py
12574 python/libxml2-python-api.xml python/libxml2class.txt
12575 python/tests/error.py python/tests/xpath.py: implemented
12576 the suggestions made by Gary Benson and extended the tests
12577 to match it.
12578
Daniel Veillardba5e18a2002-03-05 09:36:43 +000012579Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12580
12581 * python/generator.py: applied patch fixing #73450
12582
Daniel Veillard044fc6b2002-03-04 17:09:44 +000012583Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12584
12585 * xpath.c: fixing #61290 "namespace nodes have no parent"
12586 long standing divergence from the XPath REC. NodeSets
12587 simply hold a copy of namespace nodes and those node ->next
12588 points to the parent (which may not be the node carrying the
12589 definition).
12590 * include/libxml/xpath.h: flagged but didn't added a possible
12591 speedup
12592 * DOCBparser.c HTMLparser.c: removed some warnings from push
12593 parser due to new state being added.
12594 * tree.c: new fix from Boris Erdmann
12595 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
12596 the XML Canonalization support from Aleksey Sanin
12597
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000012598Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12599
12600 * tree.c: patch from Boris Erdmann fixing some namespace odities
12601 with xmlCopyNode()
12602
Daniel Veillardc6613042002-03-02 09:34:02 +000012603Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12604
12605 * xmlIO.c: fix bug #72706 when loading a NULL entity
12606
Daniel Veillardc0fef772002-03-01 16:16:31 +000012607Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12608
12609 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
12610 actually change in a future XML Namespace revision.
12611
Daniel Veillard79426f22002-03-01 16:14:17 +000012612Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12613
12614 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
12615 added the possibility of returning nodesets from XPath extension
12616 functions written in Python
12617
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000012618Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
12619
12620 * python/*: commiting some Python bindings work done while travelling
12621
Daniel Veillard97300512002-03-01 09:13:41 +000012622Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12623
12624 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
12625 explicitely with memory debugging switched on
12626
Daniel Veillard6361da02002-02-23 10:10:33 +000012627Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
12628
12629 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12630 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12631 Added wrapper for the xmlURIPtr type, provided accessors, fixed
12632 the accessor generator for strings
12633 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
12634 regression test.
12635
Daniel Veillard0fea6f42002-02-22 22:51:13 +000012636Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
12637
12638 * python/README python/generator.py python/libxml.c python/setup.py:
12639 added the 'usual' setup.py to allow building a libxml2-python
12640 module based on the same code. The initialization is however
12641 different the 2 .so files fo libxml2 and libxslt are identical and
12642 they entry point initialize both libraries. this is done to avoid
12643 some possible nasty problem since the Python don't merge the maps
12644 of all shared modules.
12645
Daniel Veillard158a4d22002-02-20 22:17:58 +000012646Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12647
12648 * parser.c: fixed a push/encoding bug reported by Michael
12649 on librsvg
12650
Daniel Veillard7839e162002-02-20 18:54:48 +000012651Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12652
12653 * include/libxml/parserInternals.h: fixes a misplaced #endif
12654
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000012655Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12656
12657 * parser.c valid.c: found and fixed a couple of allocation bugs
12658
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000012659Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
12660
12661 * doc/xml.html doc/python.html doc/*: added a Python and binding
12662 page describing the current state of the Python bindings and
12663 giving pointers to the other languages wrappers.
12664
Daniel Veillard5f4b5992002-02-20 10:22:49 +000012665Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12666
12667 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
12668 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
12669 rebuilt the API and web site
12670 * xpath.c: fixed #71978 portability bugs
12671
Daniel Veillard8aff2472002-02-19 21:50:43 +000012672Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
12673
12674 * SAX.c: oops broke automatic defaulting of namespaces attributes.
12675
Daniel Veillard8dc16a62002-02-19 21:08:48 +000012676Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12677
12678 * include/libxml/parserInternals.h parser.c: had to change
12679 2 internal parsing API when processing document content
12680 to check the start and end of element content are defined
12681 in the same entity
12682 * valid.c include/libxml/valid.h: attribute normalization can
12683 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
12684 with the context to report it.
12685 * SAX.c: fixed the last known bugs, crazy validation constraints
12686 when a document is standalone seems correctly handled. There
12687 is a couple of open issues left which need consideration especially
12688 PE93 on external unparsed entities and standalone status.
12689 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
12690 The 2 tests left failing are actually in error. Cleanup done.
12691
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000012692Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12693
12694 * valid.c: implemented E59 spaces in CDATA does not match the
12695 nonterminal S
12696
Daniel Veillard878eab02002-02-19 13:46:09 +000012697Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12698
12699 * SAX.c parser.c valid.c: more validation test fixups
12700 * check-xml-test-suite.py: added duration info for the tests
12701
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000012702Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12703
12704 * parser.c valid.c: a couple of errors were reported but not
12705 saved back as such in the parsing context. Down to 1% failure rate
12706 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
12707
Daniel Veillard4a7ae502002-02-18 19:18:17 +000012708Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12709
12710 * xmlInternald.c: isExtender was missing a char
12711 * parser.c include/libxml/parser.h: % are acceptable in the
12712 internal subset if within a PUBLIC ID
12713
Daniel Veillard8ab0f582002-02-18 18:31:38 +000012714Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12715
12716 * SAX.c parserInternals.c valid.c: more work on the conformance
12717 suite. Took the step to finally block documents with encoding
12718 errors. It's a fatal error per the spec, people should have fixed
12719 their documents by now.
12720
Daniel Veillard55253e22002-02-18 14:32:39 +000012721Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12722
12723 * check-xml-test-suite.py: fixed the test script after some discussion
12724 on the semantic of TYPE="error"
12725 * Makefile.am: added the script to the distrib
12726
Daniel Veillard28757702002-02-18 11:19:30 +000012727Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12728
12729 * SAX.c entities.c: fixed a couple of conformances issues deep
12730 into the validation code (standalone and undeclared Notations)
12731
Daniel Veillard82ac6b02002-02-17 23:18:55 +000012732Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12733
12734 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
12735 stayed there for years !
12736
Daniel Veillard7aea52d2002-02-17 23:07:47 +000012737Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12738
12739 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
12740 missing
12741
Daniel Veillardc7612992002-02-17 22:47:37 +000012742Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12743
12744 * check-xml-test-suite.py: improved the behaviour a bit as
12745 well as the logs
12746 * parser.c valid.c SAX.c: fixed a few more bugs
12747 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
12748
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000012749Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12750
12751 * check-xml-test-suite.py: python script to run regression tests
12752 against the XML Test suite of W3C/OASis
12753 * SAX.c: fixed a validation bug
12754 * parser.c: fixed 3 errors pointed by the test suite
12755 * doc/buildDocBookCatalog: fixed a typo pointed by drake
12756 * python/Makefile.am: fixed a dependendy
12757
Daniel Veillard9f28f302002-02-15 20:48:08 +000012758Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12759
12760 * xmlmemory.c: avoid a warning bug #71594
12761
Daniel Veillard144024e2002-02-13 21:14:46 +000012762Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12763
12764 * xmlmemory.c: Jesse Perry provided a patch to remove a few
12765 warning on alpha/Tru64
12766
Daniel Veillarde4301c82002-02-13 13:32:35 +000012767Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12768
12769 * include/libxml/entities.h: fixing a comment
12770 * valid.c: fixing some troubles with validity check on namespaces
12771 * result/VC/NS3 test/VC/NS3: added a specific regression test
12772
Daniel Veillarda6d05382002-02-13 13:07:41 +000012773Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12774
12775 * tree.c: Fixing #71342 serializing '\n' in attribute values
12776 * result/noent/att3 result/att3 test/att3: added a specific
12777 test.
12778
Daniel Veillard797a5652002-02-12 13:46:21 +000012779Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
12780
12781 * python/libxml.c: couple of bug fixes
12782
Daniel Veillard01a6d412002-02-11 18:42:20 +000012783Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12784
12785 * python/*.py: removed tabs and used spaces.
12786
Daniel Veillard397ff112002-02-11 18:27:20 +000012787Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12788
12789 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
12790 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
12791
Daniel Veillard03517542002-02-11 13:54:40 +000012792Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12793
12794 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
12795 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
12796
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000012797Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12798
12799 * include/libxml/encoding.h include/libxml/entities.h
12800 include/libxml/globals.h include/libxml/parser.h
12801 include/libxml/threads.h include/libxml/tree.h
12802 include/libxml/xmlmemory.h: trying to fix the include mess
12803
Daniel Veillard1a612ed2002-02-11 07:54:45 +000012804Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12805
12806 * include/libxml/xmlmemory.h: reverted part of the previous
12807 attempt to provide #69655, this was breaking the build.
12808
Daniel Veillard0ba59232002-02-10 13:20:39 +000012809Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12810
12811 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
12812 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
12813 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
12814 include/libxml/parserInternals.h include/libxml/tree.h
12815 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
12816 Tentatively fixed #69655 , make compiling with -Wredundant-decls
12817 clean.
12818 * python/libxml.c: fixed a warning.
12819
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000012820Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
12821
12822 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
12823 copying of node, merge back IDs in the target document.
12824 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
12825 test/XInclude/ents/ids.xml: test case
12826 * result/VC/ElementValid4: output changed due to a typo fix
12827
Daniel Veillard1c18e302002-02-09 22:16:40 +000012828Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12829
12830 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000012831 generate the dependencies right as Jacob found out. Add
12832 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000012833
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000012834Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12835
12836 * parserInternals.c valid.c: Justin Fletcher found some parts
12837 of the code needing cleanup
12838 * libxml.spec.in python/Makefile.am python/generator.py
12839 python/libxml.c python/libxml.py: Fixed the python Makefiles
12840 corrected a bug showing up on ia64, changed the name of the
12841 python internal module too
12842
Daniel Veillard07be19b2002-02-08 14:20:35 +000012843Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12844
12845 * Makefile.am: applied patch from Andris Pavenis for binary
12846 name suffixes
12847
Daniel Veillardf216d462002-02-08 13:44:24 +000012848Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12849
12850 * xmllint.c win32/win32config.h: fixing #68748
12851
Daniel Veillardd455d792002-02-08 13:37:46 +000012852Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
12853
12854 * valid.c: fixing #70166
12855
12856Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12857
12858 * valid.c: fixing #70077
12859
Daniel Veillardc575b992002-02-08 13:28:40 +000012860Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12861
12862 * Copyright Makefile.am README configure.in libxml.spec.in:
12863 Changed to the MIT Licence
12864 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
12865 doc/xmlio.html: updated the doc accordingly
12866 * include/libxml/xmlwin32version.h configure.in: preparing
12867 2.4.14 release
12868 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12869 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12870 fixed the const xmlChar * wrapper and generator, XPath extension
12871 functions now use the context as first argument
12872 * python/tests/tstxpath.py python/tests/xpath.py
12873 python/tests/xpathext.py: Updated the tests accordingly
12874 * tree.c: fixed bug #70067
12875
Daniel Veillard7db38712002-02-07 16:39:11 +000012876Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12877
12878 * Makefile.am: cleanup
12879 * debugXML.c: always use stdout if output is NULL
12880 * xmlIO.c: don't close filedescriptors passed to outputBuffers
12881 * python/Makefile.am python/generator.py python/libxml2class.txt
12882 python/libxml_wrap.h python/types.c: augmented the number of bindings
12883 handling FILE * and XPath contexts
12884 * python/tests/Makefile.am: avoid a stupid problem due to the
12885 use of TEST.
12886
Daniel Veillard15a143b2002-02-06 22:40:50 +000012887Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12888
12889 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
12890
Daniel Veillard70cab352002-02-06 16:06:58 +000012891Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12892
12893 * python/TODO python/libxml.c: cleanup the extension function lookup
12894 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
12895
Daniel Veillard7a96efc2002-02-05 16:34:33 +000012896Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12897
12898 * configure.in python/Makefile.am: do not install outside
12899 of prefix
12900
Daniel Veillard33caa0b2002-02-04 14:07:26 +000012901Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12902
12903 * python/TODO python/libxml.c: started adding SAX interfaces
12904 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
12905 SAX test
12906
Daniel Veillard36eea2d2002-02-04 00:17:01 +000012907Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12908
12909 * tree.c: hardened the addChild function
12910 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12911 python/libxml2class.txt python/libxml_wrap.h python/TODO:
12912 added accessors needed for xmlNode, a bit more testing and
12913 extension of interfaces
12914 * python/tests/Makefile.am python/tests/build.py: added a test
12915 build from scratch/save/load/check
12916
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000012917Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12918
12919 * parserInternals.c: change a small bit in the way valididy
12920 error messages get initialized
12921 * python/TODO python/libxml.c python/libxml2-python-api.xml
12922 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12923 added some memory debugging to track leaks at the libxml2 level
12924 * python/tests/*.py: changed all tests to check for leaks,
12925 there is just one left in XPath extension registrations.
12926
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000012927Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
12928
12929 * python/TODO python/generator.py python/libxml2-python-api.xml
12930 python/libxml2class.txt: more accessor classes for the parser
12931 context, allow to switch on and check validity
12932 * python/tests/Makefile.am python/tests/error.py
12933 python/tests/invalid.xml python/tests/valid.xml
12934 python/tests/validate.py: attded more test and and added error.py
12935 which I forgot to commit in the last step
12936
Daniel Veillard3ce52572002-02-03 15:08:05 +000012937Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12938
12939 * python/Makefile.am python/types.c: cleanup
12940 * python/libxml.c python/libxml.py python/libxml_wrap.h
12941 python/generator.py python/libxml2-python-api.xml
12942 python/libxml2class.txt: added class for parser context, added
12943 first cut for push mode support. Added a framework to generate
12944 accessors functions.
12945 * python/tests/Makefile.am python/tests/push.py: added a push
12946 test
12947
Daniel Veillardcfb05462002-02-02 23:18:22 +000012948Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12949
12950 * python/Makefile.am python/TODO python/libxml.py: fixed a small
12951 bug a bit of cleanup.
12952
Daniel Veillard5d819032002-02-02 21:49:17 +000012953Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12954
12955 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
12956 python/libxml2class.txt: adding error redirections and preformat
12957 to a python handler
12958 * python/tests/Makefile.am python/tests/*.py: cleanup made all
12959 tests self checking
12960
Daniel Veillard7fd7a942002-02-02 12:19:46 +000012961Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12962
12963 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
12964 a function
12965
Daniel Veillard9589d452002-02-02 10:28:17 +000012966Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12967
12968 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
12969 python/libxml.c python/libxml2-python-api.xml
12970 python/libxml2class.txt: Progressing through the TODOs, class
12971 description output, extra XML API, RPM now builds the wrappers
12972 for all python installed versions
12973
Daniel Veillard253aa2c2002-02-02 09:17:16 +000012974Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
12975
12976 * configure.in libxml.spec.in python/Makefile.am python/TODO
12977 python/generator.py python/libxml2class.txt: added more informations
12978 in the libxml2-python package including docs. Slightly changed
12979 the class hierarchy
12980 * python/tests/*: added basic regression tests infrastructure too
12981
12982Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12983
12984 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
12985 added libxml2-python as part of the packages installed
12986
Daniel Veillarda7340c82002-02-01 17:56:45 +000012987Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12988
12989 * python/Makefile.am python/generator.py python/libxml.c
12990 python/libxml.py: more work, now able to extend the
12991 XPath interpreter with functions written in python.
12992
Daniel Veillardc3e39442002-02-01 09:29:41 +000012993Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12994
12995 * python/Makefile.am: Jacob sent a patch to allow building from
12996 tarfile.
12997
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000012998Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12999
13000 * python/Makefile.am python/libxml.c configure.in Makefile.am:
13001 inserted the python wrappers build, I hope this won't be too
13002 unportable
13003
Daniel Veillard1971ee22002-01-31 20:29:19 +000013004Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13005
13006 * xpath.c: minor optimization
13007 * python/generator.py python/libxml.c python/libxml.py
13008 python/libxml_wrap.h: more work on the python bindings,
13009 they now support XPath and there is no evident leak
13010
Daniel Veillard36ed5292002-01-30 23:49:06 +000013011Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13012
13013 * python/generator.py python/libxml.c python/libxml.py:
13014 more work on the python bindings generator.
13015
Daniel Veillard96fe0952002-01-30 20:52:23 +000013016Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13017
13018 * python/generator.py python/libxml.c python/libxml_wrap.h:
13019 more work on the python bindings.
13020
Daniel Veillardd2897fd2002-01-30 16:37:32 +000013021Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13022
13023 * python/generator.py python/libxml.c python/libxml.py
13024 python/libxml_wrap.h: commited early version of a python binding
13025 for private use only ATM
13026
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000013027Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13028
13029 * entities.c tree.c include/libxml/entities.h: applied patch
13030 from Anthony Jones to implement copy of DTD subtree too. Had
13031 just to keep 2 function private which really ought to become
13032 public ones.
13033
Daniel Veillarda42f25f2002-01-25 14:15:40 +000013034Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13035
13036 * xmllint.c: added pointers to the web pages in the usage()
13037
Daniel Veillardbd227ae2002-01-24 16:05:41 +000013038Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13039
13040 * tree.c: more fixes from Petr Kozelka for attribute handling
13041 in the tree API to align the semantic with DOM.
13042
Daniel Veillard36065812002-01-24 15:02:46 +000013043Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13044
13045 * valid.c tree.c entities.c: another set of patches from
13046 Anthony Jones for copy operations cleanup and robustness
13047
Daniel Veillardf8592562002-01-23 17:58:17 +000013048Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13049
13050 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
13051 an alphabetic index based on comments content
13052 * doc/*: rebuilt the web site with the new references
13053
Daniel Veillardc8c7be42002-01-23 17:53:44 +000013054Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13055
13056 * parserInternals.h: Greg Sjaardema suggested to use an
13057 eponential buffer groth policy in xmlParserAddNodeInfo()
13058
Daniel Veillard3bf65be2002-01-23 12:36:34 +000013059Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13060
13061 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
13062 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
13063 doc/parsedecl.py doc/Makefile.am: updated the python extractor
13064 to generate cross-references, and added/updated the stylesheets
13065 to generate and link API indexes. The generic keyword index
13066 is not done yet.
13067 * doc/*.html: regenerated all the usual docs too
13068
Daniel Veillard2070c482002-01-22 22:12:19 +000013069Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
13070
13071 * debugXML.c: added an xpath function to the shell for T. V. Raman
13072
13073Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000013074
13075 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
13076 debug routines.
13077
Daniel Veillardc169f8b2002-01-22 21:40:13 +000013078Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13079
13080 * tree.c: apply an patch from Petr Kozelka for unlink and replace
13081 support of attribute nodes
13082
Daniel Veillard9d06d302002-01-22 18:15:52 +000013083Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13084
13085 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
13086 hopefully near complete and fully documented of the API in XML
13087 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
13088 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
13089 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
13090 include/libxml/parserInternals.h include/libxml/valid.hi
13091 include/libxml/xmlIO.h include/libxml/xmlerror.hi
13092 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
13093 include/libxml/xpath.h include/libxml/xpathInternals.h:
13094 Cleaned up the doc comments a lot in the process, the interface
13095 coverage is now 100%
13096
Daniel Veillard2d1464f2002-01-21 23:16:56 +000013097Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13098
13099 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
13100 extracts comments from the gtk-doc DocBook output (a bit
13101 convoluted but seems to work).
13102
Daniel Veillard61006472002-01-21 17:31:47 +000013103Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13104
13105 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
13106 added an XML description of the API, moved the script generating
13107 it here. Added a "make api" target
13108
Daniel Veillardd2f23002002-01-21 13:36:00 +000013109Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13110
13111 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
13112
Daniel Veillard99e55eb2002-01-21 08:56:29 +000013113Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13114
13115 * xpath.c include/libxml/xpathInternals.h: the change made to
13116 xmlXPathFuncLookupFunc was incompatible roll it back
13117
Daniel Veillard963d2ae2002-01-20 22:08:18 +000013118Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13119
13120 * SAX.c: cleanup patch from Anthony Jones
13121 * doc/Makefile.am: fix the headers to avoid in make scan
13122 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
13123 includes, * vs Ptr and general cleanup
13124 * parsedecl.py: first version of a script to extract the
13125 module interfaces, the goal will be to provide .decl or XML
13126 specification of the interfaces to build wrappers.
13127
Daniel Veillard0f5f1622002-01-20 12:42:06 +000013128Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13129
13130 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
13131 now provides return codes in case of errors
13132
Bjorn Reese026d29f2002-01-19 15:40:18 +000013133Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
13134
13135 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
13136 Upgraded to trio baseline 1.6
13137 * strio.h strio.c: Replaced by triostr.h and triostr.c
13138
Daniel Veillard572577e2002-01-18 16:23:55 +000013139Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13140
13141 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
13142 of strdup usage in the code
13143
Daniel Veillarddb5850a2002-01-18 11:49:26 +000013144Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13145
13146 * parser.c error.c: Keith Isdale complained rightly that
13147 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
13148
Daniel Veillardcfa0d812002-01-17 08:46:58 +000013149Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13150
13151 * tree.c: fixed the funxtion to set the xml: attributes
13152 * debugXML.c: added "setbase" to test it.
13153
Daniel Veillard2c748c62002-01-16 15:37:50 +000013154Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13155
13156 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
13157 to allow updating an attribute content
13158
Daniel Veillard8de85c62002-01-15 17:10:15 +000013159Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13160
13161 * libxml.h: try to avoid problems when compiling on Windows
13162
Daniel Veillard314cfa02002-01-14 17:58:01 +000013163Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13164
13165 * hash.c: patch from Anthony Jones for hash.c allocation size
13166 * Makefile.am: trying to work around Yet Another Libtool Madness
13167 and build the 2.4.13 release finally ...
13168
Daniel Veillard744683d2002-01-14 17:30:20 +000013169Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
13170
13171 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
13172 * doc/* : update of the documentation
13173
Daniel Veillarde6a55192002-01-14 17:11:53 +000013174Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13175
13176 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
13177 at fixing #61290 :-(
13178
Daniel Veillardfb25a512002-01-13 20:32:08 +000013179Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13180
13181 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
13182 Fixes bug #67229
13183
Daniel Veillardacb2bda2002-01-13 16:15:43 +000013184Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13185
13186 * tree.c: trying to avoid troubles when a subtree is copied
13187 and coalesced in part with the target tree. Should fix
13188 bug #67407
13189
Daniel Veillardd8224e02002-01-13 15:43:22 +000013190Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13191
13192 * valid.c: fixed validation of attributes content of type
13193 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
13194 values, very old bug. Fixes #67671
13195
Daniel Veillard8107a222002-01-13 14:10:10 +000013196Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13197
13198 * parser.c include/libxml/parserInternals.h tree.c: integrated
13199 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
13200 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
13201
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000013202Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13203
13204 * threads.c: applied Serguei Narojnyi's patch to add native
13205 thread support on the Win32 platform
13206 * testThreadsWin32.c Makefile.am: added the test program also
13207 from Serguei, Win32 specific
13208 * include/win32config.h include/libxml/xmlwin32version.h.in:
13209 added patch from Igor for the Windows thread specific defines.
13210
Daniel Veillard845cce42002-01-09 11:51:37 +000013211Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13212
13213 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
13214
Daniel Veillard7b602b42002-01-08 13:26:00 +000013215Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
13216
13217 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
13218 output page into XMLinfo.html. Close bug #66951 and
13219 raised by Robert Collins too.
13220
Daniel Veillard73c6e532002-01-08 13:15:33 +000013221Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
13222
13223 * encoding.c: Paul Keogh pointed out a possibility of segfault
13224 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
13225 Closes bug # 68238
13226
Daniel Veillard4a859202002-01-08 11:49:22 +000013227Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
13228
13229 * doc/*.html: updated the Gdome2 links
13230
Daniel Veillard3c5ed912002-01-08 10:36:16 +000013231Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13232
13233 * libxml.h: Applied following patches from Robert Collins
13234 and make sure IN_LIBXML is defined when compiling it
13235 -------
13236 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
13237 as well as Visual C.
13238 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13239 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
13240 * strio.c (PLATFORM_UNIX): Define for Cygwin.
13241 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
13242 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
13243 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
13244 xmlSysIDExists xmlNoNetExists).
13245 * xmllint.c: Don't include winsock2.h for Cygwin.
13246
Daniel Veillard401c2112002-01-07 16:54:10 +000013247Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13248
13249 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
13250 when the version info is not present.
13251
Daniel Veillard6f42c132002-01-06 23:05:13 +000013252Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13253
13254 * tree.c: Anthony Jones pointed out a problem in
13255 xmlStringGetNodeList() and provided a fix for it
13256
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000013257Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13258
Daniel Veillarddb5850a2002-01-18 11:49:26 +000013259 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000013260 xmlCreatePushParserCtxt() when the initial buffer passed
13261 is large.
13262
Daniel Veillard0e47ee22002-01-05 18:25:52 +000013263Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13264
13265 * win32/*: big cleanup of the Windows/MSVC project files
13266 from Igor Zlatkovic
13267
Daniel Veillardcebb1362002-01-02 13:13:30 +000013268Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13269
13270 * doc/Makefile.am: should fix #67674 and avoid troubles if
13271 xsltproc is not available or fails in the prefix provided
13272
Daniel Veillard26908ab2002-01-01 16:50:03 +000013273Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
13274
13275 * xmlmemory.c: one more doc patch from Charlie Bozeman.
13276
Daniel Veillard5344c602001-12-31 16:37:34 +000013277Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13278
13279 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
13280 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
13281 Fixed a few other problems raised by Charlie Bozeman.
13282 * result/VC/ElementValid[5-7]: fixed the output
13283
Daniel Veillardcbaf3992001-12-31 16:16:02 +000013284Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
13285
13286 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
13287 patches from Charlie Bozeman. Regenerated the HTML docs.
13288
Daniel Veillard7f9a6802001-12-20 14:01:47 +000013289Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
13290
13291 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
13292 for Windows from Igor
13293
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000013294Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13295
13296 * xmllint.c: applied Justin Fletcher patch for --output or -o
13297
Daniel Veillardd3b29d22001-12-18 07:53:16 +000013298Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
13299
13300 * win32/libxml2/libxml2.def.src: close #67019
13301
Daniel Veillard01db67c2001-12-18 07:09:59 +000013302Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
13303
13304 * xmllint.c: applied Justin Fletcher generic timing patch
13305 similar to the one already applied to xsltproc.
13306
Daniel Veillardd1640922001-12-17 15:30:10 +000013307Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
13308
13309 * include/libxml/tree.h tree.c: applied documentation patches
13310 from Charlie Bozeman
13311
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000013312Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
13313
13314 *doc/xmllint.xml, xmllint.1 - document --dropdtd
13315
Daniel Veillard29e43992001-12-13 22:21:58 +000013316Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
13317
13318 * valid.c: fix the xmlStrdup() used in the previous patch.
13319 * valid.c: added --dropdtd
13320 * tree.c: fixed xmlUnlinkNode so it also removes the references
13321 from the document if the node is a DTD
13322
Daniel Veillard86fd5a72001-12-13 14:55:21 +000013323Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
13324
13325 * HTMLtree.c valid.c: cleanup some static declarations
13326
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000013327Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
13328
13329 * xmllint.c: removed another strdup()
13330 * doc/FAQ: removed the HP/UX entry
13331
Daniel Veillarded472f32001-12-13 08:48:14 +000013332Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
13333
13334 * valid.c: fix bug #66816 when validating.
13335 * xmllint.c: don't use sys/time.h if configure did not found it
13336
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000013337Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
13338
13339 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
13340 xmlcatalog_man.xml
13341
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000013342Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
13343
13344 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
13345 xmlInitMemory() was declared twice
13346
Daniel Veillardb82c1662001-12-09 14:00:54 +000013347Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
13348
13349 * globals.c: do not reference strdup() !
13350 * configure.in libxml-2.0.pc.in: trying to fix the libs
13351 of the various config extraction modules
13352
Daniel Veillardef90ba72001-12-07 14:24:22 +000013353Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13354
13355 * configure.in : preparing 2.4.12
13356 * doc/* : updated and rebuilt the docs
13357
Daniel Veillard220346d2001-12-07 11:33:54 +000013358Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
13359
13360 * uri.c: closed bug #66159
13361 * testURI.c: added --escape option
13362 * configure.in: some cleanup for xml2-config --cflags
13363
Daniel Veillard2a906822001-12-06 14:34:08 +000013364Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
13365
13366 * globals.c testThreads.c: removed some misplaced includes
13367 of xmlversion.h
13368
Daniel Veillarde28313b2001-12-06 14:08:31 +000013369Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
13370
13371 * threads.c: patch from Gary Pennington fixing a possible
13372 problem at initialization time.
13373
Daniel Veillardd3b08822001-12-05 12:03:33 +000013374Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
13375
13376 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000013377 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000013378 CodeWarrior.
13379
Daniel Veillarda7866932001-12-04 13:14:44 +000013380Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
13381
13382 * xmllint.c: applied Geert Kloosterman's patch to fix
13383 --repeat --timing output
13384
Daniel Veillard19840942001-11-29 16:11:38 +000013385Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
13386
13387 * parser.c: Robin Berjon <robin@knowscape.com> found a case
13388 where non-wellformed XML declaractions were not detected.
13389
Daniel Veillarde85d9342001-11-28 14:43:12 +000013390Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13391
13392 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
13393
Daniel Veillard22f25a82001-11-28 09:12:23 +000013394Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
13395
13396 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
13397 gets reset by xmlCleanupInputCallbacks() and this makes the
13398 function useless. Same for output.
13399
Daniel Veillard107ccaa2001-11-27 16:23:50 +000013400Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13401
13402 * xmlIO.c: robert pointed out a loop error in callback cleanups
13403
Daniel Veillard8faa7832001-11-26 15:58:08 +000013404Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
13405
13406 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
13407 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
13408 they are not really tied to debugging
13409
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000013410Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13411
13412 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
13413 * xmllint.c: better --catalogs description
13414
Daniel Veillard4855c8c2001-11-25 10:35:25 +000013415Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
13416
13417 * tree.c: fixed a couple of problems in xmlSetProp()
13418
Daniel Veillardcd337f02001-11-22 18:20:37 +000013419Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
13420
13421 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
13422 unappropriate stdout output.
13423
Daniel Veillard566d4df2001-11-22 13:00:53 +000013424Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
13425
13426 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
13427 by Denis Beurive, closes #65111
13428
Daniel Veillardb4545fd2001-11-20 09:37:09 +000013429Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
13430
13431 * valid.c: in case of content model validity error, don't
13432 print it if validity warnings were not requested.
13433
Daniel Veillardc69e0b12001-11-20 08:35:07 +000013434Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
13435
13436 * nanoftp.c: applied a couple of patches from Brian D Ripley.
13437 * parserInternals.c: removed the last exit() call. Print an
13438 unmaskable error on stderr instead (library mismatch detection)
13439
MST 2001 John Fleck42304042001-11-18 00:18:06 +000013440Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
13441
13442 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
13443 shell instructions from Heiko Rupp
13444
Daniel Veillardf7b094f2001-11-15 13:54:39 +000013445Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
13446
13447 * catalog.c: use the URL notation file:// for default catalog paths
13448
Daniel Veillard0ec98632001-11-14 15:04:32 +000013449Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
13450
13451 * include/libxml/tree.h: better comments for _private fields
13452 * tree.c: removed a problem when copying an entity reference.
13453
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000013454Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
13455
13456 * vms/*: updated instructions and diffs from John A Fotheringham
13457
Daniel Veillarda11001b2001-11-12 22:45:36 +000013458Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
13459
13460 * include/libxml/xmlerror.h: avoid an include problem if
13461 #include <libxml/xmlerror.h> happens first in code
13462 seems to be the case in KDE libs
13463
Daniel Veillard8e3943c2001-11-12 21:35:44 +000013464Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13465
13466 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
13467 from Igor for Windows
13468
13469Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13470
13471 * Makefile.am: Gary Pennington pointed out a missing prefix
13472
Daniel Veillard43d3f612001-11-10 11:57:23 +000013473Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
13474
13475 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
13476 * doc/*: upgraded and rebuilt the docs
13477
Daniel Veillardc1f78342001-11-10 11:43:05 +000013478Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
13479
13480 * HTMLparser.c: fix comment in scripts element parsing.
13481 * result/HTML/doc3*: updated the results.
13482
13483Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13484
13485 * uri.c: another URI bug fix #63336, using Joel Young patch.
13486
Daniel Veillardc6e013a2001-11-10 10:08:57 +000013487Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
13488
13489 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
13490 a cleaned up version of the Pwd shell string generation.
13491
Daniel Veillardbe480fb2001-11-08 23:36:42 +000013492Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13493
13494 * valid.c include/libxml/tree.h: trying to fix namespaces +
13495 validation problems for good, closing #63619 in the process
13496 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
13497 wrong in this respect, fixed it.
13498
Daniel Veillardd536f702001-11-08 17:32:47 +000013499Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
13500
13501 * xmllint.c: Morus Walter patch to allow --format and --encode
13502
Daniel Veillard5004f422001-11-08 13:53:05 +000013503Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
13504
13505 * debugXML.c: Stefan Kost provided an help command for the shell
13506
Daniel Veillarda6825e82001-11-07 13:33:59 +000013507Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
13508
13509 * debugXML.c: Heiko Rupp pointed that the shell would crash
13510 on empty nodesets returns.
13511
Daniel Veillard03f848d2001-11-07 12:53:46 +000013512Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
13513
13514 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
13515 migh need the history libraries
13516
Daniel Veillard957fdcf2001-11-06 22:50:19 +000013517Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
13518
13519 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
13520 handle the case of < in quoted attributes, Bastian Kleineidam
13521
Daniel Veillardc853b322001-11-06 15:24:37 +000013522Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
13523
13524 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
13525 fixing catalog breakages
13526 * Makefile.am catalog.c result/catalogs/catal
13527 result/catalogs/mycatalog.* test/catalogs/catal*:
13528 fixed more problems in catalog support, added more regression tests
13529 for both XML and SGML catalog handling
13530
Daniel Veillard66870c72001-11-05 19:27:49 +000013531Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
13532
13533 * debugXML.c: applied an improvement to xmlGetLineNo() from
13534 Keith Isdale
13535
Daniel Veillardffe09c92001-11-05 14:21:47 +000013536Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
13537
13538 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
13539 Side effect of the progressive catalog loading
13540
Daniel Veillardad661b92001-11-05 11:43:15 +000013541Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
13542
13543 * Makefile.am: confexecdir and confexec_DATA were defined twice
13544 pointed out by Karl Eichwalder
13545
Daniel Veillard6eb17722001-11-04 22:19:27 +000013546Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
13547
13548 * xmlcatalog.c: avoid unlink() and use remove() instead.
13549
Daniel Veillardea898282001-11-04 22:13:45 +000013550Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
13551
13552 * libxml.spec.in: cleanup
13553 * include/libxml/xmlwin32version.h: updated with 2.4.8
13554
Daniel Veillarda4617b82001-11-04 20:19:12 +000013555Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
13556
13557 * encoding.c global.data globals.c testThreads.c: fix bug #63752
13558 of compiling libxml with a non standard set of options
13559
John Fleck027edfb2001-11-04 20:13:58 +000013560Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
13561
13562 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
13563 document --sgml option, fixing gnome bugzilla #63382
13564
Daniel Veillardcd21dc72001-11-04 20:03:38 +000013565Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
13566
13567 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
13568 breakage of 2.4.7, added a couple of really needed APIs
13569 like xmlCatalogIsEmpty() and xmlNewCatalog()
13570 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
13571 for install-catalog
13572 * configure.in: preparing 2.4.8
13573
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000013574Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
13575
13576 * HTMLtree.c tree.c include/libxml/HTMLtree.h
13577 include/libxml/tree.h include/libxml/xmlIO.h: more include
13578 cleanups, export cleanly one html output + format function.
13579
13580Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
13581
13582 * parser.c: removed initGenericErrorDefaultFunc call from
13583 xmlInitParser() since it could destroy previous calls to
13584 xsltSetGenericErrorFunc() effects
13585
Daniel Veillardebd38c52001-11-01 08:38:12 +000013586Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13587
13588 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
13589 keyword.
13590
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000013591Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
13592
13593 * Makefile.am: cleanup
13594 * threads.c: cleanup too
13595 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
13596 from xsltproc
13597 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000013598 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000013599
Daniel Veillard91c00402001-10-30 17:41:38 +000013600Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
13601
13602 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
13603 was not used anymore !
13604
Daniel Veillard52dcab32001-10-30 12:51:17 +000013605Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
13606
13607 * configure.in: preparing 2.4.7
13608 * Makefile.am doc/Makefile.am: switched to the latest xmllint
13609 manual page from John
13610 * doc/*: updated the doc and rebuilt the generated pages
13611
Daniel Veillarda9e65e82001-10-30 10:32:36 +000013612Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
13613
13614 * xmlIO.c: closing bug #62711, the library should never
13615 close stdin or stdout.
13616
Daniel Veillard4def3bd2001-10-30 09:47:47 +000013617Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
13618
13619 * uri.c: second pass at fixing #63336, using Joel Young
13620 final patch. looks okay.
13621
Daniel Veillardbb6808e2001-10-29 23:59:27 +000013622Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
13623
13624 * uri.c include/libxml/uri.h: trying to clear #63336
13625 allowing the escaping routine to parse unconformant
13626 URI-References.
13627
Daniel Veillardacf7ff02001-10-29 20:21:47 +000013628Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
13629
13630 * vms/readme.vms vms/build_libxml.com nanoftp.c
13631 include/libxml/xmlversion.h.in: a few VMS updates from
13632 John A Fotheringham
13633 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
13634 and xmlCleanupOutputCallbacks() for the Perl binding people.
13635
Daniel Veillard635ef722001-10-29 11:48:19 +000013636Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
13637
13638 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
13639 apply fixes to close #63271 and avoid segfaults when
13640 the error routine gets callbed before xmlInitParser()
13641 get called.
13642 * nanoftp.c error.c: Applied patches from Justin Fletcher
13643 correcting some xmlGenericError misuses.
13644
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000013645Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
13646
13647 *doc/xmllint.xml, doc/xmllint.1
13648 New and improved man page for xmllint - .xml is the original, .1
13649 is the generated man page
13650
Daniel Veillardc9484202001-10-24 12:35:52 +000013651Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
13652
13653 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
13654 the web site from the main HTML document.
13655
Daniel Veillard5151c062001-10-23 13:10:19 +000013656Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13657
13658 * parser.c: fixed an erroneous validation bug when PE refs
13659 occurs in external parsed entities referenced from the
13660 internals subset
13661 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
13662 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
13663 added the associated testcase, it's a nice one.
13664 * HTMLparser.c: generate the DTD node as HTML still ...
13665 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
13666
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000013667Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
13668
13669 * HTMLparser.c: fixed a bug in htmlNewDoc()
13670
Daniel Veillard89cad532001-10-22 09:46:13 +000013671Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
13672
13673 * test/threads/*: added entities testing to the Thread test
13674 * testThreads.c: make the test reasonable
13675 * DOCBparser.c: fix the DTD public and system ID
13676 * xmllint.c: added --sgml for SGML DocBook importing
13677 * Makefile.am: added Docbtests target
13678
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000013679Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13680
13681 * nanoftp.c: use only "anonymous@" string for anonymous passwds
13682 * testThreads.c: removed bogus include
13683
Daniel Veillardce2c2f02001-10-18 14:57:24 +000013684Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13685
13686 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
13687 fixed a very serious (looping) validation bug
13688
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000013689Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
13690
13691 * include/libxml/globals.h include/libxml/threads.h threads.c
13692 testThreads.c: far more testing, cleaning up bugs
13693 * *.c : make sure globals.h is always included.
13694
Daniel Veillard7cc95c02001-10-17 15:45:12 +000013695Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
13696
13697 * HTMLparser.c: try to get rid of parser loops for good.
13698
Daniel Veillardab7488e2001-10-17 11:30:37 +000013699Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
13700
13701 * configure.in: fixed some bugs in CFLAGS passing.
13702 * test/threads Makefile.am testThreads.c: added a specific
13703 threaded test case (really nasty, guaranteed).
13704
Daniel Veillard85c11fa2001-10-16 21:03:08 +000013705Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
13706
13707 * catalog.c: serious cleanup on the management of the
13708 XML catalog tree, more tests done, especially with
13709 the catalog PI.
13710
Daniel Veillard364789a2001-10-16 12:45:00 +000013711Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
13712
13713 * catalog.c: avoid a problem in catalog cleanup on SMP if
13714 catalogs were not initialized.
13715
Daniel Veillard81463942001-10-16 12:34:39 +000013716Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
13717
13718 * catalog.c xpath.c: trying to cleanup the not thread safe
13719 parts of the library.
13720
Daniel Veillard64a411c2001-10-15 12:32:07 +000013721Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
13722
13723 * include/libxml/globals.h configure.in global.data: make
13724 the allocation be per-thread a configure option
13725 * encoding.c include/libxml/parser.h: fixed compilation
13726 errors
13727
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000013728Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13729
13730 * include/libxml/parser.h: Norm reported that a few lines
13731 added were breaking libxslt compile, removed them for now
13732
Daniel Veillard6f350292001-10-14 09:56:15 +000013733Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
13734
13735 * parser.c parserInternals.c threads.c: debugged and fixed
13736 initialization problems which were giving troubles on SMP
13737 boxes.
13738
Daniel Veillard6661ffa2001-10-13 14:18:17 +000013739Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13740
13741 * include/libxml/Makefile.am: missing globals.h
13742
Daniel Veillarde7090612001-10-13 12:18:28 +000013743Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000013744
Daniel Veillarde7090612001-10-13 12:18:28 +000013745 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000013746
Daniel Veillardd0463562001-10-13 09:15:48 +000013747Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13748
13749 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
13750 include/libxml/parserInternals.h include/libxml/tree.h
13751 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
13752 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
13753 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
13754 Applied the last patches from Gary, cleanup, activated threading
13755 all user accessible global variables are now handled in globals.[ch]
13756 Still a bit rought but make tests passes with either
13757 --with-threads defined at configure time or not.
13758 * Makefile.am example/Makefile.am: added globals.[ch] and threads
13759 linking options
13760
Daniel Veillardb8478642001-10-12 17:29:10 +000013761Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
13762
13763 * Makefile.am include/libxml/Makefile.am
13764 include/libxml/globals.h globals.c include/libxml/threads.h
13765 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
13766 configure.in: started integrating the core of the thread support
13767 not activated yet but half integrated. The code should still
13768 compile and work anyway.
13769
Daniel Veillardb44025c2001-10-11 22:55:55 +000013770Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13771
13772 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
13773 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
13774 integrating the non-controversial parts of Gary Pennington
13775 multithread patches
13776 * catalog.c: corrected a small bug introduced
13777
Daniel Veillard75b96822001-10-11 18:59:45 +000013778Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13779
13780 * catalog.c include/libxml/catalog.h: very serious cleanup,
13781 isolating unportable code and as much as possible the accesses
13782 to the global shared catalog. May need more testing !
13783
Daniel Veillard78d12092001-10-11 09:12:24 +000013784Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13785
13786 * include/libxml/debugXML.h debugXML.c tree.c: integrating
13787 Keith Isdale patches for the XSLT debugger interfaces. Some
13788 cleanup
13789
Daniel Veillardff0b7312001-10-11 06:46:09 +000013790Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13791
13792 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
13793 * DOCBparser.c: generate line nubers in elements
13794
Daniel Veillard60087f32001-10-10 09:45:09 +000013795Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
13796
13797 * configure.in: preparing 2.4.6 release
13798 * doc/xml.html doc/html/*: updated and rebuilt the docs
13799 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
13800
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000013801Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
13802
13803 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
13804 adding documentation for DV's supercatalog support
13805
Daniel Veillard82d75332001-10-08 15:01:59 +000013806Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13807
13808 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
13809 super catalog support adding one API and one flag --sgml to
13810 xmlcatalog
13811
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000013812Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
13813
13814 * doc/xmlcatalog_man.xml, xmlcatalog.1
13815 One more crack at
13816 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
13817
13818
Thomas Broyer47334c02001-10-07 16:41:52 +000013819Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13820
13821 * xpath.c: implemented xmlXPathObjectCopy for external objects
13822 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
13823
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000013824Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
13825
13826 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
13827 finishing up fix to
13828 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
13829 the xmlcatalog man page display more elegantly
13830
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000013831Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
13832
13833 * configure.in: closing bug #61832
13834 * HTMLparser.c: removed a warning
13835
Daniel Veillard6ab38382001-10-06 13:08:27 +000013836Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13837
13838 * xpath.c: fixing #61673 part I, do not loose doc information
13839 when copying result value trees.
13840
Daniel Veillard556c6682001-10-06 09:59:51 +000013841Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13842
13843 * xpath.c: trying to harden the XPath interpreter
13844
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000013845Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
13846
13847 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
13848 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
13849
William M. Brack1633d182001-10-05 15:41:19 +000013850Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13851
13852 * HTMLparser: repaired another loop problem
13853
Daniel Veillard20ee8c02001-10-05 09:18:14 +000013854Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13855
13856 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
13857 parsing.
13858 * xpath.c: fix bug #61291 the default XML namespace node is
13859 missing from the namespace axis.
13860 * tree.c: refuse to create namespaces nodes with prefix "xml"
13861
Daniel Veillard651f9472001-10-04 14:51:06 +000013862Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
13863
13864 * SAX.c: ouch a non-defined namespace could lead to a crash,
13865 fixed #61215
13866
Daniel Veillard7dd05702001-10-04 14:25:12 +000013867Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13868
13869 * parserInternals.c: closed bug #61054
13870
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000013871Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13872
13873 * include/libxml/Makefile.am: closing #60708
13874
Daniel Veillarda293c322001-10-02 13:54:14 +000013875Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13876
13877 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
13878 adding xmlSAXParseFileWithData following Marco Stipek suggestion
13879
Daniel Veillardf4309d72001-10-02 09:28:58 +000013880Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13881
13882 * valid.c: close bug #61550 when xml: wasn't considered a namespace
13883
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000013884Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13885
13886 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
13887 * DOCBparser.c HTMLparser.c parser.c: fixed typos
13888
Daniel Veillard16756b62001-10-01 07:36:25 +000013889Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
13890
13891 * catalog.c: Justin Fletcher provided cleaup code in case
13892 HAVE_STAT is not defined
13893 * include/win32config.h: Igor Zlatkovic suggested to have
13894 HAVE_STAT defined there
13895
William M. Brack5e1cac12001-09-28 16:19:18 +000013896Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13897
13898 * catalog.c - fixed typing error reported by M. Barros
13899
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000013900Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
13901
13902 * xmllint.c - fixing typo
13903
William M. Brackd28e48a2001-09-23 01:55:08 +000013904Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13905
13906 * HTMLparser.c: small enhancement to prevent loop on
13907 unrecognizable data
13908
Daniel Veillardb1d62872001-09-21 09:47:08 +000013909Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13910
13911 * parserInternals.c: applying patch from bug #60757 this
13912 should close it
13913
Daniel Veillardc0631a62001-09-20 13:56:06 +000013914Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13915
13916 * catalog.c xmlcatalog.c: removed a couple of warning
13917 * xpath.c: try to solve the linking problem on platforms
13918 needing trio to compile
13919
Daniel Veillard1a123612001-09-19 08:06:23 +000013920Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013921
Daniel Veillard1a123612001-09-19 08:06:23 +000013922 * Makefile.am libxml.spec.in: backing up non-documented changes
13923 commited without review or aproval by Jens Finke <jens@gnome.org>
13924 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013925
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013926Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
13927
13928 * configure.in: Joe Orton provided a patch fixing a problem
13929 when iconv is specified to be in a non-standard directory
13930 but wasn't exported in xml2-config --cflags
13931
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013932Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13933
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013934 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013935 troubles with 2.4.4 errors.
13936
Daniel Veillard16698282001-09-14 10:29:27 +000013937Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13938
13939 * encoding.c entities.c: do not output hexadecimal charrefs
13940 when serializing HTML since some version of Netscape can't
13941 grok it, generate decimal ones.
13942 * result/HTML/doc3.htm: output changed due to previous test
13943 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
13944
Daniel Veillard98fed372001-09-13 11:34:58 +000013945Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
13946
13947 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
13948 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
13949
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013950Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000013951 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013952
13953 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
13954 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
13955 updated the configuration scripts systems accordingly
13956
Daniel Veillard04382ae2001-09-12 18:51:30 +000013957Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13958
13959 * configure.in: preparing for 2.4.4
13960 * doc/xml.html doc/html/*: updated and rebuilt the docs
13961
Daniel Veillardd63437e2001-09-12 15:00:27 +000013962Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13963
13964 * win32/dsp/libxml2.def.src: tried to incorporate comments
13965 from bug #59220
13966
Daniel Veillard319a7422001-09-11 09:27:09 +000013967Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
13968
13969 * parser.c result/noent/wml.xml: fixed bug #59981 related
13970 to handling of '&' in attributes when entities are substitued
13971
Daniel Veillard7cf5e442001-09-10 20:16:32 +000013972Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13973
13974 * libxml.h include/libxml/xmlversion.h.in
13975 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
13976 Tried to close bug #60131
13977
Daniel Veillardbce62332001-09-10 18:46:55 +000013978Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13979
13980 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
13981
Daniel Veillard143b04f2001-09-10 18:14:14 +000013982Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
13983
13984 * SAX.c: fixing bug #59946 on xmlns=""
13985
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000013986Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13987
13988 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
13989 but allocates a new error code.
13990
Daniel Veillard05c13a22001-09-09 08:38:09 +000013991Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13992
13993 * xmllint.c: John Fleck fixed typos in the options output
13994 * parser.c SAX.c: fix ignorable white space SAX selection
13995
13996Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13997
13998 * entities.c: Steve Underwood found the possibility of an
13999 ininite loop in case of error.
14000
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000014001Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14002
14003 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
14004
Daniel Veillarda050d232001-09-05 15:51:05 +000014005Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
14006
14007 * parser.c: warn if version is not 1.0 but it's not
14008 strictly speaking an error after analyzing the spec
14009
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000014010Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
14011
14012 *doc/catalog.html - add link to the html version of the
14013 man page, other linguistic cleanups
14014
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000014015Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
14016
14017 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14018 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
14019 file, has not yet been included in the build.
14020
Daniel Veillard99784ff2001-09-01 16:20:28 +000014021Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14022
14023 * catalog.c: removed a duplicate affectation Justin Fletcher
14024
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000014025Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
14026
14027 * tree.c: Armin Sander pointed a possible text coalescing
14028 problem, completed his patch.
14029
Bjorn Reese0b2ae432001-08-31 16:31:57 +000014030Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14031
14032 * trionan.c: Fixed const and volatile re-definition problem
14033
Daniel Veillard5d96fff2001-08-31 14:55:30 +000014034Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
14035
14036 * libxml.4 parser.c: doc updates from Heiko Rupp
14037 * parserInternals.c: 2 sanity checks from Heiko Rupp
14038
Daniel Veillard3ec4c612001-08-28 20:39:49 +000014039Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14040
14041 * tree.c: applied patch from Armin Sander to make some pointers
14042 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000014043 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000014044
Daniel Veillardb06c6142001-08-27 14:26:30 +000014045Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14046
14047 * xpath.c: hum, restrict the integer usage gcc bug workaround
14048 to only gcc compilers so that other architecture don't get
14049 penalized by this limitation.
14050 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
14051
Daniel Veillard268fd1b2001-08-26 18:46:36 +000014052Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14053
14054 * valid.c: fixed a Windows compiler warning (Chris Poblete)
14055 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
14056
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000014057Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14058
14059 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
14060 --convert option to xmlcatalog to convert SGML ones to
14061 the XML syntax.
14062 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
14063
14064 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000014065Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14066
14067 * catalog.c xmlIO.c: started some serious testing and fixed
14068 a few bug and optmization needs.
14069
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000014070Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14071
14072 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14073 preparing for a 2.4.3 release even if it may not be ready yet
14074 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
14075 all file parsing lookup to go through the entity resolver, add
14076 to add an API to bypass it (needed to load catalogs themselves),
14077 some cleanup on the catalog code too.
14078 * nanoftp.c: small cleanup
14079 * doc/catalog.html: small update
14080
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000014081Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14082
14083 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
14084 Jun Kuriyama
14085
Daniel Veillardffb120d2001-08-23 00:52:23 +000014086Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14087
14088 * doc/catalog.html: finished the catalog documentation
14089
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000014090Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
14091
14092 * doc/catalog.html doc/xml.html: added documentation about
14093 Catalog support, misses an API description
14094 * doc/html/*: reextracted the API pages
14095
Daniel Veillarddc2cee22001-08-22 16:30:37 +000014096Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
14097
14098 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
14099 Added the part about section 7.2 on URI resolution,
14100 fixed a side effect in the HTML parser, look complete
14101 and ready to rock except the URI/SystemID part!
14102
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000014103Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14104
14105 * include/libxml/catalog.h include/libxml/parser.h
14106 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
14107 xmlIO.c: added support and APIs needed for the catalog PI
14108 * include/libxml/xmlIO.h: cleanup
14109
Daniel Veillarde2940dd2001-08-22 00:06:49 +000014110Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14111
14112 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
14113 include/libxml/catalog.h: starts to look okay, really
14114 plugged the new framework, cleaned a lot of stuff,
14115 added some APIs, except the PI's support missing this
14116 should be mostly complete
14117 * result/catalogs/* test/catalogs/*: added new test, enriched
14118 the existing one with URN ID tests
14119
Daniel Veillard64339542001-08-21 12:57:59 +000014120Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14121
14122 * catalog.c: fixed nextCatalog
14123 * result/catalogs/docbook test/catalogs/*: started adding
14124 a small regression test
14125
Daniel Veillardcda96922001-08-21 10:56:31 +000014126Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
14127
14128 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
14129 more work on the XML catalog support.
14130 * parser.c include/libxml/parser.h: small cleanup seems using
14131 list as a public parameter name can give portability troubles
14132 * trionan.c trionan.h xpath.c include/libxml/trionan.h
14133 include/libxml/xpath.h include/libxml/Makefile.am: removed
14134 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
14135 wrappers
14136
Bjorn Reese45029602001-08-21 09:23:53 +000014137Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14138
14139 * Makefile.am trio.c triodef.h trionan.c xpath.c
14140 include/libxml/Makefile.am include/libxml/trionan.h:
14141 Re-worked Not-A-Number and Infinity support.
14142 * xmlcatalog.c: added readline include files
14143
Daniel Veillard344cee72001-08-20 00:08:40 +000014144Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14145
14146 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
14147 testCatalog as xmlcatalog, making it an installed app
14148 adding a shell, and preparing it to be a /etc/xml/catalog
14149 management tool, though not ready yet
14150 * catalog.c include/libxml/catalog.h: adding support for
14151 XML Catalogs http://www.oasis-open.org/committees/entity/
14152 not finished, there is some interesting tradeoffs and a
14153 few open questions left.
14154
Daniel Veillardb7664f42001-08-19 13:00:43 +000014155Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
14156
14157 * xmllint.c: fixed a line formatting problem
14158
Daniel Veillard5015b712001-08-17 09:37:52 +000014159Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14160
14161 * SAX.c: removed a couple of unused variable (Albert Chin)
14162
Daniel Veillardbb371292001-08-16 23:26:59 +000014163Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14164
14165 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
14166 trying to fix some troubles w.r.t. function returning
14167 const xxxPtr.
14168
Daniel Veillardb60c54e2001-08-16 19:34:27 +000014169Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14170
14171 * win32/dsp/libxml2.def.src: another set of symbols conditionally
14172 defined
14173
Daniel Veillardae6db172001-08-16 19:32:00 +000014174Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14175
14176 * xpointer.c: removed unused var
14177
Daniel Veillard09190202001-08-16 16:27:41 +000014178Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14179
14180 * testXPath.c: another small cleanup closing bug #59110
14181
Daniel Veillard796f4b62001-08-16 16:00:13 +000014182Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
14183
14184 * win32/dsp/libxml2.def.src: small cleanup closing bug
14185 #59108
14186
Daniel Veillard5aac4e42001-08-15 20:46:57 +000014187Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14188
14189 * example/gjobread.c: add xmlCleanupParser() before leaving
14190
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000014191Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
14192
14193 * config.h.in configure.in include/libxml/xmlwin32version.h:
14194 released 2.4.2
14195
Daniel Veillardd3d06722001-08-15 12:06:36 +000014196Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
14197
14198 * include/libxml/valid.h debugXML.c valid.c: deprecate
14199 the non-boundchecking Sprintf functions, add Snprintf
14200 this should close bug #57984
14201
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000014202Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
14203
14204 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
14205 URIs before doing the lookups (pointed by Mark Vakoc)
14206
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000014207Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14208
14209 * xpath.c: serious changes on Result Value Trees and NodeSets
14210 w.r.t. deallocation and collect operations. Probably not
14211 100% clean (merge of allocated trees smells like a problem).
14212 Seems sufficient to close #58943
14213
Daniel Veillard90493a92001-08-14 14:12:47 +000014214Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14215
14216 * xmllint.c: adding a --format option
14217
Daniel Veillardfe703322001-08-14 12:18:09 +000014218Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
14219
14220 * xpath.c: count() was broken on Result Value Tree
14221 * xmlIO.c: fixed file:/// accesses on _WIN32
14222
Daniel Veillard70ac0e32001-08-13 11:24:16 +000014223Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14224
14225 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
14226 macro was renamed, this should close bug #58683
14227
Daniel Veillardf300b7e2001-08-13 10:43:15 +000014228Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
14229
14230 * SAX.c: small fix fixing bug #58539 reported by coolo, in
14231 entity substitution mode text at the end of the entity might
14232 be added due to text coalescing.
14233 * nanoftp.c parser.c: small cleanup
14234
Daniel Veillard0c720972001-08-08 20:59:00 +000014235Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14236
14237 * HACKING: added John Fleck right to commit in the doc subdir
14238
Daniel Veillard48da9102001-08-07 01:10:10 +000014239Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14240
14241 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
14242 allow to inherit attributes from the DTD directly in the
14243 tree, this is needed for XPath and can be a useful feature.
14244 Inherited namespaces are always provided at the tree level now
14245 * test/defattr* result/defattr* result/noent/defattr*: added a couple
14246 of tests for this feature (XSLT being the prime user).
14247
Daniel Veillard50f34372001-08-03 12:06:36 +000014248Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14249
14250 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
14251 testSAX.c xmlIO.c xmllint.c include/win32config.h
14252 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
14253 include/libxml/xmlwin32version.h.in win32/README.MSDev
14254 win32/dsp/*: applied Win32 Facelift No.2 patches from
14255 Igor Zlatkovic for Windows/MSC
14256
Daniel Veillard9f4eb912001-08-01 21:22:27 +000014257Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
14258
14259 * SAX.c: unparsedEntityDecl() the URI computation of the
14260 entity wasn't done breaking XSLT unparsed-entity-uri()
14261
Daniel Veillard567e1b42001-08-01 15:53:47 +000014262Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
14263
14264 * xpath.c: fixed a bug when walking the descendants and
14265 the current node has no children
14266 * debugXML.c: show up when a text node is supposed to not be escaped
14267
Thomas Broyerf186c822001-07-31 23:30:37 +000014268Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14269
14270 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
14271 worked like the set:leading() function)
14272 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
14273
Daniel Veillardba6db032001-07-31 16:25:45 +000014274Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14275
14276 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
14277
Daniel Veillard57905372001-07-31 15:52:17 +000014278Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14279
14280 * include/libxml/xmlIO.h: apply change to close #58141
14281 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
14282
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000014283Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14284
14285 * parser.c: when the internal subset uses a PE, then the
14286 included entity can use conditional sections.
14287
Daniel Veillard7d7e3792001-07-30 13:42:13 +000014288Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14289
14290 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
14291 when walking the namespace axis showing up in
14292 libxst/tests/general/bug-12
14293 * xmlmemory.c: added the possibility to trace a given block
14294 defined by its address
14295
Daniel Veillard4aafa792001-07-28 17:21:12 +000014296Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14297
14298 * parser.c: don't override existing encoding specified before
14299 starting xmlParseDocument()
14300
Daniel Veillardfdb1f242001-07-27 23:32:44 +000014301Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14302
14303 * include/libxml/xmlwin32version.h: reinserted, needed for
14304 Windows users of CVS
14305
Darin Adlera77cac02001-07-27 17:41:51 +0000143062001-07-27 Darin Adler <darin@bentspoon.com>
14307
Darin Adler699613b2001-07-27 22:47:14 +000014308 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
14309 * testCatalog.c: Add include of <libxml/parser.h>.
14310
143112001-07-27 Darin Adler <darin@bentspoon.com>
14312
Darin Adlera77cac02001-07-27 17:41:51 +000014313 * include/libxml/.cvsignore:
14314 * include/libxml/xmlwin32version.h:
14315 Remove this file from CVS because it's generated.
14316
Daniel Veillard50822cb2001-07-26 20:05:51 +000014317Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14318
14319 * parser.c include/libxml/parser.h: applied const patches from
14320 Tom Moog #58002
14321
Thomas Broyerba4ad322001-07-26 16:55:21 +000014322Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14323
14324 * xpath.c include/libxml/xpath{,Internals}.h: added a function
14325 lookup framework
14326
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000014327Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14328
14329 * tree.c: fixed xmlCopyNode() for documents
14330
Daniel Veillard6dd398f2001-07-25 22:41:03 +000014331Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14332
14333 * parser.c: fixed bugs #58073 reported by Greg Shtilman
14334
14335Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000014336
14337 * parser.c: fixes bug #57652 reported by Morus Walter
14338
Daniel Veillarde3924972001-07-25 20:25:21 +000014339Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14340
14341 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
14342
Daniel Veillarda53c6882001-07-25 17:18:57 +000014343Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14344
14345 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
14346 errors, lesson don't add new functions at 1am before a release
14347 * xpath.c: integrated fix from Bjorn to avoid divide by zero
14348 from XPath initialization when possible.
14349
Daniel Veillardd9bad132001-07-23 19:39:43 +000014350Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14351
14352 * result/scripts/base*: removing history/readline changed
14353 this slightly
14354 * include/libxml/parser.h SAX.c parser.c parserInternals.c
14355 xmllint.c: make element content line number generation
14356 optionnal to avoid breaking old apps added interface to switch
14357
Daniel Veillardf012a642001-07-23 19:10:52 +000014358Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14359
14360 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000014361 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000014362 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
14363 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
14364 John Kroll fixes to allow saving to HTTP via PUT (or
14365 POST of needed).
14366 * doc/html/*.html: regenerated the docs
14367
Thomas Broyere8126242001-07-22 03:54:15 +000014368Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14369
14370 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
14371 xmlHashScanFull and xmlHashScannFull3 to get passed the
14372 three keys as arguments to the callback function
14373
Daniel Veillard5e2dace2001-07-18 19:30:27 +000014374Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14375
14376 * configure.in Makefile.am: removed libxml softlink for good
14377 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
14378 100% coverage by gtk-doc
14379
Daniel Veillard8599e702001-07-17 21:38:51 +000014380Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14381
14382 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
14383 fixed serious troubles due to size_t vs. int mismatch
14384
Daniel Veillard8fcc4942001-07-17 20:07:33 +000014385Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14386
14387 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
14388
Thomas Broyerf06a3d82001-07-16 04:52:57 +000014389Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14390
14391 * include/libxml/xpath{,Internals}.h xpath.c: added a more
14392 convenient extension API for value and context managing
14393 Now handles external objects through xmlXPathPopExternal,
14394 xmlXPathWrapExternal and xmlXPathReturnExternal.
14395 Added functions for sets operations (intersection, etc.)
14396
Daniel Veillard22090732001-07-16 00:06:07 +000014397Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14398
14399 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
14400 xmlIO.c tree.c parserInternals.c entities.c encoding.c
14401 HTMLparser.c: cleanup of global variables, marking some
14402 const or private.
14403
Thomas Broyerf06a3d82001-07-16 04:52:57 +000014404Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000014405
14406 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
14407 fixed xmlXPathNodeSetItem when passing index=0
14408
Daniel Veillard05dec342001-07-14 21:57:39 +000014409Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14410
14411 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
14412
Daniel Veillard28ae6362001-07-14 16:44:32 +000014413Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14414
14415 * xmllint.c: fixed compilation under Cygwin #57503
14416 * TODO: update
14417
Peter Williamsed156f52001-07-13 18:35:13 +0000144182001-07-13 Peter Williams <peterw@ximian.com>
14419
14420 * config.h.in: add #undef HAVE_DLFCN_H
14421
14422 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
14423 builddir.
14424
Daniel Veillard73b36e32001-07-12 15:09:52 +000014425Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14426
14427 * win32/libxml2/libxml2.def.src: added a couple of exported entries
14428 raised by #57348 and #57381
14429
Daniel Veillard7db37732001-07-12 01:20:08 +000014430Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14431
14432 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
14433 tree.c xpointer.c: store the line numbder in element->content,
14434 may break some software, need a configuration mechanism
14435
Darin Adler96037892001-07-11 00:03:16 +0000144362001-07-10 Darin Adler <darin@bentspoon.com>
14437
14438 * .cvsignore:
14439 * example/.cvsignore:
14440 * include/.cvsignore:
14441 * include/libxml/.cvsignore:
14442 Various things that are generated and should be ignored.
14443
Daniel Veillard09ab7e12001-07-10 15:49:44 +000014444Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14445
14446 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
14447 * doc/xml.html doc/html/*: updated the docs
14448
Daniel Veillard04e2dae2001-07-09 20:07:25 +000014449Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14450
14451 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
14452 validation occured on content with element child
14453
Daniel Veillardb8c9be92001-07-09 16:01:19 +000014454Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14455
14456 * tree.c: fixed XML Base computation which was broken
14457 * debugXML.c: added a base function to the shell
14458 * Makefile.am result/scripts/* test/scripts/*: added scripts
14459 based regression tests, and adding 2 XML Base tests
14460
Daniel Veillard19e96c32001-07-09 10:32:59 +000014461Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14462
14463 * tree.c: set properties doc and call xmlSetListDoc for properties
14464 content when grafting them in a different tree.
14465 * aclocal.m4: remove from CVS
14466
Daniel Veillarde086f5c2001-07-08 21:10:40 +000014467Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14468
14469 * win32/libxml2/libxml2.def.src: added some missing entry point
14470 for XPath (Mark Vakoc)
14471
Daniel Veillard388236f2001-07-08 18:35:48 +000014472Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14473
14474 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
14475 layer should URI-Unescape before trying to open resources.
14476
Daniel Veillard04383752001-07-08 14:27:15 +000014477Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14478
14479 * xpath.c: fix the name() bug for elements in the default
14480 namespace reported by Charlie Bozeman
14481
Daniel Veillard7583a592001-07-08 13:15:55 +000014482Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14483
14484 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
14485 led to an XPath fix, improvements of SAX initialization, and
14486 an added option --nocdata to testXPath
14487
Daniel Veillard449d7392001-07-07 19:11:06 +000014488Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14489
14490 * doc/libxml-doc.el: Felix Natter provided anew version working
14491 with XEmacs too
14492
Daniel Veillard5168dbf2001-07-07 00:18:23 +000014493Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14494
14495 * include/libxml/xpath.h: small cleanup
14496 * doc/xml.html: update
14497
Daniel Veillardf524d6e2001-07-05 23:41:40 +000014498Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14499
14500 * Makefile.am configure.in include/libxml/xmlwin32version.h:
14501 released 2.3.14
14502
Daniel Veillard4b8328d2001-07-05 22:48:42 +000014503Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14504
14505 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000014506 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000014507
Daniel Veillard73c9c042001-07-05 20:02:54 +000014508Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14509
14510 * xpath.c: a bug reported by Stephan Kulow empty nodesets
14511 were not equal to empty strings
14512
Daniel Veillard1fd36d22001-07-04 22:54:28 +000014513Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14514
14515 * SAX.c: fixed a URI-Reference computation problem when validating
14516 * xmlIO.c: small cleanup
14517
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000014518Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14519
14520 * parser.c: improved the description of a couple of interfaces
14521 upon Larry Stamper suggestion
14522
Daniel Veillard62f313b2001-07-04 19:49:14 +000014523Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14524
14525 * SAX.c entities.c parser.c: changed completely the way entities
14526 are handled when running the parser in entity substitution mode.
14527 This fixes a bug reported by Stephan Kulow and nearly divides
14528 by 3 the amount of memory required by libxslt to load and process
14529 DocBook TDG.
14530
Daniel Veillardf420ac52001-07-04 16:04:09 +000014531Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14532
14533 * HTMLparser.c: fixing a too early root closing problem raised
14534 byt Prashanth Naidu
14535
Daniel Veillard8c357d52001-07-03 23:43:33 +000014536Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14537
14538 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
14539 raised by Mark Vakoc.
14540
Daniel Veillard6e90d192001-07-03 16:37:49 +000014541Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14542
14543 * example/Makefile.am: fixed the include path to add srcdir/include
14544 * Makefile.am configure.in: fix from Albert Chin for iconv detection
14545 and some cleanup
14546
Daniel Veillardf06307e2001-07-03 10:35:50 +000014547Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14548
14549 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
14550 lot of optimization work, results in significant improvements
14551 when handling really complex XPath queries. Add a small optimizer
14552 for unions, improve [n] and [last()], avoid some costly ops.
14553
Daniel Veillard77044732001-06-29 21:31:07 +000014554Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14555
14556 * include/libxml/parser.h parser.c: xmlStrstr args are both const
14557 * xpath.c: small cleanup
14558 * xmlGetNsList: reformated, fixed problems if used on Entities
14559
Daniel Veillard2adbb512001-06-28 16:20:36 +000014560Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14561
14562 * doc/xml.html: added 1.8.14 and 2.3.13 releases
14563
Daniel Veillardb37ecd02001-06-28 16:18:11 +000014564Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14565
14566 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
14567 * Makefile.am example/Makefile.am: workaround automake generating
14568 erroneous deps
14569
Daniel Veillard12f7d292001-06-28 13:12:11 +000014570Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14571
14572 * include/win32config.h: bug #56801 Yon Derek provided a patch
14573 to the windows config file.
14574
Daniel Veillard87ee9142001-06-28 12:54:16 +000014575Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14576
14577 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
14578 libxml.h : Yon Derek provided a set of changes to compile from
14579 CVS on Windows/MSC
14580
Daniel Veillard0e4cd172001-06-28 12:13:56 +000014581Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14582
14583 * parser.c: fixed UTF8 BOM support in push mode
14584 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
14585 added a specific testcase
14586
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000014587Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14588
14589 * Makefile.am: added --push regression tests
14590 * parserInternals.c: the XML parser segfaulted in --push mode
14591
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000014592Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14593
14594 * configure.in: moved the symlinks detection within a CVS
14595 check, this is not portable and will be removed soon.
14596 * xpath.c: small cleanup/speedup
14597
Daniel Veillard11648102001-06-26 16:08:24 +000014598Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14599
14600 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
14601 release of 2.3.12
14602 * parser.c: make an error message if unknow entities in all cases
14603
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000014604Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14605
14606 * uri.c: fixed 2 uri normalization bugs on '//' reduction
14607
Daniel Veillard23793842001-06-25 16:07:45 +000014608Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14609
14610 * include/libxml/Makefile.am: Laszlo Peter pointed out that
14611 includes were installed in the wrong dir
14612
Daniel Veillardf5498f32001-06-25 15:08:36 +000014613Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14614
14615 * doc/html.xml: warn against sending code to exhibit bugs.
14616
Daniel Veillard56f06462001-06-24 21:34:03 +000014617Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14618
14619 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
14620 Tru64 from Thomas Leitner
14621
Daniel Veillardc5d64342001-06-24 12:13:24 +000014622Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14623
14624 * AUTHORS: added William and Bjorn
14625 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
14626 daniel@veillard.com hopefully I won't have to do this again
14627 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
14628 docs can be rebuilt cleanly now
14629 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
14630 from CVs it's generated, added include/libxml/xmlwin32version.h
14631 also generated but which should change far less frequently.
14632 * catalog.c nanoftp.c: made sure to include libxml.h not
14633 libxml/xmlversion.h directly
14634 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
14635 when compiling on WIN32 and MSC
14636
Daniel Veillard07385fd2001-06-23 21:55:48 +000014637Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14638
14639 * include/Makefile.am include/libxml/Makefile.am configure.in:
14640 fixed make distcheck and rebuilding the rpms
14641
Daniel Veillardcd1d9442001-06-23 18:53:44 +000014642Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14643
14644 * configure.in: should finish the migration of exported includes
14645 into a real include/libxml in CVS, at least for CVS users.
14646 * removed the exported headers, added in include/libxml (as well
14647 as xmlversion.h.in).
14648
Daniel Veillard6dd8e052001-06-23 18:38:06 +000014649Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14650
14651 * configure.in: fixed the way to detect symlink
14652
Daniel Veillard66541772001-06-23 18:31:04 +000014653Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14654
14655 * configure.in: updated, include/libxml is now a real CVS dir
14656
Daniel Veillardca989762001-06-23 17:39:29 +000014657Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14658
14659 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
14660 version works with both libxml1 and libxml2 (it autodetects
14661 the prefix of the html-files) from Felix Natter.
14662 * doc/xml.html: updated doc accordingly
14663
Daniel Veillard8cf14d52001-06-23 16:32:46 +000014664Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14665
14666 * xpath.c: fixed the bug generating a template loop in libxslt
14667 when using docbook-xsl-1.4, * should filter out document nodes
14668 * HACKING: added William
14669 * TODO: updated
14670
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000014671Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14672
14673 * doc/FAQ.html: added a warning about gcc-3.0
14674 * doc/xml.html: added reference to gdome2 and removed a confusing
14675 sentence
14676
Daniel Veillardf7f41852001-06-22 15:18:01 +000014677Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14678
14679 * xmlversion.h: okay this is a generated file, but Windows
14680 users need it and they can't generate it, and I want CVS
14681 Windows users ...
14682 * win32/libxml2/libxml2_so.dsp: Windows project file for
14683 the shared lib version of libxml2
14684 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
14685 resources needed for libxslt/xsltproc by Yon Derek
14686
Bjorn Reese3157b342001-06-22 14:41:45 +000014687Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14688
14689 * trio.c: MSVC fix (provided by Igor Zlatkovic)
14690
Daniel Veillard4151acb2001-06-22 10:48:57 +000014691Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14692
Daniel Veillardcc146db2001-06-22 11:10:52 +000014693 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
14694
14695Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14696
Daniel Veillard4151acb2001-06-22 10:48:57 +000014697 * include/win32config.h: Yon Derek provided a first fix
14698 to be able to compile libxslt/xsltproc on Windows
14699
Daniel Veillardd79bcd12001-06-21 22:07:42 +000014700Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14701
14702 * xpath.c: attempt to work around what seemed a gcc optimizer
14703 bug when handling floats on i386 http://veillard.com/gcc.bug
14704 * tree.c entities.c encoding.c: doing some cleanups while
14705 chasing it
14706
Daniel Veillard017b1082001-06-21 11:20:21 +000014707Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14708
14709 * Makefile.am: cleanup when --without-debug is specified
14710 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
14711 w.r.t. --without-debug and other include points
14712 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
14713 Catalogs
14714 * configure.in entities.h tree.h HTMLparser.c: removed
14715 --without-corba, made the _private field mandatory
14716
Daniel Veillard87a764e2001-06-20 17:41:10 +000014717Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14718
14719 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
14720 outputs a BOM in UTF8, an errata has been issued to avoid the
14721 problem, that was the most reasonable solution... Add support
14722 for a leading UTF8 BOM in entities.
14723
Daniel Veillard10ea86c2001-06-20 13:55:33 +000014724Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14725
14726 * valid.c: fixed a bug found when post validating an entity ref
14727 * xmllint.c: added --loaddtd and sligly changed --postvalid to
14728 activate it too
14729
Daniel Veillard39196eb2001-06-19 18:09:42 +000014730Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14731
14732 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
14733 weakness in the node copy the XPointer and the XInclude
14734 implementations. Serious cleanup.
14735
Daniel Veillard3739b982001-06-19 12:51:30 +000014736Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14737
14738 * Makefile.am: Kjartan Maraas provided a small patch to
14739 add xml2-config.in to EXTRA_DIST
14740
Daniel Veillarda9142e72001-06-19 11:07:54 +000014741Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14742
14743 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
14744 provided another failing case found in KDE, the way the
14745 ctxt->vctxt.nodeTab was allocated and freed changed over
14746 time but it wasn't completely cleaned up. This should fix it.
14747
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000014748Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14749
14750 * parser.c: Stephan Kulow also raised the fact that line number
14751 could get miscounted making debug harder, fixed the problem
14752 in xmlParseCharData()
14753
Daniel Veillard64b98c02001-06-17 17:20:21 +000014754Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14755
14756 * valid.c: Stephan Kulow pointed out a problem when validating
14757 and using an empty entity, forgot a 'break' in a case.
14758
Daniel Veillarde3c81b52001-06-17 14:50:34 +000014759Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14760
14761 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
14762 * doc/xml.html: updated with 2.3.11
14763
Daniel Veillard4ec885a2001-06-17 10:31:07 +000014764Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14765
14766 * TODO: updated adding cleanup of generated doc
14767 * configure.in: prepared to release 2.3.11
14768 * xmllint.c: added --version for bug reporting
14769 * doc/html/*.html: rebuilt the doc
14770
Daniel Veillard8b8d2252001-06-16 21:24:56 +000014771Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14772
14773 * xpath.c: first part of the work on selecting namespace to
14774 fix bug #56115
14775
Daniel Veillard96ed5832001-06-15 22:22:04 +000014776Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14777
14778 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
14779 when using -liconv
14780 * TODO: updated
14781
Daniel Veillardc4f631d2001-06-14 11:11:59 +000014782Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14783
14784 * HTMLtree.[ch]: more work on the HTML serialization routnes,
14785 cleanup, encoding support.
14786
Daniel Veillard608ad072001-06-14 08:32:28 +000014787Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14788
14789 * xpath.c: Thomas Broyer suggested a better patch for the / arg
14790
Daniel Veillard239d0522001-06-13 23:02:48 +000014791Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14792
14793 * xpath.c: bug detected by Ankh when / is used as a function arg
14794
Daniel Veillard02bb1702001-06-13 21:11:59 +000014795Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14796
14797 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
14798 of element and use it to avoid outputting formatting spaces at
14799 the wrong place. Implemented the format parameter for HTML save.
14800 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
14801 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
14802 result/HTML/wired.html: of course this impact the result of a
14803 number of HTML tests
14804
Daniel Veillard95d845f2001-06-13 13:48:46 +000014805Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14806
14807 * HTMLtree.[ch]: started augmenting the HTML save API with
14808 encoding and formatting parameters
14809
Daniel Veillardeca60d02001-06-13 07:45:41 +000014810Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14811
14812 * HTMLtree.h: cleanup and started evaluating the work needed on
14813 revamping the HTML output code
14814
Daniel Veillard84666b32001-06-11 17:31:08 +000014815Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14816
14817 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
14818
Daniel Veillard8bdd2202001-06-11 12:47:59 +000014819Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14820
14821 * valid.c: fixed bug #56049, forgot one check in the
14822 validation routine
14823
Daniel Veillardca2366a2001-06-11 12:09:01 +000014824Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14825
14826 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
14827
Daniel Veillard6761eee2001-06-11 10:29:38 +000014828Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14829
14830 * libxml.h: fixed an error in last commit
14831 * doc/FAQ.html: added an entry for compilation from CVS
14832
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000014833Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14834
14835 * xmlversion.h.in libxml.h: Cygwin patches
14836 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
14837 * tree.h: cleanup
14838
Daniel Veillardacd370f2001-06-09 17:17:51 +000014839Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14840
14841 * tree.c: patched xmlFreeNode() to avoid freeing() a static
14842 memory block in a strange case where libxml is linked twice
14843 in the binary.
14844
Daniel Veillard1d047672001-06-09 16:41:01 +000014845Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14846
14847 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
14848 state far too often, simple fix used to avoid it.
14849
Daniel Veillard4497e692001-06-09 14:19:02 +000014850Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14851
14852 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
14853 being processed, applied his patch
14854 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
14855
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000014856Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14857
14858 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
14859 provided fixes to compile on MSCC again
14860 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
14861 also provided an update for the project files.
14862
Daniel Veillarda682b212001-06-07 19:59:42 +000014863Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14864
14865 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
14866 bug #55810
14867
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000014868Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14869
14870 * tree.c: fixed xmlGetNsProp() to close bug #55683
14871 Note this requires libxslt to use it's own function instead.
14872
Daniel Veillardf0c53762001-06-07 16:07:07 +000014873Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14874
14875 * HTMLtree.c: when in a pre element no formatting space should
14876 be added.
14877 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
14878
Daniel Veillard068a9652001-06-07 15:30:26 +000014879Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14880
14881 * configure.in: added tests for signal() and signal.h
14882
Daniel Veillard541d6552001-06-07 14:20:01 +000014883Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14884
14885 * xpath.c: robert pointed out xmlXPathNINF was not initialized
14886
Daniel Veillard8a367d42001-06-07 14:01:34 +000014887Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14888
14889 * doc/libxml-doc.el: Felix Natter provided a new version for
14890 libxml2
14891
Daniel Veillard8a926292001-06-07 11:20:20 +000014892Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14893
14894 * HTMLtree.c: when in a pre element no formatting space should
14895 be added.
14896
Daniel Veillard14839d52001-06-06 16:11:56 +000014897Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14898
14899 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
14900
Daniel Veillarde95e2392001-06-06 10:46:28 +000014901Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14902
14903 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
14904 hack
14905 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
14906 * uri.c: fixed a warning
14907
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000014908Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14909
14910 * HTMLtree.c: trying to close bug #55772 escaping in script
14911 elements
14912 * doc/xml.html: suggest to send mail to the list
14913
14914Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000014915
14916 * error.c: attempt to fix the xmlGetVarStr breakage once and for
14917 good. Use a macro and based on the solution provided in
14918 vsnprintf manual page from GNU.
14919
Bjorn Reese99748722001-06-05 12:49:15 +000014920Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14921
14922 * error.c: Workaround for non-preserving variadic list.
14923 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
14924
Daniel Veillard2e4f1882001-06-01 10:11:57 +000014925Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14926
14927 * doc/xml.html: added 2.3.10 release
14928
Daniel Veillardb3a182e2001-06-01 09:28:09 +000014929Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14930
14931 * configure.in: releasing 2.3.10
14932
Daniel Veillard3c2758d2001-05-31 18:43:43 +000014933Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14934
14935 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
14936
Daniel Veillard20042422001-05-31 18:22:04 +000014937Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14938
14939 * encoding.c: Robert Collins provided a patch to add the
14940 "US-ASCII" encoding alias
14941
Daniel Veillard97ac1312001-05-30 19:14:17 +000014942Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14943
14944 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
14945 string oriented functions and started cleaning the related areas
14946 in xpath.c which needed fixing in this respect
14947
Daniel Veillard2d703722001-05-30 18:32:34 +000014948Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14949
14950 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
14951 #55380
14952 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
14953
Daniel Veillard9403a042001-05-28 11:00:53 +000014954Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14955
14956 * TODO: updated
14957 * nanohttp.[ch] : started adding APIs to get the redirected URL
14958 when this occurs (needed for further base computation
14959 * tree.h: cleanup
14960 * encoding.c: cleanup
14961 * SAX.c: minor change around ctxt->loadsubset
14962
Daniel Veillard6278fb52001-05-25 07:38:41 +000014963Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14964
14965 * Makefile.am include/Makefile.am: small change to have
14966 include/libxml rebuilt if working from CVS.
14967 * uri.c: applied another patch from Carl Douglas for URI escaping,
14968 this should close bug #51876
14969
Daniel Veillardd16df9f2001-05-23 13:44:21 +000014970Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14971
14972 * xinclude.c: fixed XInclude recursive behaviour bug #54678
14973 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
14974 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
14975 added specific regression test
14976 * parser.h: preparing for the XSLT mode where DTD inherited
14977 attributes are added to the tree.
14978
Daniel Veillardbbd22452001-05-23 12:02:27 +000014979Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14980
14981 * xinclude.[ch]: Updated the namespace for the Last Call version
14982 * result/XInclude/include test/XInclude/include: updated the
14983 testsuite accordingly
14984
Daniel Veillard8514c672001-05-23 10:29:12 +000014985Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14986
14987 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
14988 related to bug #51876
14989
Daniel Veillard42596ad2001-05-22 16:57:14 +000014990Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14991
14992 * tree.c: fixed a gross mistake in base computation, xml:base is
14993 not completely correct yet (need cascade).
14994 * xpath.[ch]: added the few things needed to find a function name
14995 and URI from the XPath context when it is called.
14996
Daniel Veillard81418e32001-05-22 15:08:55 +000014997Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14998
14999 * catalog.[ch]: fixes and add xmlLoadCatalogs()
15000 * DOCBparser.c: small cleanup
15001 * xmllint.c: added a --catalogs option to load catalogs from
15002 $SGML_CATALOG_FILES
15003 * tree.c: cleanup
15004 * configure.in: iconv library fixup, ICONV_LIBS
15005
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000015006Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15007
15008 * catalog.c: handling of CATALOG entries. detection of recursion,
15009 and a few bugfixes
15010 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
15011 against the default namespace
15012
Daniel Veillard04b93292001-05-21 08:15:31 +000015013Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15014
15015 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
15016
Daniel Veillarda97a19b2001-05-20 13:19:52 +000015017Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15018
15019 * parser.c: fixed propagation context info when parsing an
15020 external entity.
15021 * doc/html/*.html: regenerated a couple of docs
15022
Daniel Veillard4623acd2001-05-19 15:13:15 +000015023Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15024
15025 * doc/xml.html: update with 2.3.9 informations
15026
Daniel Veillardbed7b052001-05-19 14:59:49 +000015027Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15028
15029 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
15030 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
15031 * doc/html/* : rebuilt the docs
15032 * valid.c: small patch which may improve some case when
15033 validating.
15034
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000015035Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15036
15037 * HTMLparser.c: Closed bug #54891
15038 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
15039 to the suite
15040
15041Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15042
15043 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
15044 applied a documentation patch from LotR and filled in a few missing
15045 descriptions
15046
Daniel Veillard76d66f42001-05-16 21:05:17 +000015047Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15048
15049 * xpath.c tree.c parser.c: speed optimizations at the parser level
15050 document tree freeing and xpath evaluation
15051
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000015052Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15053
15054 * parser.c parser.h parserInternals.h: fixed a couple of
15055 interfaces for handling memory buffer input to const char *
15056 upon suggestion of JamesH.
15057
Daniel Veillardc3739e72001-05-15 15:23:27 +000015058Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15059
15060 * configure.in: LoTR sent a patch fixing the previous commit
15061
Daniel Veillarda4f27e02001-05-15 12:41:29 +000015062Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15063
15064 * configure.in: trying to deal again with the stoopid -R linking
15065 flag of Solaris
15066
Daniel Veillard790142b2001-05-15 10:51:53 +000015067Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15068
15069 * xpath.h: two nodeset access macros from Thomas Broyer
15070
Daniel Veillardba0b8c92001-05-15 09:43:47 +000015071Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15072
15073 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
15074 patch from Thomas Broyer
15075
Daniel Veillarde62d36c2001-05-15 08:53:16 +000015076Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15077
15078 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
15079 case
15080 * INSTALL: was empty added stuff from the FAQ
15081
Daniel Veillard75bea542001-05-11 17:41:21 +000015082Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15083
15084 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
15085 attributes handling and #54433 by adding xmlUnsetProp()
15086 and xmlUnsetNsProp()
15087
Daniel Veillard0a2a1632001-05-11 14:18:03 +000015088Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15089
15090 * HTMLparser.c: Patch from Jonas Borgström
15091 (htmlGetEndPriority): New function, returns
15092 the priority of a certain element.
15093 (htmlAutoCloseOnClose): Only close inline elements if they
15094 all have lower or equal priority.
15095 * result/HTML: this of course changed a number of tests results.
15096
Daniel Veillard7d6fd212001-05-10 15:34:11 +000015097Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15098
15099 * xmlIO.c catalog.c: plugged in the default catalog resolution
15100 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
15101 documentations
15102 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
15103
Daniel Veillarda7374592001-05-10 14:17:55 +000015104Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15105
15106 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
15107 integrating catalogs
15108 * catalog.[ch] testCatalog.c: adding a small catalo API
15109 (only SGML catalog support).
15110 * parser.c: restaured xmlKeepBlanksDefault(0) API
15111
Daniel Veillardc17337c2001-05-09 10:51:31 +000015112Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15113
15114 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
15115
Daniel Veillard257d9102001-05-08 10:41:44 +000015116Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15117
15118 * parser.c: added xmlParseExternalEntityPrivate() to allow
15119 propagation of ctxt->_private when parsing external entities
15120
Daniel Veillard083c2662001-05-08 08:27:14 +000015121Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15122
15123 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
15124
Daniel Veillard01ef7382001-05-08 07:31:43 +000015125Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15126
15127 * configure.in: fixed a small portability problem with AM_CONDITIONAL
15128
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000015129Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15130
15131 * valid.c: warn when indeterminist content model is detected
15132 * result/VC/ElementValid8: this adds a message
15133 * Makefile.am: add --novalid for VCM tests
15134 * parserInternals.c: added a call to Init memory
15135
Daniel Veillard64269352001-05-04 17:52:34 +000015136Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15137
15138 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
15139 when both parameters are NULL.
15140
Daniel Veillard37721922001-05-04 15:21:12 +000015141Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15142
15143 * valid.c: applied small patch from Gary Pennington, reindented
15144 some part of the code.
15145
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000015146Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15147
15148 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
15149 release, updated and regenerated the docs
15150
Daniel Veillard357c9602001-05-03 10:49:20 +000015151Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15152
15153 * xpath.c result/XPath/expr/floats : clarified and cleanup
15154 printing of abnormal floats in tests.
15155
Daniel Veillarda2bc3682001-05-03 08:27:20 +000015156Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15157
15158 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
15159 * results/HTML/ : a few changes in the output of the HTML tests as
15160 a result.
15161 * configure.in: tying to fix -liconv where needed
15162
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000015163Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15164
15165 * Makefile.am: fixed a stupid error
15166
Daniel Veillard7150a032001-05-02 16:41:11 +000015167Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15168
15169 * configure.in Makefile.am: make the inclusion of the trio
15170 modules in the library conditional
15171
Daniel Veillardc057c5d2001-05-02 12:41:24 +000015172Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15173
15174 * DOCBparser.c: patche from László Kovács, fixed entities refs
15175 in attributes handling
15176
Daniel Veillardedddff92001-05-02 10:58:52 +000015177Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15178
15179 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
15180 flushing
15181
Daniel Veillardc8f620b2001-04-30 20:31:33 +000015182Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15183
15184 * xpath.c: fix of an XSLT namespace bug reported on the list
15185 general/bug-8-
15186
Daniel Veillard5792e162001-04-30 17:44:45 +000015187Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15188
15189 * strio.h trio.c: Dan McNichol suggested a couple of small
15190 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
15191
Daniel Veillard02141ea2001-04-30 11:46:40 +000015192Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15193
15194 * tree.c parser.c encoding.c: spent a bit more time looking
15195 at the parsing speed and DOM handling. Added a few more
15196 speedups.
15197
Daniel Veillard3ed155f2001-04-29 19:56:59 +000015198Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15199
15200 * parser.c: small but effective parsing speed improvement
15201
Daniel Veillardb59076b2001-04-29 17:04:07 +000015202Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15203
15204 * configure.in: default on the DocBook parser inclusion (for Gnome)
15205 * DOCBparser.h: fixed a header reference
15206
Daniel Veillardb45c43b2001-04-28 17:02:11 +000015207Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15208
15209 * configure.in xpath.c: applied Bjorn patches for FPE on the
15210 alpha
15211
Daniel Veillardeefd4492001-04-28 16:55:50 +000015212Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15213
15214 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
15215 xmlSaveFormatFileTo()
15216
Daniel Veillarde39a93d2001-04-28 14:35:02 +000015217Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15218
15219 * xpath.c: simple and efficient optimization, XPath functions
15220 aways bind to the same code, cache this
15221 * TODO: updated (by saying some is obsolete)
15222
Daniel Veillard2156a562001-04-28 12:24:34 +000015223Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15224
15225 * xpath.c: more cleanup work on XPath name parsing routines
15226
Daniel Veillard61d80a22001-04-27 17:13:01 +000015227Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15228
15229 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
15230 xmlXPathParseName
15231 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
15232 * debugXML.c: avoid compilation problems if compiling without
15233 HTML support, Igor Zlatkovic
15234 * win32/libxml2/libxml2.def.src: being able to compile without
15235 XPath on Windows
15236
Daniel Veillarddbb14a72001-04-26 20:54:01 +000015237Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15238
15239 * libxml.m4: yet another patch from Toshio Kuratomi
15240
Daniel Veillard2913e4c2001-04-26 19:29:02 +000015241Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15242
15243 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
15244
Daniel Veillard67fee942001-04-26 18:59:03 +000015245Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15246
15247 * tree.[ch]: added xmlSaveFormatFile interface for saving
15248 and indenting a file.
15249
Daniel Veillard82e49712001-04-26 14:38:03 +000015250Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15251
15252 * xpath.c: fixed bug #53689 related to processing-instruction()
15253
Daniel Veillard02f077a2001-04-26 10:59:11 +000015254Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15255
15256 * DOCBparser.c: patche from László Kovács
15257
Daniel Veillard30211a02001-04-26 09:33:18 +000015258Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15259
15260 * parser.c: applied fixes from Christian Glahn bug report #53391
15261
Daniel Veillard5a7c3452001-04-26 09:16:13 +000015262Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15263
15264 * error.c: Jean François Lecomte provided a complete description
15265 and a fix to bug #53537
15266
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000015267Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15268
15269 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
15270
Daniel Veillard1034da22001-04-25 19:06:28 +000015271Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15272
15273 * DOCBparser.c SAX.c: a bit more work on entities processing.
15274 Still Need to cleanup XML output and references in attributes
15275
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000015276Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15277
15278 * DOCBparser.c include/Makefile.am: two patches from László Kovács
15279
Daniel Veillardb33c2012001-04-25 12:59:04 +000015280Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15281
15282 * tree.c: trying to fix #53574, not completely complete,
15283 I would like xmllint --copy --debug test/ent1 and
15284 xmllint --debug test/ent1 to show the same result.
15285 * xpath.c: fix a bug when trying to sort namespace nodes
15286
Daniel Veillard5146f202001-04-25 10:29:44 +000015287Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15288
15289 * HTMLtree.c: real fix for #53402
15290
Daniel Veillard7533cc82001-04-24 15:52:00 +000015291Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15292
15293 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
15294 PIs when using xsl:output
15295 * valid.c: closing #53537 some case generate segfaults if there
15296 is validity errors
15297
Daniel Veillard61b33d52001-04-24 13:55:12 +000015298Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15299
15300 * SAX.c testDocbook.c DOCBparser.c: more work on the support
15301 of external parsed entities, added --noent to testDocbook
15302 * valid.c: Garry Pennington found an uninitialized variable
15303 access in xmlValidateElementContent()
15304
Daniel Veillard56098d42001-04-24 12:51:09 +000015305Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15306
15307 * HTMLparser.c : HTML parsing still sucks ... trying to deal
15308 with madness
15309 * result/HTML/ : this modified the result of the regression tests
15310 a lot.
15311
Daniel Veillard122376b2001-04-24 12:12:30 +000015312Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15313
15314 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
15315 to doc where it wasn't checked against NULL reported by
15316 Jens Laas
15317
Daniel Veillard43dadeb2001-04-24 11:23:35 +000015318Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15319
15320 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
15321 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
15322
Daniel Veillardeae522a2001-04-23 13:41:34 +000015323Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15324
15325 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
15326 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
15327 * SAX.[ch]: cleanup and updates for DocBook
15328 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
15329 ex SGML identifier changes
15330 * valid.c: removed a static unused function.
15331
Daniel Veillardde57c612001-04-23 09:13:36 +000015332Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15333
15334 * HTMLtree.c: applied change for Paul Sponagl on script saving
15335 * Makefile.am: the warning about entity title.xml are normal.
15336
Daniel Veillard393df012001-04-22 20:11:18 +000015337Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15338
15339 * configure.in: release of 2.3.7
15340 * Makefile.am: fixing make distcheck
15341
Daniel Veillarda41123c2001-04-22 19:31:20 +000015342Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15343
15344 * doc/html/* doc/xml.html: updated and regenerated the docs
15345
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000015346Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15347
15348 * xpath.c: fixed the XPointer problem introduced in 2.3.6
15349
Daniel Veillarde82a9922001-04-22 12:12:58 +000015350Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15351
15352 * tree.c: fixed #53388 with the provided patch
15353
Daniel Veillard06803992001-04-22 10:35:56 +000015354Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15355
15356 * valid.c: Bjorn detected an invalid memory access. Fixed
15357 vstateVPush()
15358
Daniel Veillard40af6492001-04-22 08:50:55 +000015359Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15360
15361 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
15362
Bjorn Reese70a9da52001-04-21 16:57:29 +000015363Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15364
15365 * libxml.h: new header used only for the compilation of libxml
15366 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
15367 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
15368 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
15369 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
15370 xmlmemory.c xpath.c xpointer.c: libxml.h integration
15371 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
15372 baseline (version 1.2 plus a single patch).
15373 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
15374 scientific notation for numbers. Tests added.
15375 * xpath.c: formatting of numbers changed to use sprintf
15376 (contribution from William Brack)
15377
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000015378Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15379
15380 * valid.c: cleanup, more useful debugging
15381 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
15382 * xmlIO.c: entity loading is printed as an error when validating
15383
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000015384Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15385
15386 * valid.c: fixed to validate within entities
15387 * test/VCM/v22.xml: added a specific testcase
15388
Daniel Veillardca1f1722001-04-20 15:47:35 +000015389Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15390
15391 * valid.c: forgot an epsilon transition in for ()+
15392 * test/VCM/v21.xml : added a specific test case
15393
Daniel Veillard85349052001-04-20 13:48:21 +000015394Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15395
15396 * valid.c: removed a state explosion exhibited by RSS
15397 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
15398 from bug #51872
15399
Daniel Veillarddab4cb32001-04-20 13:03:48 +000015400Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15401
15402 * valid.[ch] tree.h: worked *hard* to get non-determinist content
15403 validation without using an ugly NFA -> DFA algo in the source.
15404 Made a specific algorithm easier to maintain, using a single
15405 stack and without recursion.
15406 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
15407 * hash.c: made the growing routine static
15408 * tree.h parser.c: added the parent information to an
15409 xmlElementContent node.
15410
Daniel Veillarde470df72001-04-18 21:41:07 +000015411Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15412
15413 * SAX.c parser.c xpath.c: generating IDs when not validating
15414 from an external parsed entity was poisoning the ID has table
15415 with removed values. This was killing XSLT on the KDE help
15416 browser.
15417
Daniel Veillardceacdd92001-04-18 15:10:35 +000015418Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15419
15420 * entities.h: andrew@ugh.net.au detected a double declaration
15421
Daniel Veillarda10efa82001-04-18 13:09:01 +000015422Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15423
15424 * debugXML.c hash.c tree.h valid.c : some changes related to
15425 the validation suport to improve speed with DocBook
15426 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
15427 the way validation errors get reported
15428
Daniel Veillard1ed3f882001-04-18 09:45:35 +000015429Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15430
15431 * HTMLparser.c HTMLtree.c: applied part of the patches provided
15432 by P C Chow and William M. Brack for XSLT HTML output
15433
Daniel Veillard2d90de42001-04-16 17:46:18 +000015434Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15435
15436 * xmlversion.h.in win32config.h win32/libxml2/*: applied
15437 Igor Zlatkovic patches for MSC compilation and added his
15438 updates
15439
Daniel Veillarde043ee12001-04-16 14:08:07 +000015440Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15441
15442 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
15443 prefix lookup.
15444 * parserInternals.c: fixed the bug reported by Morus Walter
15445 due to an off by one typo in xmlStringCurrentChar()
15446
Daniel Veillarda3bfca52001-04-12 15:42:58 +000015447Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15448
15449 * HTMLparser.c result/HTML/*: revamped the way the HTML
15450 parser handles end of tags or end of input
15451
Daniel Veillard82daa812001-04-12 08:55:36 +000015452Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15453
15454 * tree.[ch] : added xmlDocCopyNode for gdome2 support
15455
Daniel Veillard67a21302001-04-11 14:39:16 +000015456Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15457
15458 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
15459 bug where the linktime verions of free() won't work ...
15460
Daniel Veillard27b55282001-04-11 12:22:25 +000015461Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15462
15463 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
15464
Daniel Veillardafc73112001-04-11 11:51:41 +000015465Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15466
15467 * doc/xml.html: added 2.3.6 release
15468
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000015469Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15470
15471 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
15472 * result/wml.xml: resulted in a small output change
15473
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000015474Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15475
15476 * tree.c: xmlNewDoc was missing the charset initialization
15477 * xmllint.c: added --auto to autogenerate a doc, allow to
15478 reproduce the problem fixed on xmlNewDoc
15479
Daniel Veillard1731d6a2001-04-10 16:38:06 +000015480Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15481
15482 * xpath.c: trying to get 52979 solved
15483 * tree.c result/ result/noent/: trying to get 52712 solved, this
15484 also made me clean up the fact that XML output in general should
15485 not add formating blanks by default, this changed the output of
15486 a few tests
15487
Daniel Veillard73639a72001-04-10 14:31:39 +000015488Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15489
15490 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
15491
Daniel Veillardfac26a12001-04-08 13:08:14 +000015492Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15493
15494 * configure.in: finally released 2.3.6
15495
Daniel Veillard911f49a2001-04-07 15:39:35 +000015496Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15497
15498 * xpath.c: checking for null pointer generated by new code
15499
Daniel Veillardd8df6c02001-04-05 16:54:14 +000015500Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15501
15502 * xpath.c: fixed a [] evaluation problem reported
15503 * test/XPath/tests/simpleaddr: extended test
15504 * result/XPath/simpleaddr: updated result
15505
Daniel Veillard3b2c2612001-04-04 00:09:00 +000015506Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15507
15508 * xmllint.c: Dan Timis reported a portability problem
15509 on Macs without mmap, fixed it.
15510
Daniel Veillardb38bd552001-04-03 18:22:00 +000015511Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15512
15513 * testXPath.c : added a --tree option allowing to display the
15514 tree dump of the XPath expression
15515
Daniel Veillard4dd93462001-04-02 15:16:19 +000015516Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15517
15518 * xpath.c: fixed a memleak when comparing nodesets
15519 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
15520 * tree.c: added a TODO
15521
Daniel Veillard92ad2102001-03-27 12:47:33 +000015522Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15523
15524 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
15525 we need string functions
15526 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
15527 to be able to use them where needed. Applied some changes
15528 to reduce name linking pollution and compile in only what's
15529 needed.
15530 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
15531 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
15532 for the string manipulation functions
15533 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
15534 to the free() function of xmlmemory.c
15535 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
15536 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
15537 usage.
15538
15539
Daniel Veillard2be30642001-03-27 00:32:28 +000015540Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15541
15542 * error.c: applied the context output patch of the error
15543 handling submitted by Chuck Griffith
15544 * error/VC/*: this slightly change some error logs
15545
Daniel Veillard50582112001-03-26 22:52:16 +000015546Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15547
15548 * parser.c: fixed line number reporting on error
15549
Daniel Veillard04be4f52001-03-26 21:23:53 +000015550Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15551
15552 * parser.c: Sullivan and Darin found a parser bug,
15553 applied the patch.
15554
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000015555Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15556
15557 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
15558 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
15559 xmlversion.h.in xpointer.c: of course the way I defined
15560 UNUSED breaks on old gcc version. Try to be smart and
15561 also define it directly in xmlversion.h
15562 * configure.in: removed -ansi flag from the pedantic set
15563
15564Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000015565 Huge cleanup, I switched to compile with
15566 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
15567 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
15568 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
15569 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
15570 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
15571 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
15572 encoding.h entities.c error.c list.[ch] nanoftp.c
15573 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
15574 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
15575 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
15576 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
15577 Cleanup, staticfied a number of non-exported functions,
15578 detected and cleaned up a dozen of problem found this way,
15579 avoided a lot of public function name/typedef/system names clashes
15580 * doc/xml.html: updated
15581 * configure.in: switched private flags to the really pedantic ones.
15582
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000015583Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15584
15585 * configure.in: 2.3.5
15586 * doc/html/*: rebuilt the docs
15587
Daniel Veillard146c9122001-03-22 15:22:27 +000015588Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15589
15590 * parser.c: fixed a reported bug in NOTATION parsing
15591 * uri.c: accepted but not fixed bug 51876, added TODO
15592 * Makefile.am: fixed bug 51876
15593
Daniel Veillarda5f013b2001-03-22 12:44:45 +000015594Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15595
15596 * config.h.in configure.in error.c: fix a compilation problem
15597 on platforms without vsnprintf (xml@thewrittenword.com)
15598
Daniel Veillarde020c3a2001-03-21 18:06:15 +000015599Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15600
15601 * parser.c: fixed a function name header typo
15602 * SAX.c: notations can also occur in external subset.
15603
Daniel Veillard7d42b542001-03-20 13:22:46 +000015604Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15605
15606 * error.c: removed a C++ like comment
15607
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000015608Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15609
15610 * parser.c: fixing bug 52299 strange condition leading
15611 to a parser crash due to a buffer overflow
15612 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
15613 added the specific test case
15614
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000015615Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15616
15617 * xpath.[ch]: still a lot of cleanup based on XSLT, added
15618 xmlXPathConvert{String,Number,Boolean} to be able to make
15619 type casts without a context stack, fixed some implementation
15620 problems related to the absence of context at parse-time,
15621 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
15622 in the public API too
15623 * xpointer.c xpathInternals.h: we need to know at parse time
15624 whether we are compiling an XPointer
15625
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000015626Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15627
15628 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
15629 cleaned up the parser internals, refactored XPath code, added
15630 new compilation based APIs and cleanly separated public and
15631 private APIs.
15632
Daniel Veillardd007d6c2001-03-19 00:01:07 +000015633Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15634
15635 * xpath.h: the comp field must be added at the end to avoid
15636 killing binary compat.
15637
Daniel Veillard9e7160d2001-03-18 23:17:47 +000015638Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15639
15640 * Makefile.am: detect XPath memleaks in regreson tests
15641 * error.c: fixed and error w.r.t. error reporting still using
15642 stderr
15643 * hash.c: added new line at end of file
15644 * tree.h: minor cleanup
15645 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
15646 expression parsing from evaluation, resulted in a number of
15647 changes internally, and in XPointer. Likely to break stuff
15648 using xpathInternals.h but should remain binary compatible,
15649 new interfaces will be added.
15650
Daniel Veillardd574f782001-03-14 19:40:17 +000015651Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15652
15653 * configure.in: fixed a couple of problems reported by
15654 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
15655 without gcc on non linux platforms.
15656
Daniel Veillard0a6c3582001-03-14 19:15:37 +000015657Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15658
15659 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
15660 a fix for --with-html-dir= configure support. I hope it won't
15661 break rpm generation
15662
Daniel Veillarda022fe02001-03-14 16:30:00 +000015663Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15664
15665 * xmlIO.c: one function comment cleanup.
15666
Daniel Veillard25239c12001-03-14 13:56:48 +000015667Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15668
15669 * SAX.c: external subset notations were improperly registered
15670 in the internal subset.
15671
Daniel Veillard2c4754f2001-03-13 09:31:12 +000015672Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15673
15674 * README.cvs-commits: added, pointing to HACKING
15675 * HACKING: updated
15676
Daniel Veillard82ab81e2001-03-12 21:11:21 +000015677Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15678
15679 * parser.c: and Matt Sergeant found one in the XML push
15680 parser (erroneous check I forgot to remove when I fixed the
15681 main parser).
15682
Daniel Veillard68d7b672001-03-12 18:22:04 +000015683Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15684
15685 * xpath.c: ptittom found a small bug in UnaryExpr
15686
Daniel Veillarde356c282001-03-10 12:32:04 +000015687Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15688
15689 * configure.in: bumped to 2.3.4
15690 * error.c: fixed bug #51860
15691 * tree.c: fixed bug #51861
15692 * valid.c: cleanup, more debug, failed to fix one bug crap ...
15693 * tree.[ch] : added xmlDefaultBufferSize
15694 * nanoftp.c: typo in function name header block
15695 * doc/xml.html : updated, added link to XML::LibXSLT
15696 * doc/html/* : rebuilt the docs
15697
Daniel Veillard80f32572001-03-07 19:45:40 +000015698Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15699
15700 * parser.c SAX.c: the new content parsing code raised an
15701 ugly bug in the characters() SAX callback. Found it
15702 just because of strangeness in XSLT XML Rec ouptut :-(
15703
Daniel Veillard6c831202001-03-07 15:57:53 +000015704Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15705
15706 * Makefile.am: Martin Baulig suggested to add -lm
15707 * tree.c: found another bug in xmlNodeGetContent()
15708
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000015709Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15710
15711 * xpath.c: Bjorn found the error related to strictness of comparison.
15712
Daniel Veillard29631a82001-03-05 09:49:20 +000015713Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15714
15715 * parser.c: trying to fix the Dtd parsing problem reported
15716 by Gary, side effect of last week speed optimizations.
15717
Daniel Veillard14be0a12001-03-03 18:50:55 +000015718Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15719
15720 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
15721 * parserInternals.c: removed unneeded test raised by Stric
15722
Bjorn Reesee1dc0112001-03-03 12:09:03 +000015723Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
15724
15725 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
15726 and fixed by William Brack). Added xmlXPathFormatNumber.
15727 Changed the sorting slightly.
15728 * configure.in Makefile.am example/Makefile.am: Added -lm.
15729 Please note that applications linking with libxml2, must
15730 also like with the math library from now on.
15731
Daniel Veillardf9533d12001-03-03 10:04:57 +000015732Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15733
15734 * HTMLparser.c: fixed loop reported by Marc Sanfacon
15735
Daniel Veillard2f362242001-03-02 17:36:21 +000015736Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15737
15738 * parser.c: one must report spaces even if the Dtd element
15739 content proves that this is not part of the element content.
15740 * result/valid/*.xml: this changed the ouptu slightly
15741
Daniel Veillardb402c072001-03-01 17:28:58 +000015742Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15743
15744 * configure.in: bumped to 2.3.3
15745 * doc/xml.html: updated
15746
Daniel Veillard77851712001-02-27 21:54:07 +000015747Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15748
15749 * tree.c: minor doc fix
15750 * xpath.c: deallocation issues when a result tree has been
15751 converted to a node-set
15752
Daniel Veillardec70e912001-02-26 20:10:45 +000015753Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15754
15755 * doc/xml.html: oops corrected dates s/2000/2001
15756
Daniel Veillard8730c562001-02-26 10:49:57 +000015757Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15758
15759 * valid.c: new patch from Gary Pennington
15760
Daniel Veillard91e9d582001-02-26 07:31:12 +000015761Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15762
15763 * doc/xml.html: applied patch from Ankh
15764
Daniel Veillardedac3c92001-02-26 01:36:19 +000015765Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15766
15767 * xinclude.c: fixed a problem building on Mac
15768
Daniel Veillard21a0f912001-02-25 19:54:14 +000015769Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15770
15771 * parser.c: more work on increasing parsing ferformances
15772
Daniel Veillard48b2f892001-02-25 16:11:03 +000015773Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15774
15775 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
15776 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
15777 avoiding memcpy in production builds MEM_CLEANUP macro use
15778 * parser.[ch] parserInternals.c: optimizations of the tightest
15779 internal loops inside the parser. Better checking of I/O
15780 flushing/loading conditions
15781 * xmllint.c : added --timing
15782
Daniel Veillard71681102001-02-24 17:48:53 +000015783Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15784
15785 * configure.in: bumped to 2.3.2
15786 * doc/xml.html: updated for release
15787
Daniel Veillardbbd51d52001-02-24 03:07:03 +000015788Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15789
15790 * xpath.c: found a memleak and fixed a nasty bug
15791
Daniel Veillardf7cd4812001-02-23 18:44:52 +000015792Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15793
15794 * xmllint.[c1] : added return code errors for xmllint
15795 * xpath.c: specific debug dump function for result value trees
15796
Daniel Veillard4b637072001-02-21 21:52:55 +000015797Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15798
15799 * xpath.c: finally implemented xmlXPathCompareNodeSets
15800 * test/XPath/expr/floats results/XPath/expr/floats: added
15801 a test for float expressions
15802
Daniel Veillardf714aa32001-02-21 03:07:44 +000015803Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15804
15805 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
15806 * parserInternals.[ch]: trying to speed up parsing
15807 * xpath.c : speeded up node set equality op
15808
Daniel Veillarde0c3a622001-02-19 18:05:20 +000015809Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15810
15811 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
15812 better handling of ID/IDREF and the list modules associated
15813 * configure.in: small CFLAGS cleanup
15814
Daniel Veillarda8abee62001-02-19 15:14:59 +000015815Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15816
15817 * configure.in: fixed iconv detection on AIX (stric)
15818
Daniel Veillardbca64ef2001-02-19 22:20:01 +000015819Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000015820
15821 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
15822
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000015823Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
15824
15825 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
15826 and optimized xmlXPathNodeSetSort
15827
Daniel Veillard142adbf2001-02-17 13:21:05 +000015828Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15829
15830 * xpath.c: bug fix when context size is 0
15831 * parser.c: I like Norm's Dtd because they still manage to break
15832 the parser occasionally
15833
Daniel Veillardf23e0092001-02-16 13:21:29 +000015834Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15835
15836 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
15837
Daniel Veillarde0e26512001-02-16 00:11:46 +000015838Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15839
15840 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
15841 attributes within the XML-1.0 namespace
15842
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000015843Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15844
15845 * xpathInternals.h: exported a few axis functions
15846 * doc/xml.html: updated the doc
15847
Daniel Veillard760f4422001-02-15 14:59:48 +000015848Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15849
15850 * configure.in: applied patch from Daniel van Balen for OpenBSD
15851 and bumped version to 2.3.1
15852 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
15853 attempt to find autoclosing was simply broken, removed it,
15854 updated the examples, this is better
15855
Daniel Veillardd194dd22001-02-14 10:37:43 +000015856Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15857
15858 * hash.[ch]: added Paolo Casarini patch to provide Delete from
15859 hash functionnalities.
15860 * doc/html/* : rebuild the doc
15861
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000015862Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15863
15864 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
15865 on predicate
15866 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
15867 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
15868 really want to have tags closed on output even if we accept
15869 unclosed ones on input
15870
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000015871Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15872
15873 * xpath.c: ouch don't free NULL, rare case fixed
15874 * tree.c: don't coalesce text nodes if they don't have the
15875 same behaviour wrt escaping on output
15876
Daniel Veillardd12b69d2001-02-11 20:17:31 +000015877Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15878
15879 * xpath.c: small fixup
15880 * SAX.c: don't warn on empty namespaces.
15881
Daniel Veillard6a2e4062001-02-08 10:31:33 +000015882Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15883
15884 * README: a bit of cleanup
15885 * configure.in: preparing for 2.3.0 release
15886
Daniel Veillard1f83d392001-02-08 09:37:42 +000015887Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15888
15889 * hash.[ch]: added a first version of xmlHashSize()
15890 * valid.c: another bug fix from Gary Pennington
15891
Daniel Veillard5eef6222001-02-07 18:24:48 +000015892Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15893
15894 * valid.c: couple of bug fixes pointed by Gary Pennington
15895 * HTMLtree.c: #if 0 cleanup
15896
Daniel Veillard2c257ec2001-02-06 13:29:07 +000015897Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15898
15899 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
15900 which removes a time consuming check of xmlXPathNodeSetAdd()
15901 and use it in places where we are sure to not break unicity
15902
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000015903Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15904
15905 * xpath.c: bug fixes found from XSLT
15906 * tree.c: preserve node->name special values when copying nodes.
15907 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
15908 external subset are fetched when available but without full
15909 validation. Added xmlLoadExtDtdDefaultValue, need a function.
15910 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
15911 output with encoding disabled.
15912
Daniel Veillard2c833b62001-02-03 08:52:06 +000015913Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15914
15915 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
15916 xmlCheckFilename should not be called from xmlFileOpenW
15917 and xmlGzfileOpenW
15918
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000015919Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15920
15921 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
15922 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
15923 added the new tests for URI normalization
15924 * testURI.c: fixed stoopid bugs
15925 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
15926 the URI in the error messages are now properly normalized
15927
Daniel Veillardea28ce62001-02-02 08:20:19 +000015928Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15929
15930 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
15931
Daniel Veillarde99a4762001-02-01 04:34:35 +000015932Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15933
15934 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
15935
Daniel Veillard2b325a02001-01-31 20:46:31 +000015936Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15937
15938 * xpath.c: fixed mod operator
15939
Daniel Veillardde55cf62001-01-31 15:53:13 +000015940Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15941
15942 * parser.c: fixed xmlStrcat doc
15943 * tree.c: 2 fixes form Anders Carlson for copying nodes and
15944 trees.
15945
Daniel Veillard2f913b72001-01-31 13:23:49 +000015946Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15947
15948 * xpath.c result/XPath/tests/chaptersbase
15949 result/XPath/tests/simplebase: fixed XPath node()
15950 * tree.c: small fix in xmlNewNs()
15951 * Makefile.am: removed extraneous xml2Conf.sh rule
15952
Daniel Veillardb42042b2001-01-28 07:40:36 +000015953Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15954
15955 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
15956 Changed the library name, in order to get libxml-devel and
15957 libxml2-devel to coexist on a single system
15958 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
15959 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
15960
Daniel Veillardee0a4662001-01-27 18:59:33 +000015961Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15962
15963 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
15964 libxml2-devel installable in // as libxml-devel.
15965
Daniel Veillard5eb05942001-01-27 17:50:22 +000015966Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15967
15968 * doc/Makefile.am: fixed make rebuild in doc
15969 * doc/html/*.html: rebuilt the docs
15970
Daniel Veillard65c295d2001-01-26 09:32:39 +000015971Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15972
15973 * tree.c: patch from Bjorn Reese on xmlBufferCCat
15974
Daniel Veillard8e199902001-01-25 18:54:39 +000015975Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15976
15977 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
15978 the HTML doc to go into the -devel RPM ...
15979 * aclocal.m4 config.h.in: some updates due to auto* magic
15980
Daniel Veillard93086662001-01-25 18:13:04 +000015981Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15982
15983 * xpath.h: added a hook in the context structure allowing to
15984 link to extra support, needed for XSLT
15985
Daniel Veillardf17e09b2001-01-25 13:55:35 +000015986Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15987
15988 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
15989 xmlXPtrCmpPoints to use it.
15990 * propagated the following patch from Alejandro Forero
15991 * include/win32config.h xmlIO.c: applied further suggestions
15992 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
15993 * example/gjobread.c: fixed warnings, now that it builds
15994
15995Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
15996
15997 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
15998
15999 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
16000 filename points to a valid file (not a directory).
16001 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
16002 Added calls to xmlCheckFilenameDir.
16003
16004 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
16005 `path' (rather than `filename') as the parameter to gzopen and open.
16006
Daniel Veillard48177c22001-01-23 15:27:41 +000016007Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16008
16009 * Makefile.am: fixed a problem with EXTRA_DIST
16010
Daniel Veillardb83ba402001-01-22 22:45:10 +000016011Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16012
16013 * Makefile.am example/Makefile.am: finally found the trick
16014 to build the example, i.e. add "." in SUBDIRS before example
16015 in the list <grin/>
16016
Daniel Veillard82687162001-01-22 15:32:01 +000016017Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16018
16019 * doc/xml.html: updated with an XSLT section, removed pointer to
16020 W3C CVS base.
16021
Daniel Veillard8a7642f2001-01-22 10:45:16 +000016022Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16023
16024 * xpath.c: when copying a XSLT tree object teh tree need to be copied
16025 too, and deallocation need to occur the same way.
16026
Daniel Veillarde4566462001-01-22 09:58:39 +000016027Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16028
16029 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
16030 type correponding to an XSLT result tree fragment. Share most
16031 of the data format with node set, as well as operators.
16032 * HTMLtree.c: added a newline at the end of the doctype output
16033 whe this one is not present initially.
16034 * tree.c: make sure taht the parent and doc pointers are properly
16035 set when copying attributes (lists).
16036
Daniel Veillard701c7362001-01-21 09:48:59 +000016037Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16038
16039 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
16040
Daniel Veillard5a2b6972001-01-20 21:15:50 +000016041Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16042
16043 * xpath.c: seems I finally killed that ugly path evaluation
16044 context bug (tagged 9999 in case is is wrong)
16045
Daniel Veillard8f4d9752001-01-19 05:32:34 +000016046Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16047
16048 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
16049 for XSLT
16050
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000016051Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16052
16053 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
16054 for xmlGzfileOpen() bug
16055
Daniel Veillardf6eea272001-01-18 12:17:12 +000016056Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16057
16058 * xpath.c: removed an error found by XSLT usage
16059 * tree.c parserInternals.h: use a predefined static string
16060 for text and comment nodes, avoid freeing them in xmlFreeNode,
16061 exported the string name in parserInternals.h and added
16062 another value to disable encoding at output (for XSLT),
16063 gain memory, time.
16064
Daniel Veillard8f2cc572001-01-17 08:19:35 +000016065Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16066
16067 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
16068 win32/libxml2/libxml2_so.dsp: new makefiles and update
16069 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
16070
Daniel Veillardf831bfb2001-01-16 17:26:04 +000016071Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16072
16073 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
16074 Gary Pennington
16075
Daniel Veillard389e6b72001-01-15 19:41:13 +000016076Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16077
16078 * xpath.c: fixed the comaprision of values and nodelists,
16079 need to compare nodelist still ...
16080 * debugXML.c: avoided a possible core dump
16081 * HTMLparser.c: cleanup
16082 * nanohttp.c: contributed fix.
16083 * tree.c: fixes in properties handling added xmlSetNsProp
16084 needed by libxslt
16085 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
16086 comment
16087 * TODO: updated
16088
Daniel Veillard167bd532001-01-06 21:09:34 +000016089Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16090
16091 * parser.c parserInternals.c: applied Bjorn Reese optimization
16092 patch
16093
16094Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16095
16096 * Makefile.am: applied patch fro make check from Martin Vidner
16097
Daniel Veillard503b8932001-01-05 06:36:31 +000016098Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16099
16100 * configure.in: preparing 2.2.11
16101 * doc/html/*: rebuild the HTML files
16102 * doc/xml.html : updated
16103
Daniel Veillardc2f4df22001-01-04 14:06:39 +000016104Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16105
16106 * tree.c: fixed a stupid bug
16107 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
16108 patches related to validation of an XInclude processing result
16109 * TODO: updated
16110
Daniel Veillarde2488192001-01-04 10:54:22 +000016111Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16112
16113 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
16114 on large files
16115
Daniel Veillardf060a412001-01-03 20:52:44 +000016116Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16117
16118 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
16119
Daniel Veillard45cff692001-01-03 18:02:04 +000016120Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16121
16122 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
16123 reported by Jonas Borgström
16124 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
16125
Daniel Veillard08108982001-01-03 15:24:58 +000016126Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16127
16128 * testXPath.c xpath.c: fixing the XPath union expressions problem
16129 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
16130
Daniel Veillard4a6845d2001-01-03 13:32:39 +000016131Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16132
16133 * xmllint.c: Made is so if the file name is "-" is will read form
16134 standard input. Sven Heinicke <sven@zen.org>
16135 * tree.c: fixed a problem when growing buffer
16136 * tree.h: fixed the comment of the node types following andersca
16137 comment
16138 * TODO: updated
16139
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000016140Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16141
16142 * HTMLparser.[ch]: added a way to avoid adding automatically
16143 omitted tags. htmlHandleOmittedElem() allows to change the
16144 default handling.
16145 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
16146 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
16147 of xmllint too when using --memory flag, added a memory test
16148 suite at the Makefile level.
16149 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
16150 with namespace use when encountering QNames in XPath evalation,
16151 added xmlns() scheme in XPointer.
16152 * nanoftp.c : incorporated a fix
16153 * parser.c xmlIO.c: fixed problems raised with encoding when using
16154 the memory I/O
16155 * parserInternals.c: closed bug 25934 reported by
16156 torsten.landschoff@innominate.de
16157 * TODO: updated
16158
Daniel Veillarda1fe9102000-11-25 10:49:25 +000016159Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16160
16161 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
16162 on a non-updated tree :-(, made a 2.2.10 release to correct the
16163 situation
16164
Daniel Veillardce6e98d2000-11-25 09:54:49 +000016165Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16166
16167 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
16168 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
16169 integrated a set of OpenVMS changes from Howard Taylor
16170 <Howard.Taylor@pacoast.com>
16171
Daniel Veillard58770e72000-11-25 00:48:47 +000016172Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16173
16174 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
16175 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
16176
Daniel Veillardf62ceff2000-11-24 23:36:01 +000016177Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16178
16179 * HTMLparser.c: some fixes on auto-open of html/head/body
16180 * encoding.c: fixed a compilation error on some gcc env
16181 * xpath.c xpointer.[ch] xpathInternals.h: improved the
16182 XPointer implementation
16183 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
16184 related XPointer tests and associated results
16185
Daniel Veillard300f7d62000-11-24 13:04:04 +000016186Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16187
16188 * doc/xmldtd.html doc/xml.html: following a short step by step
16189 guidance on IRC to help maciej with DTDs I started a small
16190 page on the subject.
16191
Daniel Veillard748e45d2000-11-17 16:36:08 +000016192Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16193
16194 * HTMLparser.c: fixed handling of broken charrefs
16195 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
16196 patches
16197
Daniel Veillard28929b22000-11-13 18:22:49 +000016198Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16199
16200 * doc/xml.html doc/html/* : rebuilt the docs after adding
16201 xinclude and updated page for 2.2.7 and 2.2.8
16202 * configure.in: releasing 2.2.8
16203
Daniel Veillard41e06512000-11-13 11:47:47 +000016204Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16205
16206 * parser.[ch] parserInternals.c: applied the conditional
16207 section processing fix from Jonathan P Springer
16208 <jonathan.springer2@gte.net>
16209 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
16210 project file, fixed iconv default non support
16211 * xpath.c: fixed the problem of evaluating relative expressions
16212 when a node context is provided.
16213
Daniel Veillardbf432752000-11-12 15:56:56 +000016214Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16215
16216 * nanoftp.c: fixed gcc 2.95 new warnings
16217 * SAX.c: fixed a stupid bug
16218 * tree.c: fixed a formatting problem when round-tripping
16219 from/to memory
16220 * xinclude.c: chased memleak, fixed a base problem
16221 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
16222 xmlXPtrBuildNodeList()
16223 * TODO: updated
16224 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
16225 adding a first small set of regression tests for XInclude
16226
Daniel Veillardc2def842000-11-07 14:21:01 +000016227Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16228
16229 * nanohttp.[ch]: applied Wayne Davison patches to access
16230 the WWW-Authorization header.
16231 * parser.c: Closed Bug#30847: Problems when switching encoding
16232 in short files by applying Simon Berg's patch.
16233 * valid.c: fixed a validation problem
16234 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
16235 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
16236 Wayne Davison
16237 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
16238 need to be extended to non full nodes selections.
16239 * xinclude.c: starts to work decently
16240
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000016241Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16242
16243 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
16244 debugXML.c xmlversion.h.in: Started adding XInclude support,
16245 this is a new xmllint option
16246 * tree.c xpath.c: applied TOM patches for XPath
16247 * xpointer.c: fixed a couple of errors.
16248 * uri.c: added an escaping function needed for xinclude
16249 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
16250 new warning from RH70 gcc's version
16251
Daniel Veillarda4964b72000-10-31 18:23:44 +000016252Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16253
16254 * HTMLparser.c: fixed loop on invalid char in scripts
16255 * parser.c: update to description of xmlIOParseDTD()
16256 * libxml.m4 xmlversion.h.in: changes contributed by
16257 Michael Schmeing <m.schmeing@internet-factory.de>
16258 * configure.in: preparing for 2.2.7
16259 * Makefile.am: trying to avoid config.h and acconfig.h
16260 being included in the distrib
16261 * configure.in: released 2.2.7
16262
16263Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16264
16265 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
16266 like namespaces for good. Unified xmlNs and xmlNode somewhat.
16267
Daniel Veillard01411222000-10-30 15:33:22 +000016268Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16269
16270 * parser.[ch]: added xmlIOParseDTD()
16271 * xpointer.c: added support for the 2 extra parameters of
16272 string-range, fixed a stoopid error when '0' was present
16273 in XPointer expressions
16274 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
16275 testsuite for the above
16276
Daniel Veillard6db58192000-10-30 09:27:53 +000016277Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16278
16279 * libxml.spec.in: improved package descriptions
16280
Daniel Veillarda5db68a2000-10-29 18:06:06 +000016281Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16282
16283 * xpath.c xpathInternals.h: applied a large cleaning patch
16284 from TOM <ptittom@free.fr>, it also add namespace support
16285 for function and variables registration.
16286
Daniel Veillardbd20df72000-10-29 17:53:40 +000016287Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16288
16289 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
16290 * Makefile.mingw: Wayne Davison's update adding hash.c
16291
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000016292Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16293
16294 * xpath.c: fixed the root evaluation problems
16295 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
16296 ignorable spaces with <b> <bold> <em>
16297 * tree.c: fixed a loop in xmlSearchNsByHref()
16298
Daniel Veillard767662d2000-10-27 17:04:52 +000016299Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16300
16301 * xpath.c: applied another XPath patch from TOM
16302 * xpath.c include/makefile.am: applied another patch from
16303 china@thewrittenword.com (cleanup on IRIX).
16304
Daniel Veillard211cc0a2000-10-27 11:49:33 +000016305Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16306
16307 * xml-config.1: received a fixed version from Fredrik Hallenberg
16308 <hallon@lysator.liu.se>
16309
Daniel Veillardf6bf9212000-10-26 14:07:44 +000016310Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16311
16312 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
16313 cleanup patch for XPath
16314
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000016315Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16316
16317 * patched to redirrect all "out of context" error messages to
16318 a reconfigurable routine. The changes are:
16319 * xmlerror.h : added the export of an error context type (void *)
16320 an error handler type xmlGenericErrorFunc there is an interface
16321 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
16322 to reset the error handling routine and its argument
16323 (by default it's equivalent to respectively fprintf and stderr.
16324 * all the c files: all wild accesses to stderr or stdout within
16325 the library have been replaced to calls to the handler.
16326
Daniel Veillard29a11cc2000-10-25 13:32:39 +000016327Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16328
16329 * configure.in: release 2.2.6
16330 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
16331 exporting the inner functions of xpath for extension modules
16332 * doc/*: updated and rebuilt the doc
16333
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000016334Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16335
16336 * nanohttp.c : applied Wayne HTTP cleanup patch
16337 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
16338 and xmlNodeSetSpacePreserve()
16339
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000016340Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16341
16342 * xpath.c: closing bug #29260
16343
Daniel Veillard126f2792000-10-24 17:10:12 +000016344Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16345
16346 * hash.[ch] debugXML.c: expanded/enhanced the API, added
16347 multikey tuples, made hash structure opaque
16348 * valid.[ch]: moved elements, attributes, notations decalarations
16349 as well as ID and refs to hash tables.
16350 * entities.c: hash cleanup
16351 * xmlmemory.c: fixed a dump problem in debug mode
16352 * include/Makefile.am: problem passing in DESTDIR= values patch
16353 from Marc Christensen <marc@calderasystems.com>
16354 * nanohttp.c: removed debugging remains
16355 * HTMLparser.c: the bogus tag should be ignored (Wayne)
16356 * HTMLparser.c parser.c: fixing a number of problems with the
16357 macros in the *parser.c files (Wayne).
16358 * HTMLparser.c: close the previous option when opening a new one
16359 (Marc Sanfacon).
16360 * result/HTML/*: updated the HTML results accordingly
16361
Daniel Veillard52afe802000-10-22 16:56:02 +000016362Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16363
16364 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
16365 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
16366 XPath functions and XML entities table to them. More to come...
16367 * xmlIO.c: fixed libxml closing FILEs it didn't open.
16368
Daniel Veillard683cb022000-10-22 12:04:13 +000016369Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16370
16371 * tree.c: coalesce adjacent text nodes
16372 * valid.c: handling of blank nodes in DTd validation (raised
16373 by problems with a posteriori validation).
16374 * nanohttp.c: changing behaviour on HTTP write stuff.
16375 * HTMLtree.c: forced body and html to be explicitely closed.
16376 * xpath.h: exported more XPath functions.
16377
Daniel Veillard1baf4122000-10-15 20:38:39 +000016378Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16379
16380 * Release of 2.2.5
16381 * xpointer.c: range() range-inside and other helper functions
16382 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
16383
Daniel Veillard47e12f22000-10-15 14:24:25 +000016384Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16385
16386 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
16387 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
16388
Daniel Veillardb732a0e2000-10-15 11:27:01 +000016389Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16390
16391 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
16392 and XPointer modules
16393
Daniel Veillard134c9f32000-10-15 10:27:08 +000016394Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16395
16396 * SAX.h: closed #25107
16397
Daniel Veillard39915622000-10-15 10:06:55 +000016398Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16399
16400 * testSAX.c: fixed problem with cdata reporting
16401 * SAXresult/* : updated
16402
Daniel Veillard1e851392000-10-15 10:02:56 +000016403Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16404
16405 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
16406 Closed bug #27499, added to regression tests
16407 * TODO: updated
16408
Daniel Veillard7eda8452000-10-14 23:38:43 +000016409Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16410
16411 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
16412 support for SCRIPT and STYLE with help from Bjorn Reese
16413 * test/HTML/* result/HTML/*: added simple testcase and updated
16414 the existing ones.
16415
Daniel Veillardff9c3302000-10-13 16:38:25 +000016416Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16417
16418 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
16419 string-range for empty strings
16420 * test/XPath/docs/str test/XPath/xptr/chaptersrange
16421 test/XPath/xptr/strrange: augmented the XPointer testsuite
16422
Daniel Veillard189446d2000-10-13 10:23:06 +000016423Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16424
16425 * doc/xml.html doc/xmlmem.html: added a module describing memory
16426 interfaces and use, updated the main page.
16427
Daniel Veillard2f971a22000-10-12 23:26:32 +000016428Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16429
16430 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
16431 nanoftp code work on Windows too now
16432
16433Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000016434
16435 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
16436 * xpointer.c: implemented string-range() at least a good first version
16437 * test/XPath/docs/str test/XPath/xptr/strrange
16438 result/XPath/xptr/strrange: the string-range() tests
16439
Daniel Veillardd3c68c42000-10-12 08:06:28 +000016440Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16441
16442 * Makefile.am include/Makefile.am include/win32config.h
16443 win32/Makefile.mingw: fixed problems reported by Wayne Davison
16444 and make distcheck
16445
Daniel Veillard19d61112000-10-11 23:50:35 +000016446Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16447
16448 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
16449 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
16450 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
16451
Daniel Veillardb0426ca2000-10-11 23:39:43 +000016452Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16453
16454 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
16455 patch for socklen_t detection by
16456 Albert Chin-A-Young <china@thewrittenword.com>
16457
Daniel Veillardcd429612000-10-11 15:57:05 +000016458Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16459
16460 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
16461 and added a --dtdvalid option to xmllint used to test it
16462
Daniel Veillard47c02452000-10-11 13:04:36 +000016463Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16464
16465 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
16466 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
16467
Daniel Veillard2d38f042000-10-11 10:54:10 +000016468Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16469
16470 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
16471 handlings (registration, lookup, cleanup)
16472
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000016473Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16474
16475 * configure.in Makefile.am include/makefile.am: adding XPointer
16476 and XPtrtests target
16477 * xpointer.[ch] : new files for XPointer support
16478 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
16479 more XPath tests
16480
Daniel Veillard57fda592000-10-10 23:24:14 +000016481Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16482
16483 * configure.in: fixed, very broken, make distcheck works again
16484
Daniel Veillarde8282ed2000-10-10 23:01:31 +000016485Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16486
16487 * More work toward 2.2.5, integrated a number of patches
16488 * configure.in Makefile.am win32config.h.in: trying to cleanup
16489 make distcheck .... huh ...
16490 * include/Makefile.am include/win32config.h: new directory
16491 for includes
16492 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
16493 updated teh makefiles and instructions for WIN32
16494 * xpath.c: small fixes
16495 * test/XPath/ results/XPath: updated the testcases and results
16496 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
16497 suggested patches
16498 * valid.c: fixed an ID bug
16499
Daniel Veillardb71379b2000-10-09 12:30:39 +000016500Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16501
16502 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000016503 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000016504 * xpath.[ch]: worked on XPointer
16505
Daniel Veillard7e99c632000-10-06 12:59:53 +000016506Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16507
16508 * configure.in Makefile.am: 2.2.5, ship the include in an
16509 include/libxml subdirectory, use symlinks when using CVS
16510 * testSAX.c: fixed small bug
16511 * testXPath.c: changed the way testfiles are parsed
16512 * debugXML.c: same kind of cleanup when parsing an argument expression
16513 XPath/XPointers can have blanks embedded
16514 * xpath.[ch]: more cleanup, reorgs for XPointer work
16515 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
16516 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
16517
Daniel Veillard55b91f22000-10-05 16:30:11 +000016518Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16519
16520 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
16521 in the XPath engine, rewrote large parts of it, now it's far
16522 cleaner and in sync with the REC not an old WD. Fixed a parsing
16523 problem in the interactive XML shell found when testing XPath.
16524
Daniel Veillardac260302000-10-04 13:33:43 +000016525Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16526
16527 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
16528 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
16529 examples with the extra test
16530
Daniel Veillard7cfce322000-10-04 12:40:27 +000016531Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16532
16533 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
16534 the global init function.
16535
Daniel Veillard970112a2000-10-03 09:33:21 +000016536Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16537
16538 * HTMLparser.c: Doohhh, attribute name parsing was still case
16539 sensitive ! Fixed this ...
16540 * result/HTML/* : updated the tests results accordingly
16541
Daniel Veillard740abf52000-10-02 23:04:54 +000016542Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16543
16544 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
16545 engine, should be far more stable, incorporated a new version of
16546 preceding/following axis, need testing
16547 * uri.c: fixed file:///c:/a/b/c problem
16548 * test/XPath/tests/idsimple: augmented the XPath tests
16549
Daniel Veillard3bff2b02000-10-01 20:33:47 +000016550Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16551
16552 * doc/* rebuilding docs for 2.2.4 release
16553
Daniel Veillard8b5dd832000-10-01 20:28:44 +000016554Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16555
16556 * configure.in: releasing 2.2.4
16557 * parser.[ch]: added xmlStrEqual()
16558 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
16559 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
16560 use xmlStrEqual instead
16561 * TODO: updated
16562 * added an XPath test
16563
Daniel Veillardbc765302000-10-01 18:23:35 +000016564Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16565
16566 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
16567 * entities.h: exported xmlInitializePredefinedEntities
16568 * parser.[ch] : added xmlInitParser()
16569 * parserInternals.h : had to export htmlInitAutoClose()
16570
Daniel Veillardf09e7e32000-10-01 15:53:30 +000016571Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16572
16573 * xpath.[ch] : fixed some serious XPath Predicate evaluation
16574 problems
16575 * Makefile.am : added XPath regression tests to normal tests
16576 * uri.c: fixed a problem with local paths, cleanup
16577 * parser.c: fixed a problem with large CData sections
16578
Daniel Veillardd2ade932000-09-30 14:39:55 +000016579Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16580
16581 * configure.in xml-config.in: patch from "Ben Taylor"
16582 <sol7x86@hotmail.com> for solaris shared libs lookup
16583
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000165842000-09-30 Martin Baulig <baulig@suse.de>
16585
16586 * libxml-2.0.pc.in: Provide pkg-config script.
16587
16588 * configure.in: Create the libxml-2.0.pc script from the
16589 libxml-2.0.pc.in templates.
16590 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000016591 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000016592
Daniel Veillard4b0755c2000-09-25 14:26:28 +000016593Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16594
16595 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
16596 when compiling with MSC
16597
Daniel Veillard46057e12000-09-24 18:49:59 +000016598Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16599
16600 * xpath.c: patch for normalize-string() substring-before(),
16601 substring-after() and translate() functions from Bjorn Reese
16602 <breese@mail1.stofanet.dk>
16603 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
16604 Fredrik Hallenberg <hallon@lysator.liu.se>
16605 * TODO: updated
16606
Daniel Veillard281f8ff2000-09-24 08:12:14 +000016607Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16608
16609 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
16610 problem of socklen_t being undefined on a number of platforms
16611 * debugXML.c: fixed a compilation problem when without snprintf
16612
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000016613Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16614
16615 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
16616 an URI bug and a fix for the control-character-induced infinite loop
16617 * nanohttp.c: preventive fix for compiling on WIN32
16618
Daniel Veillard64c20ed2000-09-22 16:07:02 +000016619Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16620
16621 * xmlint.c: closing bug #25000
16622
Daniel Veillardb656ebe2000-09-22 13:51:48 +000016623Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16624
16625 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
16626 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
16627 modified slightly Wayne Davison patch adding xmlStrcasecmp and
16628 related function, fixing xmlStrncmp(), and associated cleanup
16629 * result/HTML/entities.html.sax: updating result
16630
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000016631Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16632
16633 * uri.c: applied patch for URI escaping from Wayne Davison
16634 <wayned@blorf.net>
16635 * tree.c parserInternals.c HTMLparser.c: memset checks patches
16636 from Denis Barbier <barbier@imacs.polytechnique.fr>
16637 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
16638 patch from Wayne Davison
16639
Daniel Veillardd5f97f82000-09-17 16:38:14 +000016640Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16641
16642 * doc/xml.html : updated with new releases, adding "how to help"
16643
Daniel Veillard04698d92000-09-17 16:00:22 +000016644Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16645
16646 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
16647 removed a few warnings in pedantic mode ...
16648 * parserInternals.c parser.c: moved encoding switching function
16649 to parserInternals.c
16650 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
16651
Daniel Veillarda2c6da92000-09-16 18:15:00 +000016652Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16653
16654 * HTMLparser.c parser.c: set ctxt->errNo before calling the
16655 error or warning handlers
16656
Daniel Veillardb1059e22000-09-16 14:02:43 +000016657Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16658
16659 * parserInternals.c parserInternals.h parser.c Makefile.am:
16660 created a new module parserInternals.c, moved most of the
16661 code shared by the various parsers there, as well as
16662 deprecated code from parser.c. More cleanup of parser.c
16663 * uri.c: fixed a problem when URI is NULL
16664 * valid.c: speedup when looking for an attribute declaration
16665
Daniel Veillard39c7d712000-09-10 16:14:55 +000016666Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16667
16668 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
16669 the cleanup of the computation of URI references when seeking
16670 external entities. The URI reference string and the resulting
16671 URI are both stored now.
16672 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
16673 large s(n)printf checks and cleanup from Denis Barbier
16674 <barbier@imacs.polytechnique.fr>
16675 * xmlversion.h.in tree.h: couple of SGML declarations for a
16676 possible docbook module.
16677 * result/VC/ : a couple of test output changed due to the change
16678 of the entities URI
16679
Daniel Veillardb513f5a2000-09-10 14:01:12 +000016680Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16681
16682 * parser.h: added a _private field for linking user's data
16683
Daniel Veillarddd477ce2000-09-10 13:23:08 +000016684Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16685
16686 * parser.c parserInternals.h: demacroified most of the IS_XXX
16687 the gain in size is significant so ...
16688
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000016689Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16690
16691 * entities.c: cases where looking up entities with doc==NULL
16692 covered
16693
Daniel Veillard90e11312000-09-05 10:42:32 +000016694Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16695
Daniel Veillard1de50802000-09-07 08:54:32 +000016696 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000016697 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
16698
Daniel Veillard98a79162000-09-04 11:15:39 +000016699Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16700
Daniel Veillard1de50802000-09-07 08:54:32 +000016701 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000016702 * test/URI/uri.data result/URI/uri.data: first set of tests/results
16703 * Makefile.in: added URItest and included thenin "make tests"
16704
16705Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000016706
16707 * xmlversion.h.in: closed bug 22941
16708
Daniel Veillard2bb89092000-08-31 14:57:50 +000016709Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16710
16711 * doc/xmlio.html: added doc and example for entity loader
16712 redefinition.
16713
Daniel Veillard96984452000-08-31 13:50:12 +000016714Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16715
16716 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
16717 used by libxml
16718
Daniel Veillarde715dd22000-08-29 18:29:38 +000016719Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16720
16721 * parser.c: Fixed bug on invalid ontent characters and when using
16722 push.
16723 * xmllint.c: fixed xmllint endling of errors in push mode
16724
Daniel Veillard4948eb42000-08-29 09:41:15 +000016725Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16726
16727 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016728 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000016729 * result/HTML/*.sax: regenerated HTML SAX output
16730 * parser.c: more cleanup.
16731
Daniel Veillarde010c172000-08-28 10:04:51 +000016732Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16733
16734 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016735 patches from Wayne Davison <wayned@users.sourceforge.net>,
16736 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000016737 * HTMLparser.c: fixed an ignorable white space detection bug
16738 occuring when parsing with SAX only
16739 * result/HTML/*.sax: updated since the output is now HTML
16740 encoded...
16741
Daniel Veillard47f3f312000-08-27 22:40:15 +000016742Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16743
Daniel Veillardbbe11b02000-09-23 07:07:40 +000016744 * HTMLparser.[ch]: applied some of Wayne Davison
16745 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000016746
Daniel Veillarde0854c32000-08-27 21:12:29 +000016747Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16748
16749 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
16750 undeclared namespace prefix was used, added a warning.
16751 Cleaned up support w.r.t. entities, spilling out a warning
16752 and being pedantic on lookups.
16753 * test/warning/ent9 : added testcase for previous example.
16754 * TODO: updated
16755 * parserInternals.h parser.c: changed the way names are parsed
16756 now allow infinite size and decrease penalty for normal use
16757 * parser.c: Started a big cleanup/check of the parser code,
16758 fixed some of the most tortuous entity code, spotted code
16759 unused anymore
16760 * test/*: added tests for very long names and related nasty
16761 things.
16762
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000016763Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16764
16765 * doc/encoding.html: added encoding aliases doc
16766 * doc/xml.html: updates
16767 * encoding.[ch]: added EncodingAliases functions
16768 * entities.[ch] valid.[ch] debugXML.c: removed two serious
16769 bottleneck affecting large DTDs like Docbook
16770 * parser.[ch] xmllint.c: added a pedantic option, will be
16771 useful
16772 * SAX.c: redefinition of entities is reported in pedantic mode
16773 * testHTML.c: uninitialized warning from gcc
16774 * uri.c: fixed a couple of bugs
16775 * TODO: added issue raised by Michael
16776
Daniel Veillard0d6b1702000-08-22 23:52:16 +000016777Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16778
16779 * doc/encoding.html: propagated Martin Duerst suggestions
16780
Daniel Veillard52402ce2000-08-22 23:36:12 +000016781Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16782
16783 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
16784 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
16785 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
16786 by Wayne Davison
16787
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016788Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16789
16790 * nanoftp.c nanohttp.c: small cleanup
16791 * TODO: updated
16792
Daniel Veillard244ece92000-08-19 20:58:02 +000016793Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16794
16795 * added an old VC testcase and updated title.xml entity
16796
Daniel Veillardb8f25c92000-08-19 19:52:36 +000016797Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16798
16799 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
16800 done on auto-opening of <p> tags and cleanup of SAX output
16801
Daniel Veillard979e55e2000-08-19 16:48:54 +000016802Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16803
16804 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
16805
Daniel Veillard4540be42000-08-19 16:40:28 +000016806Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16807
16808 * doc/xml.html libxml.* structure.*: updated the doc a bit
16809
Daniel Veillard808a3f12000-08-17 13:50:51 +000016810Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16811
16812 * testSAX.c testHTML.c result/HTML/: cleanup of the output
16813 of SAX tests
16814
Daniel Veillard29579362000-08-14 17:57:48 +000016815Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16816
16817 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
16818 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
16819
Daniel Veillard1255ab72000-08-14 15:13:33 +000016820Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16821
16822 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
16823 * testHTML.c: fix core dump on Solaris 2.x systems
16824 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
16825 * result/HTML/*.sax: previous bug fix lead to new results
16826
Daniel Veillard03109292000-08-14 14:58:22 +000016827Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16828
16829 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
16830 * configure.in: added --with-readline=DIR to accept alternate
16831 path for readline include/library
16832 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
16833 for ANSI under HP-UX
16834 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
16835 includes @LIBS@
16836
Daniel Veillard7c29ce22000-08-12 21:20:53 +000016837Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16838
16839 * doc/* : rebuilt the docs
16840 * getting ready for 2.2.2 release
16841
Daniel Veillard87b95392000-08-12 21:12:04 +000016842Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16843
16844 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
16845 and xmlAddFeature()
16846 * tree.[ch]: added xmlAddChildList()
16847 * xmllint.c: MAP_FAILED macro test
16848 * parser.h: added xmlParseCtxtExternalEntity()
16849 * valid.c: applied bug fixes removed warning
16850 * tree.c: added CDATA block to elements content
16851 * testSAX.c: cleanup of output
16852 * testHTML.c: added SAX testing
16853 * encoding.c: better error recovery
16854 * SAX.c, parser.c: fixed one of the external entity processing
16855 of the OASis testsuite
16856 * Makefile.am: added HTML SAX regression tests
16857 * configure.in: bumped to 2.2.2
16858 * test/HTML/ result/HTML: added a few of HTML tests, and added the
16859 SAX results
16860
Daniel Veillard88a172f2000-08-04 18:23:10 +000016861Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16862
16863 * configure.in: patch for HP compiler
16864
168652000-08-04 Sven Heinicke <sven@zen.org>
16866
16867 * xmllint.c: Was coredumping sometimes when the file given didn't
16868 exist.
16869
Daniel Veillard46e370e2000-07-21 20:32:03 +000016870Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16871
16872 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016873
Daniel Veillard46e370e2000-07-21 20:32:03 +000016874 when using in memory parsing. Need some cleanup.
16875 * xmllint.c configure.in: added a --memory flag to test memory
16876 parsing
16877
Daniel Veillard36650692000-07-21 15:16:39 +000016878Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16879
16880 * nanohttp.c: fixed socklen_t replacement to unsigned int
16881 * parser.c: fixed a space handdling missing at the end of
16882 production 28 DOCTYPE.
16883 * xmlmemory.c: fixed a stupid bug on the routine to override
16884 allocation functions
16885 * TODO: updated
16886
Daniel Veillarde46e20d2000-07-14 15:02:46 +000016887Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16888
16889 * doc/ regenerated the docs
16890
Daniel Veillard32bc74e2000-07-14 14:49:25 +000016891Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16892
16893 * doc/encoding.html doc/xml.html: added I18N doc
16894 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
16895 improvements, both parser and filters, added ASCII & HTML,
16896 fixed the ISO-Latin-1 one
16897 * xmllint.c testHTML.c: added/made visible --encode
16898 * debugXML.c : cleanup
16899 * most .c files: applied patches due to warning on Windows and
16900 when using Sun Pro cc compiler
16901 * xpath.c : cleanup memleaks
16902 * nanoftp.c : added a TESTING preprocessor flag for standalong
16903 compile so that people can report bugs more easilly
16904 * nanohttp.c : ditched socklen_t which was a portability mess
16905 and replaced it with unsigned int.
16906 * tree.[ch]: added xmlHasProp()
16907 * TODO: updated
16908 * test/ : added more test for entities, NS, encoding, HTML, wap
16909 * configure.in: preparing for 2.2.0 release
16910
Daniel Veillard49703262000-07-10 10:27:46 +000016911Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16912
16913 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000016914 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000016915
Daniel Veillard306be992000-07-03 12:38:45 +000016916Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16917
16918 * doc/xml.html: changed the xmlsoft.org structure, updated the
16919 examples w.r.t. root and childs
16920
Daniel Veillard7d853352000-07-02 18:53:09 +000016921Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16922
Daniel Veillard784b9352003-02-16 15:50:27 +000016923 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000016924
Daniel Veillard365e13b2000-07-02 07:56:37 +000016925Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16926
16927 * HTMLparser.c: Work on character encoding support for the HTML parser
16928 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
16929 * encoding.c: Fixed a potential memleak in the encoding stuff
16930
Daniel Veillardaf743792000-07-01 11:49:28 +000016931Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16932
16933 * doc/FAQ.html doc/Makefile.am : added a FAQ
16934
16935Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000016936
16937 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
16938 of the HTML parser to force it to not bypass SAX
16939
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000016940Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16941
16942 * win32config.h.in: updated
16943 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
16944 lacks iconv support :-( need to release 2.1.1
16945 * configure.in: release 2.1.1
16946 * HTMLparser: fixed bug #14784
16947 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
16948 by Windows compiler
16949 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
16950 the SAX startDocument() callback.
16951 * TODO: updated
16952
16953Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16954
16955 * added xmlStopParser()
16956
Daniel Veillardbe803962000-06-28 23:40:59 +000016957Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16958
16959 * configure.in: 2.1.0 prerelease
16960 * Large resync between W3C and Gnome tree
16961 * nanoftp, nanohttp.c: fixed stalled connections probs
16962 * HTMLtree.c SAX.c : support for attribute without values in
16963 HTML for andersca
16964 * valid.c: Fixed most validation + namespace problems
16965 * HTMLparser.c: start document callback for andersca
16966 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
16967 * parser.h, SAX.c: serious speed improvement for large
16968 CDATA blocks
16969 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
16970 different encoding
16971 * example/Makefile.am example/gjobread.c tree.h: work on
16972 libxml1 libxml2 convergence.
16973 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
16974 and the LIBXML_TEST_VERSION macro
16975
Daniel Veillardc310d562000-06-23 18:32:15 +000016976Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16977
16978 * doc/xml.html: various patches and improvements typo fixed by
16979 Felix Natter
16980 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
16981 from Felix Natter <fnatter@gmx.net>
16982
Daniel Veillardf3029822000-05-06 08:11:19 +000016983Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16984
16985 * doc/upgrade.html: updated with instructions for support of both
16986 libxml-1.x and libxml-2.x
16987 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
16988 for 2.x support and also fixed includes
16989
16990
Daniel Veillard496a1cf2000-05-03 14:20:55 +000016991Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16992
16993 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
16994 the encoding support, added iconv support, so now libxml if
16995 compiled with iconv automatically support japanese encodings
16996 among others. Work based on initial patch from Yuan-Chen Cheng
16997 I may have broken binary compat in the encoding handler
16998 registration scheme, but that was so utterly broken I don't
16999 expect anybody to have used this feature until now.
17000 * parserInternals.h: fixup on the CHAR range macro
17001 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
17002 code.
17003 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
17004 * uri.c: added xmlParseURI() I can't believe I forgot to
17005 implement this one in 2.0 !!!
17006 * SAX.c: moved doc->encoding update in the endDocument() call.
17007 * TODO: updated.
17008
Daniel Veillard06047432000-04-24 11:33:38 +000017009Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17010
17011 * tree.h: removed extraneous xmlRemoveProp definition
17012 * TODO: added item about --disable-corba configure switch
17013 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
17014 * nanoftp.c: fixed include problems giving troubles on AIX and
17015 slowlaris
17016 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
17017 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
17018 comment and headers changes to lower gtk-doc number of warnings
17019 * doc/html/*: rebuilt docs
17020
Daniel Veillarde0aed302000-04-16 08:52:20 +000017021Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17022
17023 * HACKING: documented the tag for 1.x and instructions
17024
Daniel Veillard5e873c42000-04-12 13:27:38 +000017025Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17026
17027 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
17028 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
17029 xmlCreateIOParserCtxt
17030 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
17031 significant overall improvement
17032 * xmllint.c: added I/O test to xmllint
17033 * testSAX.c: added a speed test
17034 * doc/* : updated/regenerated
17035
Daniel Veillardfc708e22000-04-08 13:17:27 +000017036Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17037
17038 * xpath.c uri.h parserInternals.h: cosmetic changes from
17039 "Timur I. Bakeyev" <timur@bat.ru>, including making
17040 xmlCreateURI() public
17041
Daniel Veillard5d211f42000-04-07 17:00:24 +000017042Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17043
17044 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
17045 and the code at the same time. Added a clean mechanism for
17046 overload or added input methods: xmlRegisterInputCallbacks()
17047 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
17048 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
17049 * TODO: updated
17050 * doc/* : updated/regenerated
17051 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
17052 source dir
17053
Daniel Veillarde77a9182000-04-05 19:12:29 +000017054Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17055
17056 * testURI.c: yet another forgotten commit, I should get some sleep !
17057
Daniel Veillardce8b83b2000-04-05 18:38:42 +000017058Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17059
17060 * xmllint.c: forgot to commit this too ?
17061
Daniel Veillardb9df4042000-04-05 14:23:16 +000017062Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17063
17064 * xmlversion.h.in : forgot to commit this previously
17065
Daniel Veillard361d8452000-04-03 19:48:13 +000017066Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17067
17068 * configure.in: preparing libxml-2.0.0 version looks Ok so far
17069 * README TODO: updated for release
17070 * uri.c uri.h: added authority parsing/saving
17071 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
17072 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
17073 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
17074 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
17075 Makefile.am : added compile-time customization of libxml
17076 --with-ftp --with-http --with-html --with-xpath --with-debug
17077 --with-mem-debug
17078 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
17079 #include <libxml/xxx.h> I hope it won't break too much stuff
17080 and will be manageable in the future...
17081 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
17082 and added xmllint to the installed programs
17083 * uri.h: added xmlFreeURI()
17084
Daniel Veillardec303412000-03-24 13:41:54 +000017085Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17086
17087 * uri.c uri.h: finished the escaping handling, the base support
17088 and the URI path normalization. Looks good just lacks the
17089 authority content parsing code.
17090 * Makefile.am: added instructions to generate testURI
17091 * TODO: updated
17092 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
17093 added links and icons for W3C and Gnome
17094
Daniel Veillard8f621982000-03-20 13:07:15 +000017095Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17096
17097 * xmlmemory.[ch] : seems I forgot to actually update the files in
17098 the last commit :-)
17099 * doc/xml.html doc/html/* : updated and uploaded the docs
17100
Daniel Veillard3dd82e72000-03-20 11:48:04 +000017101Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17102
17103 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
17104 * TODO: updated
17105 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000017106 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000017107 gfree).
17108 * Makefile.am, uri.c, uri.h: added a set of functions to do
17109 exact (litteraly copied from the RFC 2396 productions) parsing
17110 and handling of URI. Will be needed for XLink, one XML WFC,
17111 XML Base and reused in the nano[ftp/http] modules. Still work
17112 to be done.
17113
Daniel Veillardedfb29b2000-03-14 19:59:05 +000017114Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17115
17116 * configure.in, libxml.spec.in : libxml2
17117 * doc/* : updated the doc page, rebuilt the docs
17118
Daniel Veillardcf461992000-03-14 18:30:20 +000017119Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17120
17121 * all: tagged LIB_XML_1_X
17122 * *.c *.h : updated from W3C CVS tree
17123 * configure.in : 2.0.0-beta
17124 * libxml.spec.in : libxml2 package nam
17125 * result/* : new version of the tests output
17126
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000017127Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17128
17129 * doc/xml.html, doc/update.html: updated docs, 1.8.7
17130
Daniel Veillardb566ce12000-03-04 11:39:42 +000017131Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17132
17133 * doc/* : rebuilt the docs
17134 * parser.c: final patch on #6766
17135 * valid.c: small patch on validity checks.
17136
Daniel Veillardfb76c402000-03-04 11:39:42 +000017137Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17138
17139 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
17140 added
17141 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
17142 compatibility w.r.t. XML spec and existing code.
17143
Daniel Veillard90fb02c2000-03-02 03:46:43 +000017144Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17145
17146 * parser.c: seems a better solution to <a> </a> exists,
17147 will try it for a while
17148
Daniel Veillard83a30e72000-03-02 03:33:32 +000017149Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17150
17151 * parser.c: tried to remove the <a> </a> generating <a/>
17152 this is hard. Left a flag for that purpose. Fixed bug #6766
17153 * configure.in: prepared 1.8.7 not released, due to previous
17154 problem
17155
Daniel Veillard88f00ae2000-03-02 00:15:55 +000017156Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17157
17158 * doc/xml.html : applied second patch from Paul DuBois
17159
Daniel Veillard402e8c82000-02-29 22:57:47 +000017160Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17161
17162 * doc/xml.html : applied patch from Paul DuBois
17163
Daniel Veillardd0f7f742000-02-02 17:42:48 +000017164Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17165
17166 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
17167
Daniel Veillard5feb8492000-02-02 17:15:36 +000017168Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17169
17170 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
17171 compilation warnings on various platforms.
17172 * parser.c: Fixed #5281 validity error callbacks are now desactived
17173 by default if not validating.
17174
Daniel Veillardf341f932000-02-02 14:52:08 +000017175Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17176
17177 * nanoftp.c, win32config.h.in: patches to compile on WIN32
17178
Daniel Veillard13c757e2000-02-01 23:59:15 +000017179Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17180
17181 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
17182 <gkatsi@cs.toronto.edu>
17183
Daniel Veillard726e8792000-01-30 20:04:29 +000017184Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17185
17186 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
17187 processing URLs
17188
Daniel Veillarde41f2b72000-01-30 20:00:07 +000017189Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17190
17191 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
17192 xmlNanoFTPUpdateURL for persistent control connections.
17193 * configure.in: 1.8.6
17194
17195Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17196
17197 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
17198 * tree.[ch] : added xmlSaveNoEmptyTags
17199
James Henstridgef3be9312000-01-28 13:59:21 +0000172002000-01-29 James Henstridge <james@daa.com.au>
17201
17202 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
17203
17204 * Makefile.am: added nanoftp.[ch] to the build.
17205
Daniel Veillardaeea04f2000-01-25 19:27:27 +000017206Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17207
17208 * nanoftp.[ch]: cleanup, comments, API
17209 * debugXML.c : fixed a bug in the cat command
17210 * doc/*: regenerated the docs
17211
Daniel Veillardda07c342000-01-25 18:31:22 +000017212Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17213
17214 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
17215 * debugXML.c : fixed a bug in the cat command
17216 * valid.c: fixing some small probs
17217 * libxml.spec.in: get rid of the SNAP suffix
17218 * doc/xml.html: updated the status
17219
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000017220Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17221
17222 * xml-config.in: xml-config --version to just return the
17223 version number
17224 * xpath.c: some cleanup w.r.t. axis when the current node is
17225 an attribute.
17226 * TODO: updated
17227
Daniel Veillard461a66c2000-01-18 18:01:01 +000017228Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17229
17230 * configure.in: prepared for libxml-1.8.5
17231 * doc/* recompiled the documentation
17232
172332000-01-17 Jody Goldberg <jgoldberg@home.com>
17234
17235 * configure.in : WARNING autoconf subtlety alert :
17236 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
17237 when looking for zlib.h so that HAVE_ZLIB_H is defined.
17238 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
17239 get defined by AC_CHECK_HEADERS.
17240
Daniel Veillardf967b902000-01-17 16:06:10 +000017241Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17242
17243 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
17244 Rune.Djurhuus@fast.no
17245
Daniel Veillardad8f99d2000-01-15 14:20:03 +000017246Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17247
17248 * TODO: updated
17249 * tree.c, parser.c: made sure that only memory alloc problems
17250 and internal parser errors are allowed to write to stdout or
17251 stderr.
17252
Daniel Veillard0142b842000-01-14 14:45:24 +000017253Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17254
17255 * tree.c : restored xmlNewGlobalNs since this seems used by
17256 a lot of existing code :-(, fixed a bug in xmlNewNs
17257 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
17258 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
17259 to exit() from the library code.
17260 * xpath.c, parser.c: removed bugs or unused code detected by
17261 Windows compilers
17262 * parser.c: started adding interfaces for parsing well balanced
17263 XML fragments
17264 * configure.in: releasing 1.8.4
17265 * doc/* : rebuilt the docs
17266
Daniel Veillard2eac5032000-01-09 21:08:56 +000017267Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17268
17269 * tree.[ch] : added xmlNewDocFragment() for DOM
17270 * testHTML.c: uninitialized variable.
17271
Daniel Veillardf3a73582000-01-05 14:58:39 +000017272Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17273
17274 * doc/* : rebuild the docs
17275
Daniel Veillard71b656e2000-01-05 14:46:17 +000017276Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17277
17278 * acconfig.h: readline and history patch
17279 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
17280 * tree.c: added check and handling when possibly removing an ID
17281 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
17282 and saving.
17283 * test/HTML/entities.html result/HTML/entities.html* : test for
17284 various entities reference cases
17285 * result/HTML/* : as a result output of some testcase have
17286 changed
17287 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
17288 by previous example. added xmlParseTryOrFinish().
17289 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
17290 entities.h debugXML.h HTMLparser.h: changed the way struct are
17291 declared to allow gtk-doc to expose those
17292 * parser.c: closed bug #4960
17293 * Makefile.am configure.in: Applied patch from
17294 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
17295 and math/socket libs detection
17296
Daniel Veillard437b87b2000-01-03 17:30:46 +000017297Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17298
17299 * configure.in, Makefile.am: link tester against readline
17300 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
17301
Daniel Veillard686d6b62000-01-03 11:08:02 +000017302Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17303
17304 * tree.[ch]: added xmlRemoveProp
17305 * win32config.h.in nanohttp.c: avoid including the Windows
17306 socket stuff in every C files
17307 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
17308 the XmL parser(s)
17309 * test/ns4 result/ns4 etc...: added test case for previous prob
17310 * tree.c: xmlNewNs wasn't checking for double definition
17311 * Makefile.in: fixed a problem with dist-hook duplicates
17312 * parser.[hc], xmlIO.c: fixed the loading of external entities
17313 APIs, now xmlLoadExternalEntity() is used everywhere and
17314 setting up an app specific front-end using the
17315 * SAX.c parser.c: some fixes, now the xhtml spec validates
17316 with the xhtml DTD.
17317 * error.c: fixed crashes in case of no input stream
17318 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
17319 to the validation tests and results
17320
Daniel Veillard5e5c6231999-12-29 12:49:06 +000017321Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17322
17323 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
17324 too htmlCreatePushParserCtxt() and htmlParseChunk()
17325 * parser.c: a bit of cleanup.
17326 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
17327 to XML) removed the last mem leak known
17328 * HTMLtree.c: output message cleanup
17329 * xmlmemory.c: display content info about memory blocks
17330 * result/HTML/wired.* : missing att value warning change
17331
Daniel Veillardbe849cf1999-12-28 16:43:59 +000017332Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17333
17334 * doc/* : rebuilt the documentation
17335
Daniel Veillarddbfd6411999-12-28 16:35:14 +000017336Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17337
17338 * parser.[ch] parserInternals.h: Push parser for XML,
17339 seems to work fine now
17340 * tester.c debugXML.[ch]: Added an XML shell debug facility and
17341 --push for push testing
17342 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
17343 * testSAX.c: added --push
17344 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
17345 subtree
17346 * xmlIO.[ch] : enriched API + fixes for push mode
17347 * entities.[ch]: added the entity content length to the struct.
17348 * xmlmemory.[ch]: new API to show the last entries for the shell
17349 * valid.c: added required attribute testing
17350 * SAX.c: the cdata callback now merge contiguous fragments
17351 * HTMLparser.c: cleanup of some macros
17352
Daniel Veillard3c558c31999-12-22 11:30:41 +000017353Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17354
17355 * parser.c: fix for PIs name starting with xml
17356 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000017357 * *.c, configure.in win32config.h.in : generate win32config.h for
17358 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000017359
Daniel Veillard0caf07a1999-12-21 16:25:49 +000017360Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17361
17362 * parser.c: fixed a stupid = vs. == bug :-(
17363 * doc/gnome-xml.sgml: s/glade/xml/
17364
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000017365Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17366
17367 * configure.in, doc/xml.html : bug fix release 1.8.2
17368 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
17369 Hopefully the end of that silly C++ include problem
17370 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
17371 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
17372 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
17373 troubles with autoclosed elements when the stree shape doesn't
17374 follow the DtD specs. Added htmlIsAutoClosed() and
17375 htmlAutoCloseTag()
17376 * result/HTML/*.htm*: Updated the HTML examples regression tests output
17377 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
17378 * debugXML.c: fixed a bug on printing default namespaces.
17379 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
17380
Daniel Veillardb24054a1999-12-18 15:32:46 +000017381Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17382
17383 * result/HTML/*.htm[l] : updated the HTML regression tests according
17384 to the new output
17385 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
17386 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
17387 problem due to intermix of extern "C" { ... } declarations for C++
17388 and recursive includes in the headers
17389
Chris Lahey323c48c1999-12-18 15:32:45 +0000173901999-12-20 Chris Lahey <clahey@umich.edu>
17391
17392 * HTMLtree.c: Made it so that html nodes with a single child do
17393 not insert a carriage return before or after the child node.
17394
Daniel Veillardb24054a1999-12-18 15:32:46 +000017395Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000017396
17397 * configure.in, doc/xml.html : bug fix release 1.8.1
17398 * parser.c: fixed bug #4344
17399 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
17400 added the glue to avoid C++ problems
17401 * doc/* : regenerated the documentation
17402
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000017403Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17404
17405 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
17406 namespace recognition, and Dia as a resul :-(
17407 * encoding.c: closed bug #3950
17408
Daniel Veillard944b5ff1999-12-15 19:08:24 +000017409Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17410
17411 * valid.c: debugging a posteriori validation, except URI expansion
17412 stuff this should be fixed now
17413 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
17414 Carl Nygard <cnygard@bellatlantic.net>
17415 * tester.c: added --postvalid, cleaning of the code
17416 * tree.[ch]: added xmlDocGetRootElement()
17417
Ramiro Estrugobfce3771999-12-15 04:32:07 +000017418Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
17419
17420 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
17421 c++ losage.
17422
Daniel Veillard10a2c651999-12-12 13:03:50 +000017423Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17424
17425 * configure.in, doc/xml.html : bumped to 1.8.0
17426 * xlink.[ch], Makefile.am : added framework for link detection
17427 * parser.h: added nbChars to parser context, needed for cleanup.
17428 * xmlmemory.c: removed a nasty bug when out of mem
17429 * valid.[ch]: adding namespace support for attribute decl
17430 * tester.c: added --debugent option
17431 * debugXML.[ch]: added xmlDebugDumpEntities()
17432 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
17433 buffers instead, this was really needed, validation was breaking
17434 in strange ways due to that. Added xmlParseStringPEReference()
17435 and other parsing from strings functions. Entities processing
17436 modified again, but PERef are still not handled correcly but
17437 unless you're Eve Maller you won't notice :-)
17438 * HTMLparser.c: large changes toward reliability, and switched to
17439 lowercase internal tags, XHTML is lowercase, so it will help
17440 that output is closer to next version.
17441 * doc/* : regenerated the documentation, it is now hosted at
17442 http://xmlsoft.org/ (same bits I just bought the domain :-)
17443
17444
Daniel Veillard294cbca1999-12-03 13:19:09 +000017445Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17446
17447 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
17448 doc generation
17449 * parser.c: fixed bugs #3908 and #3937 and a memory leak
17450 in the SAX API
17451 * doc/*: rebuilt the doc making sure everything appears in the
17452 HTML files
17453
Daniel Veillardf5c2c871999-12-01 09:51:45 +000017454Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17455
17456 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
17457 added the patch from Carl Nygard <cnygard@bellatlantic.net>
17458 which allow impressive speed improvement on dataset with
17459 large text pieces, but at the cost of broken binary
17460 compatibility and slightly bigger memory usage.
17461 Configure with --with-buffers to activate them, they
17462 are protected with XML_USE_BUFFER_CONTENT define.
17463 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
17464 goal is 0 memory left allocated once parser is no more used
17465 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
17466 call xmlCleanupParser() and xmlMemoryDump()
17467
Daniel Veillarda819dac1999-11-24 18:04:22 +000017468Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17469
17470 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
17471 * parser.[ch] encoding.[ch]: added memory cleanup routines
17472 * parser.c: closing bug #3788
17473 * doc/*: rebuilt the doc
17474
Daniel Veillard11a48ec1999-11-23 10:40:46 +000017475Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17476
17477 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
17478 xmlNewTextChild() and xmlSetCompressMode() behaviour.
17479 * tester.c: added --compress option
17480 * doc/*: rebuilt the documentation
17481
Daniel Veillard4c3a2031999-11-19 17:46:26 +000017482Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17483
17484 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
17485 if given /proc/kcore as input !
17486 * doc/xml.html doc/*: updated and rebuilt the documentation
17487
17488Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000017489
17490 * parser.c: Fixed some wrongly space collapsing code due to
17491 a misreading of the spec.
17492 * result/*: fixed the output accordingly
17493
17494Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000017495
17496 * encoding.c: bug fix and typos
17497 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
17498 * parser.c: added attribute normalization closing bug #3597
17499 * test/att* result/att* SAXresult/att*: testcase for attribute
17500 normalization
17501
Daniel Veillardd7e200c1999-11-15 17:53:11 +000017502Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17503
17504 * configure.in: closing bug #3163 by adding extra flags for the
17505 cc compiler on HP-UX
17506
Daniel Veillard51e3b151999-11-12 17:02:31 +000017507Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17508
17509 * valid.[ch] : removed a typo and an enumerated type bug in the
17510 xmlAddElementDecl() function
17511 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
17512 call to xmlEncodeEntitiesReentrant() so that the functions
17513 New, Set and Get are at the same level.
17514 * parser.c HTMLparser.c: extra memory allocation bug for
17515 attributes detected by someone using libxml in embedded systems :-)
17516
Daniel Veillard962195f1999-10-28 15:51:53 +000017517Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17518
17519 * xmlmemory.h: turned off mem debug :-\
17520
Daniel Veillard35008381999-10-25 13:15:52 +000017521Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17522
17523 * parser.c: closed bug #2784 a one line fix, but worth pushing
17524 a new release out
17525 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
17526 some structures, comments before and after the
17527 main element, and other nastyness
17528 * HTMLtree.c tree.c: accomodate the extended HTML supported
17529 * configure.in: pushing 1.7.4
17530 * test/ent8 and related outputs : added a new test for bug #2784
17531 * test/HTML/wired.html and related output: a nasty HTML example
17532 * Makefile.am: improved the test scripts
17533 * docs/* : reran the documentation extractor, updated xml.html
17534
Daniel Veillard7c1206f1999-10-14 09:10:25 +000017535Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17536
17537 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
17538 HTMLparser and debugged the HTML related code. HTML documents
17539 now have their own type
17540 * entities.c: do not dump &apos; for HTML output
17541 * xmlmemory.c: improvement, breakpoint mechanism
17542 * testHTML.c: added --sax --repeat ...
17543 * Makefile.am: improved the HTML tests
17544 * valid.[ch]: added xmlValidGetValidElements and
17545 xmlValidGetPotentialChildren
17546 * tester.c: added --insert to test the 2 new functions
17547 * test//* result//* SAXresult//* : regression test cleanup
17548 and extension.
17549 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
17550 gnome-xml-nanohttp.html
17551
Daniel Veillard7d2c2761999-10-11 15:09:51 +000017552Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17553
17554 * HTMLparser.c: fixed problems with some autoclose tags
17555 * tree.c: fixed XML output problems.
17556 * result/* SAXresult/*: update of the tests output
17557
Daniel Veillard6077d031999-10-09 09:11:45 +000017558Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17559
17560 * Makefile.am: Arturo patch for xmlConf.sh version info
17561 * parser.c: Tim Josling patch for single quoted items
17562 * tester.c: Tim Josling patch for tester options usage
17563 * tree.h: indent cleanup
17564
Daniel Veillard2673d3c1999-10-08 14:37:09 +000017565Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17566
17567 * HTMLparser.c parser.h : Fixed problems with HTML parsing
17568 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
17569
Daniel Veillard00fdf371999-10-08 09:40:39 +000017570Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17571
17572 * tree.c : Raph patch for initialization of CORBA fields
17573 * parser.c, xpath.c, ...: modification of doc comments
17574 * xpath.c : allow spaces in xpath expressions
17575
Daniel Veillardad219441999-09-27 08:17:49 +000017576Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17577
17578 * xmlmemory.h: turning off memory debug :-(
17579
Daniel Veillard7a66ee61999-09-26 11:31:02 +000017580Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17581
17582 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
17583 better SAX interfaces.
17584 * testSAX.c: uses the new SAX routine, avoid fetching any remote
17585 entity.
17586 * configure.in: 1.7.2
17587
17588Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000017589
17590 * libxml.spec.in: fixed the URL
17591 * doc/xml.html: improved the documentation front-end
17592
Daniel Veillard7a66ee61999-09-26 11:31:02 +000017593Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000017594
17595 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
17596
Daniel Veillard7a66ee61999-09-26 11:31:02 +000017597Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000017598
17599 * libxml.spec.in: fixed the alpha compile problem
17600 * parser.[ch]: changed errno to errNo in the parser context :-(
17601 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
17602 * doc/xml.html: changed CHAR to xmlChar
17603 * doc/html/*: recompiled the documentation
17604 * configure.in: 1.7.1
17605
Daniel Veillard7f7d1111999-09-22 09:46:25 +000017606Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17607
17608 * parser.h: modified the parser context struct to regain 1.4.0
17609 binary compatibility
17610 * parser.c, xml-error.h: added errno ot teh context and defined
17611 a set of errors values with update of errno
17612 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
17613 DTDs and entities
17614 * *.h, *.c: complete cleanup of the use of config.h and include
17615 protection depending on the current setup.
17616 * overalll debugging, maintenance and bug-fixing on all modules
17617 * updated the documentation
17618 * ready for 1.7.0
17619
Daniel Veillardc08a2c61999-09-08 21:35:25 +000017620Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17621
17622 * HTMLparser.c : cleanup
17623 * SAX.c valid.c valid.h: added ID/IDREF checking
17624 * tree.c tree.h: extended doc structure for refs
17625 * configure.in: 1.6.2
17626 * parser.c: patched bug in SAX user arg call
17627 * parserInternals.h: patched missing close in C++ wrapping
17628 * testXPath.c xpath.c xpath.h: prepared for extensibility,
17629 especially upcoming XPointer implementation.
17630 * doc/xml.html: augmented, typo
17631
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000017632Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
17633
17634 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
17635 not all invocations of install understand -d.
17636
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000017637Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
17638
17639 * Makefile.am: prepend all the test* calls with $(top_builddir) -
17640 to make 'check' works, when builddir != srcdir.
17641
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000017642Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17643
17644 * doc/xml.html : updated the documentation
17645
Daniel Veillard6454aec1999-09-02 22:04:43 +000017646Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17647
17648 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
17649 not deallocated memory blocks
17650 * *.c : replaces all calls to malloc() free() and realloc() to
17651 the wrapper functions/macros
17652 * tree.c : removed memory leaks dues to calling xmlFreeNode()
17653 instead of xmlFreeNodeList()
17654
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000017655Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17656
17657 * HTMLparser.c: corrected a stupid bug leading to core dump at
17658 tree deallocation. Removed warnings indicated by
17659 Stephane.Conversy@lri.fr
17660 * entities.c: Fixes Yet Another Stupid Bug, entities were not
17661 looked for in the external subset
17662
17663Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000017664
17665 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
17666 on SGI by Stephane.Conversy@lri.fr
17667
Daniel Veillardb96e6431999-08-29 21:02:19 +000017668Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17669
17670 * all .h : changed the prototype declaration indent as in gtk
17671 * most .c : working on reducing the TODOs in the code
17672 * most .c : cleanup though -pedantic and Insure++
17673 * improvements on validation ID checkings.
17674 * tree.[ch] SAX.c: added support for namespace on attributes #2022
17675 * xml-config.in: closed #1810
17676
17677Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000017678
17679 * tree.h, valid.c, valid.h: more work on validity, IDs
17680 * xpath.c: added/fixed comparidon and equlity, added a new isinf
17681 definition for AIX
17682
Daniel Veillardb556eb51999-08-15 17:19:50 +000017683Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17684
17685 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
17686 the distribution due to a cut'n paste error at last commit
17687
Daniel Veillardb05deb71999-08-10 19:04:08 +000017688Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17689
17690 * configure.in: upgraded to version 1.4.0
17691 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
17692 Big update, added a large part of the validation process,
17693 it should be usable, but some parts are missing
17694 * xpath.c: improved the implementation w.r.t. root.
17695 * Makefile.am: added more tests
17696 * test and result trees: added a lot of tests
17697 * libxml.spec.in: export libxml.so.0 and libxml.so.1
17698
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000017699Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17700
17701 * Added an HACKING file
17702
Daniel Veillarde2d034d1999-07-27 19:52:06 +000017703Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17704
17705 * xpath.[ch] : improvements and debug of the XPath implementation
17706 * parser.c, HTMLparser.c : modified the parsers to be progressive
17707 * tree.[ch] : extended the Buffer promitives
17708 * xmlIO.[ch] : added basic I/O routines providing progressive
17709 parsing and ready for I18N conversion plugins
17710 * SAXresult/* : the SAX callback sequence maybe slightly different
17711 now
17712 * test*.c : improved/updated the tests programs
17713 * doc/* : recompiled the docs.
17714
Daniel Veillard15b75af1999-07-26 16:42:37 +0000177151999-07-26 Michael Meeks <michael@edenproject.org>
17716
17717 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
17718
17719 * tree.c: Ditto.
17720
Daniel Veillard1566d3a1999-07-15 14:24:29 +000017721Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17722
17723 * configure.in: upgraded to version 1.4.0
17724 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
17725 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
17726 XML query language, see http://www.w3.org/TR/xpath for more details.
17727 * parser.c, parser.h: added CHAR* related string functions for XPath
17728 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
17729 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
17730 rebuild the docs.
17731 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
17732 and regression testing capabilities for XPath.
17733
Daniel Veillardd79d7871999-07-12 10:38:12 +000017734Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17735
17736 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
17737 closing bug #1646
17738
Daniel Veillardbe9e5951999-07-12 09:16:45 +000017739Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17740
17741 * Makefile.am, example/Makefile.am: closed bug #1683
17742
Daniel Veillard3166ab11999-07-11 16:14:19 +000017743Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17744
17745 * example/Makefile.am, configure.in: added the makefile for the
17746 gjobread example
17747
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000017748Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
17749
17750 * doc/Makefile.am:
17751 - fix which allow "make install DESTDIR=</install/prefix>".
17752
Daniel Veillard7cc3c041999-07-09 10:11:57 +000017753Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17754
17755 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
17756 which fixed a problem on the file reading-code.
17757
Daniel Veillard82150d81999-07-07 07:32:15 +000017758Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17759
17760 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
17761 output.
17762 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
17763
Daniel Veillard5233ffc1999-07-06 22:25:25 +000017764Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17765
17766 * parser.h : Oops removed the binary compatibility problem
17767 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
17768 * parser.c, HTMLparser.c: applied patches for reading from stdin
17769
Daniel Veillardbe70ff71999-07-05 16:50:46 +000017770Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17771
17772 * parser.c, entities.c, valid.c: cleanup bug #1591
17773 * configure.in: cleanup bug #1592
17774 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
17775 the same tree back-end. Hence gdome will be available for it.
17776 * doc/Makefile.am: close bug #617
17777
Daniel Veillard97fea181999-06-26 23:07:37 +000017778Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17779
17780 * parser.c: alloctate a per parser context SAX interface block
17781
Daniel Veillard14fff061999-06-22 21:49:07 +000017782Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17783
17784 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
17785 and xmlEncodeEntitiesReentrant with the correct one :-\
17786
17787Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17788
17789 * commit of my internal XML base changes, quite a lot of
17790 changes, cleanups, better entities support, framework for
17791 new I/O and charset detection and handling
17792 * Fixed the configure/Makefile stuff to generate shared libs
17793 with the proper version info, so we jumped on rev from
17794 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
17795 xmlEncodeEntities() result need to be freed now, and a string
17796 xmlParserVersion provide the current library version.
17797
Raph Levien05240da1999-06-15 21:27:11 +000017798Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
17799
17800 * parser.c: fixed a buffer overrun for when you have a very long
17801 attribute with no entities in it.
17802
Daniel Veillardbb2da581999-06-13 14:37:07 +000017803Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17804
17805 * added example directory
17806 * added example/gjobs.xml gjobread.c, still need a Makefile.in
17807
Daniel Veillard011b63c1999-06-02 17:44:04 +000017808Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17809
17810 * Release of libxml-1.1, nearly everything has been touched for
17811 this.
17812 * Added more regression tests
17813 * Updated the documentation
17814
Daniel Veillard27d88741999-05-29 11:51:49 +000017815Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17816
17817 * tree.[ch]: unified the XML_NO_CORBA defines.
17818 * parser.c encoding.[ch]: started plugging in char encoding detection
17819
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000017820Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
17821
17822 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
17823 Also freed allocated buffer.
17824
Daniel Veillard27d88741999-05-29 11:51:49 +000017825Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000017826 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
17827 reentrancy problem at printing. One is left in entities.c, to
17828 remove ASAP
17829 * testSAX.c : added a test example showing the use of the SAX
17830 interface if one doesn't want to build the DOM tree.
17831 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
17832
Daniel Veillard517752b1999-04-05 12:20:10 +000017833Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17834
17835 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
17836 large revamping of the parser to use SAX callbacks
17837 http://www.megginson.com/SAX/ (or at least a C like interface
17838 a la Expat). It's now possible to set up your own callbacks
17839 and the parser will not build a DOM tree.
17840 * test/* result/*: updated the test suite, I finally removed
17841 the old Namespace draft support (PI based).
17842
Daniel Veillard87c83bd1999-04-02 16:04:43 +000017843Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17844
17845 * Makefile.am: added test result to EXTRA_DIST for make tests
17846
Daniel Veillard64068b31999-03-24 20:42:16 +000017847Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17848
17849 * parser.c, parserInternals.h: moved the chars macro definitions
17850 to parserInternals.h
17851 * parser.c, error.c: applied patches from "Knut Ã…kesson"
17852 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
17853
Daniel Veillard012ccc11999-03-23 10:11:11 +000017854Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17855
17856 * xml-config.in : applied patch to make --version work
17857
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000178581999-03-05 Raja R Harinath <harinath@cs.umn.edu>
17859
17860 * Makefile.am (check-local): Alias for `tests' target. This will
17861 cause `make check' to do the right thing.
17862 (tests): Don't run tests in srcdir. Also, replaced calls to
17863 basename with a `sed' "equivalent".
17864
Daniel Veillardd109e371999-03-05 06:26:45 +000017865Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17866
17867 * Renamed error.h to xml-error.h, corrected Makefile.am to list
17868 it in the header and not the sources, updated the doc.
17869 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
17870 pointing this out.
17871
Daniel Veillardbc50b591999-03-01 12:28:53 +000017872Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17873
17874 * parser.c, parser.h, parserInternals.h: memory leak hunting,
17875 exported the inputStream routines.
17876 * doc/html/* : updated accordingly
17877
Daniel Veillardd692aa41999-02-28 21:54:31 +000017878Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17879
17880 * parser.c, parser.h, parserInternals.h: added a few extra
17881 internal calls to allocate and free parser contexts ...
17882 * doc/html/* : updated accordingly
17883
Daniel Veillard55a99271999-02-25 11:01:29 +000017884Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17885
17886 * configure.in, Makefile.am, doc/makefile.am : General changes for
17887 1.0.0 release and including the generated HTML documentation.
17888
Daniel Veillard35925471999-02-25 08:46:07 +000017889Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17890
17891 * makefile.am : added parserInternals.h, oops.
17892
Daniel Veillard1e346af1999-02-22 10:33:01 +000017893Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17894
17895 * parserInternals.h: added this header giving access to the parser
17896 internal functions.
17897 * doc/Makefile.am : added a rebuild target which rebuilds the full
17898 set of documentations
17899 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
17900 the internal subset.
17901 * *.c *.h: modifications needed to generate the documentation using
17902 gtk-doc, cleanup of functions blocks, reorganisation of struct
17903 declarations.
17904
Daniel Veillard1164e751999-02-16 16:29:17 +000017905Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17906
17907 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
17908 the tar and spec file to include the beginning of the doc.
17909
Nuno Ferreira03d04781999-02-13 00:07:17 +0000179101999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
17911
17912 * doc/.cvsignore: Added this file.
17913
Daniel Veillard6800ef31999-02-08 18:33:22 +000017914Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17915
17916 * tree.c: fixed xmlGetProp to return "" when the attribute
17917 exists, even if the node-list is NULL.
17918
Daniel Veillard726c7e31999-02-08 15:13:10 +000017919Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17920
17921 * tree.c: patched an error outputting empty attribute values.
17922 * Makefile.am and doc/makefile.am: have been updated during the
17923 week-end. Sorry for an empty CVS log, I got a shell problem.
17924
Daniel Veillard1899e851999-02-01 12:18:54 +000017925Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17926
17927 * tree.h: cleaned up using enums instead of defines
17928 * parser.c, valid.[ch]: more work on parsing/output of element
17929 declarations
17930
Daniel Veillard3b9def11999-01-31 22:15:06 +000017931Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17932
17933 * valid.[ch], tree.c, parser.c : more work toward full parsing
17934 of XML DTDs.
17935 * README: added informations about mailing-list and on-line
17936 documentation
17937
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000179381999-01-27 Raja R Harinath <harinath@cs.umn.edu>
17939
17940 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
17941
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000017942Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17943
17944 * parser.c, tree.[ch] : more work toward conformance testing,
17945 added a last element to accelerate parsing of very flat structures
17946 started working on internal subset Element content declaration.
17947 * valid.[ch] : first cut at adding code toward validation.
17948 * previous changes had also small impact on most files, especially
17949 the conformance testing using James Clark test suite.
17950
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000017951Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17952
17953 * test/* : updated the examples, most of them were not well
17954 formed (humm), and added rdf2.
17955 * result/* : resulting changes in the output.
17956
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000017957Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17958
17959 * tree.c: changed the behaviour of xmlGetProp on NULL values.
17960
Daniel Veillard44b3a061998-12-05 17:27:22 +000017961Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17962
17963 * tree.c: patched a bug in the generation of empty attributes
17964
Daniel Veillardbe36afe1998-11-27 06:39:50 +000017965Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17966
17967 * entities.[ch], tree.[ch], tester.c: added copy interfaces
17968 for node/trees/documents/... Biggest problem is namespace
17969 support when copying subtrees.
17970
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000017971Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17972
17973 * parser.c, entities.c: improve entities and char ref encoding,
17974 and cleanups of error messages.
17975
Daniel Veillard242590e1998-11-13 18:04:35 +000017976Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17977
17978 * parser.c, entities.c: simple bug hunting done during rpm2html and
17979 rpmfind integration.
17980
Daniel Veillard42dc9b31998-11-09 01:17:21 +000017981Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17982
17983 * parser.[ch]: Added interfaces allowing to specify a SAX
17984 handler before parsing.
17985
Daniel Veillarde3bffb91998-11-08 14:40:56 +000017986Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17987
17988 * parser.c: redirrect all errors reporting through the SAX
17989 error function
17990
Daniel Veillardda4d3c41998-11-04 20:07:05 +000017991Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17992
17993 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
17994 * libtool, tlmain ...: update of the libtool files
17995
Miguel de Icaza442321c1998-11-04 18:13:38 +0000179961998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
17997
17998 * entities.c: Use g_snprintf insteda of snprintf.
17999
Daniel Veillard0ba4d531998-11-01 19:34:31 +000018000Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18001
18002 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
18003 added ent5 test for this purpose.
18004 * parser.c, parser.h: formatting, comments and UTF-8 planning.
18005
Daniel Veillard27271681998-10-30 06:39:40 +000018006Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18007
18008 * parser.c: fixed? a strange error due to compression on a GWP
18009 document.
18010
Daniel Veillard25940b71998-10-29 05:51:30 +000018011Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18012
18013 * tree.[ch]: bug fixing
18014 * entities.[ch]: defined a specific type for predefined entities
18015 * doc/xml.html: more documentation on the library, how to use it,
18016 overview of the interfaces.
18017
Daniel Veillard16253641998-10-28 22:58:05 +000018018Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18019
18020 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
18021
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000018022Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18023
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000018024 * tree.c: corrected a small bug
18025 * doc/xml.html: continuing writing documentation.
18026
18027Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18028
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000018029 * debugXML.h debugXML.c: added debugging utilities.
18030 * tester.c: added --debug switch.
18031 * tree.c: patched an incorrect node->type assignment.
18032 * parser.c: formatting, ensure that node->doc != NULL in attributes
18033
Daniel Veillardccb09631998-10-27 06:21:04 +000018034Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18035
18036 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
18037 entity support and provide an internal representation close to
18038 DOM one (entity ref nodes, and attribute value as tree). I tried
18039 to preserve the interface but this will surely break some apps
18040 (I have to change rpm2html/rpmfind for example). I had to change
18041 two interfaces, and the generated tree is somewhat different.
18042 * doc/* : started documenting the XML library, the tree and
18043 DOM/Corba. This is a first step.
18044
Daniel Veillard11e00581998-10-24 18:27:49 +000018045Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18046
18047 * parser.c: Set up the fonctions comment block, boring but useful.
18048 * parser.h, SAX.c, parser.c: now attributes are processed through
18049 the SAX interface. The problem is that my SAX interface diverged
18050 quite a bit from the original one, well this is not an official
18051 spec, and translating it from Java to C is hairy anyway...
18052
Daniel Veillard97b58771998-10-20 06:14:16 +000018053Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18054
18055 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
18056 fonctions comment block, boring but useful.
18057
18058Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000018059
18060 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
18061 conversion routines. However they are not yet used to convert the
18062 inputs. The core will run with UTF-8.
18063
Daniel Veillard33942841998-10-18 19:12:41 +000018064Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18065
18066 * tree.c : make sure that the type id is properly set-up when
18067 a new object is allocated, needed for DOM.
18068
Daniel Veillard27fb0751998-10-17 06:47:46 +000018069Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18070
18071 * tree.h, tree.c: Ok, the main objects in the tree will be native
18072 corba objects, it costs 8 bytes per Node, Attribute and Document
18073 but it simplifies the Corba integration a lot (no extra interface
18074 objects to allocate/free).
18075
Daniel Veillard0bef1311998-10-14 02:36:47 +000018076Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18077
18078 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
18079 and changed NODEs contants for conformity with DOM Level 1
18080
Daniel Veillard27864701998-10-08 03:47:24 +000018081Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18082
18083 * added hooks to keep track of servants when creating objects
18084 xmlDoc and xmlNode (for Corba export).
18085
Daniel Veillarda6e1d121998-10-04 14:41:05 +000018086Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18087
18088 * added xml-config script.
18089
Daniel Veillard7066a791998-10-01 20:28:28 +000018090Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18091
18092 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
18093 to autoupdate libtool and automake conf files.
18094
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000180951998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
18096
18097 * Makefile.am: Use '?' to separate the sed
18098 commands as ',' is used when people pass -Wl,something.
18099
18100
Daniel Veillard15a8df41998-09-24 19:15:06 +000018101Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18102
18103 * tree.c, tree.h: added a per-document compression interface.
18104
Daniel Veillard151b1b01998-09-23 00:49:46 +000018105Tue Sep 22 20:47:38 EDT 1998
18106
18107 * tree.c, tree.h: added saving with compression and added interfaces
18108 to control the compression level (xmlGetCompressMode,
18109 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
18110
Daniel Veillard70120ff1998-09-22 00:24:21 +000018111Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18112
18113 * parser.c: corrected a loop for files of size 0
18114
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000181151998-08-20 Raja R Harinath <harinath@cs.umn.edu>
18116
18117 * error.h: New file. Contains prototyes from `error.c'.
18118
Tom Tromeyc19653d1998-08-14 01:22:43 +000018119Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
18120
18121 * Makefile.am (xmlincdir): New macro.
18122 (xmlinc_HEADERS): Renamed from include_HEADERS.
18123
Daniel Veillard845664d1998-08-13 04:43:19 +000018124Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18125
18126 * applied small patch on numeric entities from
18127 Christopher Blizzard <blizzard@appliedtheory.com>
18128
Daniel Veillard260a68f1998-08-13 03:39:55 +000018129Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18130
18131 * New release 0.2, removed the old xml_* files so that it's
18132 coherent with the other CVS base (W3C), far better conformance
18133 to standard, new namespaces, decent entities support, beginning
18134 of a SAX-like interface. Nearly nothing left intact, even the
18135 test examples ...
18136
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000181371998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
18138
18139 * .cvsignore: Add .deps dir
18140
Daniel Veillardf8015fa1998-07-26 21:31:38 +000018141Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
18142
18143 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
18144
Daniel Veillardfe926001998-07-26 04:28:20 +000018145Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000018146
Daniel Veillardfe926001998-07-26 04:28:20 +000018147 * configure.in: added test for CPP
18148 * AUTHORS, Changelog: the original ones didn't get commited but the
18149 glib ones instead, fixed.
18150 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000018151
Daniel Veillardfe926001998-07-26 04:28:20 +000018152Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000018153
Daniel Veillardfe926001998-07-26 04:28:20 +000018154 * integrated code developped at W3C
18155 * changed the original Copyright
18156 * migrated to automake
18157 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000018158