blob: c566e625c0113c3f125d1c91cfd3abe771afac93 [file] [log] [blame]
Daniel Veillard72336152002-09-21 13:08:14 +00001Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2
3 * Makefile.am: fixed a breakage raised by Jacob
4
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00005Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6
7 * include/win32config.h: added HAVE_ERRNO_H definition for parts
8 which don't use sockets
9
Igor Zlatkovic01280582002-09-20 16:40:34 +000010Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11
12 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
13 * win32/configure.js: applied zlib patch from Daniel Gehriger
14
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000015Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
16
17 * win32/configure.js: applied the patch from Mark Vakoc for
18 regexp support
19 * win32/libxml2.def.src: applied the patch from Mark Vakoc
20 for regexp support
21
Daniel Veillardb5c05732002-09-20 13:36:25 +000022Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
23
24 * xmlschemastypes.c: as pointed by Igor Float and Double
25 parsing ain't finished yet
26
Daniel Veillard40b11342002-09-20 12:01:39 +000027Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
28
29 * Makefile.am configure.in: trying to fix #88412 by bypassing
30 all the python subdir if python ain't detected
31
Daniel Veillard23e73572002-09-19 19:56:43 +000032Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
33
34 * Makefile.am configure.in include/libxml/xmlversion.h.in:
35 made configuring with regexps/automata/unicode the default
36 but without schemas ATM
37 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
38 fixed the regexp based DTD validation performance and memory
39 problem by switching to a compact form for determinist regexps
40 and detecting the determinism property in the process. Seems
41 as fast as the old DTD validation specific engine :-) despite
42 the regexp built and compaction process.
43
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000044Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
45
46 * valid.c: determinism is debugged, new DTD checking code now works
47 but xmlFAComputesDeterminism takes far too much CPU and the whole
48 set usues too much memory to be really usable as-is
49
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000050Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
51
52 * tree.c: fixed another stupid bug in xmlGetNodePath()
53 * xmllint.c: --version now report the options compiled in
54
Daniel Veillarda646cfd2002-09-17 21:50:03 +000055Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
56
57 * HTMLparser.c: small cleanup
58 * valid.c xmlregexp.c: switched DTD validation to use only regexp
59 when configured with them. A bit of debugging around the determinism
60 checks is still needed
61
Daniel Veillard63b01c22002-09-17 19:25:28 +000062Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
63
64 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
65
Daniel Veillard92727042002-09-17 17:59:20 +000066Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
67
68 * xmlIO.c: small portability glitch fixed.
69
Daniel Veillard84d70a42002-09-16 10:51:38 +000070Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
71
72 * xmlschemastypes.c: incomplete steps for real/double support
73 * testAutomata.c include/libxml/xmlautomata.h
74 include/libxml/xmlregexp.h: avoiding a compilation problem
75 * valid.c include/libxml/valid.h: starting the work toward using
76 the regexps for actual DTD validation
77
Daniel Veillardaeb258a2002-09-13 14:48:12 +000078Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
79
80 * hash.c: cosmetic cleanup
81 * valid.c include/libxml/tree.h include/libxml/valid.h: started
82 integrating a DTD validation layer based on the regexps
83
Daniel Veillard4402ab42002-09-12 16:02:56 +000084Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
85
86 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
87 the determinism was tested before eliminating the epsilon
88 transitions :-(
89
Daniel Veillardc6d4a932002-09-12 15:00:57 +000090Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
91
92 * python/generator.py python/libxml.c python/libxml.py
93 python/libxml2-python-api.xml python/libxml2class.txt
94 python/libxml_wrap.h python/types.c: updated the python
95 bindings, added code for easier File I/O, and the ability to
96 define a resolver from Python fixing bug #91635
97 * python/tests/Makefile.am python/tests/inbuf.py
98 python/tests/outbuf.py python/tests/pushSAXhtml.py
99 python/tests/resolver.py python/tests/serialize.py: updated
100 and augmented the set of Python tests.
101
Igor Zlatkovic353bf582002-09-10 19:07:14 +0000102Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
103
104 * win32/configure.js: added more readme info for the binary
105 package.
106
Daniel Veillard607b35c2002-09-10 12:16:19 +0000107Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
108
109 * xmlIO.c: fixed a stupid out of bound array error
110
111Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
112
113 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
114 messing around with support for Windows path, cleanups,
115 trying to identify and fix the various code path to the
116 filename access. Added xmlNormalizeWindowsPath()
117
Daniel Veillard76575762002-09-05 14:21:15 +0000118Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
119
120 * error.c valid.c: working on better error reporting of validity
121 errors, especially providing an accurate context.
122 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
123 error reports in those cases.
124
Daniel Veillard3487c8d2002-09-05 11:33:25 +0000125Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
126
127 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
128 parser.c parserInternals.c xmlIO.c: get rid of all the
129 perror() calls made in the library execution paths. This
130 should fix both #92059 and #92385
131
Daniel Veillard19aa7022002-09-05 11:14:19 +0000132Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
133
134 * xmllint.c: memory leak reporting was broken after a change
135 of the preprocessor symbol used to activate it.
136
Daniel Veillardec6725e2002-09-05 11:12:45 +0000137Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
138
139 * tree.c: try to make the copy function work for node of
140 type XML_DOCUMENT_FRAG_NODE, they are only created by the
141 DOM layers though, not libxml2 itself.
142
Daniel Veillardb9cd8b42002-09-05 10:58:49 +0000143Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
144
145 * valid.c: try to provide file and line informations, not all
146 messages are covered, but it's a (good) start
147
Daniel Veillardbbc72c32002-09-05 10:52:10 +0000148Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
149
150 * xinclude.c: reimplemented a large part of the XInclude
151 processor, trying to minimize resources used, James Henstridge
152 provided a huge test case which was exhibiting severe memory
153 consumption problems.
154
Daniel Veillard2206dbf2002-09-05 08:09:37 +0000155Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
156
157 * python/Makefile.am: applied patch from Christophe Merlet to
158 reestablish DESTDIR
159
Daniel Veillard5643b5a2002-09-04 12:27:06 +0000160Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
161
162 * libxml.spec.in: fixes libary path for x86_64 AMD
163
John Fleckbe98b332002-09-04 03:16:23 +0000164Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
165
166 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +0000167 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +0000168 (plus resulting generated html files)
169 fixing one spot I missed in the tutorial where I hadn't freed
170 memory properly
171
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +0000172Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
173
174 * doc/tutorial/includeaddattribute.c
175 * doc/tutorial/includeaddkeyword.c
176 * doc/tutorial/includegetattribute.c
177 * doc/tutorial/includekeyword.c
178 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +0000179 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +0000180 update tutorial to properly free memory (thanks to Christopher
181 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +0000182 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +0000183 added image files so the callouts are graphical, making it
184 easier to read ( use "--param callout.graphics 1" to generate
185 html with graphical callouts)
186
Daniel Veillarde1662542002-08-28 11:50:59 +0000187Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
188
189 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
190 nice logos generated by Marc Liyanage
191 * doc/site.xsl *.html: changed the stylesheet to show the new
192 logo and regenerated the pages
193
Daniel Veillardb212bbb2002-08-25 14:39:16 +0000194Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
195
196 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
197
Daniel Veillard42766c02002-08-22 20:52:17 +0000198Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
199
200 * xpath.c: possible mem leak patch from Jason Adams
201
202Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
203
204 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
205 in the XQuery namespace
206 * configure.in: preparing 2.4.24
207 * doc/*.html: updated the web pages
208
209Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
210
211 * python/generator.py: closing bug #85258 by generating conditional
212 compile check to avoid linking to routines not configured in.
213
Havoc Pennington84ec40a2002-08-22 13:59:35 +00002142002-08-22 Havoc Pennington <hp@pobox.com>
215
216 * autogen.sh: update error message for missing automake
217
Daniel Veillard08cccaa2002-08-22 09:47:29 +0000218Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
219
220 * python/Makefile.am: typo in target name resulted in libxml2.py
221 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
222
Daniel Veillard22669b22002-08-22 07:17:11 +0000223Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
224
225 * win32/win32/Makefile.mingw: updated with version from
226 Elizabeth Barham at http://soggytrousers.net/repository/
227
Igor Zlatkovica40adbc2002-08-20 14:42:32 +0000228Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
229
230 * win32/Makefile.msvc: added the prefix location to the include
231 and lib search path.
232
Havoc Pennington830e8972002-08-18 22:22:13 +00002332002-08-18 Havoc Pennington <hp@pobox.com>
234
235 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
236 both automake 1.6 and 1.4 installed get the right automake. Means
237 compilation from CVS will now require the latest automake 1.4
238 release, or manually creating symlinks called "automake-1.4" and
239 "aclocal-1.4"
240
Daniel Veillardb6984ef2002-08-14 16:55:31 +0000241Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
242
243 * configure.in python/Makefile.am: more AMD 64 induced changes from
244 Frederic Crozat
245
Daniel Veillardc4bad4a2002-08-14 14:45:25 +0000246Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
247
248 * xinclude.c: oops I was missing the xml:base fixup too
249 * result/XInclude/*.xml: this adds xml:base attributes to most
250 results of the tests
251
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +0000252Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
253
254 * xinclude.c: quick but apparently working implementation of
255 xi:fallback, should close bug #89684
256 * Makefile.am test/XInclude/docs/fallback.xml
257 result/XInclude/fallback.xml: added a basic test for fallback,
258 and run with --nowarning to avoid a spurious warning
259 * configure.in: applied patch from Frederic Crozat for python
260 bindings on AMD 64bits machines.
261
Daniel Veillard9e923512002-08-14 08:48:52 +0000262Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
263
264 * parser.c: xmlSAXUserParseMemory() really ought to fail if
265 the caller don't pass a SAX callback block.
266
Daniel Veillardc1a0da32002-08-14 08:32:18 +0000267Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
268
269 * tree.c: applied the same fix for the XML-1.0 namespace to
270 xmlSearchNsByHref() as was done for xmlSearchNs()
271
Daniel Veillardad11b302002-08-12 14:53:41 +0000272Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
273
274 * libxml.3: small cleanup of the man page
275 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
276 when serializing HREF attributes generated by XSLT.
277
Daniel Veillardc084e472002-08-12 13:27:28 +0000278Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
279
280 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
281 version of Marc Liyanage' patch for boolean attributes in HTML
282 output
283
Daniel Veillard5f91b372002-08-12 12:13:01 +0000284Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
285
286 * python/tests/serialize.py: fixed the test results, indenting
287 behaviour changed slightly
288
Aleksey Sanin9e951762002-08-08 18:02:41 +0000289Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
290
291 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
292 new c14n function to Windows def files
293
Aleksey Saninea4272a2002-08-02 23:50:03 +0000294Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
295
296 * c14n.c: fixed a memory leak in c14n code
297
Daniel Veillard58e44c92002-08-02 22:19:49 +0000298Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
299
300 * parser.c include/libxml/parser.h: adding a new API for Christian
301 Glahn: xmlParseBalancedChunkMemoryRecover
302 * valid.c: patch from Rick Jones for some grammar cleanup in
303 validation messages
304 * result/VC/* result/valid/*: this slightly change some of the
305 regression tests outputs
306
Daniel Veillard0bf29002002-08-01 12:54:11 +0000307Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
308
309 * tree.c: trying to fix a problem in namespaced attribute handling
310 raised by Christian Glahn
311
Daniel Veillard6f46f6c2002-08-01 12:22:24 +0000312Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
313
314 * encoding.c include/libxml/encoding.h: Opening the interface
315 xmlNewCharEncodingHandler as requested in #89415
316 * python/generator.py python/setup.py.in: applied cleanup
317 patches from Marc-Andre Lemburg
318 * tree.c: fixing bug #89332 on a specific case of loosing
319 the XML-1.0 namespace on xml:xxx attributes
320
Aleksey Sanin2c135a12002-08-01 06:31:50 +0000321Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
322
323 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
324 corner case from new Merlin's test suite and added a callback
325 that will be used to improve xmlsec performance
326
327
Daniel Veillard0b22def2002-07-29 16:23:03 +0000328Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
329
330 * HTMLtree.c: trying to fix the <style> escaping problem in
331 HTML serialization bug #89342
332
Daniel Veillard0b28e882002-07-24 23:47:05 +0000333Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
334
335 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
336 and rebuilt the web site.
337
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +0000338Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000339
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +0000340 * include/libxml/tree.h: added _private member to xmlNs struct
341
Daniel Veillard1d995272002-07-22 16:43:32 +0000342Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
343
344 * HTMLparser.c: fixing bug #84876 based on the xml working
345 code.
346
William M. Brack61eaba52002-07-21 11:14:18 +0000347Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
348
349 * python/Makefile.am: enhanced to fix bug 72012 (errors
350 when using '-jX' make parameter)
351
William M. Brackef61d202002-07-19 08:32:00 +0000352Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
353
354 * xpath.c: small additional enhancement for booleans
355 compared to nodesets
356
Daniel Veillard3a42f3f2002-07-17 17:57:34 +0000357Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
358
359 * HTMLtree.c: changed the order of the encoding declaration
360 attributes in the meta tags due to a bug in IE/Mac
361
William M. Brack0c022ad2002-07-12 00:56:01 +0000362Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
363
364 * xpath.c: enhanced handling of booleans (especially '='
365 and '!=' for nodesets) - fixes bug 85256. Added new
366 routine xmlXPathNotEqualValues for more proper handling
367 of '!=' when nodesets are involved.
368
Daniel Veillard06944e22002-07-11 19:55:18 +0000369Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
370
371 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
372 doc/xmlcatalog_man.xml to the source distribution
373
Igor Zlatkovic6ac30172002-07-10 19:22:48 +0000374Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
375
376 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
377 asked for this.
378
Daniel Veillard539638b2002-07-06 19:55:14 +0000379Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
380
381 * configure.in: preparing 2.4.23
382 * doc/*: rebuilt the docs
383
Daniel Veillard176d99f2002-07-06 19:22:28 +0000384Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
385
386 * parser.c: fixing bug #84169 by fixing the
387 comment of xmlCreatePushParserCtxt to describe the
388 encoding detection parameters better.
389
Daniel Veillard37f961d2002-07-06 17:53:56 +0000390Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
391
392 * valid.c: fixing bug #79331 in one path the lookup for
393 ID attributes on a namespaced node wasn't handled correctly :-\
394
Daniel Veillard8c9872c2002-07-05 18:17:10 +0000395Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
396
397 * HTMLparser.c: trying to fix 87235 about discarded white
398 spaces in the HTML parser.
399 * result/HTML/*: this changes the output of a number of HTML
400 regression tests
401
Daniel Veillardfdc91562002-07-01 21:52:03 +0000402Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
403
404 * xpath.c: applied patch from Richard Jinks for the namespace
405 axis + fixed a memory error.
406 * parser.c parserInternals.c: applied patches from Peter Jacobi
407 removing ctxt->token for good.
408 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
409 popped out by the regression tests.
410 * Makefile.am: patch for threads makefile from Gary Pennington
411
William M. Brack6000af52002-06-28 11:43:13 +0000412Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
413
Daniel Veillardfdc91562002-07-01 21:52:03 +0000414 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +0000415 expressions involving preceding-sibling (et al).
416
Daniel Veillard153120c2002-06-18 07:58:35 +0000417Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
418
419 * hash.c: applied a patch from Peter Jacobi to solve a problem
420 when compiling with the Watcom C on Win32
421 * result/schemas/*.err: the change of hashing algo generated
422 permutations in the output
423
Daniel Veillard5f7f9912002-06-17 17:03:00 +0000424Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
425
426 * hash.c: applied patch from Sander Vesik improving the quality of
427 the hash function.
428
Aleksey Sanina5808b92002-06-14 17:07:41 +00004292002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +0000430
431 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
432 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
433 xmllint.c xpath.c: replaced sprintf() with snprintf()
434 to prevent possible buffer overflow (the bug was pointed
435 out by Anju Premachandran)
436
Daniel Veillarde059b892002-06-13 15:32:10 +0000437Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
438
439 * parser.c: removed an uninitialized data error popped by valgrind
440 on PE references
441
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +0000442Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
443
444 * doc/xml.html
445 adding tutorial reference to the web page
446
MDT 2002 John Fleck54520832002-06-13 03:30:26 +0000447Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
448
449 * doc/tutorial/xmltutorial.xml
450 * doc/tutorial/ar01s07.html
451 * doc/tutorial/ape.html
452 * doc/tutorial/includegetattribute.c
453 adding section to tutorial about retrieving an attribute
454 value
455
Daniel Veillardf5582f12002-06-11 10:08:16 +0000456Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
457
458 * parser.c: applied a couple of patches from Peter Jacobi to start
459 to get rid of ctxt->token, with a possible significant speed
460 improvement to be gained once done. Better compliance with PE
461 references constructs in DTDs too.
462 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
463 from Peter too
464
Daniel Veillard38d80e22002-06-11 07:24:56 +0000465Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
466
467 * parser.c: Babak Vahedipour-Kunze reported that openTag in
468 xmlParseElement was likely to have been deallocated at the
469 time of the report, possibly leading to segfault. Just report
470 the tag name now.
471
Daniel Veillard9e412302002-06-10 15:59:44 +0000472Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
473
474 * xpath.c: patch from Richard Jinks for XPath substring() function
475 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
476
Aleksey Sanina5808b92002-06-14 17:07:41 +00004772002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +0000478
479 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
480
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +0000481Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
482
483 *doc/FAQ.html
484 fixing typos in FAQ, thanks to Robert Funnell for the
485 editing help
486
Daniel Veillardd2fd1b62002-06-05 12:52:34 +0000487Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
488
489 * NEWS: got complaints from rpmlint that it was empty
490
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +0000491Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
492
493 * added doc/tutorial, including:
494 apa.html
495 apb.html
496 apc.html
497 apd.html
498 ar01s02.html
499 ar01s03.html
500 ar01s04.html
501 ar01s05.html
502 ar01s06.html
503 includeaddattribute.c
504 includeaddkeyword.c
505 includekeyword.c
506 includestory.xml
507 index.html
508 xmltutorial.xml
509 libxml tutorial, including generated html
510
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +0000511Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
512
513 * result/c14n/exc-without-comments/merlin-c14n-two-*
514 result/c14n/without-comments/merlin-c14n-two-*
515 test/c14n/exc-without-comments/merlin-c14n-two-*
516 test/c14n/without-comments/merlin-c14n-two-*
517 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
518 c14n/exc-c14n and slightly modified test script to handle
519 these test cases
520 * c14n.c: fixed bugs for complicated nodes set (namespace
521 without node and others from merlin-c14n-two.tar.gz)
522 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
523 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
524 for xmlsec performance patch
525 * xpath.c: fixed self::node() for namespaces and attributes
526
Daniel Veillardd2fd1b62002-06-05 12:52:34 +0000527Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
528
529 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
530 but with the format parameter
531 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
532
Aleksey Saninc57f9c12002-05-31 19:14:57 +0000533Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
534
535 * Makefile.am: updated c14n tests suite
536 * c14n.c: performance improvement for previous c14n patch
537
Daniel Veillarde72c7562002-05-31 09:47:30 +0000538Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
539
540 * parser.c: another peroformance patch from Peter Jacobi, that
541 time on parsing attribute values.
542
Aleksey Sanin508a1012002-05-31 06:32:32 +0000543Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
544
545 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
546 into LibXML2 test suite
547
Aleksey Sanindffd5c82002-05-31 04:24:13 +0000548Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
549
550 * c14n.c: propagating xpath ancesstors node fix to c14n
551 plus small performance improvement to reduce number of
552 mallocs
553 * xpath.c: fixed ancestors axis processing for namespace nodes
554
Daniel Veillard46de64e2002-05-29 08:21:33 +0000555Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
556
557 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
558 Peter Jacobi
559
Daniel Veillardd5e22ef2002-05-27 21:17:57 +0000560Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
561
562 * configure.in: preparing 2.4.22
563
Daniel Veillard1b31e4a2002-05-27 14:44:50 +0000564Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
565
566 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
567 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
568 a public entry point.
569 * doc/*: rebuilt the API and docs
570
Daniel Veillarded23b7d2002-05-27 12:16:02 +0000571Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
572
573 * xpath.c: patch from Richard Jinks to fix a problem introduced
574 in the previous patch and pointed by Norm
575
Daniel Veillardc6924812002-05-24 11:10:43 +0000576Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
577
578 * libxml.spec.in: fixing bug #81112
579
Daniel Veillard234bc4e2002-05-24 11:03:05 +0000580Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
581
582 * uri.c: fixing bug #82848
583
Daniel Veillarda2878972002-05-24 07:54:39 +0000584Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
585
586 * result/catalogs/mycatalog.full: Aleksey's commit changed the
587 output of one catalog test
588
Aleksey Sanin114e4752002-05-24 07:20:27 +0000589Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +0000590
Aleksey Sanin114e4752002-05-24 07:20:27 +0000591 * global.data globals.c tree.c include/libxml/globals.h
592 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
593 default value for global parameter xmlIndentTreeOutput to 1 and
594 introduced new global parameter xmlTreeIndentString (the string
595 used to do one-level indent) with default value " " (as it was
596 in tree.c)
597
Daniel Veillard49d5af82002-05-23 11:55:49 +0000598Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
599
600 * Makefile.am: Merijn Broeren pointed out a problem when compiling
601 with trio and schemas.
602
Daniel Veillard7c13af42002-05-22 09:57:32 +0000603Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
604
605 * xpath.c: patch from Richard Jinks to fix the problem raised in
606 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
607
Daniel Veillard5a872412002-05-22 06:40:27 +0000608Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
609
610 * xmlschemas.c: a bit of work on import.
611 * xmlschemastypes.c: Charles Bozeman provided a compare function
612 for date/time types so min/max facet restrictions should work,
613 indeterminate comparisons return an error instead of equal.
614 * test/schemas/date_0* result/schemas/date_0_0: specific test
615 from Charles Bozeman too
616
Daniel Veillard10b6da42002-05-18 07:55:20 +0000617Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
618
619 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
620 from Christian Cornelssen fixing the man pages and the Catalog
621 building script.
622 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
623 next step is <xs:import> I now have a reasonable understanding
624 of how it works.
625
Daniel Veillarde5354492002-05-16 08:43:22 +0000626Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
627
628 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
629
Igor Zlatkovic1396e182002-05-14 22:22:40 +0000630Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
631
632 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
633
Daniel Veillard088bf112002-05-14 11:03:59 +0000634Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
635
636 * xpath.c: fixing an XPath function evalutation bug pointed out
637 by Alexey Efimov where the context was lost when evaluating
638 the function arguments
639
Aleksey Sanin79376ba2002-05-14 06:41:32 +0000640Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +0000641
Aleksey Sanin79376ba2002-05-14 06:41:32 +0000642 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
643 function public for XMLSec performance optimizations
644
Daniel Veillard3cd72402002-05-13 10:33:30 +0000645Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
646
647 * python/generator.py python/libxml2class.txt : fixed a problem
648 with the HTML parser pointed by Gary Benson
649 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
650 example
651
Aleksey Sanine48a3182002-05-09 18:20:01 +0000652Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
653 * parser.c: fixed bug #81159 (memory growth in SAX)
654
Aleksey Sanin50fe8b12002-05-07 16:21:36 +0000655Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
656 * xpath.c: fixed bug #78858 (the real fix)
657
Aleksey Sanin29b6f762002-05-05 06:59:57 +0000658Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +0000659 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +0000660
Daniel Veillard4cbe4702002-05-05 06:57:27 +0000661Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
662
663 * tree.c: modified xmlNodeSetBase to allow changing the
664 base of a document.
665
Daniel Veillard070803b2002-05-03 07:29:38 +0000666Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
667
668 * xmlschemastypes.c: patch Charles Bozeman for validation of
669 all the date, time, and duration types
670 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
671 * configure.in: fixed an error pointed by an user
672 * xml2-config.in: fixed an error pointed by an user
673
Aleksey Sanin5aac8b82002-05-01 18:32:28 +0000674Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
675
676 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
677 win32/libxml2.def.src xmlIO.c: exported default
678 'file:', 'http:' and 'ftp:' protocols input handlers
679 and maked protocols comparisson case insensitive
680
Daniel Veillard34de97f2002-04-30 14:29:22 +0000681Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
682
683 * configure.in: Neven Has detected a typo
684
Daniel Veillard28577c32002-04-30 06:48:41 +0000685Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
686
687 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
688 as one of the persons allowed to commit directly to the
689 module.
690
Daniel Veillardfc57b412002-04-29 15:50:14 +0000691Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
692
693 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
694 * valid.c: raised a too low limit
695 * doc/*: rebuilt the docs
696
Daniel Veillardeca82812002-04-24 11:42:02 +0000697Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
698
699 * test/XPath/expr/floats test/XPath/expr/functions
700 result/XPath/expr/floats result/XPath/expr/functions
701 xpath.c: another XPath conformance patch from Richard Jinks
702
Daniel Veillard13e04c62002-04-23 17:51:29 +0000703Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
704
705 * xmlschemas.c: fixed validation of attribute groups.
706 * test/schemas result/schemas: added an example from the primer
707
Daniel Veillard88c58912002-04-23 07:12:20 +0000708Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
709
710 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
711 * test/schemas result/schemas: updated the test list
712
Daniel Veillarde19fc232002-04-22 16:01:24 +0000713Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
714
715 * TODO: updated a bit
716 * parser.c: made a comment more specific
717 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
718 Schemas conformance.
719 * test/schemas result/schemas: updated the test list
720
Daniel Veillard441bc322002-04-20 17:38:48 +0000721Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
722
723 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
724 implementing xs:all with minOccurs = 0
725 * tes/schemas/* result/schemas/*: added more tests covering
726 xs:all
727
Daniel Veillard8a001f62002-04-20 07:24:11 +0000728Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
729
730 * xmlregexp.c: first implementation of the all particle, this
731 may need to be revisited for case where not all transitions
732 must be crossed.
733
Daniel Veillard7646b182002-04-20 06:41:40 +0000734Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
735
736 * tree.c: another entity processing update from Markus Henke
737
Bjorn Reese54d02fb2002-04-19 15:16:01 +0000738Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
739
740 * trionan.c: fixed crash on OSF/1
741
Daniel Veillardb4398962002-04-19 07:01:55 +0000742Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
743
744 * xmlschemas.c: more Schemas work
745 * test/schemas/* result/schemas/*: added more tests coming
746 from the spec.
747
Daniel Veillard54761132002-04-18 21:00:44 +0000748Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
749
750 * c14n.c: patch from Aleksey Sanin reflecting a change in the
751 ExcC14N specification
752
Daniel Veillardbf8dae82002-04-18 16:39:10 +0000753Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
754
755 * tree.c: patch from Markus Henke, fix for recursive entities.
756
Daniel Veillard23b1f372002-04-18 15:50:05 +0000757Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
758
759 * xpath.c: fix a problem with string() on a document node.
760
Daniel Veillarddecd64d2002-04-18 14:41:51 +0000761Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
762
763 * Makefile.am xmlschemas.c: more Schemas work
764 * test/schemas/* result/schemas/*: added more tests coming
765 from the spec.
766
Daniel Veillard6231e842002-04-18 11:54:04 +0000767Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
768
769 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
770 * result/HTML/*: this changes a few things in the results
771
Igor Zlatkovic648b8e92002-04-17 18:35:57 +0000772Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
773
774 * include/libxml/tree.h: eliminated 'declaration different than
775 prototype' warning
776 * include/win32config.h: "resolved" conflicts with errno.h
777
Daniel Veillardb509f152002-04-17 16:28:10 +0000778Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
779
780 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
781 on the automata interfaces and debug of counted choices
782 * test/schemas/* result/schemas/*: added a number of tests
783
Daniel Veillard8651f532002-04-17 09:06:27 +0000784Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
785
786 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
787 a bit of work on Schemas
788 * testSchemas.c: try to make it more useful
789 * test/schemas/* result/schemas/* Makefile.am: changed the
790 Schemas regression test procedure, started adding a few samples
791
Igor Zlatkovica6f2d902002-04-16 17:57:17 +0000792Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
793
794 * include/libxml/encoding.h: Patch for the Borland C++ builder
795 * include/libxml/tree.h: Patch for the Borland C++ builder
796 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +0000797 * win32/bcb5: New directory for the Borland C++ builder
798 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +0000799
Igor Zlatkovicea5148d2002-04-16 17:46:25 +0000800Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
801
802 * win32/Makefile.msvc: Update for XML Schema support
803 * win32/configure.js: Update for XML Schema support
804 * win32/libxml2.def.src: Update for XML Schema support
805
Daniel Veillard4255d502002-04-16 15:50:10 +0000806Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
807
808 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
809 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
810 xmlunicode.c include/libxml/Makefile.am
811 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
812 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
813 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
814 include/libxml/xmlversion.h.in : merged the current state of
815 XML Schemas implementation, it is not configured in by default,
816 a specific --schemas configure option has been added.
817 * test/automata test/regexp test/schemas Makefile.am
818 result/automata result/regexp result/schemas:
819 merged automata/regexp/schemas regression tests
820
Daniel Veillardbc6f7592002-04-16 07:49:59 +0000821Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
822
823 * xpath.c: Gary found a compile time problem, fixes #78823
824
Daniel Veillarda7084cd2002-04-15 17:12:47 +0000825Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
826
827 * configure.in: release of 2.4.20
828 * doc/*: updated and rebuilt the docs
829
Daniel Veillardf544f192002-04-15 12:56:56 +0000830Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
831
832 * python/Makefile.am: patch from Cristian Gafton to build on
833 Red Hat 6.2, should also fix #75779
834
Daniel Veillard940492d2002-04-15 10:15:25 +0000835Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
836
837 * valid.c: first part of fixing #78729
838
Daniel Veillardeb475a32002-04-14 22:00:22 +0000839Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
840
841 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
842 escaping of URI when saving HTML files.
843 * result/HTML/*: this impacted some tests
844
Daniel Veillard9b731d72002-04-14 12:56:08 +0000845Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
846
847 * configure.in: trying to fix #77441
848
Daniel Veillarda8a89fe2002-04-12 21:03:34 +0000849Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
850
851 * include/libxml/xmlIO.h: Hallski complained it could not be
852 included by itself.
853
Daniel Veillardcb5b4d62002-04-11 08:24:26 +0000854Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
855
856 * configure.in: applied an IEEE flag patch for OSF/1 #77825
857
Igor Zlatkovic9425ce22002-04-10 21:57:11 +0000858Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
859
860 * win32/configure.js: patch from Nilo for the c14n option
861 * win32/Makefile.msvc: fixed libxml2.def generation with threads
862
Daniel Veillardda423da2002-04-10 19:25:38 +0000863Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
864
865 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
866 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
867 LIBXML_THREAD_ENABLED
868
Daniel Veillard0eafdef2002-04-10 16:14:34 +0000869Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
870
871 * xpath.c: another patch from Richard Jinks for substring conformance
872 * test/XPath/expr/floats test/XPath/expr/strings
873 result/XPath/expr/floats result/XPath/expr/strings: update of the
874 test suite to check those.
875
Daniel Veillard01917aa2002-04-10 11:30:41 +0000876Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
877
878 * xpath.c: patch from Richard Jinks for .x float parsing.
879
Daniel Veillard46d6c442002-04-09 16:10:39 +0000880Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
881
882 * parser.c: patch from Markus Henke when an encoding ain't recognized
883
Daniel Veillard88e0ad42002-04-09 13:48:02 +0000884Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
885
886 * libxml.m4: got a report that #include <string.h> was needed
887
Daniel Veillard6e4f1c02002-04-09 09:55:20 +0000888Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
889
890 * xmllint.c: applied a fix from Anthony Jones for -o /--output
891
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +0000892Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
893
Daniel Veillard6e4f1c02002-04-09 09:55:20 +0000894 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +0000895
Daniel Veillardbd6e6312002-04-01 08:04:14 +0000896Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
897
898 * xpath.c: fixed a bug in the nodeset to boolean comparison code
899 pointed out by Melvyn Sopacua.
900
Daniel Veillarde979e3b2002-03-29 22:43:00 +0000901Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
902
903 * libxml.m4: Frédéric Crozat gave a patch related to the change
904 of Include paths breaking the libxml.m4
905
Daniel Veillard7089d6b2002-03-29 17:28:10 +0000906Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
907
908 * xpath.c: Fix bug #76927 forgot to save some context
909 when evaluating binary expressions
910
Daniel Veillardd30be4a2002-03-28 18:25:31 +0000911Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
912
913 * configure.in: fixed configure for MPE/iX from Markus Henke
914 * xmlmemory.c: fixed initialization problems
915 * xpath.c: another set of patches from Richard Jinks this
916 fixes "make XPathtests" on linux
917
Daniel Veillard21458c82002-03-27 16:12:22 +0000918Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
919
920 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
921 * test/XPath/expr/compare test/XPath/expr/equality
922 test/XPath/expr/floats test/XPath/expr/functions
923 test/XPath/expr/strings result/XPath/expr/compare
924 result/XPath/expr/equality result/XPath/expr/floats
925 result/XPath/expr/functions result/XPath/expr/strings: Updated
926 tests though they show a divergence on Linux
927
Daniel Veillard28dfed12002-03-27 09:08:17 +0000928Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
929
930 * xpath.c trionan.c: previous commit also included patches
931 from Richard Jinks on some IEEE support corner case
932
Daniel Veillard5fc1f082002-03-27 09:05:40 +0000933Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
934
935 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
936 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
937 that $(datadir) should be used for docs
938
Daniel Veillarddb1dc392002-03-26 12:44:39 +0000939Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
940
941 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
942 could leak filedescriptors
943
Daniel Veillarddd4b9122002-03-26 07:58:43 +0000944Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
945
946 * configure.in nanohttp.c: applied patch from Allan Clark for
947 UnixWare/OpenServer
948
Daniel Veillard19274092002-03-25 16:48:03 +0000949Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
950
951 * configure.in: preparing 2.4.19
952 * doc/*: rebuilt the docs
953
Daniel Veillard56b2db72002-03-25 16:35:28 +0000954Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
955
956 * nanohttp.c: fixing #76043, got fed up with non-portability
957 of that piece of code.
958
Daniel Veillard6f4561a2002-03-25 12:10:14 +0000959Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
960
961 * valid.c SAX.c: Never commit without running "make tests" :-(
962 fix a couple of stupidities in the previous commit
963 * result/*: a few changes in some attribute order result of previous
964 commit.
965
Daniel Veillardd85f4f42002-03-25 10:48:46 +0000966Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
967
968 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
969 the internal subset should not raise duplicate ID errors,
970 also there was a small bug in conjunction to namespace
971 declarations defaulted and xml:xxx attributes DTD definitions.
972
Daniel Veillard56cd18b2002-03-22 14:14:43 +0000973Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
974
975 * xpath.c: Richard Jinks also raised some rounding problems
976 this tries to fix them
977
Daniel Veillard4e2df542002-03-22 12:23:14 +0000978Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
979
980 * xpath.c: Richard Jinks spotted an incoherent memory allocation
981 behaviour in xmlXPathCastToString()
982
Daniel Veillarddb552912002-03-21 13:27:59 +0000983Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
984
985 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
986 raised by Morus Walter
987
Daniel Veillard9e537932002-03-21 13:08:08 +0000988Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
989
990 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
991 from Igor
992
Daniel Veillard6fbcf422002-03-21 12:32:59 +0000993Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
994
995 * xpath.c: fixing #75619, related to a problem when trying
996 to evaluate condition when the current node set resulting
997 from that sub-step evaluation is empty. Also fixes 2 potential
998 problem with previous-sibling and next-siblings axis.
999
Daniel Veillard1840ef02002-03-21 08:05:23 +00001000Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
1001
1002 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
1003 HTML support is not configured in.
1004
Daniel Veillard561b7f82002-03-20 21:55:57 +00001005Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1006
1007 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
1008 include/libxml/tree.h: dohh I really didn't intended to commit
1009 this test version :-(
1010
Daniel Veillarde50f3b52002-03-20 19:24:21 +00001011Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1012
1013 * testSAX.c: I wanted to see the real speed at the SAX interface
1014 after a little too many Ximianer started complaining about the
1015 parser speed.
1016 added a --quiet option:
1017 paphio:~/XML -> ls -l db100000.xml
1018 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
1019 paphio:~/XML -> time ./testSAX --quiet db100000.xml
1020 3200006 callbacks generated
1021 real 0m1.270s
1022 Which means 16MBytes/s and 3Mcallback/s
1023
Daniel Veillardc62a1472002-03-19 18:35:12 +00001024Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1025
1026 * xpath.c: valgrind spotted another error that time when running
1027 on libxslt regression tests
1028
Daniel Veillard4b3a84f2002-03-19 14:36:46 +00001029Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1030
1031 * Makefile.am: adding "make valgrind" running the full regression
1032 tests (except python ones) under Valgrind (using valgrind -q
1033 which was kindly added by the author).
1034 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
1035 passes cleanly now except an obcure floating point initialization
1036 raised in log10() in one XPath regression test ???
1037 * tree.c: edited some comments to close #75244
1038
Daniel Veillard28cac6b2002-03-19 11:25:30 +00001039Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1040
1041 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
1042 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
1043 context of ScrollKeeper, made sure that if the number is
1044 an integer, the serialization follows the description at
1045 http://www.w3.org/TR/xpath#section-String-Functions
1046
Daniel Veillard5997aca2002-03-18 18:36:20 +00001047Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1048
Daniel Veillard34ce8be2002-03-18 19:37:11 +00001049 * configure.in: preparing 2.4.18
1050 * doc/*: updated and rebuilt the web site
1051 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
1052 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +00001053 * parser.c: humm, changed the way the SAX parser work when
1054 xmlSubstituteEntitiesDefault(1) is set, it will then
1055 do the entity registration and loading by itself in case the
1056 user provided SAX getEntity() returns NULL.
1057 * testSAX.c: added --noent to test the behaviour.
1058
Daniel Veillardb5a60ec2002-03-18 11:45:56 +00001059Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
1060
1061 * parser.c: Wilfried Teiken provided a hackish but working
1062 way to get context reported back on entities when parsing
1063 with SAX and without breaking the DOM build.
1064
Daniel Veillard2d347fa2002-03-17 10:34:11 +00001065Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1066
1067 * c14n.c: applied a new patch from Aleksey Sanin
1068 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
1069 to reference Aleksey implementation of XML digital Signatures
1070
Daniel Veillard38bf6f02002-03-16 22:03:31 +00001071Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1072
1073 * xpath.c: small fix to avoid potential problem due to
1074 ordering of freeing data
1075 * python/Makefile.am: people were complaining about
1076 the generated file in python dir not being built
1077
Daniel Veillardd2379012002-03-15 22:24:56 +00001078Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
1079
1080 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
1081 python/generator.py python/libxml.c python/types.c: Cleanup
1082 of the python Makefiles based on Jacob and James feedback,
1083 fixed the spec file accordingly, fixed the number of warning
1084 that passing my pedantic CFLAGS was generating. Conclusion
1085 is that Python includes are real crap.
1086
Daniel Veillarde7dd2b82002-03-15 18:44:02 +00001087Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1088
1089 * configure,in: it was reported quite a few times that
1090 xml2-config --cflags should not output
1091 -I$includeprefix/libxml2/libxml because libxml2 header names
1092 clashes with existing names like list.h from C++ stl.
1093 Includes should be #include<libxml/xxx.h> so ...
1094
Daniel Veillard6f293b12002-03-15 09:42:33 +00001095Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1096
1097 * c14n.c: another patch from Aleksey Sanin
1098
Daniel Veillard5c396542002-03-15 07:57:50 +00001099Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1100
1101 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
1102 canonicalization algorithm
1103 * doc/xml.html doc/index.html: added the C14N references on the
1104 index page.
1105
jacob berkman9be65862002-03-14 02:15:56 +000011062002-03-13 jacob berkman <jacob@ximian.com>
1107
1108 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
1109 usage, redundant, and gcc specific
1110
Daniel Veillard75be0132002-03-13 10:03:35 +00001111Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
1112
1113 * xpath.c: speedup some node selection operations, this can
1114 have a significant impact on DocBook Norm's stylesheets
1115 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
1116 make sure it's always the case
1117 * debugXML.c: distinguish CDATA and comments in ls operations
1118
Daniel Veillard61f26172002-03-12 18:46:39 +00001119Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1120
1121 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
1122 to generate better API descriptions etc...
1123
Daniel Veillard9ff88172002-03-11 09:15:32 +00001124Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1125
1126 * c14n.c: Fixing #74186, made sure all boolean expressions
1127 get fully parenthesized, ran indent on the output
1128 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
1129 include/libxml/tree.h: also #74186 related, removed the
1130 --with-buffers option, and all the preprocessor conditional
1131 sections that were resulting from it.
1132
Daniel Veillardbb4e46d2002-03-10 16:49:08 +00001133Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
1134
1135 * valid.c: applied patch from Dodji Seketeli fixing an
1136 uninitailized variable in xmlValidGetValidElements()
1137
Daniel Veillarddb1bdba2002-03-09 14:13:11 +00001138Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1139
1140 * c14n.c: fixed a few comments
1141 * doc/*.html doc/*/*.html: regenerated the docs and added
1142 the C14N API
1143 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
1144
Daniel Veillardfa49d872002-03-09 10:20:00 +00001145Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1146
1147 * check-xml-test-suite.py: fix to adapt varaiations in the
1148 bindings
1149 * configure.in python/setup.py python/setup.py.in: fixed to
1150 have the version of the python scripts automatically updated
1151
Daniel Veillarda3db2e32002-03-08 15:46:57 +00001152Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1153
1154 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
1155 in xmlCopyProp()
1156
Daniel Veillardaf43f632002-03-08 15:05:20 +00001157Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
1158
1159 * configure.in: preparing 2.4.17 release
1160 * doc/*: updated and rebuilt the docs
1161 * xpath.c: fixed a comment
1162 * python/libxml.c: fixed a possible reentrancy problem
1163
Daniel Veillardef6c46f2002-03-07 22:21:56 +00001164Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1165
1166 * tree.c python/tests/Makefile.am python/tests/attribs.py:
1167 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
1168 added a specific regression test
1169 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
1170 not raise exceptions when failing to find the attribute.
1171
Daniel Veillard90bc3712002-03-07 15:12:58 +00001172Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
1173
1174 * configure.in xmllint.c: owen pointed out a problem with the
1175 ftme fix, gettimeofday() was not detected by configure and
1176 the ftime header wasn't included, dohhh
1177
Daniel Veillard8c1ae602002-03-07 11:21:00 +00001178Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1179
1180 * configure.in xmllint.c: trying to fix #71457 for timing
1181 precision when gettimeofday() is not availble but ftime() is
1182
Daniel Veillardf5a457a2002-03-07 10:25:29 +00001183Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1184
1185 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
1186 are now copied on install and part of the -devel RPM
1187
Daniel Veillard7b416132002-03-07 08:36:03 +00001188Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1189
1190 * xpath.c: trying to avoid bug #72150 which was apparently
1191 caused by a gcc bug (or a processor problem) as detailed
1192 at http://veillard.com/gcc.bug
1193
Daniel Veillardf742d342002-03-07 00:05:35 +00001194Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1195
1196 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
1197 fixed xmlReconciliateNs(), added a Python test/example for
1198 inter-document cut'n paste
1199 * python/libxml.py: fixed node.doc on document nodes and added
1200 xpathEval() onto node objects
1201
Daniel Veillard4e0e2972002-03-06 21:39:42 +00001202Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
1203
1204 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
1205 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
1206 fixup and integrated tests for the serialization stuff
1207
Daniel Veillarde915b2d2002-03-06 18:42:40 +00001208Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1209
1210 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
1211 moved the libxml man page to section 3
1212
Daniel Veillard1e774382002-03-06 17:35:40 +00001213Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1214
1215 * tree.c: fix bug #72490
1216 * python/libxml.c python/libxml.py: added methods serialize()
1217 and saveTo() to all node elements.
1218
Daniel Veillardddffd2a2002-03-05 20:28:20 +00001219Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
1220
1221 * xmlIO.c: closed #73430, don't read from an input source
1222 which indicated an end-of-file or an error.
1223
Daniel Veillard8d24cc12002-03-05 15:41:29 +00001224Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1225
1226 * parser.c: make sure SAX endDocument is always called as
1227 this could result in a Python memory leak otherwise (it's
1228 used to decrement ref-counting)
1229 * python/generator.py python/libxml.c python/libxml.py
1230 python/libxml2-python-api.xml python/libxml2class.txt
1231 python/tests/error.py python/tests/xpath.py: implemented
1232 the suggestions made by Gary Benson and extended the tests
1233 to match it.
1234
Daniel Veillardba5e18a2002-03-05 09:36:43 +00001235Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1236
1237 * python/generator.py: applied patch fixing #73450
1238
Daniel Veillard044fc6b2002-03-04 17:09:44 +00001239Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1240
1241 * xpath.c: fixing #61290 "namespace nodes have no parent"
1242 long standing divergence from the XPath REC. NodeSets
1243 simply hold a copy of namespace nodes and those node ->next
1244 points to the parent (which may not be the node carrying the
1245 definition).
1246 * include/libxml/xpath.h: flagged but didn't added a possible
1247 speedup
1248 * DOCBparser.c HTMLparser.c: removed some warnings from push
1249 parser due to new state being added.
1250 * tree.c: new fix from Boris Erdmann
1251 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
1252 the XML Canonalization support from Aleksey Sanin
1253
Daniel Veillardd4f41aa2002-03-03 14:13:46 +00001254Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1255
1256 * tree.c: patch from Boris Erdmann fixing some namespace odities
1257 with xmlCopyNode()
1258
Daniel Veillardc6613042002-03-02 09:34:02 +00001259Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1260
1261 * xmlIO.c: fix bug #72706 when loading a NULL entity
1262
Daniel Veillardc0fef772002-03-01 16:16:31 +00001263Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1264
1265 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
1266 actually change in a future XML Namespace revision.
1267
Daniel Veillard79426f22002-03-01 16:14:17 +00001268Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1269
1270 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
1271 added the possibility of returning nodesets from XPath extension
1272 functions written in Python
1273
Daniel Veillarda94ec6f2002-03-01 13:00:53 +00001274Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1275
1276 * python/*: commiting some Python bindings work done while travelling
1277
Daniel Veillard97300512002-03-01 09:13:41 +00001278Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1279
1280 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
1281 explicitely with memory debugging switched on
1282
Daniel Veillard6361da02002-02-23 10:10:33 +00001283Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
1284
1285 * python/generator.py python/libxml.c python/libxml2-python-api.xml
1286 python/libxml2class.txt python/libxml_wrap.h python/types.c:
1287 Added wrapper for the xmlURIPtr type, provided accessors, fixed
1288 the accessor generator for strings
1289 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
1290 regression test.
1291
Daniel Veillard0fea6f42002-02-22 22:51:13 +00001292Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1293
1294 * python/README python/generator.py python/libxml.c python/setup.py:
1295 added the 'usual' setup.py to allow building a libxml2-python
1296 module based on the same code. The initialization is however
1297 different the 2 .so files fo libxml2 and libxslt are identical and
1298 they entry point initialize both libraries. this is done to avoid
1299 some possible nasty problem since the Python don't merge the maps
1300 of all shared modules.
1301
Daniel Veillard158a4d22002-02-20 22:17:58 +00001302Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1303
1304 * parser.c: fixed a push/encoding bug reported by Michael
1305 on librsvg
1306
Daniel Veillard7839e162002-02-20 18:54:48 +00001307Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1308
1309 * include/libxml/parserInternals.h: fixes a misplaced #endif
1310
Daniel Veillardd54fa3e2002-02-20 16:48:52 +00001311Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1312
1313 * parser.c valid.c: found and fixed a couple of allocation bugs
1314
Daniel Veillard6dbcaf82002-02-20 14:37:47 +00001315Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
1316
1317 * doc/xml.html doc/python.html doc/*: added a Python and binding
1318 page describing the current state of the Python bindings and
1319 giving pointers to the other languages wrappers.
1320
Daniel Veillard5f4b5992002-02-20 10:22:49 +00001321Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1322
1323 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
1324 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
1325 rebuilt the API and web site
1326 * xpath.c: fixed #71978 portability bugs
1327
Daniel Veillard8aff2472002-02-19 21:50:43 +00001328Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1329
1330 * SAX.c: oops broke automatic defaulting of namespaces attributes.
1331
Daniel Veillard8dc16a62002-02-19 21:08:48 +00001332Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
1333
1334 * include/libxml/parserInternals.h parser.c: had to change
1335 2 internal parsing API when processing document content
1336 to check the start and end of element content are defined
1337 in the same entity
1338 * valid.c include/libxml/valid.h: attribute normalization can
1339 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
1340 with the context to report it.
1341 * SAX.c: fixed the last known bugs, crazy validation constraints
1342 when a document is standalone seems correctly handled. There
1343 is a couple of open issues left which need consideration especially
1344 PE93 on external unparsed entities and standalone status.
1345 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
1346 The 2 tests left failing are actually in error. Cleanup done.
1347
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +00001348Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1349
1350 * valid.c: implemented E59 spaces in CDATA does not match the
1351 nonterminal S
1352
Daniel Veillard878eab02002-02-19 13:46:09 +00001353Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1354
1355 * SAX.c parser.c valid.c: more validation test fixups
1356 * check-xml-test-suite.py: added duration info for the tests
1357
Daniel Veillardd01fd3e2002-02-18 22:27:47 +00001358Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1359
1360 * parser.c valid.c: a couple of errors were reported but not
1361 saved back as such in the parsing context. Down to 1% failure rate
1362 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
1363
Daniel Veillard4a7ae502002-02-18 19:18:17 +00001364Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * xmlInternald.c: isExtender was missing a char
1367 * parser.c include/libxml/parser.h: % are acceptable in the
1368 internal subset if within a PUBLIC ID
1369
Daniel Veillard8ab0f582002-02-18 18:31:38 +00001370Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1371
1372 * SAX.c parserInternals.c valid.c: more work on the conformance
1373 suite. Took the step to finally block documents with encoding
1374 errors. It's a fatal error per the spec, people should have fixed
1375 their documents by now.
1376
Daniel Veillard55253e22002-02-18 14:32:39 +00001377Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1378
1379 * check-xml-test-suite.py: fixed the test script after some discussion
1380 on the semantic of TYPE="error"
1381 * Makefile.am: added the script to the distrib
1382
Daniel Veillard28757702002-02-18 11:19:30 +00001383Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1384
1385 * SAX.c entities.c: fixed a couple of conformances issues deep
1386 into the validation code (standalone and undeclared Notations)
1387
Daniel Veillard82ac6b02002-02-17 23:18:55 +00001388Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1389
1390 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
1391 stayed there for years !
1392
Daniel Veillard7aea52d2002-02-17 23:07:47 +00001393Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1394
1395 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
1396 missing
1397
Daniel Veillardc7612992002-02-17 22:47:37 +00001398Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
1399
1400 * check-xml-test-suite.py: improved the behaviour a bit as
1401 well as the logs
1402 * parser.c valid.c SAX.c: fixed a few more bugs
1403 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
1404
Daniel Veillardbb7ddb32002-02-17 21:26:33 +00001405Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1406
1407 * check-xml-test-suite.py: python script to run regression tests
1408 against the XML Test suite of W3C/OASis
1409 * SAX.c: fixed a validation bug
1410 * parser.c: fixed 3 errors pointed by the test suite
1411 * doc/buildDocBookCatalog: fixed a typo pointed by drake
1412 * python/Makefile.am: fixed a dependendy
1413
Daniel Veillard9f28f302002-02-15 20:48:08 +00001414Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1415
1416 * xmlmemory.c: avoid a warning bug #71594
1417
Daniel Veillard144024e2002-02-13 21:14:46 +00001418Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
1419
1420 * xmlmemory.c: Jesse Perry provided a patch to remove a few
1421 warning on alpha/Tru64
1422
Daniel Veillarde4301c82002-02-13 13:32:35 +00001423Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1424
1425 * include/libxml/entities.h: fixing a comment
1426 * valid.c: fixing some troubles with validity check on namespaces
1427 * result/VC/NS3 test/VC/NS3: added a specific regression test
1428
Daniel Veillarda6d05382002-02-13 13:07:41 +00001429Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1430
1431 * tree.c: Fixing #71342 serializing '\n' in attribute values
1432 * result/noent/att3 result/att3 test/att3: added a specific
1433 test.
1434
Daniel Veillard797a5652002-02-12 13:46:21 +00001435Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1436
1437 * python/libxml.c: couple of bug fixes
1438
Daniel Veillard01a6d412002-02-11 18:42:20 +00001439Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1440
1441 * python/*.py: removed tabs and used spaces.
1442
Daniel Veillard397ff112002-02-11 18:27:20 +00001443Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1444
1445 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
1446 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
1447
Daniel Veillard03517542002-02-11 13:54:40 +00001448Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1449
1450 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
1451 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
1452
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +00001453Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1454
1455 * include/libxml/encoding.h include/libxml/entities.h
1456 include/libxml/globals.h include/libxml/parser.h
1457 include/libxml/threads.h include/libxml/tree.h
1458 include/libxml/xmlmemory.h: trying to fix the include mess
1459
Daniel Veillard1a612ed2002-02-11 07:54:45 +00001460Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
1461
1462 * include/libxml/xmlmemory.h: reverted part of the previous
1463 attempt to provide #69655, this was breaking the build.
1464
Daniel Veillard0ba59232002-02-10 13:20:39 +00001465Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1466
1467 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
1468 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
1469 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
1470 include/libxml/parserInternals.h include/libxml/tree.h
1471 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
1472 Tentatively fixed #69655 , make compiling with -Wredundant-decls
1473 clean.
1474 * python/libxml.c: fixed a warning.
1475
Daniel Veillardc5f05ad2002-02-10 11:57:22 +00001476Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
1477
1478 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
1479 copying of node, merge back IDs in the target document.
1480 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
1481 test/XInclude/ents/ids.xml: test case
1482 * result/VC/ElementValid4: output changed due to a typo fix
1483
Daniel Veillard1c18e302002-02-09 22:16:40 +00001484Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1485
1486 * python/Makefile.am: seems some version of automake didn't
1487 generate the dependancies right as Jacob found out. Add
1488 an extra dependancy rule.
1489
Daniel Veillard5e5c2d02002-02-09 18:03:01 +00001490Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
1491
1492 * parserInternals.c valid.c: Justin Fletcher found some parts
1493 of the code needing cleanup
1494 * libxml.spec.in python/Makefile.am python/generator.py
1495 python/libxml.c python/libxml.py: Fixed the python Makefiles
1496 corrected a bug showing up on ia64, changed the name of the
1497 python internal module too
1498
Daniel Veillard07be19b2002-02-08 14:20:35 +00001499Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1500
1501 * Makefile.am: applied patch from Andris Pavenis for binary
1502 name suffixes
1503
Daniel Veillardf216d462002-02-08 13:44:24 +00001504Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1505
1506 * xmllint.c win32/win32config.h: fixing #68748
1507
Daniel Veillardd455d792002-02-08 13:37:46 +00001508Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1509
1510 * valid.c: fixing #70166
1511
1512Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1513
1514 * valid.c: fixing #70077
1515
Daniel Veillardc575b992002-02-08 13:28:40 +00001516Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1517
1518 * Copyright Makefile.am README configure.in libxml.spec.in:
1519 Changed to the MIT Licence
1520 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
1521 doc/xmlio.html: updated the doc accordingly
1522 * include/libxml/xmlwin32version.h configure.in: preparing
1523 2.4.14 release
1524 * python/generator.py python/libxml.c python/libxml2-python-api.xml
1525 python/libxml2class.txt python/libxml_wrap.h python/types.c:
1526 fixed the const xmlChar * wrapper and generator, XPath extension
1527 functions now use the context as first argument
1528 * python/tests/tstxpath.py python/tests/xpath.py
1529 python/tests/xpathext.py: Updated the tests accordingly
1530 * tree.c: fixed bug #70067
1531
Daniel Veillard7db38712002-02-07 16:39:11 +00001532Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
1533
1534 * Makefile.am: cleanup
1535 * debugXML.c: always use stdout if output is NULL
1536 * xmlIO.c: don't close filedescriptors passed to outputBuffers
1537 * python/Makefile.am python/generator.py python/libxml2class.txt
1538 python/libxml_wrap.h python/types.c: augmented the number of bindings
1539 handling FILE * and XPath contexts
1540 * python/tests/Makefile.am: avoid a stupid problem due to the
1541 use of TEST.
1542
Daniel Veillard15a143b2002-02-06 22:40:50 +00001543Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1544
1545 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
1546
Daniel Veillard70cab352002-02-06 16:06:58 +00001547Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1548
1549 * python/TODO python/libxml.c: cleanup the extension function lookup
1550 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
1551
Daniel Veillard7a96efc2002-02-05 16:34:33 +00001552Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1553
1554 * configure.in python/Makefile.am: do not install outside
1555 of prefix
1556
Daniel Veillard33caa0b2002-02-04 14:07:26 +00001557Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1558
1559 * python/TODO python/libxml.c: started adding SAX interfaces
1560 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
1561 SAX test
1562
Daniel Veillard36eea2d2002-02-04 00:17:01 +00001563Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1564
1565 * tree.c: hardened the addChild function
1566 * python/generator.py python/libxml.c python/libxml2-python-api.xml
1567 python/libxml2class.txt python/libxml_wrap.h python/TODO:
1568 added accessors needed for xmlNode, a bit more testing and
1569 extension of interfaces
1570 * python/tests/Makefile.am python/tests/build.py: added a test
1571 build from scratch/save/load/check
1572
Daniel Veillard4e1b26c2002-02-03 20:13:06 +00001573Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1574
1575 * parserInternals.c: change a small bit in the way valididy
1576 error messages get initialized
1577 * python/TODO python/libxml.c python/libxml2-python-api.xml
1578 python/libxml2class.txt python/libxml_wrap.h python/types.c:
1579 added some memory debugging to track leaks at the libxml2 level
1580 * python/tests/*.py: changed all tests to check for leaks,
1581 there is just one left in XPath extension registrations.
1582
Daniel Veillard26f1dcc2002-02-03 16:53:19 +00001583Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
1584
1585 * python/TODO python/generator.py python/libxml2-python-api.xml
1586 python/libxml2class.txt: more accessor classes for the parser
1587 context, allow to switch on and check validity
1588 * python/tests/Makefile.am python/tests/error.py
1589 python/tests/invalid.xml python/tests/valid.xml
1590 python/tests/validate.py: attded more test and and added error.py
1591 which I forgot to commit in the last step
1592
Daniel Veillard3ce52572002-02-03 15:08:05 +00001593Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1594
1595 * python/Makefile.am python/types.c: cleanup
1596 * python/libxml.c python/libxml.py python/libxml_wrap.h
1597 python/generator.py python/libxml2-python-api.xml
1598 python/libxml2class.txt: added class for parser context, added
1599 first cut for push mode support. Added a framework to generate
1600 accessors functions.
1601 * python/tests/Makefile.am python/tests/push.py: added a push
1602 test
1603
Daniel Veillardcfb05462002-02-02 23:18:22 +00001604Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
1605
1606 * python/Makefile.am python/TODO python/libxml.py: fixed a small
1607 bug a bit of cleanup.
1608
Daniel Veillard5d819032002-02-02 21:49:17 +00001609Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
1610
1611 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
1612 python/libxml2class.txt: adding error redirections and preformat
1613 to a python handler
1614 * python/tests/Makefile.am python/tests/*.py: cleanup made all
1615 tests self checking
1616
Daniel Veillard7fd7a942002-02-02 12:19:46 +00001617Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1618
1619 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
1620 a function
1621
Daniel Veillard9589d452002-02-02 10:28:17 +00001622Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1623
1624 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
1625 python/libxml.c python/libxml2-python-api.xml
1626 python/libxml2class.txt: Progressing through the TODOs, class
1627 description output, extra XML API, RPM now builds the wrappers
1628 for all python installed versions
1629
Daniel Veillard253aa2c2002-02-02 09:17:16 +00001630Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
1631
1632 * configure.in libxml.spec.in python/Makefile.am python/TODO
1633 python/generator.py python/libxml2class.txt: added more informations
1634 in the libxml2-python package including docs. Slightly changed
1635 the class hierarchy
1636 * python/tests/*: added basic regression tests infrastructure too
1637
1638Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
1639
1640 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
1641 added libxml2-python as part of the packages installed
1642
Daniel Veillarda7340c82002-02-01 17:56:45 +00001643Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1644
1645 * python/Makefile.am python/generator.py python/libxml.c
1646 python/libxml.py: more work, now able to extend the
1647 XPath interpreter with functions written in python.
1648
Daniel Veillardc3e39442002-02-01 09:29:41 +00001649Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1650
1651 * python/Makefile.am: Jacob sent a patch to allow building from
1652 tarfile.
1653
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +00001654Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1655
1656 * python/Makefile.am python/libxml.c configure.in Makefile.am:
1657 inserted the python wrappers build, I hope this won't be too
1658 unportable
1659
Daniel Veillard1971ee22002-01-31 20:29:19 +00001660Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1661
1662 * xpath.c: minor optimization
1663 * python/generator.py python/libxml.c python/libxml.py
1664 python/libxml_wrap.h: more work on the python bindings,
1665 they now support XPath and there is no evident leak
1666
Daniel Veillard36ed5292002-01-30 23:49:06 +00001667Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1668
1669 * python/generator.py python/libxml.c python/libxml.py:
1670 more work on the python bindings generator.
1671
Daniel Veillard96fe0952002-01-30 20:52:23 +00001672Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
1673
1674 * python/generator.py python/libxml.c python/libxml_wrap.h:
1675 more work on the python bindings.
1676
Daniel Veillardd2897fd2002-01-30 16:37:32 +00001677Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
1678
1679 * python/generator.py python/libxml.c python/libxml.py
1680 python/libxml_wrap.h: commited early version of a python binding
1681 for private use only ATM
1682
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +00001683Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1684
1685 * entities.c tree.c include/libxml/entities.h: applied patch
1686 from Anthony Jones to implement copy of DTD subtree too. Had
1687 just to keep 2 function private which really ought to become
1688 public ones.
1689
Daniel Veillarda42f25f2002-01-25 14:15:40 +00001690Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1691
1692 * xmllint.c: added pointers to the web pages in the usage()
1693
Daniel Veillardbd227ae2002-01-24 16:05:41 +00001694Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1695
1696 * tree.c: more fixes from Petr Kozelka for attribute handling
1697 in the tree API to align the semantic with DOM.
1698
Daniel Veillard36065812002-01-24 15:02:46 +00001699Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1700
1701 * valid.c tree.c entities.c: another set of patches from
1702 Anthony Jones for copy operations cleanup and robustness
1703
Daniel Veillardf8592562002-01-23 17:58:17 +00001704Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1705
1706 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
1707 an alphabetic index based on comments content
1708 * doc/*: rebuilt the web site with the new references
1709
Daniel Veillardc8c7be42002-01-23 17:53:44 +00001710Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1711
1712 * parserInternals.h: Greg Sjaardema suggested to use an
1713 eponential buffer groth policy in xmlParserAddNodeInfo()
1714
Daniel Veillard3bf65be2002-01-23 12:36:34 +00001715Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
1716
1717 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
1718 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
1719 doc/parsedecl.py doc/Makefile.am: updated the python extractor
1720 to generate cross-references, and added/updated the stylesheets
1721 to generate and link API indexes. The generic keyword index
1722 is not done yet.
1723 * doc/*.html: regenerated all the usual docs too
1724
Daniel Veillard2070c482002-01-22 22:12:19 +00001725Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
1726
1727 * debugXML.c: added an xpath function to the shell for T. V. Raman
1728
1729Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +00001730
1731 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
1732 debug routines.
1733
Daniel Veillardc169f8b2002-01-22 21:40:13 +00001734Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
1735
1736 * tree.c: apply an patch from Petr Kozelka for unlink and replace
1737 support of attribute nodes
1738
Daniel Veillard9d06d302002-01-22 18:15:52 +00001739Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1740
1741 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
1742 hopefully near complete and fully documented of the API in XML
1743 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
1744 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
1745 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
1746 include/libxml/parserInternals.h include/libxml/valid.hi
1747 include/libxml/xmlIO.h include/libxml/xmlerror.hi
1748 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
1749 include/libxml/xpath.h include/libxml/xpathInternals.h:
1750 Cleaned up the doc comments a lot in the process, the interface
1751 coverage is now 100%
1752
Daniel Veillard2d1464f2002-01-21 23:16:56 +00001753Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
1754
1755 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
1756 extracts comments from the gtk-doc DocBook output (a bit
1757 convoluted but seems to work).
1758
Daniel Veillard61006472002-01-21 17:31:47 +00001759Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1760
1761 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
1762 added an XML description of the API, moved the script generating
1763 it here. Added a "make api" target
1764
Daniel Veillardd2f23002002-01-21 13:36:00 +00001765Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1766
1767 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
1768
Daniel Veillard99e55eb2002-01-21 08:56:29 +00001769Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
1770
1771 * xpath.c include/libxml/xpathInternals.h: the change made to
1772 xmlXPathFuncLookupFunc was incompatible roll it back
1773
Daniel Veillard963d2ae2002-01-20 22:08:18 +00001774Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1775
1776 * SAX.c: cleanup patch from Anthony Jones
1777 * doc/Makefile.am: fix the headers to avoid in make scan
1778 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
1779 includes, * vs Ptr and general cleanup
1780 * parsedecl.py: first version of a script to extract the
1781 module interfaces, the goal will be to provide .decl or XML
1782 specification of the interfaces to build wrappers.
1783
Daniel Veillard0f5f1622002-01-20 12:42:06 +00001784Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1785
1786 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
1787 now provides return codes in case of errors
1788
Bjorn Reese026d29f2002-01-19 15:40:18 +00001789Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
1790
1791 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
1792 Upgraded to trio baseline 1.6
1793 * strio.h strio.c: Replaced by triostr.h and triostr.c
1794
Daniel Veillard572577e2002-01-18 16:23:55 +00001795Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1796
1797 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
1798 of strdup usage in the code
1799
Daniel Veillarddb5850a2002-01-18 11:49:26 +00001800Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1801
1802 * parser.c error.c: Keith Isdale complained rightly that
1803 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
1804
Daniel Veillardcfa0d812002-01-17 08:46:58 +00001805Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1806
1807 * tree.c: fixed the funxtion to set the xml: attributes
1808 * debugXML.c: added "setbase" to test it.
1809
Daniel Veillard2c748c62002-01-16 15:37:50 +00001810Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1811
1812 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
1813 to allow updating an attribute content
1814
Daniel Veillard8de85c62002-01-15 17:10:15 +00001815Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
1816
1817 * libxml.h: try to avoid problems when compiling on Windows
1818
Daniel Veillard314cfa02002-01-14 17:58:01 +00001819Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1820
1821 * hash.c: patch from Anthony Jones for hash.c allocation size
1822 * Makefile.am: trying to work around Yet Another Libtool Madness
1823 and build the 2.4.13 release finally ...
1824
Daniel Veillard744683d2002-01-14 17:30:20 +00001825Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1826
1827 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
1828 * doc/* : update of the documentation
1829
Daniel Veillarde6a55192002-01-14 17:11:53 +00001830Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1831
1832 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
1833 at fixing #61290 :-(
1834
Daniel Veillardfb25a512002-01-13 20:32:08 +00001835Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1836
1837 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
1838 Fixes bug #67229
1839
Daniel Veillardacb2bda2002-01-13 16:15:43 +00001840Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1841
1842 * tree.c: trying to avoid troubles when a subtree is copied
1843 and coalesced in part with the target tree. Should fix
1844 bug #67407
1845
Daniel Veillardd8224e02002-01-13 15:43:22 +00001846Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1847
1848 * valid.c: fixed validation of attributes content of type
1849 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
1850 values, very old bug. Fixes #67671
1851
Daniel Veillard8107a222002-01-13 14:10:10 +00001852Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1853
1854 * parser.c include/libxml/parserInternals.h tree.c: integrated
1855 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
1856 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
1857
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +00001858Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
1859
1860 * threads.c: applied Serguei Narojnyi's patch to add native
1861 thread support on the Win32 platform
1862 * testThreadsWin32.c Makefile.am: added the test program also
1863 from Serguei, Win32 specific
1864 * include/win32config.h include/libxml/xmlwin32version.h.in:
1865 added patch from Igor for the Windows thread specific defines.
1866
Daniel Veillard845cce42002-01-09 11:51:37 +00001867Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1868
1869 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
1870
Daniel Veillard7b602b42002-01-08 13:26:00 +00001871Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1872
1873 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
1874 output page into XMLinfo.html. Close bug #66951 and
1875 raised by Robert Collins too.
1876
Daniel Veillard73c6e532002-01-08 13:15:33 +00001877Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1878
1879 * encoding.c: Paul Keogh pointed out a possibility of segfault
1880 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
1881 Closes bug # 68238
1882
Daniel Veillard4a859202002-01-08 11:49:22 +00001883Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1884
1885 * doc/*.html: updated the Gdome2 links
1886
Daniel Veillard3c5ed912002-01-08 10:36:16 +00001887Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1888
1889 * libxml.h: Applied following patches from Robert Collins
1890 and make sure IN_LIBXML is defined when compiling it
1891 -------
1892 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
1893 as well as Visual C.
1894 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
1895 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
1896 * strio.c (PLATFORM_UNIX): Define for Cygwin.
1897 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
1898 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
1899 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
1900 xmlSysIDExists xmlNoNetExists).
1901 * xmllint.c: Don't include winsock2.h for Cygwin.
1902
Daniel Veillard401c2112002-01-07 16:54:10 +00001903Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1904
1905 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
1906 when the version info is not present.
1907
Daniel Veillard6f42c132002-01-06 23:05:13 +00001908Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
1909
1910 * tree.c: Anthony Jones pointed out a problem in
1911 xmlStringGetNodeList() and provided a fix for it
1912
Daniel Veillardaa39a0f2002-01-06 12:47:22 +00001913Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1914
Daniel Veillarddb5850a2002-01-18 11:49:26 +00001915 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +00001916 xmlCreatePushParserCtxt() when the initial buffer passed
1917 is large.
1918
Daniel Veillard0e47ee22002-01-05 18:25:52 +00001919Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
1920
1921 * win32/*: big cleanup of the Windows/MSVC project files
1922 from Igor Zlatkovic
1923
Daniel Veillardcebb1362002-01-02 13:13:30 +00001924Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
1925
1926 * doc/Makefile.am: should fix #67674 and avoid troubles if
1927 xsltproc is not available or fails in the prefix provided
1928
Daniel Veillard26908ab2002-01-01 16:50:03 +00001929Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1930
1931 * xmlmemory.c: one more doc patch from Charlie Bozeman.
1932
Daniel Veillard5344c602001-12-31 16:37:34 +00001933Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
1934
1935 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
1936 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
1937 Fixed a few other problems raised by Charlie Bozeman.
1938 * result/VC/ElementValid[5-7]: fixed the output
1939
Daniel Veillardcbaf3992001-12-31 16:16:02 +00001940Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
1941
1942 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
1943 patches from Charlie Bozeman. Regenerated the HTML docs.
1944
Daniel Veillard7f9a6802001-12-20 14:01:47 +00001945Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
1946
1947 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
1948 for Windows from Igor
1949
Daniel Veillard1df3dfc2001-12-18 11:14:16 +00001950Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
1951
1952 * xmllint.c: applied Justin Fletcher patch for --output or -o
1953
Daniel Veillardd3b29d22001-12-18 07:53:16 +00001954Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
1955
1956 * win32/libxml2/libxml2.def.src: close #67019
1957
Daniel Veillard01db67c2001-12-18 07:09:59 +00001958Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
1959
1960 * xmllint.c: applied Justin Fletcher generic timing patch
1961 similar to the one already applied to xsltproc.
1962
Daniel Veillardd1640922001-12-17 15:30:10 +00001963Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
1964
1965 * include/libxml/tree.h tree.c: applied documentation patches
1966 from Charlie Bozeman
1967
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +00001968Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
1969
1970 *doc/xmllint.xml, xmllint.1 - document --dropdtd
1971
Daniel Veillard29e43992001-12-13 22:21:58 +00001972Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
1973
1974 * valid.c: fix the xmlStrdup() used in the previous patch.
1975 * valid.c: added --dropdtd
1976 * tree.c: fixed xmlUnlinkNode so it also removes the references
1977 from the document if the node is a DTD
1978
Daniel Veillard86fd5a72001-12-13 14:55:21 +00001979Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
1980
1981 * HTMLtree.c valid.c: cleanup some static declarations
1982
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +00001983Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
1984
1985 * xmllint.c: removed another strdup()
1986 * doc/FAQ: removed the HP/UX entry
1987
Daniel Veillarded472f32001-12-13 08:48:14 +00001988Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
1989
1990 * valid.c: fix bug #66816 when validating.
1991 * xmllint.c: don't use sys/time.h if configure did not found it
1992
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +00001993Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
1994
1995 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
1996 xmlcatalog_man.xml
1997
Daniel Veillard2d8a93b2001-12-10 21:07:19 +00001998Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
1999
2000 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
2001 xmlInitMemory() was declared twice
2002
Daniel Veillardb82c1662001-12-09 14:00:54 +00002003Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
2004
2005 * globals.c: do not reference strdup() !
2006 * configure.in libxml-2.0.pc.in: trying to fix the libs
2007 of the various config extraction modules
2008
Daniel Veillardef90ba72001-12-07 14:24:22 +00002009Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
2010
2011 * configure.in : preparing 2.4.12
2012 * doc/* : updated and rebuilt the docs
2013
Daniel Veillard220346d2001-12-07 11:33:54 +00002014Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
2015
2016 * uri.c: closed bug #66159
2017 * testURI.c: added --escape option
2018 * configure.in: some cleanup for xml2-config --cflags
2019
Daniel Veillard2a906822001-12-06 14:34:08 +00002020Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
2021
2022 * globals.c testThreads.c: removed some misplaced includes
2023 of xmlversion.h
2024
Daniel Veillarde28313b2001-12-06 14:08:31 +00002025Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
2026
2027 * threads.c: patch from Gary Pennington fixing a possible
2028 problem at initialization time.
2029
Daniel Veillardd3b08822001-12-05 12:03:33 +00002030Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
2031
2032 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +00002033 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +00002034 CodeWarrior.
2035
Daniel Veillarda7866932001-12-04 13:14:44 +00002036Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
2037
2038 * xmllint.c: applied Geert Kloosterman's patch to fix
2039 --repeat --timing output
2040
Daniel Veillard19840942001-11-29 16:11:38 +00002041Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
2042
2043 * parser.c: Robin Berjon <robin@knowscape.com> found a case
2044 where non-wellformed XML declaractions were not detected.
2045
Daniel Veillarde85d9342001-11-28 14:43:12 +00002046Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
2047
2048 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
2049
Daniel Veillard22f25a82001-11-28 09:12:23 +00002050Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
2051
2052 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
2053 gets reset by xmlCleanupInputCallbacks() and this makes the
2054 function useless. Same for output.
2055
Daniel Veillard107ccaa2001-11-27 16:23:50 +00002056Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
2057
2058 * xmlIO.c: robert pointed out a loop error in callback cleanups
2059
Daniel Veillard8faa7832001-11-26 15:58:08 +00002060Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
2061
2062 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
2063 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
2064 they are not really tied to debugging
2065
Daniel Veillardbd9b0e82001-11-26 10:32:08 +00002066Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
2067
2068 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
2069 * xmllint.c: better --catalogs description
2070
Daniel Veillard4855c8c2001-11-25 10:35:25 +00002071Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
2072
2073 * tree.c: fixed a couple of problems in xmlSetProp()
2074
Daniel Veillardcd337f02001-11-22 18:20:37 +00002075Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
2076
2077 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
2078 unappropriate stdout output.
2079
Daniel Veillard566d4df2001-11-22 13:00:53 +00002080Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
2081
2082 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
2083 by Denis Beurive, closes #65111
2084
Daniel Veillardb4545fd2001-11-20 09:37:09 +00002085Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
2086
2087 * valid.c: in case of content model validity error, don't
2088 print it if validity warnings were not requested.
2089
Daniel Veillardc69e0b12001-11-20 08:35:07 +00002090Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
2091
2092 * nanoftp.c: applied a couple of patches from Brian D Ripley.
2093 * parserInternals.c: removed the last exit() call. Print an
2094 unmaskable error on stderr instead (library mismatch detection)
2095
MST 2001 John Fleck42304042001-11-18 00:18:06 +00002096Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
2097
2098 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
2099 shell instructions from Heiko Rupp
2100
Daniel Veillardf7b094f2001-11-15 13:54:39 +00002101Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
2102
2103 * catalog.c: use the URL notation file:// for default catalog paths
2104
Daniel Veillard0ec98632001-11-14 15:04:32 +00002105Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
2106
2107 * include/libxml/tree.h: better comments for _private fields
2108 * tree.c: removed a problem when copying an entity reference.
2109
Daniel Veillardd33cfbf2001-11-13 15:24:36 +00002110Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
2111
2112 * vms/*: updated instructions and diffs from John A Fotheringham
2113
Daniel Veillarda11001b2001-11-12 22:45:36 +00002114Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
2115
2116 * include/libxml/xmlerror.h: avoid an include problem if
2117 #include <libxml/xmlerror.h> happens first in code
2118 seems to be the case in KDE libs
2119
Daniel Veillard8e3943c2001-11-12 21:35:44 +00002120Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
2121
2122 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
2123 from Igor for Windows
2124
2125Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
2126
2127 * Makefile.am: Gary Pennington pointed out a missing prefix
2128
Daniel Veillard43d3f612001-11-10 11:57:23 +00002129Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
2130
2131 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
2132 * doc/*: upgraded and rebuilt the docs
2133
Daniel Veillardc1f78342001-11-10 11:43:05 +00002134Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
2135
2136 * HTMLparser.c: fix comment in scripts element parsing.
2137 * result/HTML/doc3*: updated the results.
2138
2139Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
2140
2141 * uri.c: another URI bug fix #63336, using Joel Young patch.
2142
Daniel Veillardc6e013a2001-11-10 10:08:57 +00002143Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
2144
2145 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
2146 a cleaned up version of the Pwd shell string generation.
2147
Daniel Veillardbe480fb2001-11-08 23:36:42 +00002148Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
2149
2150 * valid.c include/libxml/tree.h: trying to fix namespaces +
2151 validation problems for good, closing #63619 in the process
2152 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
2153 wrong in this respect, fixed it.
2154
Daniel Veillardd536f702001-11-08 17:32:47 +00002155Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
2156
2157 * xmllint.c: Morus Walter patch to allow --format and --encode
2158
Daniel Veillard5004f422001-11-08 13:53:05 +00002159Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
2160
2161 * debugXML.c: Stefan Kost provided an help command for the shell
2162
Daniel Veillarda6825e82001-11-07 13:33:59 +00002163Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
2164
2165 * debugXML.c: Heiko Rupp pointed that the shell would crash
2166 on empty nodesets returns.
2167
Daniel Veillard03f848d2001-11-07 12:53:46 +00002168Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
2169
2170 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
2171 migh need the history libraries
2172
Daniel Veillard957fdcf2001-11-06 22:50:19 +00002173Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
2174
2175 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
2176 handle the case of < in quoted attributes, Bastian Kleineidam
2177
Daniel Veillardc853b322001-11-06 15:24:37 +00002178Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
2179
2180 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
2181 fixing catalog breakages
2182 * Makefile.am catalog.c result/catalogs/catal
2183 result/catalogs/mycatalog.* test/catalogs/catal*:
2184 fixed more problems in catalog support, added more regression tests
2185 for both XML and SGML catalog handling
2186
Daniel Veillard66870c72001-11-05 19:27:49 +00002187Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
2188
2189 * debugXML.c: applied an improvement to xmlGetLineNo() from
2190 Keith Isdale
2191
Daniel Veillardffe09c92001-11-05 14:21:47 +00002192Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
2193
2194 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
2195 Side effect of the progressive catalog loading
2196
Daniel Veillardad661b92001-11-05 11:43:15 +00002197Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
2198
2199 * Makefile.am: confexecdir and confexec_DATA were defined twice
2200 pointed out by Karl Eichwalder
2201
Daniel Veillard6eb17722001-11-04 22:19:27 +00002202Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
2203
2204 * xmlcatalog.c: avoid unlink() and use remove() instead.
2205
Daniel Veillardea898282001-11-04 22:13:45 +00002206Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
2207
2208 * libxml.spec.in: cleanup
2209 * include/libxml/xmlwin32version.h: updated with 2.4.8
2210
Daniel Veillarda4617b82001-11-04 20:19:12 +00002211Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
2212
2213 * encoding.c global.data globals.c testThreads.c: fix bug #63752
2214 of compiling libxml with a non standard set of options
2215
John Fleck027edfb2001-11-04 20:13:58 +00002216Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
2217
2218 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
2219 document --sgml option, fixing gnome bugzilla #63382
2220
Daniel Veillardcd21dc72001-11-04 20:03:38 +00002221Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
2222
2223 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
2224 breakage of 2.4.7, added a couple of really needed APIs
2225 like xmlCatalogIsEmpty() and xmlNewCatalog()
2226 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
2227 for install-catalog
2228 * configure.in: preparing 2.4.8
2229
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +00002230Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
2231
2232 * HTMLtree.c tree.c include/libxml/HTMLtree.h
2233 include/libxml/tree.h include/libxml/xmlIO.h: more include
2234 cleanups, export cleanly one html output + format function.
2235
2236Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
2237
2238 * parser.c: removed initGenericErrorDefaultFunc call from
2239 xmlInitParser() since it could destroy previous calls to
2240 xsltSetGenericErrorFunc() effects
2241
Daniel Veillardebd38c52001-11-01 08:38:12 +00002242Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
2243
2244 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
2245 keyword.
2246
Daniel Veillard8bdb91d2001-10-31 17:52:43 +00002247Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
2248
2249 * Makefile.am: cleanup
2250 * threads.c: cleanup too
2251 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
2252 from xsltproc
2253 * include/libxml/tree.h include/libxml/parser.h: trying to break a
2254 dependancy loop.
2255
Daniel Veillard91c00402001-10-30 17:41:38 +00002256Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
2257
2258 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
2259 was not used anymore !
2260
Daniel Veillard52dcab32001-10-30 12:51:17 +00002261Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
2262
2263 * configure.in: preparing 2.4.7
2264 * Makefile.am doc/Makefile.am: switched to the latest xmllint
2265 manual page from John
2266 * doc/*: updated the doc and rebuilt the generated pages
2267
Daniel Veillarda9e65e82001-10-30 10:32:36 +00002268Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
2269
2270 * xmlIO.c: closing bug #62711, the library should never
2271 close stdin or stdout.
2272
Daniel Veillard4def3bd2001-10-30 09:47:47 +00002273Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
2274
2275 * uri.c: second pass at fixing #63336, using Joel Young
2276 final patch. looks okay.
2277
Daniel Veillardbb6808e2001-10-29 23:59:27 +00002278Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
2279
2280 * uri.c include/libxml/uri.h: trying to clear #63336
2281 allowing the escaping routine to parse unconformant
2282 URI-References.
2283
Daniel Veillardacf7ff02001-10-29 20:21:47 +00002284Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
2285
2286 * vms/readme.vms vms/build_libxml.com nanoftp.c
2287 include/libxml/xmlversion.h.in: a few VMS updates from
2288 John A Fotheringham
2289 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
2290 and xmlCleanupOutputCallbacks() for the Perl binding people.
2291
Daniel Veillard635ef722001-10-29 11:48:19 +00002292Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
2293
2294 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
2295 apply fixes to close #63271 and avoid segfaults when
2296 the error routine gets callbed before xmlInitParser()
2297 get called.
2298 * nanoftp.c error.c: Applied patches from Justin Fletcher
2299 correcting some xmlGenericError misuses.
2300
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +00002301Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
2302
2303 *doc/xmllint.xml, doc/xmllint.1
2304 New and improved man page for xmllint - .xml is the original, .1
2305 is the generated man page
2306
Daniel Veillardc9484202001-10-24 12:35:52 +00002307Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
2308
2309 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
2310 the web site from the main HTML document.
2311
Daniel Veillard5151c062001-10-23 13:10:19 +00002312Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
2313
2314 * parser.c: fixed an erroneous validation bug when PE refs
2315 occurs in external parsed entities referenced from the
2316 internals subset
2317 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
2318 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
2319 added the associated testcase, it's a nice one.
2320 * HTMLparser.c: generate the DTD node as HTML still ...
2321 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
2322
Daniel Veillardb6b0fd82001-10-22 12:31:11 +00002323Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
2324
2325 * HTMLparser.c: fixed a bug in htmlNewDoc()
2326
Daniel Veillard89cad532001-10-22 09:46:13 +00002327Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
2328
2329 * test/threads/*: added entities testing to the Thread test
2330 * testThreads.c: make the test reasonable
2331 * DOCBparser.c: fix the DTD public and system ID
2332 * xmllint.c: added --sgml for SGML DocBook importing
2333 * Makefile.am: added Docbtests target
2334
Daniel Veillard9ae1eba2001-10-19 09:48:35 +00002335Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
2336
2337 * nanoftp.c: use only "anonymous@" string for anonymous passwds
2338 * testThreads.c: removed bogus include
2339
Daniel Veillardce2c2f02001-10-18 14:57:24 +00002340Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
2341
2342 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
2343 fixed a very serious (looping) validation bug
2344
Daniel Veillard3c01b1d2001-10-17 15:58:35 +00002345Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
2346
2347 * include/libxml/globals.h include/libxml/threads.h threads.c
2348 testThreads.c: far more testing, cleaning up bugs
2349 * *.c : make sure globals.h is always included.
2350
Daniel Veillard7cc95c02001-10-17 15:45:12 +00002351Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
2352
2353 * HTMLparser.c: try to get rid of parser loops for good.
2354
Daniel Veillardab7488e2001-10-17 11:30:37 +00002355Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
2356
2357 * configure.in: fixed some bugs in CFLAGS passing.
2358 * test/threads Makefile.am testThreads.c: added a specific
2359 threaded test case (really nasty, guaranteed).
2360
Daniel Veillard85c11fa2001-10-16 21:03:08 +00002361Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
2362
2363 * catalog.c: serious cleanup on the management of the
2364 XML catalog tree, more tests done, especially with
2365 the catalog PI.
2366
Daniel Veillard364789a2001-10-16 12:45:00 +00002367Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
2368
2369 * catalog.c: avoid a problem in catalog cleanup on SMP if
2370 catalogs were not initialized.
2371
Daniel Veillard81463942001-10-16 12:34:39 +00002372Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
2373
2374 * catalog.c xpath.c: trying to cleanup the not thread safe
2375 parts of the library.
2376
Daniel Veillard64a411c2001-10-15 12:32:07 +00002377Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
2378
2379 * include/libxml/globals.h configure.in global.data: make
2380 the allocation be per-thread a configure option
2381 * encoding.c include/libxml/parser.h: fixed compilation
2382 errors
2383
Daniel Veillard5ee57fc2001-10-15 10:46:16 +00002384Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
2385
2386 * include/libxml/parser.h: Norm reported that a few lines
2387 added were breaking libxslt compile, removed them for now
2388
Daniel Veillard6f350292001-10-14 09:56:15 +00002389Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
2390
2391 * parser.c parserInternals.c threads.c: debugged and fixed
2392 initialization problems which were giving troubles on SMP
2393 boxes.
2394
Daniel Veillard6661ffa2001-10-13 14:18:17 +00002395Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
2396
2397 * include/libxml/Makefile.am: missing globals.h
2398
Daniel Veillarde7090612001-10-13 12:18:28 +00002399Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +00002400
Daniel Veillarde7090612001-10-13 12:18:28 +00002401 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +00002402
Daniel Veillardd0463562001-10-13 09:15:48 +00002403Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
2404
2405 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
2406 include/libxml/parserInternals.h include/libxml/tree.h
2407 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
2408 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
2409 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
2410 Applied the last patches from Gary, cleanup, activated threading
2411 all user accessible global variables are now handled in globals.[ch]
2412 Still a bit rought but make tests passes with either
2413 --with-threads defined at configure time or not.
2414 * Makefile.am example/Makefile.am: added globals.[ch] and threads
2415 linking options
2416
Daniel Veillardb8478642001-10-12 17:29:10 +00002417Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
2418
2419 * Makefile.am include/libxml/Makefile.am
2420 include/libxml/globals.h globals.c include/libxml/threads.h
2421 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
2422 configure.in: started integrating the core of the thread support
2423 not activated yet but half integrated. The code should still
2424 compile and work anyway.
2425
Daniel Veillardb44025c2001-10-11 22:55:55 +00002426Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
2427
2428 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
2429 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
2430 integrating the non-controversial parts of Gary Pennington
2431 multithread patches
2432 * catalog.c: corrected a small bug introduced
2433
Daniel Veillard75b96822001-10-11 18:59:45 +00002434Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
2435
2436 * catalog.c include/libxml/catalog.h: very serious cleanup,
2437 isolating unportable code and as much as possible the accesses
2438 to the global shared catalog. May need more testing !
2439
Daniel Veillard78d12092001-10-11 09:12:24 +00002440Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
2441
2442 * include/libxml/debugXML.h debugXML.c tree.c: integrating
2443 Keith Isdale patches for the XSLT debugger interfaces. Some
2444 cleanup
2445
Daniel Veillardff0b7312001-10-11 06:46:09 +00002446Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
2447
2448 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
2449 * DOCBparser.c: generate line nubers in elements
2450
Daniel Veillard60087f32001-10-10 09:45:09 +00002451Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
2452
2453 * configure.in: preparing 2.4.6 release
2454 * doc/xml.html doc/html/*: updated and rebuilt the docs
2455 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
2456
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +00002457Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
2458
2459 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
2460 adding documentation for DV's supercatalog support
2461
Daniel Veillard82d75332001-10-08 15:01:59 +00002462Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
2463
2464 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
2465 super catalog support adding one API and one flag --sgml to
2466 xmlcatalog
2467
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +00002468Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
2469
2470 * doc/xmlcatalog_man.xml, xmlcatalog.1
2471 One more crack at
2472 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
2473
2474
Thomas Broyer47334c02001-10-07 16:41:52 +00002475Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2476
2477 * xpath.c: implemented xmlXPathObjectCopy for external objects
2478 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
2479
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +00002480Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
2481
2482 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
2483 finishing up fix to
2484 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
2485 the xmlcatalog man page display more elegantly
2486
Daniel Veillard3fbe8e32001-10-06 13:30:33 +00002487Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
2488
2489 * configure.in: closing bug #61832
2490 * HTMLparser.c: removed a warning
2491
Daniel Veillard6ab38382001-10-06 13:08:27 +00002492Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
2493
2494 * xpath.c: fixing #61673 part I, do not loose doc information
2495 when copying result value trees.
2496
Daniel Veillard556c6682001-10-06 09:59:51 +00002497Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
2498
2499 * xpath.c: trying to harden the XPath interpreter
2500
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +00002501Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
2502
2503 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
2504 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
2505
William M. Brack1633d182001-10-05 15:41:19 +00002506Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
2507
2508 * HTMLparser: repaired another loop problem
2509
Daniel Veillard20ee8c02001-10-05 09:18:14 +00002510Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
2511
2512 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
2513 parsing.
2514 * xpath.c: fix bug #61291 the default XML namespace node is
2515 missing from the namespace axis.
2516 * tree.c: refuse to create namespaces nodes with prefix "xml"
2517
Daniel Veillard651f9472001-10-04 14:51:06 +00002518Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
2519
2520 * SAX.c: ouch a non-defined namespace could lead to a crash,
2521 fixed #61215
2522
Daniel Veillard7dd05702001-10-04 14:25:12 +00002523Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
2524
2525 * parserInternals.c: closed bug #61054
2526
Daniel Veillard5e6d10a2001-10-03 13:21:13 +00002527Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
2528
2529 * include/libxml/Makefile.am: closing #60708
2530
Daniel Veillarda293c322001-10-02 13:54:14 +00002531Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
2532
2533 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
2534 adding xmlSAXParseFileWithData following Marco Stipek suggestion
2535
Daniel Veillardf4309d72001-10-02 09:28:58 +00002536Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
2537
2538 * valid.c: close bug #61550 when xml: wasn't considered a namespace
2539
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +00002540Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
2541
2542 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
2543 * DOCBparser.c HTMLparser.c parser.c: fixed typos
2544
Daniel Veillard16756b62001-10-01 07:36:25 +00002545Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
2546
2547 * catalog.c: Justin Fletcher provided cleaup code in case
2548 HAVE_STAT is not defined
2549 * include/win32config.h: Igor Zlatkovic suggested to have
2550 HAVE_STAT defined there
2551
William M. Brack5e1cac12001-09-28 16:19:18 +00002552Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
2553
2554 * catalog.c - fixed typing error reported by M. Barros
2555
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +00002556Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
2557
2558 * xmllint.c - fixing typo
2559
William M. Brackd28e48a2001-09-23 01:55:08 +00002560Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
2561
2562 * HTMLparser.c: small enhancement to prevent loop on
2563 unrecognizable data
2564
Daniel Veillardb1d62872001-09-21 09:47:08 +00002565Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
2566
2567 * parserInternals.c: applying patch from bug #60757 this
2568 should close it
2569
Daniel Veillardc0631a62001-09-20 13:56:06 +00002570Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
2571
2572 * catalog.c xmlcatalog.c: removed a couple of warning
2573 * xpath.c: try to solve the linking problem on platforms
2574 needing trio to compile
2575
Daniel Veillard1a123612001-09-19 08:06:23 +00002576Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +00002577
Daniel Veillard1a123612001-09-19 08:06:23 +00002578 * Makefile.am libxml.spec.in: backing up non-documented changes
2579 commited without review or aproval by Jens Finke <jens@gnome.org>
2580 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +00002581
Daniel Veillardf5b44e42001-09-17 17:19:54 +00002582Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
2583
2584 * configure.in: Joe Orton provided a patch fixing a problem
2585 when iconv is specified to be in a non-standard directory
2586 but wasn't exported in xml2-config --cflags
2587
Daniel Veillard2fc2db72001-09-14 17:33:51 +00002588Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
2589
Daniel Veillardf5b44e42001-09-17 17:19:54 +00002590 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +00002591 troubles with 2.4.4 errors.
2592
Daniel Veillard16698282001-09-14 10:29:27 +00002593Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
2594
2595 * encoding.c entities.c: do not output hexadecimal charrefs
2596 when serializing HTML since some version of Netscape can't
2597 grok it, generate decimal ones.
2598 * result/HTML/doc3.htm: output changed due to previous test
2599 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
2600
Daniel Veillard98fed372001-09-13 11:34:58 +00002601Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
2602
2603 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
2604 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
2605
Daniel Veillard07cdb2a2001-09-12 20:19:58 +00002606Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +00002607 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +00002608
2609 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
2610 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
2611 updated the configuration scripts systems accordingly
2612
Daniel Veillard04382ae2001-09-12 18:51:30 +00002613Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
2614
2615 * configure.in: preparing for 2.4.4
2616 * doc/xml.html doc/html/*: updated and rebuilt the docs
2617
Daniel Veillardd63437e2001-09-12 15:00:27 +00002618Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
2619
2620 * win32/dsp/libxml2.def.src: tried to incorporate comments
2621 from bug #59220
2622
Daniel Veillard319a7422001-09-11 09:27:09 +00002623Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
2624
2625 * parser.c result/noent/wml.xml: fixed bug #59981 related
2626 to handling of '&' in attributes when entities are substitued
2627
Daniel Veillard7cf5e442001-09-10 20:16:32 +00002628Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
2629
2630 * libxml.h include/libxml/xmlversion.h.in
2631 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
2632 Tried to close bug #60131
2633
Daniel Veillardbce62332001-09-10 18:46:55 +00002634Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
2635
2636 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
2637
Daniel Veillard143b04f2001-09-10 18:14:14 +00002638Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
2639
2640 * SAX.c: fixing bug #59946 on xmlns=""
2641
Daniel Veillard7a51d6d2001-09-10 14:40:43 +00002642Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
2643
2644 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
2645 but allocates a new error code.
2646
Daniel Veillard05c13a22001-09-09 08:38:09 +00002647Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
2648
2649 * xmllint.c: John Fleck fixed typos in the options output
2650 * parser.c SAX.c: fix ignorable white space SAX selection
2651
2652Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
2653
2654 * entities.c: Steve Underwood found the possibility of an
2655 ininite loop in case of error.
2656
Daniel Veillard5eb9dea2001-09-07 09:38:02 +00002657Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
2658
2659 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
2660
Daniel Veillarda050d232001-09-05 15:51:05 +00002661Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
2662
2663 * parser.c: warn if version is not 1.0 but it's not
2664 strictly speaking an error after analyzing the spec
2665
MDT 2001 John Fleck04685002001-09-03 16:11:47 +00002666Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
2667
2668 *doc/catalog.html - add link to the html version of the
2669 man page, other linguistic cleanups
2670
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +00002671Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
2672
2673 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
2674 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
2675 file, has not yet been included in the build.
2676
Daniel Veillard99784ff2001-09-01 16:20:28 +00002677Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
2678
2679 * catalog.c: removed a duplicate affectation Justin Fletcher
2680
Daniel Veillard9e1c72d2001-08-31 20:03:19 +00002681Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
2682
2683 * tree.c: Armin Sander pointed a possible text coalescing
2684 problem, completed his patch.
2685
Bjorn Reese0b2ae432001-08-31 16:31:57 +00002686Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
2687
2688 * trionan.c: Fixed const and volatile re-definition problem
2689
Daniel Veillard5d96fff2001-08-31 14:55:30 +00002690Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
2691
2692 * libxml.4 parser.c: doc updates from Heiko Rupp
2693 * parserInternals.c: 2 sanity checks from Heiko Rupp
2694
Daniel Veillard3ec4c612001-08-28 20:39:49 +00002695Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
2696
2697 * tree.c: applied patch from Armin Sander to make some pointers
2698 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +00002699 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +00002700
Daniel Veillardb06c6142001-08-27 14:26:30 +00002701Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
2702
2703 * xpath.c: hum, restrict the integer usage gcc bug workaround
2704 to only gcc compilers so that other architecture don't get
2705 penalized by this limitation.
2706 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
2707
Daniel Veillard268fd1b2001-08-26 18:46:36 +00002708Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
2709
2710 * valid.c: fixed a Windows compiler warning (Chris Poblete)
2711 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
2712
Daniel Veillard6c5f9d12001-08-25 13:33:14 +00002713Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
2714
2715 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
2716 --convert option to xmlcatalog to convert SGML ones to
2717 the XML syntax.
2718 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
2719
2720 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +00002721Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
2722
2723 * catalog.c xmlIO.c: started some serious testing and fixed
2724 a few bug and optmization needs.
2725
Daniel Veillard9f7b84b2001-08-23 15:31:19 +00002726Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
2727
2728 * Makefile.am configure.in include/libxml/xmlwin32version.h:
2729 preparing for a 2.4.3 release even if it may not be ready yet
2730 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
2731 all file parsing lookup to go through the entity resolver, add
2732 to add an API to bypass it (needed to load catalogs themselves),
2733 some cleanup on the catalog code too.
2734 * nanoftp.c: small cleanup
2735 * doc/catalog.html: small update
2736
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +00002737Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
2738
2739 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
2740 Jun Kuriyama
2741
Daniel Veillardffb120d2001-08-23 00:52:23 +00002742Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
2743
2744 * doc/catalog.html: finished the catalog documentation
2745
Daniel Veillarde7ead2d2001-08-22 23:44:09 +00002746Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
2747
2748 * doc/catalog.html doc/xml.html: added documentation about
2749 Catalog support, misses an API description
2750 * doc/html/*: reextracted the API pages
2751
Daniel Veillarddc2cee22001-08-22 16:30:37 +00002752Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
2753
2754 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
2755 Added the part about section 7.2 on URI resolution,
2756 fixed a side effect in the HTML parser, look complete
2757 and ready to rock except the URI/SystemID part!
2758
Daniel Veillard5d90b6c2001-08-22 14:29:45 +00002759Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
2760
2761 * include/libxml/catalog.h include/libxml/parser.h
2762 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
2763 xmlIO.c: added support and APIs needed for the catalog PI
2764 * include/libxml/xmlIO.h: cleanup
2765
Daniel Veillarde2940dd2001-08-22 00:06:49 +00002766Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
2767
2768 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
2769 include/libxml/catalog.h: starts to look okay, really
2770 plugged the new framework, cleaned a lot of stuff,
2771 added some APIs, except the PI's support missing this
2772 should be mostly complete
2773 * result/catalogs/* test/catalogs/*: added new test, enriched
2774 the existing one with URN ID tests
2775
Daniel Veillard64339542001-08-21 12:57:59 +00002776Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
2777
2778 * catalog.c: fixed nextCatalog
2779 * result/catalogs/docbook test/catalogs/*: started adding
2780 a small regression test
2781
Daniel Veillardcda96922001-08-21 10:56:31 +00002782Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
2783
2784 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
2785 more work on the XML catalog support.
2786 * parser.c include/libxml/parser.h: small cleanup seems using
2787 list as a public parameter name can give portability troubles
2788 * trionan.c trionan.h xpath.c include/libxml/trionan.h
2789 include/libxml/xpath.h include/libxml/Makefile.am: removed
2790 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
2791 wrappers
2792
Bjorn Reese45029602001-08-21 09:23:53 +00002793Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
2794
2795 * Makefile.am trio.c triodef.h trionan.c xpath.c
2796 include/libxml/Makefile.am include/libxml/trionan.h:
2797 Re-worked Not-A-Number and Infinity support.
2798 * xmlcatalog.c: added readline include files
2799
Daniel Veillard344cee72001-08-20 00:08:40 +00002800Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
2801
2802 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
2803 testCatalog as xmlcatalog, making it an installed app
2804 adding a shell, and preparing it to be a /etc/xml/catalog
2805 management tool, though not ready yet
2806 * catalog.c include/libxml/catalog.h: adding support for
2807 XML Catalogs http://www.oasis-open.org/committees/entity/
2808 not finished, there is some interesting tradeoffs and a
2809 few open questions left.
2810
Daniel Veillardb7664f42001-08-19 13:00:43 +00002811Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
2812
2813 * xmllint.c: fixed a line formatting problem
2814
Daniel Veillard5015b712001-08-17 09:37:52 +00002815Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
2816
2817 * SAX.c: removed a couple of unused variable (Albert Chin)
2818
Daniel Veillardbb371292001-08-16 23:26:59 +00002819Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
2820
2821 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
2822 trying to fix some troubles w.r.t. function returning
2823 const xxxPtr.
2824
Daniel Veillardb60c54e2001-08-16 19:34:27 +00002825Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
2826
2827 * win32/dsp/libxml2.def.src: another set of symbols conditionally
2828 defined
2829
Daniel Veillardae6db172001-08-16 19:32:00 +00002830Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
2831
2832 * xpointer.c: removed unused var
2833
Daniel Veillard09190202001-08-16 16:27:41 +00002834Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
2835
2836 * testXPath.c: another small cleanup closing bug #59110
2837
Daniel Veillard796f4b62001-08-16 16:00:13 +00002838Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
2839
2840 * win32/dsp/libxml2.def.src: small cleanup closing bug
2841 #59108
2842
Daniel Veillard5aac4e42001-08-15 20:46:57 +00002843Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
2844
2845 * example/gjobread.c: add xmlCleanupParser() before leaving
2846
Daniel Veillard9a0b3d62001-08-15 12:58:03 +00002847Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
2848
2849 * config.h.in configure.in include/libxml/xmlwin32version.h:
2850 released 2.4.2
2851
Daniel Veillardd3d06722001-08-15 12:06:36 +00002852Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
2853
2854 * include/libxml/valid.h debugXML.c valid.c: deprecate
2855 the non-boundchecking Sprintf functions, add Snprintf
2856 this should close bug #57984
2857
Daniel Veillardecb6f5b2001-08-15 08:47:42 +00002858Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
2859
2860 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
2861 URIs before doing the lookups (pointed by Mark Vakoc)
2862
Daniel Veillard0ab5cab2001-08-14 16:43:10 +00002863Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
2864
2865 * xpath.c: serious changes on Result Value Trees and NodeSets
2866 w.r.t. deallocation and collect operations. Probably not
2867 100% clean (merge of allocated trees smells like a problem).
2868 Seems sufficient to close #58943
2869
Daniel Veillard90493a92001-08-14 14:12:47 +00002870Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
2871
2872 * xmllint.c: adding a --format option
2873
Daniel Veillardfe703322001-08-14 12:18:09 +00002874Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
2875
2876 * xpath.c: count() was broken on Result Value Tree
2877 * xmlIO.c: fixed file:/// accesses on _WIN32
2878
Daniel Veillard70ac0e32001-08-13 11:24:16 +00002879Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
2880
2881 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
2882 macro was renamed, this should close bug #58683
2883
Daniel Veillardf300b7e2001-08-13 10:43:15 +00002884Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
2885
2886 * SAX.c: small fix fixing bug #58539 reported by coolo, in
2887 entity substitution mode text at the end of the entity might
2888 be added due to text coalescing.
2889 * nanoftp.c parser.c: small cleanup
2890
Daniel Veillard0c720972001-08-08 20:59:00 +00002891Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
2892
2893 * HACKING: added John Fleck right to commit in the doc subdir
2894
Daniel Veillard48da9102001-08-07 01:10:10 +00002895Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
2896
2897 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
2898 allow to inherit attributes from the DTD directly in the
2899 tree, this is needed for XPath and can be a useful feature.
2900 Inherited namespaces are always provided at the tree level now
2901 * test/defattr* result/defattr* result/noent/defattr*: added a couple
2902 of tests for this feature (XSLT being the prime user).
2903
Daniel Veillard50f34372001-08-03 12:06:36 +00002904Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
2905
2906 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
2907 testSAX.c xmlIO.c xmllint.c include/win32config.h
2908 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
2909 include/libxml/xmlwin32version.h.in win32/README.MSDev
2910 win32/dsp/*: applied Win32 Facelift No.2 patches from
2911 Igor Zlatkovic for Windows/MSC
2912
Daniel Veillard9f4eb912001-08-01 21:22:27 +00002913Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
2914
2915 * SAX.c: unparsedEntityDecl() the URI computation of the
2916 entity wasn't done breaking XSLT unparsed-entity-uri()
2917
Daniel Veillard567e1b42001-08-01 15:53:47 +00002918Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
2919
2920 * xpath.c: fixed a bug when walking the descendants and
2921 the current node has no children
2922 * debugXML.c: show up when a text node is supposed to not be escaped
2923
Thomas Broyerf186c822001-07-31 23:30:37 +00002924Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2925
2926 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
2927 worked like the set:leading() function)
2928 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
2929
Daniel Veillardba6db032001-07-31 16:25:45 +00002930Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2931
2932 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
2933
Daniel Veillard57905372001-07-31 15:52:17 +00002934Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2935
2936 * include/libxml/xmlIO.h: apply change to close #58141
2937 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
2938
Daniel Veillard5e3eecb2001-07-31 15:10:53 +00002939Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2940
2941 * parser.c: when the internal subset uses a PE, then the
2942 included entity can use conditional sections.
2943
Daniel Veillard7d7e3792001-07-30 13:42:13 +00002944Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2945
2946 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
2947 when walking the namespace axis showing up in
2948 libxst/tests/general/bug-12
2949 * xmlmemory.c: added the possibility to trace a given block
2950 defined by its address
2951
Daniel Veillard4aafa792001-07-28 17:21:12 +00002952Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2953
2954 * parser.c: don't override existing encoding specified before
2955 starting xmlParseDocument()
2956
Daniel Veillardfdb1f242001-07-27 23:32:44 +00002957Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2958
2959 * include/libxml/xmlwin32version.h: reinserted, needed for
2960 Windows users of CVS
2961
Darin Adlera77cac02001-07-27 17:41:51 +000029622001-07-27 Darin Adler <darin@bentspoon.com>
2963
Darin Adler699613b2001-07-27 22:47:14 +00002964 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
2965 * testCatalog.c: Add include of <libxml/parser.h>.
2966
29672001-07-27 Darin Adler <darin@bentspoon.com>
2968
Darin Adlera77cac02001-07-27 17:41:51 +00002969 * include/libxml/.cvsignore:
2970 * include/libxml/xmlwin32version.h:
2971 Remove this file from CVS because it's generated.
2972
Daniel Veillard50822cb2001-07-26 20:05:51 +00002973Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2974
2975 * parser.c include/libxml/parser.h: applied const patches from
2976 Tom Moog #58002
2977
Thomas Broyerba4ad322001-07-26 16:55:21 +00002978Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
2979
2980 * xpath.c include/libxml/xpath{,Internals}.h: added a function
2981 lookup framework
2982
Daniel Veillard1d0bfab2001-07-26 11:49:41 +00002983Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2984
2985 * tree.c: fixed xmlCopyNode() for documents
2986
Daniel Veillard6dd398f2001-07-25 22:41:03 +00002987Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2988
2989 * parser.c: fixed bugs #58073 reported by Greg Shtilman
2990
2991Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +00002992
2993 * parser.c: fixes bug #57652 reported by Morus Walter
2994
Daniel Veillarde3924972001-07-25 20:25:21 +00002995Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2996
2997 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
2998
Daniel Veillarda53c6882001-07-25 17:18:57 +00002999Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3000
3001 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
3002 errors, lesson don't add new functions at 1am before a release
3003 * xpath.c: integrated fix from Bjorn to avoid divide by zero
3004 from XPath initialization when possible.
3005
Daniel Veillardd9bad132001-07-23 19:39:43 +00003006Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3007
3008 * result/scripts/base*: removing history/readline changed
3009 this slightly
3010 * include/libxml/parser.h SAX.c parser.c parserInternals.c
3011 xmllint.c: make element content line number generation
3012 optionnal to avoid breaking old apps added interface to switch
3013
Daniel Veillardf012a642001-07-23 19:10:52 +00003014Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3015
3016 * configure.in: get rid of the readline and libhistory
3017 dependancies by default, release 2.4.1 with IA64 fix
3018 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
3019 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
3020 John Kroll fixes to allow saving to HTTP via PUT (or
3021 POST of needed).
3022 * doc/html/*.html: regenerated the docs
3023
Thomas Broyere8126242001-07-22 03:54:15 +00003024Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3025
3026 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
3027 xmlHashScanFull and xmlHashScannFull3 to get passed the
3028 three keys as arguments to the callback function
3029
Daniel Veillard5e2dace2001-07-18 19:30:27 +00003030Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3031
3032 * configure.in Makefile.am: removed libxml softlink for good
3033 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
3034 100% coverage by gtk-doc
3035
Daniel Veillard8599e702001-07-17 21:38:51 +00003036Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3037
3038 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
3039 fixed serious troubles due to size_t vs. int mismatch
3040
Daniel Veillard8fcc4942001-07-17 20:07:33 +00003041Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3042
3043 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
3044
Thomas Broyerf06a3d82001-07-16 04:52:57 +00003045Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
3046
3047 * include/libxml/xpath{,Internals}.h xpath.c: added a more
3048 convenient extension API for value and context managing
3049 Now handles external objects through xmlXPathPopExternal,
3050 xmlXPathWrapExternal and xmlXPathReturnExternal.
3051 Added functions for sets operations (intersection, etc.)
3052
Daniel Veillard22090732001-07-16 00:06:07 +00003053Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3054
3055 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
3056 xmlIO.c tree.c parserInternals.c entities.c encoding.c
3057 HTMLparser.c: cleanup of global variables, marking some
3058 const or private.
3059
Thomas Broyerf06a3d82001-07-16 04:52:57 +00003060Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +00003061
3062 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
3063 fixed xmlXPathNodeSetItem when passing index=0
3064
Daniel Veillard05dec342001-07-14 21:57:39 +00003065Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3066
3067 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
3068
Daniel Veillard28ae6362001-07-14 16:44:32 +00003069Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3070
3071 * xmllint.c: fixed compilation under Cygwin #57503
3072 * TODO: update
3073
Peter Williamsed156f52001-07-13 18:35:13 +000030742001-07-13 Peter Williams <peterw@ximian.com>
3075
3076 * config.h.in: add #undef HAVE_DLFCN_H
3077
3078 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
3079 builddir.
3080
Daniel Veillard73b36e32001-07-12 15:09:52 +00003081Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3082
3083 * win32/libxml2/libxml2.def.src: added a couple of exported entries
3084 raised by #57348 and #57381
3085
Daniel Veillard7db37732001-07-12 01:20:08 +00003086Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3087
3088 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
3089 tree.c xpointer.c: store the line numbder in element->content,
3090 may break some software, need a configuration mechanism
3091
Darin Adler96037892001-07-11 00:03:16 +000030922001-07-10 Darin Adler <darin@bentspoon.com>
3093
3094 * .cvsignore:
3095 * example/.cvsignore:
3096 * include/.cvsignore:
3097 * include/libxml/.cvsignore:
3098 Various things that are generated and should be ignored.
3099
Daniel Veillard09ab7e12001-07-10 15:49:44 +00003100Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3101
3102 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
3103 * doc/xml.html doc/html/*: updated the docs
3104
Daniel Veillard04e2dae2001-07-09 20:07:25 +00003105Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3106
3107 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
3108 validation occured on content with element child
3109
Daniel Veillardb8c9be92001-07-09 16:01:19 +00003110Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3111
3112 * tree.c: fixed XML Base computation which was broken
3113 * debugXML.c: added a base function to the shell
3114 * Makefile.am result/scripts/* test/scripts/*: added scripts
3115 based regression tests, and adding 2 XML Base tests
3116
Daniel Veillard19e96c32001-07-09 10:32:59 +00003117Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3118
3119 * tree.c: set properties doc and call xmlSetListDoc for properties
3120 content when grafting them in a different tree.
3121 * aclocal.m4: remove from CVS
3122
Daniel Veillarde086f5c2001-07-08 21:10:40 +00003123Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3124
3125 * win32/libxml2/libxml2.def.src: added some missing entry point
3126 for XPath (Mark Vakoc)
3127
Daniel Veillard388236f2001-07-08 18:35:48 +00003128Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3129
3130 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
3131 layer should URI-Unescape before trying to open resources.
3132
Daniel Veillard04383752001-07-08 14:27:15 +00003133Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3134
3135 * xpath.c: fix the name() bug for elements in the default
3136 namespace reported by Charlie Bozeman
3137
Daniel Veillard7583a592001-07-08 13:15:55 +00003138Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3139
3140 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
3141 led to an XPath fix, improvements of SAX initialization, and
3142 an added option --nocdata to testXPath
3143
Daniel Veillard449d7392001-07-07 19:11:06 +00003144Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3145
3146 * doc/libxml-doc.el: Felix Natter provided anew version working
3147 with XEmacs too
3148
Daniel Veillard5168dbf2001-07-07 00:18:23 +00003149Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3150
3151 * include/libxml/xpath.h: small cleanup
3152 * doc/xml.html: update
3153
Daniel Veillardf524d6e2001-07-05 23:41:40 +00003154Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3155
3156 * Makefile.am configure.in include/libxml/xmlwin32version.h:
3157 released 2.3.14
3158
Daniel Veillard4b8328d2001-07-05 22:48:42 +00003159Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3160
3161 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +00003162 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +00003163
Daniel Veillard73c9c042001-07-05 20:02:54 +00003164Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3165
3166 * xpath.c: a bug reported by Stephan Kulow empty nodesets
3167 were not equal to empty strings
3168
Daniel Veillard1fd36d22001-07-04 22:54:28 +00003169Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3170
3171 * SAX.c: fixed a URI-Reference computation problem when validating
3172 * xmlIO.c: small cleanup
3173
Daniel Veillard4d65a1c2001-07-04 22:06:23 +00003174Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3175
3176 * parser.c: improved the description of a couple of interfaces
3177 upon Larry Stamper suggestion
3178
Daniel Veillard62f313b2001-07-04 19:49:14 +00003179Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3180
3181 * SAX.c entities.c parser.c: changed completely the way entities
3182 are handled when running the parser in entity substitution mode.
3183 This fixes a bug reported by Stephan Kulow and nearly divides
3184 by 3 the amount of memory required by libxslt to load and process
3185 DocBook TDG.
3186
Daniel Veillardf420ac52001-07-04 16:04:09 +00003187Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3188
3189 * HTMLparser.c: fixing a too early root closing problem raised
3190 byt Prashanth Naidu
3191
Daniel Veillard8c357d52001-07-03 23:43:33 +00003192Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3193
3194 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
3195 raised by Mark Vakoc.
3196
Daniel Veillard6e90d192001-07-03 16:37:49 +00003197Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3198
3199 * example/Makefile.am: fixed the include path to add srcdir/include
3200 * Makefile.am configure.in: fix from Albert Chin for iconv detection
3201 and some cleanup
3202
Daniel Veillardf06307e2001-07-03 10:35:50 +00003203Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3204
3205 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
3206 lot of optimization work, results in significant improvements
3207 when handling really complex XPath queries. Add a small optimizer
3208 for unions, improve [n] and [last()], avoid some costly ops.
3209
Daniel Veillard77044732001-06-29 21:31:07 +00003210Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3211
3212 * include/libxml/parser.h parser.c: xmlStrstr args are both const
3213 * xpath.c: small cleanup
3214 * xmlGetNsList: reformated, fixed problems if used on Entities
3215
Daniel Veillard2adbb512001-06-28 16:20:36 +00003216Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3217
3218 * doc/xml.html: added 1.8.14 and 2.3.13 releases
3219
Daniel Veillardb37ecd02001-06-28 16:18:11 +00003220Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3221
3222 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
3223 * Makefile.am example/Makefile.am: workaround automake generating
3224 erroneous deps
3225
Daniel Veillard12f7d292001-06-28 13:12:11 +00003226Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3227
3228 * include/win32config.h: bug #56801 Yon Derek provided a patch
3229 to the windows config file.
3230
Daniel Veillard87ee9142001-06-28 12:54:16 +00003231Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3232
3233 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
3234 libxml.h : Yon Derek provided a set of changes to compile from
3235 CVS on Windows/MSC
3236
Daniel Veillard0e4cd172001-06-28 12:13:56 +00003237Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3238
3239 * parser.c: fixed UTF8 BOM support in push mode
3240 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
3241 added a specific testcase
3242
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +00003243Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3244
3245 * Makefile.am: added --push regression tests
3246 * parserInternals.c: the XML parser segfaulted in --push mode
3247
Daniel Veillard9a89a8a2001-06-27 11:13:35 +00003248Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3249
3250 * configure.in: moved the symlinks detection within a CVS
3251 check, this is not portable and will be removed soon.
3252 * xpath.c: small cleanup/speedup
3253
Daniel Veillard11648102001-06-26 16:08:24 +00003254Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3255
3256 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
3257 release of 2.3.12
3258 * parser.c: make an error message if unknow entities in all cases
3259
Daniel Veillardfcbd74a2001-06-26 07:47:23 +00003260Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3261
3262 * uri.c: fixed 2 uri normalization bugs on '//' reduction
3263
Daniel Veillard23793842001-06-25 16:07:45 +00003264Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3265
3266 * include/libxml/Makefile.am: Laszlo Peter pointed out that
3267 includes were installed in the wrong dir
3268
Daniel Veillardf5498f32001-06-25 15:08:36 +00003269Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3270
3271 * doc/html.xml: warn against sending code to exhibit bugs.
3272
Daniel Veillard56f06462001-06-24 21:34:03 +00003273Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3274
3275 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
3276 Tru64 from Thomas Leitner
3277
Daniel Veillardc5d64342001-06-24 12:13:24 +00003278Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3279
3280 * AUTHORS: added William and Bjorn
3281 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
3282 daniel@veillard.com hopefully I won't have to do this again
3283 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
3284 docs can be rebuilt cleanly now
3285 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
3286 from CVs it's generated, added include/libxml/xmlwin32version.h
3287 also generated but which should change far less frequently.
3288 * catalog.c nanoftp.c: made sure to include libxml.h not
3289 libxml/xmlversion.h directly
3290 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
3291 when compiling on WIN32 and MSC
3292
Daniel Veillard07385fd2001-06-23 21:55:48 +00003293Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3294
3295 * include/Makefile.am include/libxml/Makefile.am configure.in:
3296 fixed make distcheck and rebuilding the rpms
3297
Daniel Veillardcd1d9442001-06-23 18:53:44 +00003298Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3299
3300 * configure.in: should finish the migration of exported includes
3301 into a real include/libxml in CVS, at least for CVS users.
3302 * removed the exported headers, added in include/libxml (as well
3303 as xmlversion.h.in).
3304
Daniel Veillard6dd8e052001-06-23 18:38:06 +00003305Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3306
3307 * configure.in: fixed the way to detect symlink
3308
Daniel Veillard66541772001-06-23 18:31:04 +00003309Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3310
3311 * configure.in: updated, include/libxml is now a real CVS dir
3312
Daniel Veillardca989762001-06-23 17:39:29 +00003313Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3314
3315 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
3316 version works with both libxml1 and libxml2 (it autodetects
3317 the prefix of the html-files) from Felix Natter.
3318 * doc/xml.html: updated doc accordingly
3319
Daniel Veillard8cf14d52001-06-23 16:32:46 +00003320Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3321
3322 * xpath.c: fixed the bug generating a template loop in libxslt
3323 when using docbook-xsl-1.4, * should filter out document nodes
3324 * HACKING: added William
3325 * TODO: updated
3326
Daniel Veillard7b06bcb2001-06-22 16:03:51 +00003327Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3328
3329 * doc/FAQ.html: added a warning about gcc-3.0
3330 * doc/xml.html: added reference to gdome2 and removed a confusing
3331 sentence
3332
Daniel Veillardf7f41852001-06-22 15:18:01 +00003333Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3334
3335 * xmlversion.h: okay this is a generated file, but Windows
3336 users need it and they can't generate it, and I want CVS
3337 Windows users ...
3338 * win32/libxml2/libxml2_so.dsp: Windows project file for
3339 the shared lib version of libxml2
3340 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
3341 resources needed for libxslt/xsltproc by Yon Derek
3342
Bjorn Reese3157b342001-06-22 14:41:45 +00003343Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
3344
3345 * trio.c: MSVC fix (provided by Igor Zlatkovic)
3346
Daniel Veillard4151acb2001-06-22 10:48:57 +00003347Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3348
Daniel Veillardcc146db2001-06-22 11:10:52 +00003349 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
3350
3351Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3352
Daniel Veillard4151acb2001-06-22 10:48:57 +00003353 * include/win32config.h: Yon Derek provided a first fix
3354 to be able to compile libxslt/xsltproc on Windows
3355
Daniel Veillardd79bcd12001-06-21 22:07:42 +00003356Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3357
3358 * xpath.c: attempt to work around what seemed a gcc optimizer
3359 bug when handling floats on i386 http://veillard.com/gcc.bug
3360 * tree.c entities.c encoding.c: doing some cleanups while
3361 chasing it
3362
Daniel Veillard017b1082001-06-21 11:20:21 +00003363Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3364
3365 * Makefile.am: cleanup when --without-debug is specified
3366 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
3367 w.r.t. --without-debug and other include points
3368 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
3369 Catalogs
3370 * configure.in entities.h tree.h HTMLparser.c: removed
3371 --without-corba, made the _private field mandatory
3372
Daniel Veillard87a764e2001-06-20 17:41:10 +00003373Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3374
3375 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
3376 outputs a BOM in UTF8, an errata has been issued to avoid the
3377 problem, that was the most reasonable solution... Add support
3378 for a leading UTF8 BOM in entities.
3379
Daniel Veillard10ea86c2001-06-20 13:55:33 +00003380Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3381
3382 * valid.c: fixed a bug found when post validating an entity ref
3383 * xmllint.c: added --loaddtd and sligly changed --postvalid to
3384 activate it too
3385
Daniel Veillard39196eb2001-06-19 18:09:42 +00003386Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3387
3388 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
3389 weakness in the node copy the XPointer and the XInclude
3390 implementations. Serious cleanup.
3391
Daniel Veillard3739b982001-06-19 12:51:30 +00003392Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3393
3394 * Makefile.am: Kjartan Maraas provided a small patch to
3395 add xml2-config.in to EXTRA_DIST
3396
Daniel Veillarda9142e72001-06-19 11:07:54 +00003397Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3398
3399 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
3400 provided another failing case found in KDE, the way the
3401 ctxt->vctxt.nodeTab was allocated and freed changed over
3402 time but it wasn't completely cleaned up. This should fix it.
3403
Daniel Veillard3ed27bd2001-06-17 17:58:17 +00003404Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3405
3406 * parser.c: Stephan Kulow also raised the fact that line number
3407 could get miscounted making debug harder, fixed the problem
3408 in xmlParseCharData()
3409
Daniel Veillard64b98c02001-06-17 17:20:21 +00003410Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3411
3412 * valid.c: Stephan Kulow pointed out a problem when validating
3413 and using an empty entity, forgot a 'break' in a case.
3414
Daniel Veillarde3c81b52001-06-17 14:50:34 +00003415Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3416
3417 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
3418 * doc/xml.html: updated with 2.3.11
3419
Daniel Veillard4ec885a2001-06-17 10:31:07 +00003420Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3421
3422 * TODO: updated adding cleanup of generated doc
3423 * configure.in: prepared to release 2.3.11
3424 * xmllint.c: added --version for bug reporting
3425 * doc/html/*.html: rebuilt the doc
3426
Daniel Veillard8b8d2252001-06-16 21:24:56 +00003427Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3428
3429 * xpath.c: first part of the work on selecting namespace to
3430 fix bug #56115
3431
Daniel Veillard96ed5832001-06-15 22:22:04 +00003432Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3433
3434 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
3435 when using -liconv
3436 * TODO: updated
3437
Daniel Veillardc4f631d2001-06-14 11:11:59 +00003438Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3439
3440 * HTMLtree.[ch]: more work on the HTML serialization routnes,
3441 cleanup, encoding support.
3442
Daniel Veillard608ad072001-06-14 08:32:28 +00003443Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3444
3445 * xpath.c: Thomas Broyer suggested a better patch for the / arg
3446
Daniel Veillard239d0522001-06-13 23:02:48 +00003447Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3448
3449 * xpath.c: bug detected by Ankh when / is used as a function arg
3450
Daniel Veillard02bb1702001-06-13 21:11:59 +00003451Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3452
3453 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
3454 of element and use it to avoid outputting formatting spaces at
3455 the wrong place. Implemented the format parameter for HTML save.
3456 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
3457 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
3458 result/HTML/wired.html: of course this impact the result of a
3459 number of HTML tests
3460
Daniel Veillard95d845f2001-06-13 13:48:46 +00003461Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3462
3463 * HTMLtree.[ch]: started augmenting the HTML save API with
3464 encoding and formatting parameters
3465
Daniel Veillardeca60d02001-06-13 07:45:41 +00003466Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3467
3468 * HTMLtree.h: cleanup and started evaluating the work needed on
3469 revamping the HTML output code
3470
Daniel Veillard84666b32001-06-11 17:31:08 +00003471Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3472
3473 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
3474
Daniel Veillard8bdd2202001-06-11 12:47:59 +00003475Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3476
3477 * valid.c: fixed bug #56049, forgot one check in the
3478 validation routine
3479
Daniel Veillardca2366a2001-06-11 12:09:01 +00003480Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3481
3482 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
3483
Daniel Veillard6761eee2001-06-11 10:29:38 +00003484Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3485
3486 * libxml.h: fixed an error in last commit
3487 * doc/FAQ.html: added an entry for compilation from CVS
3488
Daniel Veillard9cc6dc62001-06-11 08:09:20 +00003489Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3490
3491 * xmlversion.h.in libxml.h: Cygwin patches
3492 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
3493 * tree.h: cleanup
3494
Daniel Veillardacd370f2001-06-09 17:17:51 +00003495Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3496
3497 * tree.c: patched xmlFreeNode() to avoid freeing() a static
3498 memory block in a strange case where libxml is linked twice
3499 in the binary.
3500
Daniel Veillard1d047672001-06-09 16:41:01 +00003501Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3502
3503 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
3504 state far too often, simple fix used to avoid it.
3505
Daniel Veillard4497e692001-06-09 14:19:02 +00003506Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3507
3508 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
3509 being processed, applied his patch
3510 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
3511
Daniel Veillardf3afa7d2001-06-09 13:52:58 +00003512Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3513
3514 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
3515 provided fixes to compile on MSCC again
3516 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
3517 also provided an update for the project files.
3518
Daniel Veillarda682b212001-06-07 19:59:42 +00003519Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3520
3521 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
3522 bug #55810
3523
Daniel Veillarde8fc08e2001-06-07 19:35:47 +00003524Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3525
3526 * tree.c: fixed xmlGetNsProp() to close bug #55683
3527 Note this requires libxslt to use it's own function instead.
3528
Daniel Veillardf0c53762001-06-07 16:07:07 +00003529Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3530
3531 * HTMLtree.c: when in a pre element no formatting space should
3532 be added.
3533 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
3534
Daniel Veillard068a9652001-06-07 15:30:26 +00003535Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3536
3537 * configure.in: added tests for signal() and signal.h
3538
Daniel Veillard541d6552001-06-07 14:20:01 +00003539Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3540
3541 * xpath.c: robert pointed out xmlXPathNINF was not initialized
3542
Daniel Veillard8a367d42001-06-07 14:01:34 +00003543Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3544
3545 * doc/libxml-doc.el: Felix Natter provided a new version for
3546 libxml2
3547
Daniel Veillard8a926292001-06-07 11:20:20 +00003548Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3549
3550 * HTMLtree.c: when in a pre element no formatting space should
3551 be added.
3552
Daniel Veillard14839d52001-06-06 16:11:56 +00003553Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3554
3555 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
3556
Daniel Veillarde95e2392001-06-06 10:46:28 +00003557Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3558
3559 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
3560 hack
3561 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
3562 * uri.c: fixed a warning
3563
Daniel Veillard6e93c4a2001-06-05 20:57:42 +00003564Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3565
3566 * HTMLtree.c: trying to close bug #55772 escaping in script
3567 elements
3568 * doc/xml.html: suggest to send mail to the list
3569
3570Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +00003571
3572 * error.c: attempt to fix the xmlGetVarStr breakage once and for
3573 good. Use a macro and based on the solution provided in
3574 vsnprintf manual page from GNU.
3575
Bjorn Reese99748722001-06-05 12:49:15 +00003576Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
3577
3578 * error.c: Workaround for non-preserving variadic list.
3579 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
3580
Daniel Veillard2e4f1882001-06-01 10:11:57 +00003581Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3582
3583 * doc/xml.html: added 2.3.10 release
3584
Daniel Veillardb3a182e2001-06-01 09:28:09 +00003585Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3586
3587 * configure.in: releasing 2.3.10
3588
Daniel Veillard3c2758d2001-05-31 18:43:43 +00003589Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3590
3591 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
3592
Daniel Veillard20042422001-05-31 18:22:04 +00003593Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3594
3595 * encoding.c: Robert Collins provided a patch to add the
3596 "US-ASCII" encoding alias
3597
Daniel Veillard97ac1312001-05-30 19:14:17 +00003598Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3599
3600 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
3601 string oriented functions and started cleaning the related areas
3602 in xpath.c which needed fixing in this respect
3603
Daniel Veillard2d703722001-05-30 18:32:34 +00003604Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3605
3606 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
3607 #55380
3608 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
3609
Daniel Veillard9403a042001-05-28 11:00:53 +00003610Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3611
3612 * TODO: updated
3613 * nanohttp.[ch] : started adding APIs to get the redirected URL
3614 when this occurs (needed for further base computation
3615 * tree.h: cleanup
3616 * encoding.c: cleanup
3617 * SAX.c: minor change around ctxt->loadsubset
3618
Daniel Veillard6278fb52001-05-25 07:38:41 +00003619Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3620
3621 * Makefile.am include/Makefile.am: small change to have
3622 include/libxml rebuilt if working from CVS.
3623 * uri.c: applied another patch from Carl Douglas for URI escaping,
3624 this should close bug #51876
3625
Daniel Veillardd16df9f2001-05-23 13:44:21 +00003626Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3627
3628 * xinclude.c: fixed XInclude recursive behaviour bug #54678
3629 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
3630 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
3631 added specific regression test
3632 * parser.h: preparing for the XSLT mode where DTD inherited
3633 attributes are added to the tree.
3634
Daniel Veillardbbd22452001-05-23 12:02:27 +00003635Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3636
3637 * xinclude.[ch]: Updated the namespace for the Last Call version
3638 * result/XInclude/include test/XInclude/include: updated the
3639 testsuite accordingly
3640
Daniel Veillard8514c672001-05-23 10:29:12 +00003641Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3642
3643 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
3644 related to bug #51876
3645
Daniel Veillard42596ad2001-05-22 16:57:14 +00003646Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3647
3648 * tree.c: fixed a gross mistake in base computation, xml:base is
3649 not completely correct yet (need cascade).
3650 * xpath.[ch]: added the few things needed to find a function name
3651 and URI from the XPath context when it is called.
3652
Daniel Veillard81418e32001-05-22 15:08:55 +00003653Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3654
3655 * catalog.[ch]: fixes and add xmlLoadCatalogs()
3656 * DOCBparser.c: small cleanup
3657 * xmllint.c: added a --catalogs option to load catalogs from
3658 $SGML_CATALOG_FILES
3659 * tree.c: cleanup
3660 * configure.in: iconv library fixup, ICONV_LIBS
3661
Daniel Veillardaf86c7f2001-05-21 14:11:26 +00003662Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3663
3664 * catalog.c: handling of CATALOG entries. detection of recursion,
3665 and a few bugfixes
3666 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
3667 against the default namespace
3668
Daniel Veillard04b93292001-05-21 08:15:31 +00003669Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3670
3671 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
3672
Daniel Veillarda97a19b2001-05-20 13:19:52 +00003673Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3674
3675 * parser.c: fixed propagation context info when parsing an
3676 external entity.
3677 * doc/html/*.html: regenerated a couple of docs
3678
Daniel Veillard4623acd2001-05-19 15:13:15 +00003679Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3680
3681 * doc/xml.html: update with 2.3.9 informations
3682
Daniel Veillardbed7b052001-05-19 14:59:49 +00003683Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3684
3685 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
3686 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
3687 * doc/html/* : rebuilt the docs
3688 * valid.c: small patch which may improve some case when
3689 validating.
3690
Daniel Veillardf69bb4b2001-05-19 13:24:56 +00003691Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3692
3693 * HTMLparser.c: Closed bug #54891
3694 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
3695 to the suite
3696
3697Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3698
3699 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
3700 applied a documentation patch from LotR and filled in a few missing
3701 descriptions
3702
Daniel Veillard76d66f42001-05-16 21:05:17 +00003703Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3704
3705 * xpath.c tree.c parser.c: speed optimizations at the parser level
3706 document tree freeing and xpath evaluation
3707
Daniel Veillardfd7ddca2001-05-16 10:57:35 +00003708Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3709
3710 * parser.c parser.h parserInternals.h: fixed a couple of
3711 interfaces for handling memory buffer input to const char *
3712 upon suggestion of JamesH.
3713
Daniel Veillardc3739e72001-05-15 15:23:27 +00003714Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3715
3716 * configure.in: LoTR sent a patch fixing the previous commit
3717
Daniel Veillarda4f27e02001-05-15 12:41:29 +00003718Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3719
3720 * configure.in: trying to deal again with the stoopid -R linking
3721 flag of Solaris
3722
Daniel Veillard790142b2001-05-15 10:51:53 +00003723Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3724
3725 * xpath.h: two nodeset access macros from Thomas Broyer
3726
Daniel Veillardba0b8c92001-05-15 09:43:47 +00003727Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3728
3729 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
3730 patch from Thomas Broyer
3731
Daniel Veillarde62d36c2001-05-15 08:53:16 +00003732Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3733
3734 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
3735 case
3736 * INSTALL: was empty added stuff from the FAQ
3737
Daniel Veillard75bea542001-05-11 17:41:21 +00003738Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3739
3740 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
3741 attributes handling and #54433 by adding xmlUnsetProp()
3742 and xmlUnsetNsProp()
3743
Daniel Veillard0a2a1632001-05-11 14:18:03 +00003744Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3745
3746 * HTMLparser.c: Patch from Jonas Borgström
3747 (htmlGetEndPriority): New function, returns
3748 the priority of a certain element.
3749 (htmlAutoCloseOnClose): Only close inline elements if they
3750 all have lower or equal priority.
3751 * result/HTML: this of course changed a number of tests results.
3752
Daniel Veillard7d6fd212001-05-10 15:34:11 +00003753Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3754
3755 * xmlIO.c catalog.c: plugged in the default catalog resolution
3756 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
3757 documentations
3758 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
3759
Daniel Veillarda7374592001-05-10 14:17:55 +00003760Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3761
3762 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
3763 integrating catalogs
3764 * catalog.[ch] testCatalog.c: adding a small catalo API
3765 (only SGML catalog support).
3766 * parser.c: restaured xmlKeepBlanksDefault(0) API
3767
Daniel Veillardc17337c2001-05-09 10:51:31 +00003768Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3769
3770 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
3771
Daniel Veillard257d9102001-05-08 10:41:44 +00003772Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3773
3774 * parser.c: added xmlParseExternalEntityPrivate() to allow
3775 propagation of ctxt->_private when parsing external entities
3776
Daniel Veillard083c2662001-05-08 08:27:14 +00003777Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3778
3779 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
3780
Daniel Veillard01ef7382001-05-08 07:31:43 +00003781Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3782
3783 * configure.in: fixed a small portability problem with AM_CONDITIONAL
3784
Daniel Veillard4de4d3b2001-05-07 20:50:47 +00003785Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3786
3787 * valid.c: warn when indeterminist content model is detected
3788 * result/VC/ElementValid8: this adds a message
3789 * Makefile.am: add --novalid for VCM tests
3790 * parserInternals.c: added a call to Init memory
3791
Daniel Veillard64269352001-05-04 17:52:34 +00003792Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3793
3794 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
3795 when both parameters are NULL.
3796
Daniel Veillard37721922001-05-04 15:21:12 +00003797Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3798
3799 * valid.c: applied small patch from Gary Pennington, reindented
3800 some part of the code.
3801
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +00003802Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3803
3804 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
3805 release, updated and regenerated the docs
3806
Daniel Veillard357c9602001-05-03 10:49:20 +00003807Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3808
3809 * xpath.c result/XPath/expr/floats : clarified and cleanup
3810 printing of abnormal floats in tests.
3811
Daniel Veillarda2bc3682001-05-03 08:27:20 +00003812Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3813
3814 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
3815 * results/HTML/ : a few changes in the output of the HTML tests as
3816 a result.
3817 * configure.in: tying to fix -liconv where needed
3818
Daniel Veillard2a0d2e62001-05-02 17:11:36 +00003819Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3820
3821 * Makefile.am: fixed a stupid error
3822
Daniel Veillard7150a032001-05-02 16:41:11 +00003823Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3824
3825 * configure.in Makefile.am: make the inclusion of the trio
3826 modules in the library conditional
3827
Daniel Veillardc057c5d2001-05-02 12:41:24 +00003828Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3829
3830 * DOCBparser.c: patche from László Kovács, fixed entities refs
3831 in attributes handling
3832
Daniel Veillardedddff92001-05-02 10:58:52 +00003833Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3834
3835 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
3836 flushing
3837
Daniel Veillardc8f620b2001-04-30 20:31:33 +00003838Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3839
3840 * xpath.c: fix of an XSLT namespace bug reported on the list
3841 general/bug-8-
3842
Daniel Veillard5792e162001-04-30 17:44:45 +00003843Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3844
3845 * strio.h trio.c: Dan McNichol suggested a couple of small
3846 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
3847
Daniel Veillard02141ea2001-04-30 11:46:40 +00003848Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3849
3850 * tree.c parser.c encoding.c: spent a bit more time looking
3851 at the parsing speed and DOM handling. Added a few more
3852 speedups.
3853
Daniel Veillard3ed155f2001-04-29 19:56:59 +00003854Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3855
3856 * parser.c: small but effective parsing speed improvement
3857
Daniel Veillardb59076b2001-04-29 17:04:07 +00003858Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3859
3860 * configure.in: default on the DocBook parser inclusion (for Gnome)
3861 * DOCBparser.h: fixed a header reference
3862
Daniel Veillardb45c43b2001-04-28 17:02:11 +00003863Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3864
3865 * configure.in xpath.c: applied Bjorn patches for FPE on the
3866 alpha
3867
Daniel Veillardeefd4492001-04-28 16:55:50 +00003868Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3869
3870 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
3871 xmlSaveFormatFileTo()
3872
Daniel Veillarde39a93d2001-04-28 14:35:02 +00003873Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3874
3875 * xpath.c: simple and efficient optimization, XPath functions
3876 aways bind to the same code, cache this
3877 * TODO: updated (by saying some is obsolete)
3878
Daniel Veillard2156a562001-04-28 12:24:34 +00003879Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3880
3881 * xpath.c: more cleanup work on XPath name parsing routines
3882
Daniel Veillard61d80a22001-04-27 17:13:01 +00003883Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3884
3885 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
3886 xmlXPathParseName
3887 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
3888 * debugXML.c: avoid compilation problems if compiling without
3889 HTML support, Igor Zlatkovic
3890 * win32/libxml2/libxml2.def.src: being able to compile without
3891 XPath on Windows
3892
Daniel Veillarddbb14a72001-04-26 20:54:01 +00003893Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3894
3895 * libxml.m4: yet another patch from Toshio Kuratomi
3896
Daniel Veillard2913e4c2001-04-26 19:29:02 +00003897Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3898
3899 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
3900
Daniel Veillard67fee942001-04-26 18:59:03 +00003901Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3902
3903 * tree.[ch]: added xmlSaveFormatFile interface for saving
3904 and indenting a file.
3905
Daniel Veillard82e49712001-04-26 14:38:03 +00003906Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3907
3908 * xpath.c: fixed bug #53689 related to processing-instruction()
3909
Daniel Veillard02f077a2001-04-26 10:59:11 +00003910Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3911
3912 * DOCBparser.c: patche from László Kovács
3913
Daniel Veillard30211a02001-04-26 09:33:18 +00003914Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3915
3916 * parser.c: applied fixes from Christian Glahn bug report #53391
3917
Daniel Veillard5a7c3452001-04-26 09:16:13 +00003918Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3919
3920 * error.c: Jean François Lecomte provided a complete description
3921 and a fix to bug #53537
3922
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +00003923Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3924
3925 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
3926
Daniel Veillard1034da22001-04-25 19:06:28 +00003927Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3928
3929 * DOCBparser.c SAX.c: a bit more work on entities processing.
3930 Still Need to cleanup XML output and references in attributes
3931
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +00003932Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3933
3934 * DOCBparser.c include/Makefile.am: two patches from László Kovács
3935
Daniel Veillardb33c2012001-04-25 12:59:04 +00003936Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3937
3938 * tree.c: trying to fix #53574, not completely complete,
3939 I would like xmllint --copy --debug test/ent1 and
3940 xmllint --debug test/ent1 to show the same result.
3941 * xpath.c: fix a bug when trying to sort namespace nodes
3942
Daniel Veillard5146f202001-04-25 10:29:44 +00003943Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3944
3945 * HTMLtree.c: real fix for #53402
3946
Daniel Veillard7533cc82001-04-24 15:52:00 +00003947Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3948
3949 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
3950 PIs when using xsl:output
3951 * valid.c: closing #53537 some case generate segfaults if there
3952 is validity errors
3953
Daniel Veillard61b33d52001-04-24 13:55:12 +00003954Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3955
3956 * SAX.c testDocbook.c DOCBparser.c: more work on the support
3957 of external parsed entities, added --noent to testDocbook
3958 * valid.c: Garry Pennington found an uninitialized variable
3959 access in xmlValidateElementContent()
3960
Daniel Veillard56098d42001-04-24 12:51:09 +00003961Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3962
3963 * HTMLparser.c : HTML parsing still sucks ... trying to deal
3964 with madness
3965 * result/HTML/ : this modified the result of the regression tests
3966 a lot.
3967
Daniel Veillard122376b2001-04-24 12:12:30 +00003968Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3969
3970 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
3971 to doc where it wasn't checked against NULL reported by
3972 Jens Laas
3973
Daniel Veillard43dadeb2001-04-24 11:23:35 +00003974Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3975
3976 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
3977 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
3978
Daniel Veillardeae522a2001-04-23 13:41:34 +00003979Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3980
3981 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
3982 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
3983 * SAX.[ch]: cleanup and updates for DocBook
3984 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
3985 ex SGML identifier changes
3986 * valid.c: removed a static unused function.
3987
Daniel Veillardde57c612001-04-23 09:13:36 +00003988Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3989
3990 * HTMLtree.c: applied change for Paul Sponagl on script saving
3991 * Makefile.am: the warning about entity title.xml are normal.
3992
Daniel Veillard393df012001-04-22 20:11:18 +00003993Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3994
3995 * configure.in: release of 2.3.7
3996 * Makefile.am: fixing make distcheck
3997
Daniel Veillarda41123c2001-04-22 19:31:20 +00003998Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
3999
4000 * doc/html/* doc/xml.html: updated and regenerated the docs
4001
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +00004002Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4003
4004 * xpath.c: fixed the XPointer problem introduced in 2.3.6
4005
Daniel Veillarde82a9922001-04-22 12:12:58 +00004006Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4007
4008 * tree.c: fixed #53388 with the provided patch
4009
Daniel Veillard06803992001-04-22 10:35:56 +00004010Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4011
4012 * valid.c: Bjorn detected an invalid memory access. Fixed
4013 vstateVPush()
4014
Daniel Veillard40af6492001-04-22 08:50:55 +00004015Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4016
4017 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
4018
Bjorn Reese70a9da52001-04-21 16:57:29 +00004019Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4020
4021 * libxml.h: new header used only for the compilation of libxml
4022 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
4023 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
4024 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
4025 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
4026 xmlmemory.c xpath.c xpointer.c: libxml.h integration
4027 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
4028 baseline (version 1.2 plus a single patch).
4029 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
4030 scientific notation for numbers. Tests added.
4031 * xpath.c: formatting of numbers changed to use sprintf
4032 (contribution from William Brack)
4033
Daniel Veillard34b1b3a2001-04-21 14:16:10 +00004034Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4035
4036 * valid.c: cleanup, more useful debugging
4037 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
4038 * xmlIO.c: entity loading is printed as an error when validating
4039
Daniel Veillard1c14b8d2001-04-21 10:28:59 +00004040Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4041
4042 * valid.c: fixed to validate within entities
4043 * test/VCM/v22.xml: added a specific testcase
4044
Daniel Veillardca1f1722001-04-20 15:47:35 +00004045Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4046
4047 * valid.c: forgot an epsilon transition in for ()+
4048 * test/VCM/v21.xml : added a specific test case
4049
Daniel Veillard85349052001-04-20 13:48:21 +00004050Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4051
4052 * valid.c: removed a state explosion exhibited by RSS
4053 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
4054 from bug #51872
4055
Daniel Veillarddab4cb32001-04-20 13:03:48 +00004056Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4057
4058 * valid.[ch] tree.h: worked *hard* to get non-determinist content
4059 validation without using an ugly NFA -> DFA algo in the source.
4060 Made a specific algorithm easier to maintain, using a single
4061 stack and without recursion.
4062 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
4063 * hash.c: made the growing routine static
4064 * tree.h parser.c: added the parent information to an
4065 xmlElementContent node.
4066
Daniel Veillarde470df72001-04-18 21:41:07 +00004067Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4068
4069 * SAX.c parser.c xpath.c: generating IDs when not validating
4070 from an external parsed entity was poisoning the ID has table
4071 with removed values. This was killing XSLT on the KDE help
4072 browser.
4073
Daniel Veillardceacdd92001-04-18 15:10:35 +00004074Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4075
4076 * entities.h: andrew@ugh.net.au detected a double declaration
4077
Daniel Veillarda10efa82001-04-18 13:09:01 +00004078Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4079
4080 * debugXML.c hash.c tree.h valid.c : some changes related to
4081 the validation suport to improve speed with DocBook
4082 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
4083 the way validation errors get reported
4084
Daniel Veillard1ed3f882001-04-18 09:45:35 +00004085Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4086
4087 * HTMLparser.c HTMLtree.c: applied part of the patches provided
4088 by P C Chow and William M. Brack for XSLT HTML output
4089
Daniel Veillard2d90de42001-04-16 17:46:18 +00004090Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4091
4092 * xmlversion.h.in win32config.h win32/libxml2/*: applied
4093 Igor Zlatkovic patches for MSC compilation and added his
4094 updates
4095
Daniel Veillarde043ee12001-04-16 14:08:07 +00004096Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4097
4098 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
4099 prefix lookup.
4100 * parserInternals.c: fixed the bug reported by Morus Walter
4101 due to an off by one typo in xmlStringCurrentChar()
4102
Daniel Veillarda3bfca52001-04-12 15:42:58 +00004103Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4104
4105 * HTMLparser.c result/HTML/*: revamped the way the HTML
4106 parser handles end of tags or end of input
4107
Daniel Veillard82daa812001-04-12 08:55:36 +00004108Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4109
4110 * tree.[ch] : added xmlDocCopyNode for gdome2 support
4111
Daniel Veillard67a21302001-04-11 14:39:16 +00004112Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4113
4114 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
4115 bug where the linktime verions of free() won't work ...
4116
Daniel Veillard27b55282001-04-11 12:22:25 +00004117Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4118
4119 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
4120
Daniel Veillardafc73112001-04-11 11:51:41 +00004121Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4122
4123 * doc/xml.html: added 2.3.6 release
4124
Daniel Veillardbdb9ba72001-04-11 11:28:06 +00004125Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4126
4127 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
4128 * result/wml.xml: resulted in a small output change
4129
Daniel Veillardd2f3ec72001-04-11 07:50:02 +00004130Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4131
4132 * tree.c: xmlNewDoc was missing the charset initialization
4133 * xmllint.c: added --auto to autogenerate a doc, allow to
4134 reproduce the problem fixed on xmlNewDoc
4135
Daniel Veillard1731d6a2001-04-10 16:38:06 +00004136Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4137
4138 * xpath.c: trying to get 52979 solved
4139 * tree.c result/ result/noent/: trying to get 52712 solved, this
4140 also made me clean up the fact that XML output in general should
4141 not add formating blanks by default, this changed the output of
4142 a few tests
4143
Daniel Veillard73639a72001-04-10 14:31:39 +00004144Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4145
4146 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
4147
Daniel Veillardfac26a12001-04-08 13:08:14 +00004148Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4149
4150 * configure.in: finally released 2.3.6
4151
Daniel Veillard911f49a2001-04-07 15:39:35 +00004152Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4153
4154 * xpath.c: checking for null pointer generated by new code
4155
Daniel Veillardd8df6c02001-04-05 16:54:14 +00004156Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4157
4158 * xpath.c: fixed a [] evaluation problem reported
4159 * test/XPath/tests/simpleaddr: extended test
4160 * result/XPath/simpleaddr: updated result
4161
Daniel Veillard3b2c2612001-04-04 00:09:00 +00004162Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4163
4164 * xmllint.c: Dan Timis reported a portability problem
4165 on Macs without mmap, fixed it.
4166
Daniel Veillardb38bd552001-04-03 18:22:00 +00004167Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4168
4169 * testXPath.c : added a --tree option allowing to display the
4170 tree dump of the XPath expression
4171
Daniel Veillard4dd93462001-04-02 15:16:19 +00004172Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4173
4174 * xpath.c: fixed a memleak when comparing nodesets
4175 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
4176 * tree.c: added a TODO
4177
Daniel Veillard92ad2102001-03-27 12:47:33 +00004178Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4179
4180 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
4181 we need string functions
4182 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
4183 to be able to use them where needed. Applied some changes
4184 to reduce name linking pollution and compile in only what's
4185 needed.
4186 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
4187 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
4188 for the string manipulation functions
4189 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
4190 to the free() function of xmlmemory.c
4191 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
4192 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
4193 usage.
4194
4195
Daniel Veillard2be30642001-03-27 00:32:28 +00004196Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4197
4198 * error.c: applied the context output patch of the error
4199 handling submitted by Chuck Griffith
4200 * error/VC/*: this slightly change some error logs
4201
Daniel Veillard50582112001-03-26 22:52:16 +00004202Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4203
4204 * parser.c: fixed line number reporting on error
4205
Daniel Veillard04be4f52001-03-26 21:23:53 +00004206Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4207
4208 * parser.c: Sullivan and Darin found a parser bug,
4209 applied the patch.
4210
Daniel Veillardc86a4fa2001-03-26 16:28:29 +00004211Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4212
4213 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
4214 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
4215 xmlversion.h.in xpointer.c: of course the way I defined
4216 UNUSED breaks on old gcc version. Try to be smart and
4217 also define it directly in xmlversion.h
4218 * configure.in: removed -ansi flag from the pedantic set
4219
4220Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +00004221 Huge cleanup, I switched to compile with
4222 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
4223 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
4224 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
4225 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
4226 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
4227 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
4228 encoding.h entities.c error.c list.[ch] nanoftp.c
4229 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
4230 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
4231 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
4232 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
4233 Cleanup, staticfied a number of non-exported functions,
4234 detected and cleaned up a dozen of problem found this way,
4235 avoided a lot of public function name/typedef/system names clashes
4236 * doc/xml.html: updated
4237 * configure.in: switched private flags to the really pedantic ones.
4238
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +00004239Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4240
4241 * configure.in: 2.3.5
4242 * doc/html/*: rebuilt the docs
4243
Daniel Veillard146c9122001-03-22 15:22:27 +00004244Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4245
4246 * parser.c: fixed a reported bug in NOTATION parsing
4247 * uri.c: accepted but not fixed bug 51876, added TODO
4248 * Makefile.am: fixed bug 51876
4249
Daniel Veillarda5f013b2001-03-22 12:44:45 +00004250Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4251
4252 * config.h.in configure.in error.c: fix a compilation problem
4253 on platforms without vsnprintf (xml@thewrittenword.com)
4254
Daniel Veillarde020c3a2001-03-21 18:06:15 +00004255Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4256
4257 * parser.c: fixed a function name header typo
4258 * SAX.c: notations can also occur in external subset.
4259
Daniel Veillard7d42b542001-03-20 13:22:46 +00004260Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4261
4262 * error.c: removed a C++ like comment
4263
Daniel Veillard0b6b55b2001-03-20 11:27:34 +00004264Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4265
4266 * parser.c: fixing bug 52299 strange condition leading
4267 to a parser crash due to a buffer overflow
4268 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
4269 added the specific test case
4270
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +00004271Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4272
4273 * xpath.[ch]: still a lot of cleanup based on XSLT, added
4274 xmlXPathConvert{String,Number,Boolean} to be able to make
4275 type casts without a context stack, fixed some implementation
4276 problems related to the absence of context at parse-time,
4277 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
4278 in the public API too
4279 * xpointer.c xpathInternals.h: we need to know at parse time
4280 whether we are compiling an XPointer
4281
Daniel Veillardafcbe1c2001-03-19 10:57:13 +00004282Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4283
4284 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
4285 cleaned up the parser internals, refactored XPath code, added
4286 new compilation based APIs and cleanly separated public and
4287 private APIs.
4288
Daniel Veillardd007d6c2001-03-19 00:01:07 +00004289Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4290
4291 * xpath.h: the comp field must be added at the end to avoid
4292 killing binary compat.
4293
Daniel Veillard9e7160d2001-03-18 23:17:47 +00004294Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4295
4296 * Makefile.am: detect XPath memleaks in regreson tests
4297 * error.c: fixed and error w.r.t. error reporting still using
4298 stderr
4299 * hash.c: added new line at end of file
4300 * tree.h: minor cleanup
4301 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
4302 expression parsing from evaluation, resulted in a number of
4303 changes internally, and in XPointer. Likely to break stuff
4304 using xpathInternals.h but should remain binary compatible,
4305 new interfaces will be added.
4306
Daniel Veillardd574f782001-03-14 19:40:17 +00004307Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4308
4309 * configure.in: fixed a couple of problems reported by
4310 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
4311 without gcc on non linux platforms.
4312
Daniel Veillard0a6c3582001-03-14 19:15:37 +00004313Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4314
4315 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
4316 a fix for --with-html-dir= configure support. I hope it won't
4317 break rpm generation
4318
Daniel Veillarda022fe02001-03-14 16:30:00 +00004319Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4320
4321 * xmlIO.c: one function comment cleanup.
4322
Daniel Veillard25239c12001-03-14 13:56:48 +00004323Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4324
4325 * SAX.c: external subset notations were improperly registered
4326 in the internal subset.
4327
Daniel Veillard2c4754f2001-03-13 09:31:12 +00004328Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4329
4330 * README.cvs-commits: added, pointing to HACKING
4331 * HACKING: updated
4332
Daniel Veillard82ab81e2001-03-12 21:11:21 +00004333Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4334
4335 * parser.c: and Matt Sergeant found one in the XML push
4336 parser (erroneous check I forgot to remove when I fixed the
4337 main parser).
4338
Daniel Veillard68d7b672001-03-12 18:22:04 +00004339Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4340
4341 * xpath.c: ptittom found a small bug in UnaryExpr
4342
Daniel Veillarde356c282001-03-10 12:32:04 +00004343Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4344
4345 * configure.in: bumped to 2.3.4
4346 * error.c: fixed bug #51860
4347 * tree.c: fixed bug #51861
4348 * valid.c: cleanup, more debug, failed to fix one bug crap ...
4349 * tree.[ch] : added xmlDefaultBufferSize
4350 * nanoftp.c: typo in function name header block
4351 * doc/xml.html : updated, added link to XML::LibXSLT
4352 * doc/html/* : rebuilt the docs
4353
Daniel Veillard80f32572001-03-07 19:45:40 +00004354Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4355
4356 * parser.c SAX.c: the new content parsing code raised an
4357 ugly bug in the characters() SAX callback. Found it
4358 just because of strangeness in XSLT XML Rec ouptut :-(
4359
Daniel Veillard6c831202001-03-07 15:57:53 +00004360Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4361
4362 * Makefile.am: Martin Baulig suggested to add -lm
4363 * tree.c: found another bug in xmlNodeGetContent()
4364
Daniel Veillard4af6b6e2001-03-06 08:33:38 +00004365Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4366
4367 * xpath.c: Bjorn found the error related to strictness of comparison.
4368
Daniel Veillard29631a82001-03-05 09:49:20 +00004369Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4370
4371 * parser.c: trying to fix the Dtd parsing problem reported
4372 by Gary, side effect of last week speed optimizations.
4373
Daniel Veillard14be0a12001-03-03 18:50:55 +00004374Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4375
4376 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
4377 * parserInternals.c: removed unneeded test raised by Stric
4378
Bjorn Reesee1dc0112001-03-03 12:09:03 +00004379Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
4380
4381 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
4382 and fixed by William Brack). Added xmlXPathFormatNumber.
4383 Changed the sorting slightly.
4384 * configure.in Makefile.am example/Makefile.am: Added -lm.
4385 Please note that applications linking with libxml2, must
4386 also like with the math library from now on.
4387
Daniel Veillardf9533d12001-03-03 10:04:57 +00004388Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4389
4390 * HTMLparser.c: fixed loop reported by Marc Sanfacon
4391
Daniel Veillard2f362242001-03-02 17:36:21 +00004392Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4393
4394 * parser.c: one must report spaces even if the Dtd element
4395 content proves that this is not part of the element content.
4396 * result/valid/*.xml: this changed the ouptu slightly
4397
Daniel Veillardb402c072001-03-01 17:28:58 +00004398Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4399
4400 * configure.in: bumped to 2.3.3
4401 * doc/xml.html: updated
4402
Daniel Veillard77851712001-02-27 21:54:07 +00004403Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4404
4405 * tree.c: minor doc fix
4406 * xpath.c: deallocation issues when a result tree has been
4407 converted to a node-set
4408
Daniel Veillardec70e912001-02-26 20:10:45 +00004409Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4410
4411 * doc/xml.html: oops corrected dates s/2000/2001
4412
Daniel Veillard8730c562001-02-26 10:49:57 +00004413Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4414
4415 * valid.c: new patch from Gary Pennington
4416
Daniel Veillard91e9d582001-02-26 07:31:12 +00004417Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4418
4419 * doc/xml.html: applied patch from Ankh
4420
Daniel Veillardedac3c92001-02-26 01:36:19 +00004421Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4422
4423 * xinclude.c: fixed a problem building on Mac
4424
Daniel Veillard21a0f912001-02-25 19:54:14 +00004425Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4426
4427 * parser.c: more work on increasing parsing ferformances
4428
Daniel Veillard48b2f892001-02-25 16:11:03 +00004429Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4430
4431 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
4432 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
4433 avoiding memcpy in production builds MEM_CLEANUP macro use
4434 * parser.[ch] parserInternals.c: optimizations of the tightest
4435 internal loops inside the parser. Better checking of I/O
4436 flushing/loading conditions
4437 * xmllint.c : added --timing
4438
Daniel Veillard71681102001-02-24 17:48:53 +00004439Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4440
4441 * configure.in: bumped to 2.3.2
4442 * doc/xml.html: updated for release
4443
Daniel Veillardbbd51d52001-02-24 03:07:03 +00004444Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4445
4446 * xpath.c: found a memleak and fixed a nasty bug
4447
Daniel Veillardf7cd4812001-02-23 18:44:52 +00004448Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4449
4450 * xmllint.[c1] : added return code errors for xmllint
4451 * xpath.c: specific debug dump function for result value trees
4452
Daniel Veillard4b637072001-02-21 21:52:55 +00004453Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4454
4455 * xpath.c: finally implemented xmlXPathCompareNodeSets
4456 * test/XPath/expr/floats results/XPath/expr/floats: added
4457 a test for float expressions
4458
Daniel Veillardf714aa32001-02-21 03:07:44 +00004459Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4460
4461 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
4462 * parserInternals.[ch]: trying to speed up parsing
4463 * xpath.c : speeded up node set equality op
4464
Daniel Veillarde0c3a622001-02-19 18:05:20 +00004465Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4466
4467 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
4468 better handling of ID/IDREF and the list modules associated
4469 * configure.in: small CFLAGS cleanup
4470
Daniel Veillarda8abee62001-02-19 15:14:59 +00004471Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4472
4473 * configure.in: fixed iconv detection on AIX (stric)
4474
Daniel Veillardbca64ef2001-02-19 22:20:01 +00004475Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +00004476
4477 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
4478
Bjorn Reesefd9b09b2001-02-18 16:51:25 +00004479Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
4480
4481 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
4482 and optimized xmlXPathNodeSetSort
4483
Daniel Veillard142adbf2001-02-17 13:21:05 +00004484Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4485
4486 * xpath.c: bug fix when context size is 0
4487 * parser.c: I like Norm's Dtd because they still manage to break
4488 the parser occasionally
4489
Daniel Veillardf23e0092001-02-16 13:21:29 +00004490Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4491
4492 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
4493
Daniel Veillarde0e26512001-02-16 00:11:46 +00004494Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4495
4496 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
4497 attributes within the XML-1.0 namespace
4498
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +00004499Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4500
4501 * xpathInternals.h: exported a few axis functions
4502 * doc/xml.html: updated the doc
4503
Daniel Veillard760f4422001-02-15 14:59:48 +00004504Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4505
4506 * configure.in: applied patch from Daniel van Balen for OpenBSD
4507 and bumped version to 2.3.1
4508 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
4509 attempt to find autoclosing was simply broken, removed it,
4510 updated the examples, this is better
4511
Daniel Veillardd194dd22001-02-14 10:37:43 +00004512Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4513
4514 * hash.[ch]: added Paolo Casarini patch to provide Delete from
4515 hash functionnalities.
4516 * doc/html/* : rebuild the doc
4517
Daniel Veillardf41fbbf2001-02-13 17:05:35 +00004518Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4519
4520 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
4521 on predicate
4522 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
4523 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
4524 really want to have tags closed on output even if we accept
4525 unclosed ones on input
4526
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +00004527Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4528
4529 * xpath.c: ouch don't free NULL, rare case fixed
4530 * tree.c: don't coalesce text nodes if they don't have the
4531 same behaviour wrt escaping on output
4532
Daniel Veillardd12b69d2001-02-11 20:17:31 +00004533Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4534
4535 * xpath.c: small fixup
4536 * SAX.c: don't warn on empty namespaces.
4537
Daniel Veillard6a2e4062001-02-08 10:31:33 +00004538Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4539
4540 * README: a bit of cleanup
4541 * configure.in: preparing for 2.3.0 release
4542
Daniel Veillard1f83d392001-02-08 09:37:42 +00004543Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4544
4545 * hash.[ch]: added a first version of xmlHashSize()
4546 * valid.c: another bug fix from Gary Pennington
4547
Daniel Veillard5eef6222001-02-07 18:24:48 +00004548Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4549
4550 * valid.c: couple of bug fixes pointed by Gary Pennington
4551 * HTMLtree.c: #if 0 cleanup
4552
Daniel Veillard2c257ec2001-02-06 13:29:07 +00004553Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4554
4555 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
4556 which removes a time consuming check of xmlXPathNodeSetAdd()
4557 and use it in places where we are sure to not break unicity
4558
Daniel Veillard0f2a53c2001-02-05 17:57:33 +00004559Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4560
4561 * xpath.c: bug fixes found from XSLT
4562 * tree.c: preserve node->name special values when copying nodes.
4563 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
4564 external subset are fetched when available but without full
4565 validation. Added xmlLoadExtDtdDefaultValue, need a function.
4566 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
4567 output with encoding disabled.
4568
Daniel Veillard2c833b62001-02-03 08:52:06 +00004569Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4570
4571 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
4572 xmlCheckFilename should not be called from xmlFileOpenW
4573 and xmlGzfileOpenW
4574
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +00004575Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4576
4577 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
4578 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
4579 added the new tests for URI normalization
4580 * testURI.c: fixed stoopid bugs
4581 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
4582 the URI in the error messages are now properly normalized
4583
Daniel Veillardea28ce62001-02-02 08:20:19 +00004584Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4585
4586 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
4587
Daniel Veillarde99a4762001-02-01 04:34:35 +00004588Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4589
4590 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
4591
Daniel Veillard2b325a02001-01-31 20:46:31 +00004592Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4593
4594 * xpath.c: fixed mod operator
4595
Daniel Veillardde55cf62001-01-31 15:53:13 +00004596Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4597
4598 * parser.c: fixed xmlStrcat doc
4599 * tree.c: 2 fixes form Anders Carlson for copying nodes and
4600 trees.
4601
Daniel Veillard2f913b72001-01-31 13:23:49 +00004602Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4603
4604 * xpath.c result/XPath/tests/chaptersbase
4605 result/XPath/tests/simplebase: fixed XPath node()
4606 * tree.c: small fix in xmlNewNs()
4607 * Makefile.am: removed extraneous xml2Conf.sh rule
4608
Daniel Veillardb42042b2001-01-28 07:40:36 +00004609Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4610
4611 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
4612 Changed the library name, in order to get libxml-devel and
4613 libxml2-devel to coexist on a single system
4614 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
4615 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
4616
Daniel Veillardee0a4662001-01-27 18:59:33 +00004617Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4618
4619 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
4620 libxml2-devel installable in // as libxml-devel.
4621
Daniel Veillard5eb05942001-01-27 17:50:22 +00004622Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4623
4624 * doc/Makefile.am: fixed make rebuild in doc
4625 * doc/html/*.html: rebuilt the docs
4626
Daniel Veillard65c295d2001-01-26 09:32:39 +00004627Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4628
4629 * tree.c: patch from Bjorn Reese on xmlBufferCCat
4630
Daniel Veillard8e199902001-01-25 18:54:39 +00004631Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4632
4633 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
4634 the HTML doc to go into the -devel RPM ...
4635 * aclocal.m4 config.h.in: some updates due to auto* magic
4636
Daniel Veillard93086662001-01-25 18:13:04 +00004637Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4638
4639 * xpath.h: added a hook in the context structure allowing to
4640 link to extra support, needed for XSLT
4641
Daniel Veillardf17e09b2001-01-25 13:55:35 +00004642Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4643
4644 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
4645 xmlXPtrCmpPoints to use it.
4646 * propagated the following patch from Alejandro Forero
4647 * include/win32config.h xmlIO.c: applied further suggestions
4648 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
4649 * example/gjobread.c: fixed warnings, now that it builds
4650
4651Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
4652
4653 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
4654
4655 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
4656 filename points to a valid file (not a directory).
4657 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
4658 Added calls to xmlCheckFilenameDir.
4659
4660 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
4661 `path' (rather than `filename') as the parameter to gzopen and open.
4662
Daniel Veillard48177c22001-01-23 15:27:41 +00004663Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4664
4665 * Makefile.am: fixed a problem with EXTRA_DIST
4666
Daniel Veillardb83ba402001-01-22 22:45:10 +00004667Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4668
4669 * Makefile.am example/Makefile.am: finally found the trick
4670 to build the example, i.e. add "." in SUBDIRS before example
4671 in the list <grin/>
4672
Daniel Veillard82687162001-01-22 15:32:01 +00004673Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4674
4675 * doc/xml.html: updated with an XSLT section, removed pointer to
4676 W3C CVS base.
4677
Daniel Veillard8a7642f2001-01-22 10:45:16 +00004678Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4679
4680 * xpath.c: when copying a XSLT tree object teh tree need to be copied
4681 too, and deallocation need to occur the same way.
4682
Daniel Veillarde4566462001-01-22 09:58:39 +00004683Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4684
4685 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
4686 type correponding to an XSLT result tree fragment. Share most
4687 of the data format with node set, as well as operators.
4688 * HTMLtree.c: added a newline at the end of the doctype output
4689 whe this one is not present initially.
4690 * tree.c: make sure taht the parent and doc pointers are properly
4691 set when copying attributes (lists).
4692
Daniel Veillard701c7362001-01-21 09:48:59 +00004693Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4694
4695 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
4696
Daniel Veillard5a2b6972001-01-20 21:15:50 +00004697Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4698
4699 * xpath.c: seems I finally killed that ugly path evaluation
4700 context bug (tagged 9999 in case is is wrong)
4701
Daniel Veillard8f4d9752001-01-19 05:32:34 +00004702Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4703
4704 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
4705 for XSLT
4706
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +00004707Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4708
4709 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
4710 for xmlGzfileOpen() bug
4711
Daniel Veillardf6eea272001-01-18 12:17:12 +00004712Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4713
4714 * xpath.c: removed an error found by XSLT usage
4715 * tree.c parserInternals.h: use a predefined static string
4716 for text and comment nodes, avoid freeing them in xmlFreeNode,
4717 exported the string name in parserInternals.h and added
4718 another value to disable encoding at output (for XSLT),
4719 gain memory, time.
4720
Daniel Veillard8f2cc572001-01-17 08:19:35 +00004721Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4722
4723 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
4724 win32/libxml2/libxml2_so.dsp: new makefiles and update
4725 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
4726
Daniel Veillardf831bfb2001-01-16 17:26:04 +00004727Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4728
4729 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
4730 Gary Pennington
4731
Daniel Veillard389e6b72001-01-15 19:41:13 +00004732Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4733
4734 * xpath.c: fixed the comaprision of values and nodelists,
4735 need to compare nodelist still ...
4736 * debugXML.c: avoided a possible core dump
4737 * HTMLparser.c: cleanup
4738 * nanohttp.c: contributed fix.
4739 * tree.c: fixes in properties handling added xmlSetNsProp
4740 needed by libxslt
4741 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
4742 comment
4743 * TODO: updated
4744
Daniel Veillard167bd532001-01-06 21:09:34 +00004745Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4746
4747 * parser.c parserInternals.c: applied Bjorn Reese optimization
4748 patch
4749
4750Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4751
4752 * Makefile.am: applied patch fro make check from Martin Vidner
4753
Daniel Veillard503b8932001-01-05 06:36:31 +00004754Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4755
4756 * configure.in: preparing 2.2.11
4757 * doc/html/*: rebuild the HTML files
4758 * doc/xml.html : updated
4759
Daniel Veillardc2f4df22001-01-04 14:06:39 +00004760Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4761
4762 * tree.c: fixed a stupid bug
4763 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
4764 patches related to validation of an XInclude processing result
4765 * TODO: updated
4766
Daniel Veillarde2488192001-01-04 10:54:22 +00004767Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4768
4769 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
4770 on large files
4771
Daniel Veillardf060a412001-01-03 20:52:44 +00004772Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4773
4774 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
4775
Daniel Veillard45cff692001-01-03 18:02:04 +00004776Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4777
4778 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
4779 reported by Jonas Borgström
4780 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
4781
Daniel Veillard08108982001-01-03 15:24:58 +00004782Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4783
4784 * testXPath.c xpath.c: fixing the XPath union expressions problem
4785 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
4786
Daniel Veillard4a6845d2001-01-03 13:32:39 +00004787Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4788
4789 * xmllint.c: Made is so if the file name is "-" is will read form
4790 standard input. Sven Heinicke <sven@zen.org>
4791 * tree.c: fixed a problem when growing buffer
4792 * tree.h: fixed the comment of the node types following andersca
4793 comment
4794 * TODO: updated
4795
Daniel Veillarda6d8eb62000-12-27 10:46:47 +00004796Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4797
4798 * HTMLparser.[ch]: added a way to avoid adding automatically
4799 omitted tags. htmlHandleOmittedElem() allows to change the
4800 default handling.
4801 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
4802 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
4803 of xmllint too when using --memory flag, added a memory test
4804 suite at the Makefile level.
4805 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
4806 with namespace use when encountering QNames in XPath evalation,
4807 added xmlns() scheme in XPointer.
4808 * nanoftp.c : incorporated a fix
4809 * parser.c xmlIO.c: fixed problems raised with encoding when using
4810 the memory I/O
4811 * parserInternals.c: closed bug 25934 reported by
4812 torsten.landschoff@innominate.de
4813 * TODO: updated
4814
Daniel Veillarda1fe9102000-11-25 10:49:25 +00004815Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4816
4817 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
4818 on a non-updated tree :-(, made a 2.2.10 release to correct the
4819 situation
4820
Daniel Veillardce6e98d2000-11-25 09:54:49 +00004821Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4822
4823 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
4824 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
4825 integrated a set of OpenVMS changes from Howard Taylor
4826 <Howard.Taylor@pacoast.com>
4827
Daniel Veillard58770e72000-11-25 00:48:47 +00004828Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4829
4830 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
4831 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
4832
Daniel Veillardf62ceff2000-11-24 23:36:01 +00004833Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4834
4835 * HTMLparser.c: some fixes on auto-open of html/head/body
4836 * encoding.c: fixed a compilation error on some gcc env
4837 * xpath.c xpointer.[ch] xpathInternals.h: improved the
4838 XPointer implementation
4839 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
4840 related XPointer tests and associated results
4841
Daniel Veillard300f7d62000-11-24 13:04:04 +00004842Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4843
4844 * doc/xmldtd.html doc/xml.html: following a short step by step
4845 guidance on IRC to help maciej with DTDs I started a small
4846 page on the subject.
4847
Daniel Veillard748e45d2000-11-17 16:36:08 +00004848Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4849
4850 * HTMLparser.c: fixed handling of broken charrefs
4851 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
4852 patches
4853
Daniel Veillard28929b22000-11-13 18:22:49 +00004854Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4855
4856 * doc/xml.html doc/html/* : rebuilt the docs after adding
4857 xinclude and updated page for 2.2.7 and 2.2.8
4858 * configure.in: releasing 2.2.8
4859
Daniel Veillard41e06512000-11-13 11:47:47 +00004860Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4861
4862 * parser.[ch] parserInternals.c: applied the conditional
4863 section processing fix from Jonathan P Springer
4864 <jonathan.springer2@gte.net>
4865 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
4866 project file, fixed iconv default non support
4867 * xpath.c: fixed the problem of evaluating relative expressions
4868 when a node context is provided.
4869
Daniel Veillardbf432752000-11-12 15:56:56 +00004870Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4871
4872 * nanoftp.c: fixed gcc 2.95 new warnings
4873 * SAX.c: fixed a stupid bug
4874 * tree.c: fixed a formatting problem when round-tripping
4875 from/to memory
4876 * xinclude.c: chased memleak, fixed a base problem
4877 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
4878 xmlXPtrBuildNodeList()
4879 * TODO: updated
4880 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
4881 adding a first small set of regression tests for XInclude
4882
Daniel Veillardc2def842000-11-07 14:21:01 +00004883Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4884
4885 * nanohttp.[ch]: applied Wayne Davison patches to access
4886 the WWW-Authorization header.
4887 * parser.c: Closed Bug#30847: Problems when switching encoding
4888 in short files by applying Simon Berg's patch.
4889 * valid.c: fixed a validation problem
4890 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
4891 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
4892 Wayne Davison
4893 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
4894 need to be extended to non full nodes selections.
4895 * xinclude.c: starts to work decently
4896
Daniel Veillard9e8bfae2000-11-06 16:43:11 +00004897Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4898
4899 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
4900 debugXML.c xmlversion.h.in: Started adding XInclude support,
4901 this is a new xmllint option
4902 * tree.c xpath.c: applied TOM patches for XPath
4903 * xpointer.c: fixed a couple of errors.
4904 * uri.c: added an escaping function needed for xinclude
4905 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
4906 new warning from RH70 gcc's version
4907
Daniel Veillarda4964b72000-10-31 18:23:44 +00004908Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4909
4910 * HTMLparser.c: fixed loop on invalid char in scripts
4911 * parser.c: update to description of xmlIOParseDTD()
4912 * libxml.m4 xmlversion.h.in: changes contributed by
4913 Michael Schmeing <m.schmeing@internet-factory.de>
4914 * configure.in: preparing for 2.2.7
4915 * Makefile.am: trying to avoid config.h and acconfig.h
4916 being included in the distrib
4917 * configure.in: released 2.2.7
4918
4919Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4920
4921 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
4922 like namespaces for good. Unified xmlNs and xmlNode somewhat.
4923
Daniel Veillard01411222000-10-30 15:33:22 +00004924Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4925
4926 * parser.[ch]: added xmlIOParseDTD()
4927 * xpointer.c: added support for the 2 extra parameters of
4928 string-range, fixed a stoopid error when '0' was present
4929 in XPointer expressions
4930 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
4931 testsuite for the above
4932
Daniel Veillard6db58192000-10-30 09:27:53 +00004933Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4934
4935 * libxml.spec.in: improved package descriptions
4936
Daniel Veillarda5db68a2000-10-29 18:06:06 +00004937Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4938
4939 * xpath.c xpathInternals.h: applied a large cleaning patch
4940 from TOM <ptittom@free.fr>, it also add namespace support
4941 for function and variables registration.
4942
Daniel Veillardbd20df72000-10-29 17:53:40 +00004943Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4944
4945 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
4946 * Makefile.mingw: Wayne Davison's update adding hash.c
4947
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +00004948Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4949
4950 * xpath.c: fixed the root evaluation problems
4951 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
4952 ignorable spaces with <b> <bold> <em>
4953 * tree.c: fixed a loop in xmlSearchNsByHref()
4954
Daniel Veillard767662d2000-10-27 17:04:52 +00004955Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4956
4957 * xpath.c: applied another XPath patch from TOM
4958 * xpath.c include/makefile.am: applied another patch from
4959 china@thewrittenword.com (cleanup on IRIX).
4960
Daniel Veillard211cc0a2000-10-27 11:49:33 +00004961Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4962
4963 * xml-config.1: received a fixed version from Fredrik Hallenberg
4964 <hallon@lysator.liu.se>
4965
Daniel Veillardf6bf9212000-10-26 14:07:44 +00004966Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4967
4968 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
4969 cleanup patch for XPath
4970
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +00004971Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4972
4973 * patched to redirrect all "out of context" error messages to
4974 a reconfigurable routine. The changes are:
4975 * xmlerror.h : added the export of an error context type (void *)
4976 an error handler type xmlGenericErrorFunc there is an interface
4977 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
4978 to reset the error handling routine and its argument
4979 (by default it's equivalent to respectively fprintf and stderr.
4980 * all the c files: all wild accesses to stderr or stdout within
4981 the library have been replaced to calls to the handler.
4982
Daniel Veillard29a11cc2000-10-25 13:32:39 +00004983Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4984
4985 * configure.in: release 2.2.6
4986 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
4987 exporting the inner functions of xpath for extension modules
4988 * doc/*: updated and rebuilt the doc
4989
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +00004990Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4991
4992 * nanohttp.c : applied Wayne HTTP cleanup patch
4993 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
4994 and xmlNodeSetSpacePreserve()
4995
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +00004996Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
4997
4998 * xpath.c: closing bug #29260
4999
Daniel Veillard126f2792000-10-24 17:10:12 +00005000Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5001
5002 * hash.[ch] debugXML.c: expanded/enhanced the API, added
5003 multikey tuples, made hash structure opaque
5004 * valid.[ch]: moved elements, attributes, notations decalarations
5005 as well as ID and refs to hash tables.
5006 * entities.c: hash cleanup
5007 * xmlmemory.c: fixed a dump problem in debug mode
5008 * include/Makefile.am: problem passing in DESTDIR= values patch
5009 from Marc Christensen <marc@calderasystems.com>
5010 * nanohttp.c: removed debugging remains
5011 * HTMLparser.c: the bogus tag should be ignored (Wayne)
5012 * HTMLparser.c parser.c: fixing a number of problems with the
5013 macros in the *parser.c files (Wayne).
5014 * HTMLparser.c: close the previous option when opening a new one
5015 (Marc Sanfacon).
5016 * result/HTML/*: updated the HTML results accordingly
5017
Daniel Veillard52afe802000-10-22 16:56:02 +00005018Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5019
5020 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
5021 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
5022 XPath functions and XML entities table to them. More to come...
5023 * xmlIO.c: fixed libxml closing FILEs it didn't open.
5024
Daniel Veillard683cb022000-10-22 12:04:13 +00005025Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5026
5027 * tree.c: coalesce adjacent text nodes
5028 * valid.c: handling of blank nodes in DTd validation (raised
5029 by problems with a posteriori validation).
5030 * nanohttp.c: changing behaviour on HTTP write stuff.
5031 * HTMLtree.c: forced body and html to be explicitely closed.
5032 * xpath.h: exported more XPath functions.
5033
Daniel Veillard1baf4122000-10-15 20:38:39 +00005034Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5035
5036 * Release of 2.2.5
5037 * xpointer.c: range() range-inside and other helper functions
5038 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
5039
Daniel Veillard47e12f22000-10-15 14:24:25 +00005040Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5041
5042 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
5043 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
5044
Daniel Veillardb732a0e2000-10-15 11:27:01 +00005045Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5046
5047 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
5048 and XPointer modules
5049
Daniel Veillard134c9f32000-10-15 10:27:08 +00005050Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5051
5052 * SAX.h: closed #25107
5053
Daniel Veillard39915622000-10-15 10:06:55 +00005054Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5055
5056 * testSAX.c: fixed problem with cdata reporting
5057 * SAXresult/* : updated
5058
Daniel Veillard1e851392000-10-15 10:02:56 +00005059Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5060
5061 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
5062 Closed bug #27499, added to regression tests
5063 * TODO: updated
5064
Daniel Veillard7eda8452000-10-14 23:38:43 +00005065Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5066
5067 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
5068 support for SCRIPT and STYLE with help from Bjorn Reese
5069 * test/HTML/* result/HTML/*: added simple testcase and updated
5070 the existing ones.
5071
Daniel Veillardff9c3302000-10-13 16:38:25 +00005072Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5073
5074 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
5075 string-range for empty strings
5076 * test/XPath/docs/str test/XPath/xptr/chaptersrange
5077 test/XPath/xptr/strrange: augmented the XPointer testsuite
5078
Daniel Veillard189446d2000-10-13 10:23:06 +00005079Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5080
5081 * doc/xml.html doc/xmlmem.html: added a module describing memory
5082 interfaces and use, updated the main page.
5083
Daniel Veillard2f971a22000-10-12 23:26:32 +00005084Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5085
5086 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
5087 nanoftp code work on Windows too now
5088
5089Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +00005090
5091 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
5092 * xpointer.c: implemented string-range() at least a good first version
5093 * test/XPath/docs/str test/XPath/xptr/strrange
5094 result/XPath/xptr/strrange: the string-range() tests
5095
Daniel Veillardd3c68c42000-10-12 08:06:28 +00005096Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5097
5098 * Makefile.am include/Makefile.am include/win32config.h
5099 win32/Makefile.mingw: fixed problems reported by Wayne Davison
5100 and make distcheck
5101
Daniel Veillard19d61112000-10-11 23:50:35 +00005102Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5103
5104 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
5105 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
5106 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
5107
Daniel Veillardb0426ca2000-10-11 23:39:43 +00005108Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5109
5110 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
5111 patch for socklen_t detection by
5112 Albert Chin-A-Young <china@thewrittenword.com>
5113
Daniel Veillardcd429612000-10-11 15:57:05 +00005114Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5115
5116 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
5117 and added a --dtdvalid option to xmllint used to test it
5118
Daniel Veillard47c02452000-10-11 13:04:36 +00005119Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5120
5121 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
5122 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
5123
Daniel Veillard2d38f042000-10-11 10:54:10 +00005124Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5125
5126 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
5127 handlings (registration, lookup, cleanup)
5128
Daniel Veillardc8df0aa2000-10-10 23:50:30 +00005129Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5130
5131 * configure.in Makefile.am include/makefile.am: adding XPointer
5132 and XPtrtests target
5133 * xpointer.[ch] : new files for XPointer support
5134 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
5135 more XPath tests
5136
Daniel Veillard57fda592000-10-10 23:24:14 +00005137Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5138
5139 * configure.in: fixed, very broken, make distcheck works again
5140
Daniel Veillarde8282ed2000-10-10 23:01:31 +00005141Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5142
5143 * More work toward 2.2.5, integrated a number of patches
5144 * configure.in Makefile.am win32config.h.in: trying to cleanup
5145 make distcheck .... huh ...
5146 * include/Makefile.am include/win32config.h: new directory
5147 for includes
5148 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
5149 updated teh makefiles and instructions for WIN32
5150 * xpath.c: small fixes
5151 * test/XPath/ results/XPath: updated the testcases and results
5152 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
5153 suggested patches
5154 * valid.c: fixed an ID bug
5155
Daniel Veillardb71379b2000-10-09 12:30:39 +00005156Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5157
5158 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
5159 the automake bug where wrong dependancies were generated.
5160 * xpath.[ch]: worked on XPointer
5161
Daniel Veillard7e99c632000-10-06 12:59:53 +00005162Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5163
5164 * configure.in Makefile.am: 2.2.5, ship the include in an
5165 include/libxml subdirectory, use symlinks when using CVS
5166 * testSAX.c: fixed small bug
5167 * testXPath.c: changed the way testfiles are parsed
5168 * debugXML.c: same kind of cleanup when parsing an argument expression
5169 XPath/XPointers can have blanks embedded
5170 * xpath.[ch]: more cleanup, reorgs for XPointer work
5171 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
5172 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
5173
Daniel Veillard55b91f22000-10-05 16:30:11 +00005174Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5175
5176 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
5177 in the XPath engine, rewrote large parts of it, now it's far
5178 cleaner and in sync with the REC not an old WD. Fixed a parsing
5179 problem in the interactive XML shell found when testing XPath.
5180
Daniel Veillardac260302000-10-04 13:33:43 +00005181Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5182
5183 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
5184 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
5185 examples with the extra test
5186
Daniel Veillard7cfce322000-10-04 12:40:27 +00005187Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5188
5189 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
5190 the global init function.
5191
Daniel Veillard970112a2000-10-03 09:33:21 +00005192Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5193
5194 * HTMLparser.c: Doohhh, attribute name parsing was still case
5195 sensitive ! Fixed this ...
5196 * result/HTML/* : updated the tests results accordingly
5197
Daniel Veillard740abf52000-10-02 23:04:54 +00005198Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5199
5200 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
5201 engine, should be far more stable, incorporated a new version of
5202 preceding/following axis, need testing
5203 * uri.c: fixed file:///c:/a/b/c problem
5204 * test/XPath/tests/idsimple: augmented the XPath tests
5205
Daniel Veillard3bff2b02000-10-01 20:33:47 +00005206Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5207
5208 * doc/* rebuilding docs for 2.2.4 release
5209
Daniel Veillard8b5dd832000-10-01 20:28:44 +00005210Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5211
5212 * configure.in: releasing 2.2.4
5213 * parser.[ch]: added xmlStrEqual()
5214 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
5215 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
5216 use xmlStrEqual instead
5217 * TODO: updated
5218 * added an XPath test
5219
Daniel Veillardbc765302000-10-01 18:23:35 +00005220Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5221
5222 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
5223 * entities.h: exported xmlInitializePredefinedEntities
5224 * parser.[ch] : added xmlInitParser()
5225 * parserInternals.h : had to export htmlInitAutoClose()
5226
Daniel Veillardf09e7e32000-10-01 15:53:30 +00005227Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5228
5229 * xpath.[ch] : fixed some serious XPath Predicate evaluation
5230 problems
5231 * Makefile.am : added XPath regression tests to normal tests
5232 * uri.c: fixed a problem with local paths, cleanup
5233 * parser.c: fixed a problem with large CData sections
5234
Daniel Veillardd2ade932000-09-30 14:39:55 +00005235Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5236
5237 * configure.in xml-config.in: patch from "Ben Taylor"
5238 <sol7x86@hotmail.com> for solaris shared libs lookup
5239
Martin Bauligdd7d1f62000-09-29 23:17:57 +000052402000-09-30 Martin Baulig <baulig@suse.de>
5241
5242 * libxml-2.0.pc.in: Provide pkg-config script.
5243
5244 * configure.in: Create the libxml-2.0.pc script from the
5245 libxml-2.0.pc.in templates.
5246 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +00005247 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +00005248
Daniel Veillard4b0755c2000-09-25 14:26:28 +00005249Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5250
5251 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
5252 when compiling with MSC
5253
Daniel Veillard46057e12000-09-24 18:49:59 +00005254Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5255
5256 * xpath.c: patch for normalize-string() substring-before(),
5257 substring-after() and translate() functions from Bjorn Reese
5258 <breese@mail1.stofanet.dk>
5259 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
5260 Fredrik Hallenberg <hallon@lysator.liu.se>
5261 * TODO: updated
5262
Daniel Veillard281f8ff2000-09-24 08:12:14 +00005263Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5264
5265 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
5266 problem of socklen_t being undefined on a number of platforms
5267 * debugXML.c: fixed a compilation problem when without snprintf
5268
Daniel Veillard8ddb5a72000-09-23 10:28:52 +00005269Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5270
5271 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
5272 an URI bug and a fix for the control-character-induced infinite loop
5273 * nanohttp.c: preventive fix for compiling on WIN32
5274
Daniel Veillard64c20ed2000-09-22 16:07:02 +00005275Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5276
5277 * xmlint.c: closing bug #25000
5278
Daniel Veillardb656ebe2000-09-22 13:51:48 +00005279Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5280
5281 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
5282 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
5283 modified slightly Wayne Davison patch adding xmlStrcasecmp and
5284 related function, fixing xmlStrncmp(), and associated cleanup
5285 * result/HTML/entities.html.sax: updating result
5286
Daniel Veillard4fb87ee2000-09-19 12:25:59 +00005287Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5288
5289 * uri.c: applied patch for URI escaping from Wayne Davison
5290 <wayned@blorf.net>
5291 * tree.c parserInternals.c HTMLparser.c: memset checks patches
5292 from Denis Barbier <barbier@imacs.polytechnique.fr>
5293 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
5294 patch from Wayne Davison
5295
Daniel Veillardd5f97f82000-09-17 16:38:14 +00005296Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5297
5298 * doc/xml.html : updated with new releases, adding "how to help"
5299
Daniel Veillard04698d92000-09-17 16:00:22 +00005300Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5301
5302 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
5303 removed a few warnings in pedantic mode ...
5304 * parserInternals.c parser.c: moved encoding switching function
5305 to parserInternals.c
5306 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
5307
Daniel Veillarda2c6da92000-09-16 18:15:00 +00005308Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5309
5310 * HTMLparser.c parser.c: set ctxt->errNo before calling the
5311 error or warning handlers
5312
Daniel Veillardb1059e22000-09-16 14:02:43 +00005313Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5314
5315 * parserInternals.c parserInternals.h parser.c Makefile.am:
5316 created a new module parserInternals.c, moved most of the
5317 code shared by the various parsers there, as well as
5318 deprecated code from parser.c. More cleanup of parser.c
5319 * uri.c: fixed a problem when URI is NULL
5320 * valid.c: speedup when looking for an attribute declaration
5321
Daniel Veillard39c7d712000-09-10 16:14:55 +00005322Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5323
5324 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
5325 the cleanup of the computation of URI references when seeking
5326 external entities. The URI reference string and the resulting
5327 URI are both stored now.
5328 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
5329 large s(n)printf checks and cleanup from Denis Barbier
5330 <barbier@imacs.polytechnique.fr>
5331 * xmlversion.h.in tree.h: couple of SGML declarations for a
5332 possible docbook module.
5333 * result/VC/ : a couple of test output changed due to the change
5334 of the entities URI
5335
Daniel Veillardb513f5a2000-09-10 14:01:12 +00005336Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5337
5338 * parser.h: added a _private field for linking user's data
5339
Daniel Veillarddd477ce2000-09-10 13:23:08 +00005340Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5341
5342 * parser.c parserInternals.h: demacroified most of the IS_XXX
5343 the gain in size is significant so ...
5344
Daniel Veillard4b5b80c2000-09-08 18:54:41 +00005345Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5346
5347 * entities.c: cases where looking up entities with doc==NULL
5348 covered
5349
Daniel Veillard90e11312000-09-05 10:42:32 +00005350Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5351
Daniel Veillard1de50802000-09-07 08:54:32 +00005352 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +00005353 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
5354
Daniel Veillard98a79162000-09-04 11:15:39 +00005355Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5356
Daniel Veillard1de50802000-09-07 08:54:32 +00005357 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +00005358 * test/URI/uri.data result/URI/uri.data: first set of tests/results
5359 * Makefile.in: added URItest and included thenin "make tests"
5360
5361Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +00005362
5363 * xmlversion.h.in: closed bug 22941
5364
Daniel Veillard2bb89092000-08-31 14:57:50 +00005365Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5366
5367 * doc/xmlio.html: added doc and example for entity loader
5368 redefinition.
5369
Daniel Veillard96984452000-08-31 13:50:12 +00005370Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5371
5372 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
5373 used by libxml
5374
Daniel Veillarde715dd22000-08-29 18:29:38 +00005375Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5376
5377 * parser.c: Fixed bug on invalid ontent characters and when using
5378 push.
5379 * xmllint.c: fixed xmllint endling of errors in push mode
5380
Daniel Veillard4948eb42000-08-29 09:41:15 +00005381Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5382
5383 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +00005384 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +00005385 * result/HTML/*.sax: regenerated HTML SAX output
5386 * parser.c: more cleanup.
5387
Daniel Veillarde010c172000-08-28 10:04:51 +00005388Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5389
5390 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +00005391 patches from Wayne Davison <wayned@users.sourceforge.net>,
5392 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +00005393 * HTMLparser.c: fixed an ignorable white space detection bug
5394 occuring when parsing with SAX only
5395 * result/HTML/*.sax: updated since the output is now HTML
5396 encoded...
5397
Daniel Veillard47f3f312000-08-27 22:40:15 +00005398Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5399
Daniel Veillardbbe11b02000-09-23 07:07:40 +00005400 * HTMLparser.[ch]: applied some of Wayne Davison
5401 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +00005402
Daniel Veillarde0854c32000-08-27 21:12:29 +00005403Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5404
5405 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
5406 undeclared namespace prefix was used, added a warning.
5407 Cleaned up support w.r.t. entities, spilling out a warning
5408 and being pedantic on lookups.
5409 * test/warning/ent9 : added testcase for previous example.
5410 * TODO: updated
5411 * parserInternals.h parser.c: changed the way names are parsed
5412 now allow infinite size and decrease penalty for normal use
5413 * parser.c: Started a big cleanup/check of the parser code,
5414 fixed some of the most tortuous entity code, spotted code
5415 unused anymore
5416 * test/*: added tests for very long names and related nasty
5417 things.
5418
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +00005419Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5420
5421 * doc/encoding.html: added encoding aliases doc
5422 * doc/xml.html: updates
5423 * encoding.[ch]: added EncodingAliases functions
5424 * entities.[ch] valid.[ch] debugXML.c: removed two serious
5425 bottleneck affecting large DTDs like Docbook
5426 * parser.[ch] xmllint.c: added a pedantic option, will be
5427 useful
5428 * SAX.c: redefinition of entities is reported in pedantic mode
5429 * testHTML.c: uninitialized warning from gcc
5430 * uri.c: fixed a couple of bugs
5431 * TODO: added issue raised by Michael
5432
Daniel Veillard0d6b1702000-08-22 23:52:16 +00005433Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5434
5435 * doc/encoding.html: propagated Martin Duerst suggestions
5436
Daniel Veillard52402ce2000-08-22 23:36:12 +00005437Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5438
5439 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
5440 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
5441 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
5442 by Wayne Davison
5443
Daniel Veillard2f2bf412000-08-20 15:11:02 +00005444Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5445
5446 * nanoftp.c nanohttp.c: small cleanup
5447 * TODO: updated
5448
Daniel Veillard244ece92000-08-19 20:58:02 +00005449Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5450
5451 * added an old VC testcase and updated title.xml entity
5452
Daniel Veillardb8f25c92000-08-19 19:52:36 +00005453Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5454
5455 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
5456 done on auto-opening of <p> tags and cleanup of SAX output
5457
Daniel Veillard979e55e2000-08-19 16:48:54 +00005458Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5459
5460 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
5461
Daniel Veillard4540be42000-08-19 16:40:28 +00005462Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5463
5464 * doc/xml.html libxml.* structure.*: updated the doc a bit
5465
Daniel Veillard808a3f12000-08-17 13:50:51 +00005466Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5467
5468 * testSAX.c testHTML.c result/HTML/: cleanup of the output
5469 of SAX tests
5470
Daniel Veillard29579362000-08-14 17:57:48 +00005471Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5472
5473 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
5474 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
5475
Daniel Veillard1255ab72000-08-14 15:13:33 +00005476Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5477
5478 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
5479 * testHTML.c: fix core dump on Solaris 2.x systems
5480 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
5481 * result/HTML/*.sax: previous bug fix lead to new results
5482
Daniel Veillard03109292000-08-14 14:58:22 +00005483Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5484
5485 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
5486 * configure.in: added --with-readline=DIR to accept alternate
5487 path for readline include/library
5488 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
5489 for ANSI under HP-UX
5490 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
5491 includes @LIBS@
5492
Daniel Veillard7c29ce22000-08-12 21:20:53 +00005493Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5494
5495 * doc/* : rebuilt the docs
5496 * getting ready for 2.2.2 release
5497
Daniel Veillard87b95392000-08-12 21:12:04 +00005498Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5499
5500 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
5501 and xmlAddFeature()
5502 * tree.[ch]: added xmlAddChildList()
5503 * xmllint.c: MAP_FAILED macro test
5504 * parser.h: added xmlParseCtxtExternalEntity()
5505 * valid.c: applied bug fixes removed warning
5506 * tree.c: added CDATA block to elements content
5507 * testSAX.c: cleanup of output
5508 * testHTML.c: added SAX testing
5509 * encoding.c: better error recovery
5510 * SAX.c, parser.c: fixed one of the external entity processing
5511 of the OASis testsuite
5512 * Makefile.am: added HTML SAX regression tests
5513 * configure.in: bumped to 2.2.2
5514 * test/HTML/ result/HTML: added a few of HTML tests, and added the
5515 SAX results
5516
Daniel Veillard88a172f2000-08-04 18:23:10 +00005517Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5518
5519 * configure.in: patch for HP compiler
5520
55212000-08-04 Sven Heinicke <sven@zen.org>
5522
5523 * xmllint.c: Was coredumping sometimes when the file given didn't
5524 exist.
5525
Daniel Veillard46e370e2000-07-21 20:32:03 +00005526Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5527
5528 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +00005529
Daniel Veillard46e370e2000-07-21 20:32:03 +00005530 when using in memory parsing. Need some cleanup.
5531 * xmllint.c configure.in: added a --memory flag to test memory
5532 parsing
5533
Daniel Veillard36650692000-07-21 15:16:39 +00005534Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5535
5536 * nanohttp.c: fixed socklen_t replacement to unsigned int
5537 * parser.c: fixed a space handdling missing at the end of
5538 production 28 DOCTYPE.
5539 * xmlmemory.c: fixed a stupid bug on the routine to override
5540 allocation functions
5541 * TODO: updated
5542
Daniel Veillarde46e20d2000-07-14 15:02:46 +00005543Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5544
5545 * doc/ regenerated the docs
5546
Daniel Veillard32bc74e2000-07-14 14:49:25 +00005547Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5548
5549 * doc/encoding.html doc/xml.html: added I18N doc
5550 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
5551 improvements, both parser and filters, added ASCII & HTML,
5552 fixed the ISO-Latin-1 one
5553 * xmllint.c testHTML.c: added/made visible --encode
5554 * debugXML.c : cleanup
5555 * most .c files: applied patches due to warning on Windows and
5556 when using Sun Pro cc compiler
5557 * xpath.c : cleanup memleaks
5558 * nanoftp.c : added a TESTING preprocessor flag for standalong
5559 compile so that people can report bugs more easilly
5560 * nanohttp.c : ditched socklen_t which was a portability mess
5561 and replaced it with unsigned int.
5562 * tree.[ch]: added xmlHasProp()
5563 * TODO: updated
5564 * test/ : added more test for entities, NS, encoding, HTML, wap
5565 * configure.in: preparing for 2.2.0 release
5566
Daniel Veillard49703262000-07-10 10:27:46 +00005567Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5568
5569 * nanoftp.c: fixed the way the control connection is handled
5570 * libxml.spec.in: fixed the dependancies and cleanup
5571
Daniel Veillard306be992000-07-03 12:38:45 +00005572Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5573
5574 * doc/xml.html: changed the xmlsoft.org structure, updated the
5575 examples w.r.t. root and childs
5576
Daniel Veillard7d853352000-07-02 18:53:09 +00005577Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5578
5579 * libxml.spec.in: fixed bug #7419, dependancies fouled for libxml-devel
5580
Daniel Veillard365e13b2000-07-02 07:56:37 +00005581Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5582
5583 * HTMLparser.c: Work on character encoding support for the HTML parser
5584 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
5585 * encoding.c: Fixed a potential memleak in the encoding stuff
5586
Daniel Veillardaf743792000-07-01 11:49:28 +00005587Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5588
5589 * doc/FAQ.html doc/Makefile.am : added a FAQ
5590
5591Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +00005592
5593 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
5594 of the HTML parser to force it to not bypass SAX
5595
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00005596Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5597
5598 * win32config.h.in: updated
5599 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
5600 lacks iconv support :-( need to release 2.1.1
5601 * configure.in: release 2.1.1
5602 * HTMLparser: fixed bug #14784
5603 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
5604 by Windows compiler
5605 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
5606 the SAX startDocument() callback.
5607 * TODO: updated
5608
5609Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5610
5611 * added xmlStopParser()
5612
Daniel Veillardbe803962000-06-28 23:40:59 +00005613Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5614
5615 * configure.in: 2.1.0 prerelease
5616 * Large resync between W3C and Gnome tree
5617 * nanoftp, nanohttp.c: fixed stalled connections probs
5618 * HTMLtree.c SAX.c : support for attribute without values in
5619 HTML for andersca
5620 * valid.c: Fixed most validation + namespace problems
5621 * HTMLparser.c: start document callback for andersca
5622 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
5623 * parser.h, SAX.c: serious speed improvement for large
5624 CDATA blocks
5625 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
5626 different encoding
5627 * example/Makefile.am example/gjobread.c tree.h: work on
5628 libxml1 libxml2 convergence.
5629 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
5630 and the LIBXML_TEST_VERSION macro
5631
Daniel Veillardc310d562000-06-23 18:32:15 +00005632Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5633
5634 * doc/xml.html: various patches and improvements typo fixed by
5635 Felix Natter
5636 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
5637 from Felix Natter <fnatter@gmx.net>
5638
Daniel Veillardf3029822000-05-06 08:11:19 +00005639Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5640
5641 * doc/upgrade.html: updated with instructions for support of both
5642 libxml-1.x and libxml-2.x
5643 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
5644 for 2.x support and also fixed includes
5645
5646
Daniel Veillard496a1cf2000-05-03 14:20:55 +00005647Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5648
5649 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
5650 the encoding support, added iconv support, so now libxml if
5651 compiled with iconv automatically support japanese encodings
5652 among others. Work based on initial patch from Yuan-Chen Cheng
5653 I may have broken binary compat in the encoding handler
5654 registration scheme, but that was so utterly broken I don't
5655 expect anybody to have used this feature until now.
5656 * parserInternals.h: fixup on the CHAR range macro
5657 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
5658 code.
5659 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
5660 * uri.c: added xmlParseURI() I can't believe I forgot to
5661 implement this one in 2.0 !!!
5662 * SAX.c: moved doc->encoding update in the endDocument() call.
5663 * TODO: updated.
5664
Daniel Veillard06047432000-04-24 11:33:38 +00005665Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5666
5667 * tree.h: removed extraneous xmlRemoveProp definition
5668 * TODO: added item about --disable-corba configure switch
5669 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
5670 * nanoftp.c: fixed include problems giving troubles on AIX and
5671 slowlaris
5672 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
5673 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
5674 comment and headers changes to lower gtk-doc number of warnings
5675 * doc/html/*: rebuilt docs
5676
Daniel Veillarde0aed302000-04-16 08:52:20 +00005677Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5678
5679 * HACKING: documented the tag for 1.x and instructions
5680
Daniel Veillard5e873c42000-04-12 13:27:38 +00005681Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5682
5683 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
5684 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
5685 xmlCreateIOParserCtxt
5686 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
5687 significant overall improvement
5688 * xmllint.c: added I/O test to xmllint
5689 * testSAX.c: added a speed test
5690 * doc/* : updated/regenerated
5691
Daniel Veillardfc708e22000-04-08 13:17:27 +00005692Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5693
5694 * xpath.c uri.h parserInternals.h: cosmetic changes from
5695 "Timur I. Bakeyev" <timur@bat.ru>, including making
5696 xmlCreateURI() public
5697
Daniel Veillard5d211f42000-04-07 17:00:24 +00005698Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5699
5700 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
5701 and the code at the same time. Added a clean mechanism for
5702 overload or added input methods: xmlRegisterInputCallbacks()
5703 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
5704 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
5705 * TODO: updated
5706 * doc/* : updated/regenerated
5707 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
5708 source dir
5709
Daniel Veillarde77a9182000-04-05 19:12:29 +00005710Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5711
5712 * testURI.c: yet another forgotten commit, I should get some sleep !
5713
Daniel Veillardce8b83b2000-04-05 18:38:42 +00005714Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5715
5716 * xmllint.c: forgot to commit this too ?
5717
Daniel Veillardb9df4042000-04-05 14:23:16 +00005718Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5719
5720 * xmlversion.h.in : forgot to commit this previously
5721
Daniel Veillard361d8452000-04-03 19:48:13 +00005722Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5723
5724 * configure.in: preparing libxml-2.0.0 version looks Ok so far
5725 * README TODO: updated for release
5726 * uri.c uri.h: added authority parsing/saving
5727 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
5728 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
5729 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
5730 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
5731 Makefile.am : added compile-time customization of libxml
5732 --with-ftp --with-http --with-html --with-xpath --with-debug
5733 --with-mem-debug
5734 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
5735 #include <libxml/xxx.h> I hope it won't break too much stuff
5736 and will be manageable in the future...
5737 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
5738 and added xmllint to the installed programs
5739 * uri.h: added xmlFreeURI()
5740
Daniel Veillardec303412000-03-24 13:41:54 +00005741Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5742
5743 * uri.c uri.h: finished the escaping handling, the base support
5744 and the URI path normalization. Looks good just lacks the
5745 authority content parsing code.
5746 * Makefile.am: added instructions to generate testURI
5747 * TODO: updated
5748 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
5749 added links and icons for W3C and Gnome
5750
Daniel Veillard8f621982000-03-20 13:07:15 +00005751Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5752
5753 * xmlmemory.[ch] : seems I forgot to actually update the files in
5754 the last commit :-)
5755 * doc/xml.html doc/html/* : updated and uploaded the docs
5756
Daniel Veillard3dd82e72000-03-20 11:48:04 +00005757Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5758
5759 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
5760 * TODO: updated
5761 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +00005762 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +00005763 gfree).
5764 * Makefile.am, uri.c, uri.h: added a set of functions to do
5765 exact (litteraly copied from the RFC 2396 productions) parsing
5766 and handling of URI. Will be needed for XLink, one XML WFC,
5767 XML Base and reused in the nano[ftp/http] modules. Still work
5768 to be done.
5769
Daniel Veillardedfb29b2000-03-14 19:59:05 +00005770Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5771
5772 * configure.in, libxml.spec.in : libxml2
5773 * doc/* : updated the doc page, rebuilt the docs
5774
Daniel Veillardcf461992000-03-14 18:30:20 +00005775Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5776
5777 * all: tagged LIB_XML_1_X
5778 * *.c *.h : updated from W3C CVS tree
5779 * configure.in : 2.0.0-beta
5780 * libxml.spec.in : libxml2 package nam
5781 * result/* : new version of the tests output
5782
Daniel Veillardf13e1ed2000-03-06 07:41:49 +00005783Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5784
5785 * doc/xml.html, doc/update.html: updated docs, 1.8.7
5786
Daniel Veillardb566ce12000-03-04 11:39:42 +00005787Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5788
5789 * doc/* : rebuilt the docs
5790 * parser.c: final patch on #6766
5791 * valid.c: small patch on validity checks.
5792
Daniel Veillardfb76c402000-03-04 11:39:42 +00005793Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5794
5795 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
5796 added
5797 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
5798 compatibility w.r.t. XML spec and existing code.
5799
Daniel Veillard90fb02c2000-03-02 03:46:43 +00005800Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5801
5802 * parser.c: seems a better solution to <a> </a> exists,
5803 will try it for a while
5804
Daniel Veillard83a30e72000-03-02 03:33:32 +00005805Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5806
5807 * parser.c: tried to remove the <a> </a> generating <a/>
5808 this is hard. Left a flag for that purpose. Fixed bug #6766
5809 * configure.in: prepared 1.8.7 not released, due to previous
5810 problem
5811
Daniel Veillard88f00ae2000-03-02 00:15:55 +00005812Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5813
5814 * doc/xml.html : applied second patch from Paul DuBois
5815
Daniel Veillard402e8c82000-02-29 22:57:47 +00005816Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5817
5818 * doc/xml.html : applied patch from Paul DuBois
5819
Daniel Veillardd0f7f742000-02-02 17:42:48 +00005820Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5821
5822 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
5823
Daniel Veillard5feb8492000-02-02 17:15:36 +00005824Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5825
5826 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
5827 compilation warnings on various platforms.
5828 * parser.c: Fixed #5281 validity error callbacks are now desactived
5829 by default if not validating.
5830
Daniel Veillardf341f932000-02-02 14:52:08 +00005831Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5832
5833 * nanoftp.c, win32config.h.in: patches to compile on WIN32
5834
Daniel Veillard13c757e2000-02-01 23:59:15 +00005835Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5836
5837 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
5838 <gkatsi@cs.toronto.edu>
5839
Daniel Veillard726e8792000-01-30 20:04:29 +00005840Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5841
5842 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
5843 processing URLs
5844
Daniel Veillarde41f2b72000-01-30 20:00:07 +00005845Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5846
5847 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
5848 xmlNanoFTPUpdateURL for persistent control connections.
5849 * configure.in: 1.8.6
5850
5851Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5852
5853 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
5854 * tree.[ch] : added xmlSaveNoEmptyTags
5855
James Henstridgef3be9312000-01-28 13:59:21 +000058562000-01-29 James Henstridge <james@daa.com.au>
5857
5858 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
5859
5860 * Makefile.am: added nanoftp.[ch] to the build.
5861
Daniel Veillardaeea04f2000-01-25 19:27:27 +00005862Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5863
5864 * nanoftp.[ch]: cleanup, comments, API
5865 * debugXML.c : fixed a bug in the cat command
5866 * doc/*: regenerated the docs
5867
Daniel Veillardda07c342000-01-25 18:31:22 +00005868Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5869
5870 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
5871 * debugXML.c : fixed a bug in the cat command
5872 * valid.c: fixing some small probs
5873 * libxml.spec.in: get rid of the SNAP suffix
5874 * doc/xml.html: updated the status
5875
Daniel Veillarde3d88ef2000-01-24 13:55:06 +00005876Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5877
5878 * xml-config.in: xml-config --version to just return the
5879 version number
5880 * xpath.c: some cleanup w.r.t. axis when the current node is
5881 an attribute.
5882 * TODO: updated
5883
Daniel Veillard461a66c2000-01-18 18:01:01 +00005884Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5885
5886 * configure.in: prepared for libxml-1.8.5
5887 * doc/* recompiled the documentation
5888
58892000-01-17 Jody Goldberg <jgoldberg@home.com>
5890
5891 * configure.in : WARNING autoconf subtlety alert :
5892 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
5893 when looking for zlib.h so that HAVE_ZLIB_H is defined.
5894 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
5895 get defined by AC_CHECK_HEADERS.
5896
Daniel Veillardf967b902000-01-17 16:06:10 +00005897Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5898
5899 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
5900 Rune.Djurhuus@fast.no
5901
Daniel Veillardad8f99d2000-01-15 14:20:03 +00005902Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5903
5904 * TODO: updated
5905 * tree.c, parser.c: made sure that only memory alloc problems
5906 and internal parser errors are allowed to write to stdout or
5907 stderr.
5908
Daniel Veillard0142b842000-01-14 14:45:24 +00005909Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5910
5911 * tree.c : restored xmlNewGlobalNs since this seems used by
5912 a lot of existing code :-(, fixed a bug in xmlNewNs
5913 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
5914 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
5915 to exit() from the library code.
5916 * xpath.c, parser.c: removed bugs or unused code detected by
5917 Windows compilers
5918 * parser.c: started adding interfaces for parsing well balanced
5919 XML fragments
5920 * configure.in: releasing 1.8.4
5921 * doc/* : rebuilt the docs
5922
Daniel Veillard2eac5032000-01-09 21:08:56 +00005923Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5924
5925 * tree.[ch] : added xmlNewDocFragment() for DOM
5926 * testHTML.c: uninitialized variable.
5927
Daniel Veillardf3a73582000-01-05 14:58:39 +00005928Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5929
5930 * doc/* : rebuild the docs
5931
Daniel Veillard71b656e2000-01-05 14:46:17 +00005932Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5933
5934 * acconfig.h: readline and history patch
5935 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
5936 * tree.c: added check and handling when possibly removing an ID
5937 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
5938 and saving.
5939 * test/HTML/entities.html result/HTML/entities.html* : test for
5940 various entities reference cases
5941 * result/HTML/* : as a result output of some testcase have
5942 changed
5943 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
5944 by previous example. added xmlParseTryOrFinish().
5945 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
5946 entities.h debugXML.h HTMLparser.h: changed the way struct are
5947 declared to allow gtk-doc to expose those
5948 * parser.c: closed bug #4960
5949 * Makefile.am configure.in: Applied patch from
5950 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
5951 and math/socket libs detection
5952
Daniel Veillard437b87b2000-01-03 17:30:46 +00005953Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5954
5955 * configure.in, Makefile.am: link tester against readline
5956 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
5957
Daniel Veillard686d6b62000-01-03 11:08:02 +00005958Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
5959
5960 * tree.[ch]: added xmlRemoveProp
5961 * win32config.h.in nanohttp.c: avoid including the Windows
5962 socket stuff in every C files
5963 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
5964 the XmL parser(s)
5965 * test/ns4 result/ns4 etc...: added test case for previous prob
5966 * tree.c: xmlNewNs wasn't checking for double definition
5967 * Makefile.in: fixed a problem with dist-hook duplicates
5968 * parser.[hc], xmlIO.c: fixed the loading of external entities
5969 APIs, now xmlLoadExternalEntity() is used everywhere and
5970 setting up an app specific front-end using the
5971 * SAX.c parser.c: some fixes, now the xhtml spec validates
5972 with the xhtml DTD.
5973 * error.c: fixed crashes in case of no input stream
5974 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
5975 to the validation tests and results
5976
Daniel Veillard5e5c6231999-12-29 12:49:06 +00005977Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
5978
5979 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
5980 too htmlCreatePushParserCtxt() and htmlParseChunk()
5981 * parser.c: a bit of cleanup.
5982 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
5983 to XML) removed the last mem leak known
5984 * HTMLtree.c: output message cleanup
5985 * xmlmemory.c: display content info about memory blocks
5986 * result/HTML/wired.* : missing att value warning change
5987
Daniel Veillardbe849cf1999-12-28 16:43:59 +00005988Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
5989
5990 * doc/* : rebuilt the documentation
5991
Daniel Veillarddbfd6411999-12-28 16:35:14 +00005992Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
5993
5994 * parser.[ch] parserInternals.h: Push parser for XML,
5995 seems to work fine now
5996 * tester.c debugXML.[ch]: Added an XML shell debug facility and
5997 --push for push testing
5998 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
5999 * testSAX.c: added --push
6000 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
6001 subtree
6002 * xmlIO.[ch] : enriched API + fixes for push mode
6003 * entities.[ch]: added the entity content length to the struct.
6004 * xmlmemory.[ch]: new API to show the last entries for the shell
6005 * valid.c: added required attribute testing
6006 * SAX.c: the cdata callback now merge contiguous fragments
6007 * HTMLparser.c: cleanup of some macros
6008
Daniel Veillard3c558c31999-12-22 11:30:41 +00006009Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6010
6011 * parser.c: fix for PIs name starting with xml
6012 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +00006013 * *.c, configure.in win32config.h.in : generate win32config.h for
6014 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +00006015
Daniel Veillard0caf07a1999-12-21 16:25:49 +00006016Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6017
6018 * parser.c: fixed a stupid = vs. == bug :-(
6019 * doc/gnome-xml.sgml: s/glade/xml/
6020
Daniel Veillard5cb5ab81999-12-21 15:35:29 +00006021Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6022
6023 * configure.in, doc/xml.html : bug fix release 1.8.2
6024 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
6025 Hopefully the end of that silly C++ include problem
6026 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
6027 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
6028 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
6029 troubles with autoclosed elements when the stree shape doesn't
6030 follow the DtD specs. Added htmlIsAutoClosed() and
6031 htmlAutoCloseTag()
6032 * result/HTML/*.htm*: Updated the HTML examples regression tests output
6033 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
6034 * debugXML.c: fixed a bug on printing default namespaces.
6035 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
6036
Daniel Veillardb24054a1999-12-18 15:32:46 +00006037Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6038
6039 * result/HTML/*.htm[l] : updated the HTML regression tests according
6040 to the new output
6041 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
6042 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
6043 problem due to intermix of extern "C" { ... } declarations for C++
6044 and recursive includes in the headers
6045
Chris Lahey323c48c1999-12-18 15:32:45 +000060461999-12-20 Chris Lahey <clahey@umich.edu>
6047
6048 * HTMLtree.c: Made it so that html nodes with a single child do
6049 not insert a carriage return before or after the child node.
6050
Daniel Veillardb24054a1999-12-18 15:32:46 +00006051Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +00006052
6053 * configure.in, doc/xml.html : bug fix release 1.8.1
6054 * parser.c: fixed bug #4344
6055 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
6056 added the glue to avoid C++ problems
6057 * doc/* : regenerated the documentation
6058
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +00006059Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6060
6061 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
6062 namespace recognition, and Dia as a resul :-(
6063 * encoding.c: closed bug #3950
6064
Daniel Veillard944b5ff1999-12-15 19:08:24 +00006065Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6066
6067 * valid.c: debugging a posteriori validation, except URI expansion
6068 stuff this should be fixed now
6069 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
6070 Carl Nygard <cnygard@bellatlantic.net>
6071 * tester.c: added --postvalid, cleaning of the code
6072 * tree.[ch]: added xmlDocGetRootElement()
6073
Ramiro Estrugobfce3771999-12-15 04:32:07 +00006074Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
6075
6076 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
6077 c++ losage.
6078
Daniel Veillard10a2c651999-12-12 13:03:50 +00006079Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6080
6081 * configure.in, doc/xml.html : bumped to 1.8.0
6082 * xlink.[ch], Makefile.am : added framework for link detection
6083 * parser.h: added nbChars to parser context, needed for cleanup.
6084 * xmlmemory.c: removed a nasty bug when out of mem
6085 * valid.[ch]: adding namespace support for attribute decl
6086 * tester.c: added --debugent option
6087 * debugXML.[ch]: added xmlDebugDumpEntities()
6088 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
6089 buffers instead, this was really needed, validation was breaking
6090 in strange ways due to that. Added xmlParseStringPEReference()
6091 and other parsing from strings functions. Entities processing
6092 modified again, but PERef are still not handled correcly but
6093 unless you're Eve Maller you won't notice :-)
6094 * HTMLparser.c: large changes toward reliability, and switched to
6095 lowercase internal tags, XHTML is lowercase, so it will help
6096 that output is closer to next version.
6097 * doc/* : regenerated the documentation, it is now hosted at
6098 http://xmlsoft.org/ (same bits I just bought the domain :-)
6099
6100
Daniel Veillard294cbca1999-12-03 13:19:09 +00006101Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6102
6103 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
6104 doc generation
6105 * parser.c: fixed bugs #3908 and #3937 and a memory leak
6106 in the SAX API
6107 * doc/*: rebuilt the doc making sure everything appears in the
6108 HTML files
6109
Daniel Veillardf5c2c871999-12-01 09:51:45 +00006110Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6111
6112 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
6113 added the patch from Carl Nygard <cnygard@bellatlantic.net>
6114 which allow impressive speed improvement on dataset with
6115 large text pieces, but at the cost of broken binary
6116 compatibility and slightly bigger memory usage.
6117 Configure with --with-buffers to activate them, they
6118 are protected with XML_USE_BUFFER_CONTENT define.
6119 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
6120 goal is 0 memory left allocated once parser is no more used
6121 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
6122 call xmlCleanupParser() and xmlMemoryDump()
6123
Daniel Veillarda819dac1999-11-24 18:04:22 +00006124Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6125
6126 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
6127 * parser.[ch] encoding.[ch]: added memory cleanup routines
6128 * parser.c: closing bug #3788
6129 * doc/*: rebuilt the doc
6130
Daniel Veillard11a48ec1999-11-23 10:40:46 +00006131Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6132
6133 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
6134 xmlNewTextChild() and xmlSetCompressMode() behaviour.
6135 * tester.c: added --compress option
6136 * doc/*: rebuilt the documentation
6137
Daniel Veillard4c3a2031999-11-19 17:46:26 +00006138Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6139
6140 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
6141 if given /proc/kcore as input !
6142 * doc/xml.html doc/*: updated and rebuilt the documentation
6143
6144Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +00006145
6146 * parser.c: Fixed some wrongly space collapsing code due to
6147 a misreading of the spec.
6148 * result/*: fixed the output accordingly
6149
6150Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +00006151
6152 * encoding.c: bug fix and typos
6153 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
6154 * parser.c: added attribute normalization closing bug #3597
6155 * test/att* result/att* SAXresult/att*: testcase for attribute
6156 normalization
6157
Daniel Veillardd7e200c1999-11-15 17:53:11 +00006158Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6159
6160 * configure.in: closing bug #3163 by adding extra flags for the
6161 cc compiler on HP-UX
6162
Daniel Veillard51e3b151999-11-12 17:02:31 +00006163Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6164
6165 * valid.[ch] : removed a typo and an enumerated type bug in the
6166 xmlAddElementDecl() function
6167 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
6168 call to xmlEncodeEntitiesReentrant() so that the functions
6169 New, Set and Get are at the same level.
6170 * parser.c HTMLparser.c: extra memory allocation bug for
6171 attributes detected by someone using libxml in embedded systems :-)
6172
Daniel Veillard962195f1999-10-28 15:51:53 +00006173Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6174
6175 * xmlmemory.h: turned off mem debug :-\
6176
Daniel Veillard35008381999-10-25 13:15:52 +00006177Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6178
6179 * parser.c: closed bug #2784 a one line fix, but worth pushing
6180 a new release out
6181 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
6182 some structures, comments before and after the
6183 main element, and other nastyness
6184 * HTMLtree.c tree.c: accomodate the extended HTML supported
6185 * configure.in: pushing 1.7.4
6186 * test/ent8 and related outputs : added a new test for bug #2784
6187 * test/HTML/wired.html and related output: a nasty HTML example
6188 * Makefile.am: improved the test scripts
6189 * docs/* : reran the documentation extractor, updated xml.html
6190
Daniel Veillard7c1206f1999-10-14 09:10:25 +00006191Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6192
6193 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
6194 HTMLparser and debugged the HTML related code. HTML documents
6195 now have their own type
6196 * entities.c: do not dump &apos; for HTML output
6197 * xmlmemory.c: improvement, breakpoint mechanism
6198 * testHTML.c: added --sax --repeat ...
6199 * Makefile.am: improved the HTML tests
6200 * valid.[ch]: added xmlValidGetValidElements and
6201 xmlValidGetPotentialChildren
6202 * tester.c: added --insert to test the 2 new functions
6203 * test//* result//* SAXresult//* : regression test cleanup
6204 and extension.
6205 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
6206 gnome-xml-nanohttp.html
6207
Daniel Veillard7d2c2761999-10-11 15:09:51 +00006208Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6209
6210 * HTMLparser.c: fixed problems with some autoclose tags
6211 * tree.c: fixed XML output problems.
6212 * result/* SAXresult/*: update of the tests output
6213
Daniel Veillard6077d031999-10-09 09:11:45 +00006214Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6215
6216 * Makefile.am: Arturo patch for xmlConf.sh version info
6217 * parser.c: Tim Josling patch for single quoted items
6218 * tester.c: Tim Josling patch for tester options usage
6219 * tree.h: indent cleanup
6220
Daniel Veillard2673d3c1999-10-08 14:37:09 +00006221Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6222
6223 * HTMLparser.c parser.h : Fixed problems with HTML parsing
6224 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
6225
Daniel Veillard00fdf371999-10-08 09:40:39 +00006226Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6227
6228 * tree.c : Raph patch for initialization of CORBA fields
6229 * parser.c, xpath.c, ...: modification of doc comments
6230 * xpath.c : allow spaces in xpath expressions
6231
Daniel Veillardad219441999-09-27 08:17:49 +00006232Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6233
6234 * xmlmemory.h: turning off memory debug :-(
6235
Daniel Veillard7a66ee61999-09-26 11:31:02 +00006236Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6237
6238 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
6239 better SAX interfaces.
6240 * testSAX.c: uses the new SAX routine, avoid fetching any remote
6241 entity.
6242 * configure.in: 1.7.2
6243
6244Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +00006245
6246 * libxml.spec.in: fixed the URL
6247 * doc/xml.html: improved the documentation front-end
6248
Daniel Veillard7a66ee61999-09-26 11:31:02 +00006249Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +00006250
6251 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
6252
Daniel Veillard7a66ee61999-09-26 11:31:02 +00006253Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +00006254
6255 * libxml.spec.in: fixed the alpha compile problem
6256 * parser.[ch]: changed errno to errNo in the parser context :-(
6257 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
6258 * doc/xml.html: changed CHAR to xmlChar
6259 * doc/html/*: recompiled the documentation
6260 * configure.in: 1.7.1
6261
Daniel Veillard7f7d1111999-09-22 09:46:25 +00006262Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6263
6264 * parser.h: modified the parser context struct to regain 1.4.0
6265 binary compatibility
6266 * parser.c, xml-error.h: added errno ot teh context and defined
6267 a set of errors values with update of errno
6268 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
6269 DTDs and entities
6270 * *.h, *.c: complete cleanup of the use of config.h and include
6271 protection depending on the current setup.
6272 * overalll debugging, maintenance and bug-fixing on all modules
6273 * updated the documentation
6274 * ready for 1.7.0
6275
Daniel Veillardc08a2c61999-09-08 21:35:25 +00006276Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6277
6278 * HTMLparser.c : cleanup
6279 * SAX.c valid.c valid.h: added ID/IDREF checking
6280 * tree.c tree.h: extended doc structure for refs
6281 * configure.in: 1.6.2
6282 * parser.c: patched bug in SAX user arg call
6283 * parserInternals.h: patched missing close in C++ wrapping
6284 * testXPath.c xpath.c xpath.h: prepared for extensibility,
6285 especially upcoming XPointer implementation.
6286 * doc/xml.html: augmented, typo
6287
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +00006288Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
6289
6290 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
6291 not all invocations of install understand -d.
6292
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +00006293Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
6294
6295 * Makefile.am: prepend all the test* calls with $(top_builddir) -
6296 to make 'check' works, when builddir != srcdir.
6297
Daniel Veillardc8eab3a1999-09-04 18:27:23 +00006298Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6299
6300 * doc/xml.html : updated the documentation
6301
Daniel Veillard6454aec1999-09-02 22:04:43 +00006302Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6303
6304 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
6305 not deallocated memory blocks
6306 * *.c : replaces all calls to malloc() free() and realloc() to
6307 the wrapper functions/macros
6308 * tree.c : removed memory leaks dues to calling xmlFreeNode()
6309 instead of xmlFreeNodeList()
6310
Daniel Veillard1ff7ae31999-09-01 12:19:13 +00006311Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6312
6313 * HTMLparser.c: corrected a stupid bug leading to core dump at
6314 tree deallocation. Removed warnings indicated by
6315 Stephane.Conversy@lri.fr
6316 * entities.c: Fixes Yet Another Stupid Bug, entities were not
6317 looked for in the external subset
6318
6319Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +00006320
6321 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
6322 on SGI by Stephane.Conversy@lri.fr
6323
Daniel Veillardb96e6431999-08-29 21:02:19 +00006324Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6325
6326 * all .h : changed the prototype declaration indent as in gtk
6327 * most .c : working on reducing the TODOs in the code
6328 * most .c : cleanup though -pedantic and Insure++
6329 * improvements on validation ID checkings.
6330 * tree.[ch] SAX.c: added support for namespace on attributes #2022
6331 * xml-config.in: closed #1810
6332
6333Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +00006334
6335 * tree.h, valid.c, valid.h: more work on validity, IDs
6336 * xpath.c: added/fixed comparidon and equlity, added a new isinf
6337 definition for AIX
6338
Daniel Veillardb556eb51999-08-15 17:19:50 +00006339Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6340
6341 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
6342 the distribution due to a cut'n paste error at last commit
6343
Daniel Veillardb05deb71999-08-10 19:04:08 +00006344Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6345
6346 * configure.in: upgraded to version 1.4.0
6347 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
6348 Big update, added a large part of the validation process,
6349 it should be usable, but some parts are missing
6350 * xpath.c: improved the implementation w.r.t. root.
6351 * Makefile.am: added more tests
6352 * test and result trees: added a lot of tests
6353 * libxml.spec.in: export libxml.so.0 and libxml.so.1
6354
Daniel Veillard6a6ccc11999-08-10 09:34:35 +00006355Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6356
6357 * Added an HACKING file
6358
Daniel Veillarde2d034d1999-07-27 19:52:06 +00006359Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6360
6361 * xpath.[ch] : improvements and debug of the XPath implementation
6362 * parser.c, HTMLparser.c : modified the parsers to be progressive
6363 * tree.[ch] : extended the Buffer promitives
6364 * xmlIO.[ch] : added basic I/O routines providing progressive
6365 parsing and ready for I18N conversion plugins
6366 * SAXresult/* : the SAX callback sequence maybe slightly different
6367 now
6368 * test*.c : improved/updated the tests programs
6369 * doc/* : recompiled the docs.
6370
Daniel Veillard15b75af1999-07-26 16:42:37 +000063711999-07-26 Michael Meeks <michael@edenproject.org>
6372
6373 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
6374
6375 * tree.c: Ditto.
6376
Daniel Veillard1566d3a1999-07-15 14:24:29 +00006377Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6378
6379 * configure.in: upgraded to version 1.4.0
6380 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
6381 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
6382 XML query language, see http://www.w3.org/TR/xpath for more details.
6383 * parser.c, parser.h: added CHAR* related string functions for XPath
6384 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
6385 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
6386 rebuild the docs.
6387 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
6388 and regression testing capabilities for XPath.
6389
Daniel Veillardd79d7871999-07-12 10:38:12 +00006390Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6391
6392 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
6393 closing bug #1646
6394
Daniel Veillardbe9e5951999-07-12 09:16:45 +00006395Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6396
6397 * Makefile.am, example/Makefile.am: closed bug #1683
6398
Daniel Veillard3166ab11999-07-11 16:14:19 +00006399Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6400
6401 * example/Makefile.am, configure.in: added the makefile for the
6402 gjobread example
6403
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +00006404Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
6405
6406 * doc/Makefile.am:
6407 - fix which allow "make install DESTDIR=</install/prefix>".
6408
Daniel Veillard7cc3c041999-07-09 10:11:57 +00006409Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6410
6411 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
6412 which fixed a problem on the file reading-code.
6413
Daniel Veillard82150d81999-07-07 07:32:15 +00006414Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6415
6416 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
6417 output.
6418 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
6419
Daniel Veillard5233ffc1999-07-06 22:25:25 +00006420Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6421
6422 * parser.h : Oops removed the binary compatibility problem
6423 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
6424 * parser.c, HTMLparser.c: applied patches for reading from stdin
6425
Daniel Veillardbe70ff71999-07-05 16:50:46 +00006426Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6427
6428 * parser.c, entities.c, valid.c: cleanup bug #1591
6429 * configure.in: cleanup bug #1592
6430 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
6431 the same tree back-end. Hence gdome will be available for it.
6432 * doc/Makefile.am: close bug #617
6433
Daniel Veillard97fea181999-06-26 23:07:37 +00006434Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6435
6436 * parser.c: alloctate a per parser context SAX interface block
6437
Daniel Veillard14fff061999-06-22 21:49:07 +00006438Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6439
6440 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
6441 and xmlEncodeEntitiesReentrant with the correct one :-\
6442
6443Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6444
6445 * commit of my internal XML base changes, quite a lot of
6446 changes, cleanups, better entities support, framework for
6447 new I/O and charset detection and handling
6448 * Fixed the configure/Makefile stuff to generate shared libs
6449 with the proper version info, so we jumped on rev from
6450 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
6451 xmlEncodeEntities() result need to be freed now, and a string
6452 xmlParserVersion provide the current library version.
6453
Raph Levien05240da1999-06-15 21:27:11 +00006454Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
6455
6456 * parser.c: fixed a buffer overrun for when you have a very long
6457 attribute with no entities in it.
6458
Daniel Veillardbb2da581999-06-13 14:37:07 +00006459Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6460
6461 * added example directory
6462 * added example/gjobs.xml gjobread.c, still need a Makefile.in
6463
Daniel Veillard011b63c1999-06-02 17:44:04 +00006464Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6465
6466 * Release of libxml-1.1, nearly everything has been touched for
6467 this.
6468 * Added more regression tests
6469 * Updated the documentation
6470
Daniel Veillard27d88741999-05-29 11:51:49 +00006471Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6472
6473 * tree.[ch]: unified the XML_NO_CORBA defines.
6474 * parser.c encoding.[ch]: started plugging in char encoding detection
6475
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +00006476Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
6477
6478 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
6479 Also freed allocated buffer.
6480
Daniel Veillard27d88741999-05-29 11:51:49 +00006481Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +00006482 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
6483 reentrancy problem at printing. One is left in entities.c, to
6484 remove ASAP
6485 * testSAX.c : added a test example showing the use of the SAX
6486 interface if one doesn't want to build the DOM tree.
6487 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
6488
Daniel Veillard517752b1999-04-05 12:20:10 +00006489Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6490
6491 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
6492 large revamping of the parser to use SAX callbacks
6493 http://www.megginson.com/SAX/ (or at least a C like interface
6494 a la Expat). It's now possible to set up your own callbacks
6495 and the parser will not build a DOM tree.
6496 * test/* result/*: updated the test suite, I finally removed
6497 the old Namespace draft support (PI based).
6498
Daniel Veillard87c83bd1999-04-02 16:04:43 +00006499Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6500
6501 * Makefile.am: added test result to EXTRA_DIST for make tests
6502
Daniel Veillard64068b31999-03-24 20:42:16 +00006503Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6504
6505 * parser.c, parserInternals.h: moved the chars macro definitions
6506 to parserInternals.h
6507 * parser.c, error.c: applied patches from "Knut Ã…kesson"
6508 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
6509
Daniel Veillard012ccc11999-03-23 10:11:11 +00006510Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6511
6512 * xml-config.in : applied patch to make --version work
6513
Raja R Harinatha86c23e1999-03-05 22:14:01 +000065141999-03-05 Raja R Harinath <harinath@cs.umn.edu>
6515
6516 * Makefile.am (check-local): Alias for `tests' target. This will
6517 cause `make check' to do the right thing.
6518 (tests): Don't run tests in srcdir. Also, replaced calls to
6519 basename with a `sed' "equivalent".
6520
Daniel Veillardd109e371999-03-05 06:26:45 +00006521Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6522
6523 * Renamed error.h to xml-error.h, corrected Makefile.am to list
6524 it in the header and not the sources, updated the doc.
6525 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
6526 pointing this out.
6527
Daniel Veillardbc50b591999-03-01 12:28:53 +00006528Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6529
6530 * parser.c, parser.h, parserInternals.h: memory leak hunting,
6531 exported the inputStream routines.
6532 * doc/html/* : updated accordingly
6533
Daniel Veillardd692aa41999-02-28 21:54:31 +00006534Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6535
6536 * parser.c, parser.h, parserInternals.h: added a few extra
6537 internal calls to allocate and free parser contexts ...
6538 * doc/html/* : updated accordingly
6539
Daniel Veillard55a99271999-02-25 11:01:29 +00006540Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6541
6542 * configure.in, Makefile.am, doc/makefile.am : General changes for
6543 1.0.0 release and including the generated HTML documentation.
6544
Daniel Veillard35925471999-02-25 08:46:07 +00006545Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6546
6547 * makefile.am : added parserInternals.h, oops.
6548
Daniel Veillard1e346af1999-02-22 10:33:01 +00006549Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6550
6551 * parserInternals.h: added this header giving access to the parser
6552 internal functions.
6553 * doc/Makefile.am : added a rebuild target which rebuilds the full
6554 set of documentations
6555 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
6556 the internal subset.
6557 * *.c *.h: modifications needed to generate the documentation using
6558 gtk-doc, cleanup of functions blocks, reorganisation of struct
6559 declarations.
6560
Daniel Veillard1164e751999-02-16 16:29:17 +00006561Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6562
6563 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
6564 the tar and spec file to include the beginning of the doc.
6565
Nuno Ferreira03d04781999-02-13 00:07:17 +000065661999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
6567
6568 * doc/.cvsignore: Added this file.
6569
Daniel Veillard6800ef31999-02-08 18:33:22 +00006570Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6571
6572 * tree.c: fixed xmlGetProp to return "" when the attribute
6573 exists, even if the node-list is NULL.
6574
Daniel Veillard726c7e31999-02-08 15:13:10 +00006575Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6576
6577 * tree.c: patched an error outputting empty attribute values.
6578 * Makefile.am and doc/makefile.am: have been updated during the
6579 week-end. Sorry for an empty CVS log, I got a shell problem.
6580
Daniel Veillard1899e851999-02-01 12:18:54 +00006581Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6582
6583 * tree.h: cleaned up using enums instead of defines
6584 * parser.c, valid.[ch]: more work on parsing/output of element
6585 declarations
6586
Daniel Veillard3b9def11999-01-31 22:15:06 +00006587Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6588
6589 * valid.[ch], tree.c, parser.c : more work toward full parsing
6590 of XML DTDs.
6591 * README: added informations about mailing-list and on-line
6592 documentation
6593
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +000065941999-01-27 Raja R Harinath <harinath@cs.umn.edu>
6595
6596 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
6597
Daniel Veillard39a1f9a1999-01-17 19:11:59 +00006598Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6599
6600 * parser.c, tree.[ch] : more work toward conformance testing,
6601 added a last element to accelerate parsing of very flat structures
6602 started working on internal subset Element content declaration.
6603 * valid.[ch] : first cut at adding code toward validation.
6604 * previous changes had also small impact on most files, especially
6605 the conformance testing using James Clark test suite.
6606
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +00006607Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
6608
6609 * test/* : updated the examples, most of them were not well
6610 formed (humm), and added rdf2.
6611 * result/* : resulting changes in the output.
6612
Daniel Veillard7c92c0a1998-12-06 18:08:28 +00006613Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6614
6615 * tree.c: changed the behaviour of xmlGetProp on NULL values.
6616
Daniel Veillard44b3a061998-12-05 17:27:22 +00006617Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6618
6619 * tree.c: patched a bug in the generation of empty attributes
6620
Daniel Veillardbe36afe1998-11-27 06:39:50 +00006621Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6622
6623 * entities.[ch], tree.[ch], tester.c: added copy interfaces
6624 for node/trees/documents/... Biggest problem is namespace
6625 support when copying subtrees.
6626
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +00006627Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6628
6629 * parser.c, entities.c: improve entities and char ref encoding,
6630 and cleanups of error messages.
6631
Daniel Veillard242590e1998-11-13 18:04:35 +00006632Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6633
6634 * parser.c, entities.c: simple bug hunting done during rpm2html and
6635 rpmfind integration.
6636
Daniel Veillard42dc9b31998-11-09 01:17:21 +00006637Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6638
6639 * parser.[ch]: Added interfaces allowing to specify a SAX
6640 handler before parsing.
6641
Daniel Veillarde3bffb91998-11-08 14:40:56 +00006642Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6643
6644 * parser.c: redirrect all errors reporting through the SAX
6645 error function
6646
Daniel Veillardda4d3c41998-11-04 20:07:05 +00006647Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6648
6649 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
6650 * libtool, tlmain ...: update of the libtool files
6651
Miguel de Icaza442321c1998-11-04 18:13:38 +000066521998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
6653
6654 * entities.c: Use g_snprintf insteda of snprintf.
6655
Daniel Veillard0ba4d531998-11-01 19:34:31 +00006656Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6657
6658 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
6659 added ent5 test for this purpose.
6660 * parser.c, parser.h: formatting, comments and UTF-8 planning.
6661
Daniel Veillard27271681998-10-30 06:39:40 +00006662Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6663
6664 * parser.c: fixed? a strange error due to compression on a GWP
6665 document.
6666
Daniel Veillard25940b71998-10-29 05:51:30 +00006667Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6668
6669 * tree.[ch]: bug fixing
6670 * entities.[ch]: defined a specific type for predefined entities
6671 * doc/xml.html: more documentation on the library, how to use it,
6672 overview of the interfaces.
6673
Daniel Veillard16253641998-10-28 22:58:05 +00006674Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6675
6676 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
6677
Daniel Veillardbaf4cd51998-10-27 22:56:57 +00006678Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6679
Daniel Veillard10c6a8f1998-10-28 01:00:12 +00006680 * tree.c: corrected a small bug
6681 * doc/xml.html: continuing writing documentation.
6682
6683Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6684
Daniel Veillardbaf4cd51998-10-27 22:56:57 +00006685 * debugXML.h debugXML.c: added debugging utilities.
6686 * tester.c: added --debug switch.
6687 * tree.c: patched an incorrect node->type assignment.
6688 * parser.c: formatting, ensure that node->doc != NULL in attributes
6689
Daniel Veillardccb09631998-10-27 06:21:04 +00006690Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6691
6692 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
6693 entity support and provide an internal representation close to
6694 DOM one (entity ref nodes, and attribute value as tree). I tried
6695 to preserve the interface but this will surely break some apps
6696 (I have to change rpm2html/rpmfind for example). I had to change
6697 two interfaces, and the generated tree is somewhat different.
6698 * doc/* : started documenting the XML library, the tree and
6699 DOM/Corba. This is a first step.
6700
Daniel Veillard11e00581998-10-24 18:27:49 +00006701Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6702
6703 * parser.c: Set up the fonctions comment block, boring but useful.
6704 * parser.h, SAX.c, parser.c: now attributes are processed through
6705 the SAX interface. The problem is that my SAX interface diverged
6706 quite a bit from the original one, well this is not an official
6707 spec, and translating it from Java to C is hairy anyway...
6708
Daniel Veillard97b58771998-10-20 06:14:16 +00006709Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6710
6711 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
6712 fonctions comment block, boring but useful.
6713
6714Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +00006715
6716 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
6717 conversion routines. However they are not yet used to convert the
6718 inputs. The core will run with UTF-8.
6719
Daniel Veillard33942841998-10-18 19:12:41 +00006720Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6721
6722 * tree.c : make sure that the type id is properly set-up when
6723 a new object is allocated, needed for DOM.
6724
Daniel Veillard27fb0751998-10-17 06:47:46 +00006725Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6726
6727 * tree.h, tree.c: Ok, the main objects in the tree will be native
6728 corba objects, it costs 8 bytes per Node, Attribute and Document
6729 but it simplifies the Corba integration a lot (no extra interface
6730 objects to allocate/free).
6731
Daniel Veillard0bef1311998-10-14 02:36:47 +00006732Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6733
6734 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
6735 and changed NODEs contants for conformity with DOM Level 1
6736
Daniel Veillard27864701998-10-08 03:47:24 +00006737Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6738
6739 * added hooks to keep track of servants when creating objects
6740 xmlDoc and xmlNode (for Corba export).
6741
Daniel Veillarda6e1d121998-10-04 14:41:05 +00006742Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6743
6744 * added xml-config script.
6745
Daniel Veillard7066a791998-10-01 20:28:28 +00006746Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6747
6748 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
6749 to autoupdate libtool and automake conf files.
6750
Miguel de Icaza60681bd1998-09-30 19:28:59 +000067511998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
6752
6753 * Makefile.am: Use '?' to separate the sed
6754 commands as ',' is used when people pass -Wl,something.
6755
6756
Daniel Veillard15a8df41998-09-24 19:15:06 +00006757Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6758
6759 * tree.c, tree.h: added a per-document compression interface.
6760
Daniel Veillard151b1b01998-09-23 00:49:46 +00006761Tue Sep 22 20:47:38 EDT 1998
6762
6763 * tree.c, tree.h: added saving with compression and added interfaces
6764 to control the compression level (xmlGetCompressMode,
6765 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
6766
Daniel Veillard70120ff1998-09-22 00:24:21 +00006767Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6768
6769 * parser.c: corrected a loop for files of size 0
6770
Raja R Harinathd2e3abd1998-08-20 21:52:38 +000067711998-08-20 Raja R Harinath <harinath@cs.umn.edu>
6772
6773 * error.h: New file. Contains prototyes from `error.c'.
6774
Tom Tromeyc19653d1998-08-14 01:22:43 +00006775Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
6776
6777 * Makefile.am (xmlincdir): New macro.
6778 (xmlinc_HEADERS): Renamed from include_HEADERS.
6779
Daniel Veillard845664d1998-08-13 04:43:19 +00006780Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6781
6782 * applied small patch on numeric entities from
6783 Christopher Blizzard <blizzard@appliedtheory.com>
6784
Daniel Veillard260a68f1998-08-13 03:39:55 +00006785Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6786
6787 * New release 0.2, removed the old xml_* files so that it's
6788 coherent with the other CVS base (W3C), far better conformance
6789 to standard, new namespaces, decent entities support, beginning
6790 of a SAX-like interface. Nearly nothing left intact, even the
6791 test examples ...
6792
Christopher Blizzarda36749e1998-07-30 21:47:18 +000067931998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
6794
6795 * .cvsignore: Add .deps dir
6796
Daniel Veillardf8015fa1998-07-26 21:31:38 +00006797Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
6800
Daniel Veillardfe926001998-07-26 04:28:20 +00006801Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +00006802
Daniel Veillardfe926001998-07-26 04:28:20 +00006803 * configure.in: added test for CPP
6804 * AUTHORS, Changelog: the original ones didn't get commited but the
6805 glib ones instead, fixed.
6806 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +00006807
Daniel Veillardfe926001998-07-26 04:28:20 +00006808Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +00006809
Daniel Veillardfe926001998-07-26 04:28:20 +00006810 * integrated code developped at W3C
6811 * changed the original Copyright
6812 * migrated to automake
6813 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +00006814