OLD | NEW |
| 1 Fri Jul 10 16:11:34 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 2 |
| 3 * parser.c: fix a regression in entity parsing when using the reader |
| 4 introduced because we were not reusing _private on entities parsing |
| 5 context |
| 6 |
| 7 Thu Jul 9 10:21:00 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 8 |
| 9 Aleksey Sanin support for c14n 1.1 |
| 10 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1, |
| 11 new flags at the API level |
| 12 * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI |
| 13 tools and test binaries |
| 14 * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*: |
| 15 add a new batch of tests |
| 16 |
| 17 Thu Jul 9 08:52:35 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 18 |
| 19 * config.h.in: update of libtool seems to have modified it |
| 20 * python/libxml2class.txt: python update modified the order |
| 21 of classes apparently |
| 22 |
| 23 Thu Jul 9 08:43:06 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 24 |
| 25 * tree.c: avoid calling xmlAddID with NULL values |
| 26 * parser.c: add a few xmlInitParser in some entry points |
| 27 |
| 28 Fri Jun 19 19:51:08 CEST 2009 Rob Richards <rrichards@cdatazone.org> |
| 29 |
| 30 * parser.c: use options from current parser context when creating |
| 31 a parser context within xmlParseCtxtExternalEntity |
| 32 * xmlwriter.c: fix error message when unable to create output file |
| 33 |
| 34 Thu Jun 4 11:17:23 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 35 |
| 36 * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c |
| 37 valid.c xmlschemas.c xmlwriter.c xpath.c: use %s to printf string |
| 38 patch by Christian Persch, fixes #581612 |
| 39 |
| 40 Thu Jun 4 11:06:07 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 41 |
| 42 * parser.c threads.c: change the threading initialization sequence |
| 43 as suggested by Igor Novoseltsev to avoid crash if xmlInitParser() |
| 44 is called from a thread which is not the main one, should fix |
| 45 #584605 |
| 46 |
| 47 Fri May 15 17:54:48 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 48 |
| 49 * HTMLparser.c: make sure we keep line numbers fixes #580705 |
| 50 based Aaron Patterson patch |
| 51 |
| 52 Tue May 12 09:13:58 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 53 |
| 54 * HTMLparser.c: a broken HTML table attributes initialization, |
| 55 fixes #581803, by Roland Steiner <rolandsteiner@google.com> |
| 56 |
| 57 Tue May 12 08:54:20 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 58 |
| 59 * libxml2.doap: adding RDF dope file. |
| 60 |
| 61 Tue May 12 08:42:52 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 62 |
| 63 * configure.in: adapt the extra version detection code to git |
| 64 |
| 65 Wed Apr 29 16:09:38 CEST 2009 Rob Richards <rrichards@cdatazone.org> |
| 66 |
| 67 * parser.c: do not set error code in xmlNsWarn |
| 68 |
| 69 Wed Apr 15 11:18:24 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 70 |
| 71 * include/libxml/parser.h include/libxml/xmlwriter.h |
| 72 include/libxml/relaxng.h include/libxml/xmlversion.h.in |
| 73 include/libxml/xmlwin32version.h.in include/libxml/valid.h |
| 74 include/libxml/xmlschemas.h include/libxml/xmlerror.h: change |
| 75 ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name |
| 76 collisions with other packages and headers as reported by |
| 77 Belgabor and Mike Hommey |
| 78 |
| 79 Thu Apr 2 13:57:15 CEST 2009 Daniel Veillard <daniel@veillard.com> |
| 80 |
| 81 * error.c: fix structured error handling problems #564217 |
| 82 |
| 83 Thu Mar 26 19:08:08 CET 2009 Rob Richards <rrichards@cdatazone.org> |
| 84 |
| 85 * parser.c: use options from current parser context when creating |
| 86 an entity parser context |
| 87 |
| 88 Wed Mar 25 11:40:34 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 89 |
| 90 * doc/*: updated SVN URL for GNOME as pointed by Vincent Lefevre |
| 91 and regenerated docs |
| 92 |
| 93 Wed Mar 25 11:21:26 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 94 |
| 95 * parser.c: hide the nbParse* variables used for debugging |
| 96 as pointed by Mike Hommey |
| 97 |
| 98 Wed Mar 25 10:50:05 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 99 |
| 100 * include/wsockcompat.h win32/Makefile.bcb xpath.c: fixes for |
| 101 Borland/CodeGear/Embarcadero compilers by Eric Zurcher |
| 102 |
| 103 Wed Mar 25 10:43:07 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 104 |
| 105 * xpath.c: xmlXPathRegisterNs should not allow enpty prefixes |
| 106 |
| 107 Mon Mar 23 20:27:15 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 108 |
| 109 * tree.c: add a missing check in xmlAddSibling, patch by Kris Breuker |
| 110 * xmlIO.c: avoid xmlAllocOutputBuffer using XML_BUFFER_EXACT which |
| 111 leads to performances problems especially on Windows. |
| 112 |
| 113 Tue Mar 3 14:30.28 HKT 2009 William Brack <wbrack@mmm.com.hk> |
| 114 |
| 115 * trio.h: changed include of config.h to be surrounded by |
| 116 quotation marks #570806 |
| 117 |
| 118 Sat Feb 21 10:20:34 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 119 |
| 120 * threads.c parser.c: more warnings about xmlCleanupThreads and |
| 121 xmlCleanupParser to avoid troubles like #571409 |
| 122 |
| 123 Fri Feb 20 09:40:04 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 124 |
| 125 * xmlwriter.c: cleanups and error reports when xmlTextWriterVSprintf |
| 126 fails, by Jinmei Tatuya |
| 127 |
| 128 Fri Feb 20 09:18:56 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 129 |
| 130 * xmlwriter.c: remove a couple of leaks on errors reported by |
| 131 Jinmei Tatuya |
| 132 |
| 133 Sun Jan 18 22:37:59 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 134 |
| 135 * configure.in doc/xml.html doc/*: preparing 0.7.3 release |
| 136 * include/libxml/parserInternals.h SAX2.c: fix a typo in a name |
| 137 |
| 138 Sun Jan 18 21:48:28 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 139 |
| 140 * include/libxml/parser.h include/libxml/xmlwriter.h |
| 141 include/libxml/relaxng.h include/libxml/xmlversion.h.in |
| 142 include/libxml/xmlwin32version.h.in include/libxml/valid.h |
| 143 include/libxml/xmlschemas.h include/libxml/xmlerror.h: |
| 144 port patch from Marcus Meissner to add gcc checking for |
| 145 printf like functions parameters, should fix #65068 |
| 146 * doc/apibuild.py doc/*: modified the script accordingly |
| 147 and regenerated |
| 148 * xpath.c xmlmemory.c threads.c: fix a few warnings |
| 149 |
| 150 Sun Jan 18 20:40:42 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 151 |
| 152 * include/libxml/xmlwin32version.h.in: windows header should |
| 153 get the same define |
| 154 |
| 155 Sun Jan 18 18:22:33 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 156 |
| 157 * include/libxml/xmlversion.h.in include/libxml/xmlmemory.h: |
| 158 apply patch from Marcus Meissner to add gcc attribute alloc_size |
| 159 should fix #552505 |
| 160 * doc/apibuild.py doc/* testapi.c: regenerate the API |
| 161 * include/libxml/parserInternals.h: fix a comment problem raised |
| 162 by apibuild.py |
| 163 |
| 164 Sun Jan 18 16:39:01 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 165 |
| 166 * threads.c: also remove pthread key when stopping thread |
| 167 support, patch based on Alex Ott one should fix #564723 |
| 168 |
| 169 Sun Jan 18 15:55:18 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 170 |
| 171 * threads.c: patch from Daniel Zimmermann fixing a memory leak |
| 172 in an edge case, solves #562230 |
| 173 |
| 174 Sun Jan 18 15:06:05 CET 2009 Daniel Veillard <daniel@veillard.com> |
| 175 |
| 176 * include/libxml/parserInternals.h SAX2.c: add a new define |
| 177 XML_MAX_TEXT_LENGTH limiting the maximum size of a single text |
| 178 node, the defaultis 10MB and can be removed with the HUGE |
| 179 parsing option |
| 180 |
| 181 Mon Jan 05 18:28:41 CET 2009 Rob Richards <rrichards@cdatazone.org> |
| 182 |
| 183 * include/libxml/parser.h parser.c: add XML_PARSE_OLDSAX parser |
| 184 option to enable pre 2.7 SAX behavior. |
| 185 |
| 186 Wed Dec 31 23:11:37 CET 2008 Rob Richards <rrichards@cdatazone.org> |
| 187 |
| 188 * tree.c: set doc on last child tree in xmlAddChildList for |
| 189 bug #546772. Fix problem adding an attribute via with xmlAddChild |
| 190 reported by Kris Breuker. |
| 191 |
| 192 Sun Dec 27 14:16:13 CET 2008 Rob Richards <rrichards@cdatazone.org> |
| 193 |
| 194 * xmlwriter.c: fix indenting in xmlTextWriterFullEndElement for |
| 195 bug# 554353. |
| 196 |
| 197 Thu Nov 27 16:24:52 CET 2008 Daniel Veillard <daniel@veillard.com> |
| 198 |
| 199 * include/libxml/tree.h tree.c python/generator.py: adds |
| 200 element traversal support |
| 201 * valid.c: avoid a warning |
| 202 * doc/*: regenerated |
| 203 |
| 204 Mon Nov 17 16:56:18 CET 2008 Daniel Veillard <daniel@veillard.com> |
| 205 |
| 206 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow |
| 207 when building gigantic text nodes, and a bit of cleanup |
| 208 to better handled out of memory problem in that code. |
| 209 * tree.c: fix for CVE-2008-4225, lack of testing leads to |
| 210 a busy loop test assuming one have enough core memory. |
| 211 |
| 212 Thu Nov 6 14:34:35 CET 2008 Daniel Veillard <daniel@veillard.com> |
| 213 |
| 214 * xmllint.c: Matthias Kaehlcke reported a build problem when |
| 215 not compiling HTML support in. |
| 216 |
| 217 Fri Oct 17 15:24:08 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 218 |
| 219 * configure.in doc/Makefile.am: patch from Adrian Bunk which |
| 220 adds --disable-rebuild-docs to avoid rebuilding them |
| 221 |
| 222 Fri Oct 3 09:43:45 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 223 |
| 224 * configure.in doc/* NEWS: preparing the release of 2.7.2 |
| 225 * dict.c: fix the Solaris portability issue |
| 226 * parser.c: additional cleanup on #554660 fix |
| 227 * test/ent13 result/ent13* result/noent/ent13*: added the |
| 228 example in the regression test suite. |
| 229 * HTMLparser.c: handle leading BOM in htmlParseElement() |
| 230 |
| 231 Thu Oct 2 22:53:39 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 232 |
| 233 * parser.c: fix a nasty bug introduced when cleaning up |
| 234 entities processing in 2.7.x , fixes #554660 |
| 235 |
| 236 Thu Sep 25 18:04:20 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 237 |
| 238 * HTMLparser.c: fix an HTML parsing error on large data sections |
| 239 reported by Mike Day |
| 240 * test/HTML/utf8bug.html result/HTML/utf8bug.html.err |
| 241 result/HTML/utf8bug.html.sax result/HTML/utf8bug.html: add the |
| 242 reproducer to the test suite |
| 243 |
| 244 Thu Sep 25 17:35:57 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 245 |
| 246 * runxmlconf.c: fix compilation if XPath is not included |
| 247 |
| 248 Thu Sep 25 16:54:04 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 249 |
| 250 * xmlreader.c: patch from Riccardo Scussat fixing custom error |
| 251 handlers problems. |
| 252 |
| 253 Thu Sep 25 16:30:11 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 254 |
| 255 * include/libxml/xmlsave.h xmlsave.c: new options to serialize |
| 256 as XML/HTML/XHTML and restore old entry point behaviours |
| 257 |
| 258 Mon Sep 1 16:49:05 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 259 |
| 260 * doc/xml.html doc/news.html configure.in python/setup.py NEWS: |
| 261 prepare release of 2.7.1 |
| 262 |
| 263 Mon Sep 1 15:35:13 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 264 |
| 265 * schematron.c xpath.c: applied a couple of patches from Martin |
| 266 avoiding some leaks, fixinq QName checks in XPath, XPath debugging |
| 267 and schematron code cleanups. |
| 268 * python/tests/Makefile.am python/tests/xpathleak.py: add the |
| 269 specific regression tests, just tweak it to avoid output by default |
| 270 |
| 271 Mon Sep 1 15:02:05 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 272 |
| 273 * trionan.c: Borland C fix from Moritz Both |
| 274 * testapi.c: regenerate, workaround a problem for buffer testing |
| 275 * xmlIO.c HTMLtree.c: new internal entry point to hide even better |
| 276 xmlAllocOutputBufferInternal |
| 277 * tree.c: harden the code around buffer allocation schemes |
| 278 * parser.c: restore the warning when namespace names are not absolute |
| 279 URIs |
| 280 * runxmlconf.c: continue regression tests if we get the expected |
| 281 number of errors |
| 282 * Makefile.am: run the python tests on make check |
| 283 * xmlsave.c: handle the HTML documents and trees |
| 284 * python/libxml.c: convert python serialization to the xmlSave APIs |
| 285 and avoid some horrible hacks |
| 286 |
| 287 Sat Aug 30 16:58:40 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 288 |
| 289 * configure.in, doc/*: preparing 2.7.0 release |
| 290 * tree.c: remove some testing traces |
| 291 * parser.c xmlIO.c xmlschemas.c: remove some warnings |
| 292 |
| 293 Sat Aug 30 14:50:16 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 294 |
| 295 * include/libxml/tree.h tree.c: make a new kind of buffer where |
| 296 shrinking and adding in head can avoid reallocation or full |
| 297 buffer memmoves |
| 298 * encoding.c xmlIO.c: use the new kind of buffers for output |
| 299 buffers |
| 300 |
| 301 Sat Aug 30 10:18:13 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 302 |
| 303 * doc/* testapi.c: regenerated |
| 304 |
| 305 Fri Aug 29 21:53:12 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 306 |
| 307 * doc/examples/reader3.c: patch from Robert Schwebel , allows to |
| 308 compile the example if configured without output support fixes |
| 309 #545582 |
| 310 * Makefile.am: add testrecurse to the make check tests |
| 311 * HTMLparser.c: if the parser got a encoding argument it should be |
| 312 used over what the meta specifies, patch fixing #536346 |
| 313 |
| 314 Fri Aug 29 14:41:38 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 315 |
| 316 * parser.c: a couple more fixes |
| 317 * nanohttp.c nanoftp.c: patch from Andreas Färber to compile on Haiku |
| 318 fixes #527880 |
| 319 * doc/examples/*: regenerated |
| 320 |
| 321 Thu Aug 28 17:31:46 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 322 |
| 323 * parser.c include/libxml/parser.h: completely different fix for |
| 324 the recursion detection based on entity density, big cleanups |
| 325 in the entity parsing code too |
| 326 * result/*.sax*: the parser should not ask for used defined versions |
| 327 of the predefined entities |
| 328 * testrecurse.c: automatic test for entity recursion checks |
| 329 * Makefile.am: added testrecurse |
| 330 * test/recurse/lol* test/recurse/good*: a first set of tests for |
| 331 the recursion |
| 332 |
| 333 Wed Aug 27 21:55:34 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 334 |
| 335 * include/libxml/xmlerror.h parser.c: a bit of cleanup and |
| 336 added checks based on the regression tests of the xmlconf suite |
| 337 |
| 338 Wed Aug 27 19:22:35 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 339 |
| 340 * uri.c: bug in parsing RFC 3986 uris with port numbers |
| 341 |
| 342 Wed Aug 27 17:30:48 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 343 |
| 344 * configure.in Makefile.am: add an --with-coverage configure option |
| 345 and a 'make cov' target based on gcc profiling and the lcov |
| 346 tool. Currently at 68.9% coverage out of 'make check' and |
| 347 runsuite executions. |
| 348 * xmlreader.c: remove warnings due to C++ comments |
| 349 |
| 350 Wed Aug 27 15:00:54 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 351 |
| 352 * include/libxml/parserInternals.h parser.c: cleanup entity |
| 353 pushing error handling based on a patch from Ashwin |
| 354 |
| 355 Wed Aug 27 13:41:26 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 356 |
| 357 * threads.c: fix a small initialization problem raised by Ashwin |
| 358 * testapi.c gentest.py: increase testing especially for document |
| 359 with an internal subset, and entities |
| 360 * tree.c: fix a deallocation issue when unlinking entities from |
| 361 a document. |
| 362 * valid.c: fix a missing entry point test not found previously. |
| 363 * doc/*: regenerated the APIs, docs etc. |
| 364 |
| 365 Tue Aug 26 15:02:58 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 366 |
| 367 * include/libxml/parser.h parser.c xmllint.c: strengthen some |
| 368 of the internal parser limits, add an XML_PARSE_HUGE option |
| 369 to bypass them all. More internal parser limits will still need |
| 370 to be added. |
| 371 |
| 372 Tue Aug 26 09:42:08 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 373 |
| 374 * Makefile.am: add the testchar to 'make check' |
| 375 * xmlschemas.c: Volker Grabsch pointed out a typo |
| 376 * xmlregexp.c: production [19] from XML Schemas regexps were a |
| 377 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch |
| 378 provided a patch to remove it |
| 379 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd |
| 380 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0 |
| 381 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided |
| 382 regession tests for this |
| 383 |
| 384 Tue Aug 26 09:25:39 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 385 |
| 386 * include/libxml/parser.h xinclude.c xmllint.c: patch based on |
| 387 Wieant Nielander contribution to add the option of not doing |
| 388 URI base fixup in XInclude |
| 389 |
| 390 Mon Aug 25 16:52:53 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 391 |
| 392 * xmlreader.c: applied patch from Aswin to fix tree skipping |
| 393 * include/libxml/entities.h entities.c: fixed a comment and |
| 394 added a new xmlNewEntity() entry point |
| 395 * runtest.c: be less verbose |
| 396 * tree.c: space and tabs cleanups |
| 397 |
| 398 Mon Aug 25 10:56:30 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 399 |
| 400 * include/libxml/entities.h entities.c SAX2.c parser.c: rework |
| 401 the patch to avoid some ABI issue with people allocating |
| 402 entities structure directly |
| 403 |
| 404 Wed Aug 20 19:02:01 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 405 |
| 406 * include/libxml/parser.h include/libxml/entities.h entities.c |
| 407 parserInternals.c parser.c: fix for CVE-2008-3281 |
| 408 |
| 409 Sun Aug 10 17:06:13 CEST 2008 Rob Richards <rrichards@ctindustries.net> |
| 410 |
| 411 * dict.c: fix non GNUC builds. |
| 412 |
| 413 Fri Aug 8 14:13:06 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 414 |
| 415 * makefile.am: adding a check-valgrind target |
| 416 |
| 417 Fri Aug 8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 418 |
| 419 * Makefile.am testdict.c: add the new test in 'make check' and |
| 420 update it to check subdictionaries processing. |
| 421 |
| 422 Fri Aug 8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 423 |
| 424 * testdict.c: added a program to regression test the dictionary code |
| 425 * dict.c: improve the lookup efficiency by caching the key. |
| 426 |
| 427 Thu Aug 7 18:30:55 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 428 |
| 429 * dict.c: chased and found a couple of nasty issues |
| 430 |
| 431 Thu Aug 7 15:51:31 CEST 2008 Sven Herzberg <sven@imendio.com> |
| 432 |
| 433 Bug 546629 â runtests doesn't pass on my mac |
| 434 Reviewed by William M. Brack. |
| 435 |
| 436 * runtest.c: use libpthread on Mac OS X as well |
| 437 |
| 438 Wed Aug 6 12:24:33 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 439 |
| 440 * uri.c: allow [ and ] in fragment identifiers, 3986 disallow them |
| 441 but it's widely used for XPointer, and would break DocBook |
| 442 processing among others |
| 443 |
| 444 Wed Aug 6 11:32:21 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 445 |
| 446 * dict.c: change the big key algorithm to work properly with QName |
| 447 too, fix a bug with dict size and sub dictionaries |
| 448 |
| 449 Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 450 |
| 451 * uri.c include/libxml/uri.h: rewrite the URI parser to update to |
| 452 rfc3986 (from 2396) |
| 453 * test/errors/webdav.xml result/errors/webdav.xml*: removed the |
| 454 error test, 'DAV:' is a correct URI under 3986 |
| 455 * Makefile.am: small cleanup in make check |
| 456 |
| 457 Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 458 |
| 459 * runxmlconf.c: more progresses against the official regression tests |
| 460 * runsuite.c: small cleanup for non-leak reports |
| 461 * include/libxml/tree.h: parsing flags and other properties are |
| 462 now added to the document node, this is generally useful and |
| 463 allow to make Name and NmToken validations based on the parser |
| 464 flags, more specifically the 5th edition of XML or not |
| 465 * HTMLparser.c tree.c: small side effects for the previous changes |
| 466 * parser.c SAX2.c valid.c: the bulk of teh changes are here, |
| 467 the parser and validation behaviour can be affected, parsing |
| 468 flags need to be copied, lot of changes. Also fixing various |
| 469 validation problems in the regression tests. |
| 470 |
| 471 Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 472 |
| 473 * runxmlconf.c: added a skipped list, insert rmt-ns10-035 |
| 474 * Makefile.am: improve 'make check' |
| 475 * include/libxml/xmlerror.h parser.c: clean up namespace errors |
| 476 checking and reporting, errors when a document is labelled |
| 477 as UTF-16 while it is parsed as UTF-8 and no encoding was given |
| 478 explicitely. |
| 479 * result/errors/webdav.xml.*: some warnings are no recategorized |
| 480 as Namespace errors |
| 481 |
| 482 Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 483 |
| 484 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to |
| 485 help debug incremental memory leaks, and some cleanups |
| 486 * runxmlconf.c: use that new call and avoid ever touching the |
| 487 system catalog in the regression tests |
| 488 |
| 489 Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 490 |
| 491 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load |
| 492 an 1.1 entity |
| 493 * runxmlconf.c: when using entities make sure we load them |
| 494 |
| 495 Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 496 |
| 497 * parser.c: fix a bug not detecting cross entity comments probably |
| 498 when comment parsing got optimized. |
| 499 * Makefile.am: add make check |
| 500 * runxmlconf.c: fix the log file name |
| 501 |
| 502 Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 503 |
| 504 * runxmlconf.c Makefile.am: add a C program to run the W3C test |
| 505 suite, work in progress |
| 506 * xmllint.c: add a new option --oldxml10 to use the old parser |
| 507 * parser.c: fix the XML_PARSE_OLD10 processing of the new option |
| 508 and a bug in version parsing |
| 509 |
| 510 Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 511 |
| 512 * xpath.c: space and tabs cleanup |
| 513 |
| 514 Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 515 |
| 516 * include/libxml/parser.h include/libxml/xmlerror.h parser.c: |
| 517 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 |
| 518 to stick to old behaviour |
| 519 * testapi.c gentest.py: modified slightly and regenerated |
| 520 * Makefile.am: add testchar |
| 521 |
| 522 Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 523 |
| 524 * Makefile.am testchar.c Makefile.tests README.tests: add a |
| 525 new regression test program for testing character ranges and |
| 526 UTF8 encoding/decoding |
| 527 |
| 528 Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 529 |
| 530 * libxml.spec.in: fix the build root |
| 531 |
| 532 Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk> |
| 533 |
| 534 * pattern.c: fix problem with xmlStreamPop when pattern includes |
| 535 a "." element (see discussion on libxslt list) |
| 536 |
| 537 Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 538 |
| 539 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker |
| 540 |
| 541 Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net> |
| 542 * xmlschemas.c: fix crash with invalid whitespace facet |
| 543 |
| 544 Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 545 |
| 546 * doc/xml.html doc/FAQ.html: add a section in the FAQ about |
| 547 multithread and xmlCleanupParser |
| 548 |
| 549 Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 550 |
| 551 * catalog.c: apply a couple of fixes based on a Coverity report |
| 552 forwarded by Derrick Price. |
| 553 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions |
| 554 Makefile, and shell script to build on VxWorks 6.4+ provided by |
| 555 Jim Wert. |
| 556 |
| 557 Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 558 |
| 559 * python/generator.py python/setup.py: apply patch from Martin fixing |
| 560 python whitespaces |
| 561 * NEWS: following previous commit rebuilt now in UTF-8 |
| 562 |
| 563 Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 564 |
| 565 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8 |
| 566 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of |
| 567 ISO-8859-1 |
| 568 |
| 569 Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 570 |
| 571 * xmlregexp.c: avoid a regexp crash, should fix #523738 |
| 572 |
| 573 Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 574 |
| 575 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h |
| 576 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation |
| 577 when configured without the reader should fix #513110 |
| 578 * doc/*: regenerated |
| 579 |
| 580 Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net> |
| 581 |
| 582 * dict.c: check for stdint.h and define types when using MSVC |
| 583 |
| 584 Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 585 |
| 586 * parserInternals.c: applied patch from Ashwin to avoid a potential |
| 587 double-free |
| 588 |
| 589 Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 590 |
| 591 * uri.c: applied patch from Ashwin fixing a number of realloc problems |
| 592 * HTMLparser.c: improve handling for misplaced html/head/body |
| 593 |
| 594 Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 595 |
| 596 * dict.c: improvement on the hashing of the dictionnary, with visible |
| 597 speed up as the number of strings in the hash increases, work from |
| 598 Stefan Behnel |
| 599 |
| 600 Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 601 |
| 602 * include/libxml/xmlschemas.h xmlschemas.c: added new function |
| 603 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch |
| 604 * doc/apibuild.py doc/*: regenerated the doc, chased why the new |
| 605 function didn't got any documentation, added more checking in the |
| 606 generator |
| 607 * include/libxml/relaxng.h include/libxml/schematron.h |
| 608 include/libxml/xmlschemas.h include/libxml/c14n.h |
| 609 include/libxml/xmlregexp.h include/libxml/globals.h |
| 610 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes |
| 611 and cleanups following the new reports |
| 612 |
| 613 |
| 614 Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 615 |
| 616 * Makefile.am: extend the cleanup rule |
| 617 * xmlschemas.c: space cleanup |
| 618 |
| 619 Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net> |
| 620 |
| 621 * include/wsockcompat.h: support older win32 platforms when building |
| 622 with newer versions of VS |
| 623 |
| 624 Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com> |
| 625 |
| 626 * configure.in NEWS doc/*: preparing release of 2.6.32 |
| 627 |
1 Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com> | 628 Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com> |
2 | 629 |
3 * tree.c: fix a bug introduced when fixing #438208 and reported by | 630 * tree.c: fix a bug introduced when fixing #438208 and reported by |
4 Ashwin | 631 Ashwin |
5 * python/generator.py: fix an infinite loop bug | 632 * python/generator.py: fix an infinite loop bug |
6 | 633 |
7 Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com> | 634 Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com> |
8 | 635 |
9 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts | 636 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts |
10 * docs/*: rebuilt | 637 * docs/*: rebuilt |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL | 1101 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL |
475 argument occurs, should fix #450936 | 1102 argument occurs, should fix #450936 |
476 | 1103 |
477 Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk> | 1104 Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk> |
478 | 1105 |
479 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort | 1106 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort |
480 | 1107 |
481 Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com> | 1108 Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com> |
482 | 1109 |
483 * doc/* configure.in NEWS: release of libxml2 2.6.29 | 1110 * doc/* configure.in NEWS: release of libxml2 2.6.29 |
484 » * valid.c: patch from Dagfinn I. Mannsåker for idness of name | 1111 » * valid.c: patch from Dagfinn I. MannsÃ¥ker for idness of name |
485 in HTML, c.f. bug #305885. | 1112 in HTML, c.f. bug #305885. |
486 | 1113 |
487 Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com> | 1114 Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com> |
488 | 1115 |
489 * SAX2.c: fixing bug #319964, parsing of HTML attribute really | 1116 * SAX2.c: fixing bug #319964, parsing of HTML attribute really |
490 should not have namespace processing. | 1117 should not have namespace processing. |
491 | 1118 |
492 Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com> | 1119 Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com> |
493 | 1120 |
494 * parser.c: fixed the push mode when a big comment occurs before | 1121 * parser.c: fixed the push mode when a big comment occurs before |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 * xpath.c: fixed problem with xmlXPathNodeSetSort; | 1191 * xpath.c: fixed problem with xmlXPathNodeSetSort; |
565 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451) | 1192 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451) |
566 | 1193 |
567 Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk> | 1194 Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk> |
568 | 1195 |
569 * xpath.c: fixed problem with string value for PI node | 1196 * xpath.c: fixed problem with string value for PI node |
570 (bug #442275) | 1197 (bug #442275) |
571 | 1198 |
572 Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com> | 1199 Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com> |
573 | 1200 |
574 » * uri.c: fix bug reported by François Delyon | 1201 » * uri.c: fix bug reported by François Delyon |
575 | 1202 |
576 Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk> | 1203 Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk> |
577 | 1204 |
578 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out | 1205 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out |
579 by Mark Rowe (bug #440159) | 1206 by Mark Rowe (bug #440159) |
580 * include/libxml/xmlversion.h.in: Added check for definition of | 1207 * include/libxml/xmlversion.h.in: Added check for definition of |
581 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from | 1208 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from |
582 Wendy Doyle and Mark Rowe, bug #346675) | 1209 Wendy Doyle and Mark Rowe, bug #346675) |
583 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor | 1210 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor |
584 changes to fix compilation warnings - no change to logic. | 1211 changes to fix compilation warnings - no change to logic. |
(...skipping 10 matching lines...) Expand all Loading... |
595 | 1222 |
596 Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk> | 1223 Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk> |
597 | 1224 |
598 * xpath.c: enhanced the coding for xmlXPathCastNumberToString | 1225 * xpath.c: enhanced the coding for xmlXPathCastNumberToString |
599 in order to produce the required number of significant digits | 1226 in order to produce the required number of significant digits |
600 (bug #437179) | 1227 (bug #437179) |
601 | 1228 |
602 Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com> | 1229 Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com> |
603 | 1230 |
604 * list.c: applied patch to fix xmlListAppend() from | 1231 * list.c: applied patch to fix xmlListAppend() from |
605 » Georges-André SILBER | 1232 » Georges-André SILBER |
606 * valid.c: also fix the place wher it was called. | 1233 * valid.c: also fix the place wher it was called. |
607 | 1234 |
608 Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com> | 1235 Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com> |
609 | 1236 |
610 * parser.c: tried to fix an error problem on entity content failure | 1237 * parser.c: tried to fix an error problem on entity content failure |
611 reported by Michael Day | 1238 reported by Michael Day |
612 | 1239 |
613 Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com> | 1240 Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com> |
614 | 1241 |
615 * configure.in: typo patch from Bjorn Reese | 1242 * configure.in: typo patch from Bjorn Reese |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 test for this | 1320 test for this |
694 | 1321 |
695 Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk> | 1322 Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk> |
696 | 1323 |
697 * HTMLparser.c: fixed memory access error on parsing of meta data | 1324 * HTMLparser.c: fixed memory access error on parsing of meta data |
698 which had errors (bug #382206). Also cleaned up a few warnings | 1325 which had errors (bug #382206). Also cleaned up a few warnings |
699 by adding some additional DECL macros. | 1326 by adding some additional DECL macros. |
700 | 1327 |
701 Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com> | 1328 Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com> |
702 | 1329 |
703 » * nanoftp.c: applied patch from Björn Wiberg to try to fix again | 1330 » * nanoftp.c: applied patch from Björn Wiberg to try to fix again |
704 the silly __ss_familly problem on various AIXes, should fix #420184 | 1331 the silly __ss_familly problem on various AIXes, should fix #420184 |
705 | 1332 |
706 Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk> | 1333 Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk> |
707 | 1334 |
708 * configure.in: corrected small error in last commit | 1335 * configure.in: corrected small error in last commit |
709 * xmlreader.c: corrected small typo in last commit | 1336 * xmlreader.c: corrected small typo in last commit |
710 | 1337 |
711 Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk> | 1338 Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk> |
712 | 1339 |
713 * xmlschemas.c: fixed problem with referenced attribute groups | 1340 * xmlschemas.c: fixed problem with referenced attribute groups |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
765 | 1392 |
766 Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk> | 1393 Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk> |
767 | 1394 |
768 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c, | 1395 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c, |
769 xmlwriter.c: repositioned #include for libxml.h to avoid | 1396 xmlwriter.c: repositioned #include for libxml.h to avoid |
770 compilation error on some architectures (bug #398277) | 1397 compilation error on some architectures (bug #398277) |
771 * fixed screwed-up ChangeLog (deleted some duplicate entries) | 1398 * fixed screwed-up ChangeLog (deleted some duplicate entries) |
772 | 1399 |
773 Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk> | 1400 Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk> |
774 | 1401 |
775 » * implemented patch from Stéphane Bidoul for uri.c (bug #389767) | 1402 » * implemented patch from Stéphane Bidoul for uri.c (bug #389767) |
776 | 1403 |
777 Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk> | 1404 Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk> |
778 | 1405 |
779 * xpath.c: added checks for alloc fail on calls to | 1406 * xpath.c: added checks for alloc fail on calls to |
780 xmlXPathNewContext (libxslt bug #400242) | 1407 xmlXPathNewContext (libxslt bug #400242) |
781 | 1408 |
782 Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk> | 1409 Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk> |
783 | 1410 |
784 * Re-generated the documentation (API chunks 27-29 were missing) | 1411 * Re-generated the documentation (API chunks 27-29 were missing) |
785 (also causes changes to testapi.c, elfgcchack.h and | 1412 (also causes changes to testapi.c, elfgcchack.h and |
(...skipping 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2474 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml | 3101 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml |
2475 doc/devhelp/*: started work needed to generate devhelp content, | 3102 doc/devhelp/*: started work needed to generate devhelp content, |
2476 not too hard based on the existing format and extractor. | 3103 not too hard based on the existing format and extractor. |
2477 | 3104 |
2478 Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com> | 3105 Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com> |
2479 | 3106 |
2480 * parser.c: fixes bug #315617 when using push CDATA in some cases. | 3107 * parser.c: fixes bug #315617 when using push CDATA in some cases. |
2481 | 3108 |
2482 Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com> | 3109 Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com> |
2483 | 3110 |
2484 » * xmllint.c: patch from Stéphane Bidoul to compile without schematron | 3111 » * xmllint.c: patch from Stéphane Bidoul to compile without schematron |
2485 | 3112 |
2486 Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com> | 3113 Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com> |
2487 | 3114 |
2488 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode() | 3115 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode() |
2489 when handled a namespace node. | 3116 when handled a namespace node. |
2490 | 3117 |
2491 Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com> | 3118 Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com> |
2492 | 3119 |
2493 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild | 3120 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild |
2494 releasing 2.6.21 | 3121 releasing 2.6.21 |
(...skipping 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4307 | 4934 |
4308 * Makefile.am configure.in result/pattern/simple | 4935 * Makefile.am configure.in result/pattern/simple |
4309 test/pattern/simple.*: added first test for the patterns | 4936 test/pattern/simple.*: added first test for the patterns |
4310 * pattern.c xmllint.c: a few fixes | 4937 * pattern.c xmllint.c: a few fixes |
4311 | 4938 |
4312 Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com> | 4939 Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com> |
4313 | 4940 |
4314 * pattern.c include/libxml/pattern.h xmllint.c: added a | 4941 * pattern.c include/libxml/pattern.h xmllint.c: added a |
4315 streaming pattern detector for a subset of XPath, should | 4942 streaming pattern detector for a subset of XPath, should |
4316 help Kasimier for identity constraints | 4943 help Kasimier for identity constraints |
4317 » * python/generator.py: applied Stephane Bidoul patch to find | 4944 » * python/generator.py: applied Stéphane Bidoul patch to find |
4318 paths without breaking. | 4945 paths without breaking. |
4319 | 4946 |
4320 Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com> | 4947 Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com> |
4321 | 4948 |
4322 * xmlschemas.c: fixed an untested pointer dereference and a & vs && | 4949 * xmlschemas.c: fixed an untested pointer dereference and a & vs && |
4323 | 4950 |
4324 Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com> | 4951 Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com> |
4325 | 4952 |
4326 * xmlreader.c: implementation of xmlTextReaderReadString by | 4953 * xmlreader.c: implementation of xmlTextReaderReadString by |
4327 Bjorn Reese | 4954 Bjorn Reese |
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5896 Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com> | 6523 Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com> |
5897 | 6524 |
5898 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml: | 6525 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml: |
5899 some updates with memory debugging facilities while messing | 6526 some updates with memory debugging facilities while messing |
5900 with libxslt python bindings | 6527 with libxslt python bindings |
5901 | 6528 |
5902 Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com> | 6529 Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com> |
5903 | 6530 |
5904 * python/libxml.c python/generator.py python/libxml.py | 6531 * python/libxml.c python/generator.py python/libxml.py |
5905 python/libxml2-python-api.xml python/libxml2class.txt: | 6532 python/libxml2-python-api.xml python/libxml2class.txt: |
5906 » applied patch from Stéphane Bidoul to fix some Python bindings | 6533 » applied patch from Stéphane Bidoul to fix some Python bindings |
5907 initialization, then had to change the parserCleanup() | 6534 initialization, then had to change the parserCleanup() |
5908 to handle memory released there. | 6535 to handle memory released there. |
5909 * xmlmemory.c: added more debugging comments. | 6536 * xmlmemory.c: added more debugging comments. |
5910 | 6537 |
5911 Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com> | 6538 Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com> |
5912 | 6539 |
5913 * xmlreader.c: seems the reader buffer could be used while not | 6540 * xmlreader.c: seems the reader buffer could be used while not |
5914 allocated, fixes bug #145218 | 6541 allocated, fixes bug #145218 |
5915 | 6542 |
5916 Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com> | 6543 Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com> |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6287 | 6914 |
6288 * xmlschemas.c, include/libxml/schemasInternals.h, | 6915 * xmlschemas.c, include/libxml/schemasInternals.h, |
6289 include/libxml/xmlerror.h: Applied patches supplied by | 6916 include/libxml/xmlerror.h: Applied patches supplied by |
6290 Kasimier Buchcik. | 6917 Kasimier Buchcik. |
6291 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd: | 6918 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd: |
6292 changed test to account for above patch. | 6919 changed test to account for above patch. |
6293 | 6920 |
6294 Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com> | 6921 Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com> |
6295 | 6922 |
6296 * python/tests/tstLastError.py: better portability fix for f(*args), | 6923 * python/tests/tstLastError.py: better portability fix for f(*args), |
6297 » use apply(f, args) as Stephane Bidoul suggested | 6924 » use apply(f, args) as Stéphane Bidoul suggested |
6298 | 6925 |
6299 Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk> | 6926 Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk> |
6300 | 6927 |
6301 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition | 6928 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition |
6302 is already present and, if so, to ignore the request to add it. | 6929 is already present and, if so, to ignore the request to add it. |
6303 This has a very dramatic effect on memory requirements as well | 6930 This has a very dramatic effect on memory requirements as well |
6304 as efficiency. It also fixes bug 141762. | 6931 as efficiency. It also fixes bug 141762. |
6305 | 6932 |
6306 Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com> | 6933 Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com> |
6307 | 6934 |
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7152 suggested patch | 7779 suggested patch |
7153 | 7780 |
7154 Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com> | 7781 Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com> |
7155 | 7782 |
7156 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory | 7783 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory |
7157 leak reported on the list. | 7784 leak reported on the list. |
7158 | 7785 |
7159 Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com> | 7786 Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com> |
7160 | 7787 |
7161 * python/generator.py python/tests/tstLastError.py: applied | 7788 * python/generator.py python/tests/tstLastError.py: applied |
7162 » patch from Stephane Bidoul to add enums to the Python bindings. | 7789 » patch from Stéphane Bidoul to add enums to the Python bindings. |
7163 | 7790 |
7164 Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com> | 7791 Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com> |
7165 | 7792 |
7166 * testHTML.c: another small patch from Mark Vakoc | 7793 * testHTML.c: another small patch from Mark Vakoc |
7167 | 7794 |
7168 Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com> | 7795 Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com> |
7169 | 7796 |
7170 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied | 7797 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied |
7171 patch from Mark Vakoc to not use SAX1 unless necessary. | 7798 patch from Mark Vakoc to not use SAX1 unless necessary. |
7172 | 7799 |
(...skipping 22 matching lines...) Expand all Loading... |
7195 | 7822 |
7196 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc: | 7823 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc: |
7197 applying patch from Mark Vakoc for Windows | 7824 applying patch from Mark Vakoc for Windows |
7198 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc | 7825 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc |
7199 fixes from Sven Zimmerman | 7826 fixes from Sven Zimmerman |
7200 | 7827 |
7201 Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com> | 7828 Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com> |
7202 | 7829 |
7203 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c | 7830 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c |
7204 python/tests/Makefile.am python/tests/tstLastError.py: applied | 7831 python/tests/Makefile.am python/tests/tstLastError.py: applied |
7205 » patch from Stephane Bidoul for structured error handling from | 7832 » patch from Stéphane Bidoul for structured error handling from |
7206 python, and the associated test | 7833 python, and the associated test |
7207 | 7834 |
7208 Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk> | 7835 Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk> |
7209 | 7836 |
7210 * configure.in: fixed Bug130593 | 7837 * configure.in: fixed Bug130593 |
7211 * xmlwriter.c: fixed compilation warning | 7838 * xmlwriter.c: fixed compilation warning |
7212 | 7839 |
7213 Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com> | 7840 Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com> |
7214 | 7841 |
7215 * include/libxml/xmlstring.h: fixed the comment in the header | 7842 * include/libxml/xmlstring.h: fixed the comment in the header |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7278 | 7905 |
7279 * xmlmemory.c: applied suggestion from Miloslav Trmac (see | 7906 * xmlmemory.c: applied suggestion from Miloslav Trmac (see |
7280 Bug 130419) and eliminated xmlInitMemoryDone. More | 7907 Bug 130419) and eliminated xmlInitMemoryDone. More |
7281 improvement needed. | 7908 improvement needed. |
7282 * xml2-config.in: added an additional flag (--exec-prefix) to | 7909 * xml2-config.in: added an additional flag (--exec-prefix) to |
7283 allow library directory to be different from include directory | 7910 allow library directory to be different from include directory |
7284 (Bug 129558). | 7911 (Bug 129558). |
7285 | 7912 |
7286 Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com> | 7913 Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com> |
7287 | 7914 |
7288 » * error.c: applied patch from Stéphane Bidoul for structured error | 7915 » * error.c: applied patch from Stéphane Bidoul for structured error |
7289 reporting. | 7916 reporting. |
7290 | 7917 |
7291 Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com> | 7918 Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com> |
7292 | 7919 |
7293 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from | 7920 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from |
7294 Lucas Brasilino to add indentation support to xmlWriter | 7921 Lucas Brasilino to add indentation support to xmlWriter |
7295 | 7922 |
7296 Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk> | 7923 Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk> |
7297 | 7924 |
7298 * xinclude.c: fixed problem with "recursive" include (fallback | 7925 * xinclude.c: fixed problem with "recursive" include (fallback |
7299 contains another include - Bug 129969) | 7926 contains another include - Bug 129969) |
7300 | 7927 |
7301 Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com> | 7928 Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com> |
7302 | 7929 |
7303 * SAX2.c: found and fixed a bug misallocating some non | 7930 * SAX2.c: found and fixed a bug misallocating some non |
7304 blank text node strings from the dictionnary. | 7931 blank text node strings from the dictionnary. |
7305 * xmlmemory.c: fixed a problem with the memory debug mutex | 7932 * xmlmemory.c: fixed a problem with the memory debug mutex |
7306 release. | 7933 release. |
7307 | 7934 |
7308 Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk> | 7935 Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk> |
7309 | 7936 |
7310 * xinclude.c: fixed problem caused by wrong dictionary | 7937 * xinclude.c: fixed problem caused by wrong dictionary |
7311 reference count, reported on the list by Christopher | 7938 reference count, reported on the list by Christopher |
7312 Grayce. | 7939 Grayce. |
7313 | 7940 |
7314 Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk> | 7941 Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk> |
7315 | 7942 |
7316 * python/generator.py, python/libxml2class.txt: fixed problem | 7943 * python/generator.py, python/libxml2class.txt: fixed problem |
7317 » pointed out by Stéphane Bidoul on the list. | 7944 » pointed out by Stéphane Bidoul on the list. |
7318 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h: | 7945 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h: |
7319 completed modifications required to fix Bug 129967 (at last!). | 7946 completed modifications required to fix Bug 129967 (at last!). |
7320 Now wait to see how long before further trouble... | 7947 Now wait to see how long before further trouble... |
7321 | 7948 |
7322 Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk> | 7949 Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk> |
7323 | 7950 |
7324 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed | 7951 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed |
7325 memory leak reported by Dave Beckett | 7952 memory leak reported by Dave Beckett |
7326 * xmlschemas.c: Removed spurious comment reported on the mailing | 7953 * xmlschemas.c: Removed spurious comment reported on the mailing |
7327 list | 7954 list |
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8197 * parser.c: resetting the context should also reset the error | 8824 * parser.c: resetting the context should also reset the error |
8198 * TODO: problem of conformance w.r.t. E20 was raised in the | 8825 * TODO: problem of conformance w.r.t. E20 was raised in the |
8199 XML Core telconf and libxml2 isn't conformant there. | 8826 XML Core telconf and libxml2 isn't conformant there. |
8200 | 8827 |
8201 Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com> | 8828 Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8202 | 8829 |
8203 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180 | 8830 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180 |
8204 | 8831 |
8205 Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com> | 8832 Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8206 | 8833 |
8207 » * chvalid.c genChRanges.py: Stephane Bidoul pointed out another | 8834 » * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another |
8208 small glitch missing a const | 8835 small glitch missing a const |
8209 | 8836 |
8210 Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com> | 8837 Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8211 | 8838 |
8212 » * chvalid.c genChRanges.py: Stephane Bidoul pointed out that | 8839 » * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that |
8213 it doesn't define IN_LIBXML | 8840 it doesn't define IN_LIBXML |
8214 | 8841 |
8215 Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com> | 8842 Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8216 | 8843 |
8217 » * win32/Makefile.mingw: typo pointed out by Stephane Bidoul | 8844 » * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul |
8218 | 8845 |
8219 Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com> | 8846 Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8220 | 8847 |
8221 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc | 8848 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc |
8222 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch | 8849 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch |
8223 | 8850 |
8224 Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com> | 8851 Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8225 | 8852 |
8226 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0 | 8853 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0 |
8227 | 8854 |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8567 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG | 9194 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG |
8568 module to teh new error reporting. Better default report, adds | 9195 module to teh new error reporting. Better default report, adds |
8569 the element associated if found, context and node are included | 9196 the element associated if found, context and node are included |
8570 in the xmlError | 9197 in the xmlError |
8571 * python/tests/reader2.py: the error messages changed. | 9198 * python/tests/reader2.py: the error messages changed. |
8572 * result/relaxng/*: error message changed too. | 9199 * result/relaxng/*: error message changed too. |
8573 | 9200 |
8574 Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9201 Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8575 | 9202 |
8576 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc | 9203 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc |
8577 » win32/configure.js: applied patch from Stéphane Bidoul to | 9204 » win32/configure.js: applied patch from Stéphane Bidoul to |
8578 fix the compilation of 2.6.0 code on Win32 | 9205 fix the compilation of 2.6.0 code on Win32 |
8579 | 9206 |
8580 Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9207 Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8581 | 9208 |
8582 * check-xml-test-suite.py: fixing the script | 9209 * check-xml-test-suite.py: fixing the script |
8583 * parser.c: replace sequences of RAW && NXT(.) == '.' with | 9210 * parser.c: replace sequences of RAW && NXT(.) == '.' with |
8584 memcmp calls, seems to not break conformance, slightly inflate | 9211 memcmp calls, seems to not break conformance, slightly inflate |
8585 the size of the gcc generated code though. | 9212 the size of the gcc generated code though. |
8586 | 9213 |
8587 Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9214 Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com> |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8813 * hash.c: fix a comment | 9440 * hash.c: fix a comment |
8814 | 9441 |
8815 Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9442 Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8816 | 9443 |
8817 * SAX2.c hash.c parser.c include/libxml/xmlexports.h | 9444 * SAX2.c hash.c parser.c include/libxml/xmlexports.h |
8818 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in: | 9445 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in: |
8819 fixing some comments to avoid warnings from apibuild.py | 9446 fixing some comments to avoid warnings from apibuild.py |
8820 | 9447 |
8821 Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9448 Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8822 | 9449 |
8823 » * win32/configure.js: patch from Stephane Bidoul for configuring | 9450 » * win32/configure.js: patch from Stéphane Bidoul for configuring |
8824 the beta2 version #123104 | 9451 the beta2 version #123104 |
8825 | 9452 |
8826 Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9453 Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com> |
8827 | 9454 |
8828 * Makefile.am: adding repeated parsing and validating tests | 9455 * Makefile.am: adding repeated parsing and validating tests |
8829 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new | 9456 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new |
8830 DOM tree building interfaces use the dictionary from the | 9457 DOM tree building interfaces use the dictionary from the |
8831 parsing context to build the element and attributes names | 9458 parsing context to build the element and attributes names |
8832 as well as formatting spaces and short text nodes | 9459 as well as formatting spaces and short text nodes |
8833 * include/libxml/dict.h dict.c: added some reference counting | 9460 * include/libxml/dict.h dict.c: added some reference counting |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9110 will change but commiting before changing for historical | 9737 will change but commiting before changing for historical |
9111 reference. | 9738 reference. |
9112 | 9739 |
9113 Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk> | 9740 Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk> |
9114 | 9741 |
9115 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error, | 9742 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error, |
9116 sax->warning with wrong params). | 9743 sax->warning with wrong params). |
9117 | 9744 |
9118 Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9745 Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com> |
9119 | 9746 |
9120 » * include/libxml/globals.h: patch from Stéphane Bidoul to export | 9747 » * include/libxml/globals.h: patch from Stéphane Bidoul to export |
9121 globals entry points to the python bindings | 9748 globals entry points to the python bindings |
9122 | 9749 |
9123 Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com> | 9750 Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
9124 | 9751 |
9125 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase | 9752 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase |
9126 by default instead of "HTML" | 9753 by default instead of "HTML" |
9127 * parser.c xmlreader.c: optimization, gain a few % parsing speed by | 9754 * parser.c xmlreader.c: optimization, gain a few % parsing speed by |
9128 avoiding calls to "areBlanks" when not needed. | 9755 avoiding calls to "areBlanks" when not needed. |
9129 * include/libxml/parser.h include/libxml/tree.h: some structure | 9756 * include/libxml/parser.h include/libxml/tree.h: some structure |
9130 extensions for future work on using per-document dictionaries. | 9757 extensions for future work on using per-document dictionaries. |
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9835 * encoding.c: small fix | 10462 * encoding.c: small fix |
9836 * xmlIO.c: fixed an error message | 10463 * xmlIO.c: fixed an error message |
9837 | 10464 |
9838 Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com> | 10465 Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
9839 | 10466 |
9840 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was | 10467 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was |
9841 accepting an improper UTF8 sequence | 10468 accepting an improper UTF8 sequence |
9842 | 10469 |
9843 Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> | 10470 Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
9844 | 10471 |
9845 » * threads.c: applied the patch from Stéphane Bidoul for getting | 10472 » * threads.c: applied the patch from Stéphane Bidoul for getting |
9846 rid of extra threads in a dynamic library. | 10473 rid of extra threads in a dynamic library. |
9847 * win32/configure.js: threads default to 'native' now. | 10474 * win32/configure.js: threads default to 'native' now. |
9848 | 10475 |
9849 Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com> | 10476 Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com> |
9850 | 10477 |
9851 * HTMLtree.c: fixing bug #112904: html output method escaped | 10478 * HTMLtree.c: fixing bug #112904: html output method escaped |
9852 plus sign character in URI attribute. | 10479 plus sign character in URI attribute. |
9853 | 10480 |
9854 Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com> | 10481 Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com> |
9855 | 10482 |
9856 * build_glob.py global.data globals.c parser.c | 10483 * build_glob.py global.data globals.c parser.c |
9857 » include/libxml/globals.h: patch from Stéphane Bidoul for setting | 10484 » include/libxml/globals.h: patch from Stéphane Bidoul for setting |
9858 up threads global defaults. | 10485 up threads global defaults. |
9859 * doc/libxml2-api.xml: this extends the API with new functions | 10486 * doc/libxml2-api.xml: this extends the API with new functions |
9860 * python/tests/Makefile.am python/tests/reader2.py | 10487 * python/tests/Makefile.am python/tests/reader2.py |
9861 python/tests/thread2.py: integrated the associated testcase and | 10488 python/tests/thread2.py: integrated the associated testcase and |
9862 fixed the error string used in reader2 | 10489 fixed the error string used in reader2 |
9863 | 10490 |
9864 Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com> | 10491 Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com> |
9865 | 10492 |
9866 * configure.in libxml.spec.in python/Makefile.am: trying | 10493 * configure.in libxml.spec.in python/Makefile.am: trying |
9867 to conciliate --with-python= requirements and RPM builds, | 10494 to conciliate --with-python= requirements and RPM builds, |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9904 | 10531 |
9905 Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com> | 10532 Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com> |
9906 | 10533 |
9907 * xmlschemas.c: fixed some problems in the handling of errors, | 10534 * xmlschemas.c: fixed some problems in the handling of errors, |
9908 and attributes addressed by references. | 10535 and attributes addressed by references. |
9909 * test/schemas/* result/schemas/*: dropped the verbosity level | 10536 * test/schemas/* result/schemas/*: dropped the verbosity level |
9910 and added a couple of new tests | 10537 and added a couple of new tests |
9911 | 10538 |
9912 Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com> | 10539 Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com> |
9913 | 10540 |
9914 » * relaxng.c: Stéphane Bidoul found an off by one addressing | 10541 » * relaxng.c: Stéphane Bidoul found an off by one addressing |
9915 error on the error handling. | 10542 error on the error handling. |
9916 | 10543 |
9917 Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com> | 10544 Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com> |
9918 | 10545 |
9919 * xmlschemastypes.c: trying to fix #112673 | 10546 * xmlschemastypes.c: trying to fix #112673 |
9920 | 10547 |
9921 Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com> | 10548 Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com> |
9922 | 10549 |
9923 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple | 10550 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple |
9924 warning, this fixed a bug and should close #111574 | 10551 warning, this fixed a bug and should close #111574 |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9963 Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> | 10590 Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
9964 | 10591 |
9965 * win32/defgen.xsl: new file, stylesheet for generating | 10592 * win32/defgen.xsl: new file, stylesheet for generating |
9966 win32/libxml2.def.src from doc/libxml2-api.xml | 10593 win32/libxml2.def.src from doc/libxml2-api.xml |
9967 * win32/libxml2.def.src: is autogenerated from now on, changes | 10594 * win32/libxml2.def.src: is autogenerated from now on, changes |
9968 to this file will not appear here anymore | 10595 to this file will not appear here anymore |
9969 | 10596 |
9970 Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com> | 10597 Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com> |
9971 | 10598 |
9972 * win32/configure.js python/setup.py.in: applied patch | 10599 * win32/configure.js python/setup.py.in: applied patch |
9973 » from Stéphane Bidoul for the Python bindings on the new | 10600 » from Stéphane Bidoul for the Python bindings on the new |
9974 release. | 10601 release. |
9975 | 10602 |
9976 Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> | 10603 Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
9977 | 10604 |
9978 * debugXML.c: included libxml/uri.h for xmlCanonicPath | 10605 * debugXML.c: included libxml/uri.h for xmlCanonicPath |
9979 declaration | 10606 declaration |
9980 * win32/configure.js: thread-enabled build is now default | 10607 * win32/configure.js: thread-enabled build is now default |
9981 * win32/libxml2.def.src: added more exports | 10608 * win32/libxml2.def.src: added more exports |
9982 | 10609 |
9983 Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com> | 10610 Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com> |
(...skipping 10 matching lines...) Expand all Loading... |
9994 Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com> | 10621 Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com> |
9995 | 10622 |
9996 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick | 10623 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick |
9997 closing #111638 | 10624 closing #111638 |
9998 | 10625 |
9999 Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com> | 10626 Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com> |
10000 | 10627 |
10001 * python/generator.py: fixed a problem in the generator where | 10628 * python/generator.py: fixed a problem in the generator where |
10002 the way functions are remapped as methods on classes was | 10629 the way functions are remapped as methods on classes was |
10003 not symetric and dependant on python internal hash order, | 10630 not symetric and dependant on python internal hash order, |
10004 » as reported by Stéphane Bidoul | 10631 » as reported by Stéphane Bidoul |
10005 | 10632 |
10006 Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net> | 10633 Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net> |
10007 | 10634 |
10008 * doc/tutorial: | 10635 * doc/tutorial: |
10009 xmltutorial.xml | 10636 xmltutorial.xml |
10010 xmltutorial.pdf | 10637 xmltutorial.pdf |
10011 *.html | 10638 *.html |
10012 add appendix on generating compiler flags, more indexing | 10639 add appendix on generating compiler flags, more indexing |
10013 | 10640 |
10014 Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com> | 10641 Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com> |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10799 Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com> | 11426 Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
10800 | 11427 |
10801 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied | 11428 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied |
10802 a patch from Kjartan Maraas to fix some typos | 11429 a patch from Kjartan Maraas to fix some typos |
10803 | 11430 |
10804 Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com> | 11431 Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com> |
10805 | 11432 |
10806 * relaxng.c: more bug-hunting | 11433 * relaxng.c: more bug-hunting |
10807 * testRelax.c include/libxml/relaxng.h: added --tree to dump the | 11434 * testRelax.c include/libxml/relaxng.h: added --tree to dump the |
10808 intermediate rng tree | 11435 intermediate rng tree |
10809 » * python/generator.py: patch from Stephane Bidoul to fix the generator | 11436 » * python/generator.py: patch from Stéphane Bidoul to fix the generator |
10810 on python < 2.2 | 11437 on python < 2.2 |
10811 | 11438 |
10812 Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com> | 11439 Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
10813 | 11440 |
10814 * check-relaxng-test-suite.py relaxng.c: more testing on the | 11441 * check-relaxng-test-suite.py relaxng.c: more testing on the |
10815 Relax-NG front, cleaning up the regression tests failures | 11442 Relax-NG front, cleaning up the regression tests failures |
10816 current state and I forgot support for "mixed": | 11443 current state and I forgot support for "mixed": |
10817 found 373 test schemas: 280 success 93 failures | 11444 found 373 test schemas: 280 success 93 failures |
10818 found 529 test instances: 401 success 68 failures | 11445 found 529 test instances: 401 success 68 failures |
10819 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and | 11446 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10935 * result/relaxng/*: less verbose output | 11562 * result/relaxng/*: less verbose output |
10936 | 11563 |
10937 Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com> | 11564 Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com> |
10938 | 11565 |
10939 * valid.c: do not run content model validation if the | 11566 * valid.c: do not run content model validation if the |
10940 content is not determinist | 11567 content is not determinist |
10941 | 11568 |
10942 Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com> | 11569 Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com> |
10943 | 11570 |
10944 * SAX.c: added the redefinition of namespaced attribute | 11571 * SAX.c: added the redefinition of namespaced attribute |
10945 » check that was missing as Fabrice Desré pointed out. | 11572 » check that was missing as Fabrice Desré pointed out. |
10946 | 11573 |
10947 Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com> | 11574 Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com> |
10948 | 11575 |
10949 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML | 11576 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML |
10950 improvements from Nick Kew, allowing to do more checking | 11577 improvements from Nick Kew, allowing to do more checking |
10951 to HTML elements and attributes. | 11578 to HTML elements and attributes. |
10952 | 11579 |
10953 Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com> | 11580 Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com> |
10954 | 11581 |
10955 * xinclude.c: fixing bug #105137 about entities declaration | 11582 * xinclude.c: fixing bug #105137 about entities declaration |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11158 and a bit of cleanup. | 11785 and a bit of cleanup. |
11159 | 11786 |
11160 Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com> | 11787 Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com> |
11161 | 11788 |
11162 * python/generator.py: seems there is no good reasons to | 11789 * python/generator.py: seems there is no good reasons to |
11163 not generate bindings for XPointer | 11790 not generate bindings for XPointer |
11164 | 11791 |
11165 Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com> | 11792 Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com> |
11166 | 11793 |
11167 * xmlreader.c doc/apibuild.py: applied a new patch from | 11794 * xmlreader.c doc/apibuild.py: applied a new patch from |
11168 » Stéphane Bidoul for cleanups | 11795 » Stéphane Bidoul for cleanups |
11169 * doc/libxml2-api.xml: rebuilt the API description with | 11796 * doc/libxml2-api.xml: rebuilt the API description with |
11170 new entry points | 11797 new entry points |
11171 | 11798 |
11172 Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com> | 11799 Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
11173 | 11800 |
11174 * xmlreader.c python/drv_libxml2.py python/generator.py | 11801 * xmlreader.c python/drv_libxml2.py python/generator.py |
11175 python/libxml.c python/libxml.py python/libxml_wrap.h | 11802 python/libxml.c python/libxml.py python/libxml_wrap.h |
11176 » python/types.c: patch from Stéphane Bidoul for better per | 11803 » python/types.c: patch from Stéphane Bidoul for better per |
11177 context error message APIs | 11804 context error message APIs |
11178 * python/tests/ctxterror.py python/tests/readererr.py: | 11805 * python/tests/ctxterror.py python/tests/readererr.py: |
11179 update of the tests | 11806 update of the tests |
11180 | 11807 |
11181 Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net> | 11808 Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net> |
11182 | 11809 |
11183 * doc/guidelines.html | 11810 * doc/guidelines.html |
11184 grammar and spelling cleanup | 11811 grammar and spelling cleanup |
11185 | 11812 |
11186 Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com> | 11813 Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com> |
11187 | 11814 |
11188 * xmlreader.c include/libxml/xmlreader.h python/generator.py | 11815 * xmlreader.c include/libxml/xmlreader.h python/generator.py |
11189 python/libxml.c python/libxml.py win32/libxml2.def.src: applied | 11816 python/libxml.c python/libxml.py win32/libxml2.def.src: applied |
11190 » a patch from Stéphane Bidoul to allow per XMLtextReader error | 11817 » a patch from Stéphane Bidoul to allow per XMLtextReader error |
11191 and warning handling | 11818 and warning handling |
11192 * python/tests/Makefile.am python/tests/readererr.py: adding the | 11819 * python/tests/Makefile.am python/tests/readererr.py: adding the |
11193 specific regression test | 11820 specific regression test |
11194 | 11821 |
11195 Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com> | 11822 Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com> |
11196 | 11823 |
11197 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', ) | 11824 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', ) |
11198 should raise a syntax error | 11825 should raise a syntax error |
11199 | 11826 |
11200 Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com> | 11827 Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
11201 | 11828 |
11202 » * python/libxml.c: cleanup patch from Stéphane Bidoul | 11829 » * python/libxml.c: cleanup patch from Stéphane Bidoul |
11203 | 11830 |
11204 Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com> | 11831 Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com> |
11205 | 11832 |
11206 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy | 11833 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy |
11207 | 11834 |
11208 Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com> | 11835 Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com> |
11209 | 11836 |
11210 * python/generator.py python/libxml.c python/libxml.py | 11837 * python/generator.py python/libxml.c python/libxml.py |
11211 python/libxml_wrap.h python/types.c: applied and fixed a patch | 11838 python/libxml_wrap.h python/types.c: applied and fixed a patch |
11212 » from Stéphane Bidoul to provide per parser error handlers at the | 11839 » from Stéphane Bidoul to provide per parser error handlers at the |
11213 Python level. | 11840 Python level. |
11214 * python/tests/Makefile.am python/tests/ctxterror.py: added a | 11841 * python/tests/Makefile.am python/tests/ctxterror.py: added a |
11215 regression test for it. | 11842 regression test for it. |
11216 | 11843 |
11217 Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com> | 11844 Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com> |
11218 | 11845 |
11219 * xmlreader.c: fixed the streaming property of the reader, | 11846 * xmlreader.c: fixed the streaming property of the reader, |
11220 it was generating tree faster than consuming it. Pointed out | 11847 it was generating tree faster than consuming it. Pointed out |
11221 by Nate Myers | 11848 by Nate Myers |
11222 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc | 11849 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11254 routines. | 11881 routines. |
11255 | 11882 |
11256 Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com> | 11883 Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com> |
11257 | 11884 |
11258 * parser.c: one more IsEmptyElement crazyness, that time in | 11885 * parser.c: one more IsEmptyElement crazyness, that time in |
11259 external parsed entities if substitution is asked. | 11886 external parsed entities if substitution is asked. |
11260 * python/tests/reader3.py: added a specific test. | 11887 * python/tests/reader3.py: added a specific test. |
11261 | 11888 |
11262 Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com> | 11889 Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com> |
11263 | 11890 |
11264 » * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1 | 11891 » * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1 |
11265 support and improved error handler registration | 11892 support and improved error handler registration |
11266 | 11893 |
11267 Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com> | 11894 Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
11268 | 11895 |
11269 * HTMLtree.c tree.c: fixes #102920 about namespace handling in | 11896 * HTMLtree.c tree.c: fixes #102920 about namespace handling in |
11270 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0 | 11897 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0 |
11271 * README: fixed a link | 11898 * README: fixed a link |
11272 | 11899 |
11273 Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com> | 11900 Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com> |
11274 | 11901 |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11344 | 11971 |
11345 Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com> | 11972 Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com> |
11346 | 11973 |
11347 * xmllint.c: a bit of cleanup | 11974 * xmllint.c: a bit of cleanup |
11348 * xmlreader.c: small fix | 11975 * xmlreader.c: small fix |
11349 * doc/xmlreader.html: more work on the XmlTextReader tutorial | 11976 * doc/xmlreader.html: more work on the XmlTextReader tutorial |
11350 * python/libxml.py: a few fixes pointed out by Hannu Krosing | 11977 * python/libxml.py: a few fixes pointed out by Hannu Krosing |
11351 | 11978 |
11352 Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com> | 11979 Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
11353 | 11980 |
11354 » * python/setup.py.in: patch from Stéphane Bidoul to include | 11981 » * python/setup.py.in: patch from Stéphane Bidoul to include |
11355 drv_libxml2.py in setup.py | 11982 drv_libxml2.py in setup.py |
11356 | 11983 |
11357 Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com> | 11984 Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com> |
11358 | 11985 |
11359 * doc/xmlreader.html: starting documenting the new XmlTextReader | 11986 * doc/xmlreader.html: starting documenting the new XmlTextReader |
11360 interface. | 11987 interface. |
11361 | 11988 |
11362 Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com> | 11989 Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
11363 | 11990 |
11364 * xmllint.c: added the --stream flag to use the TextReader API | 11991 * xmllint.c: added the --stream flag to use the TextReader API |
11365 * xmlreader.c: small performance tweak | 11992 * xmlreader.c: small performance tweak |
11366 | 11993 |
11367 Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com> | 11994 Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com> |
11368 | 11995 |
11369 * xmlreader.c python/tests/reader2py: okay the DTD validation | 11996 * xmlreader.c python/tests/reader2py: okay the DTD validation |
11370 code on top of the XMLTextParser API should be solid now. | 11997 code on top of the XMLTextParser API should be solid now. |
11371 | 11998 |
11372 Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com> | 11999 Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com> |
11373 | 12000 |
11374 * xmlreader.c python/tests/reader2py: Fixing some more mess | 12001 * xmlreader.c python/tests/reader2py: Fixing some more mess |
11375 with validation and recursive entities while using the | 12002 with validation and recursive entities while using the |
11376 reader interface, it's getting a bit messy... | 12003 reader interface, it's getting a bit messy... |
11377 | 12004 |
11378 Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com> | 12005 Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
11379 | 12006 |
11380 * xmlreader.c python/tests/reader.py: another couple of problem | 12007 * xmlreader.c python/tests/reader.py: another couple of problem |
11381 » related to IsEmptyElement reported by Stéphane Bidoul needed | 12008 » related to IsEmptyElement reported by Stéphane Bidoul needed |
11382 some fixes. | 12009 some fixes. |
11383 | 12010 |
11384 Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com> | 12011 Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
11385 | 12012 |
11386 * libxml.spec.in python/Makefile.am python/drv_libxml2.py: | 12013 * libxml.spec.in python/Makefile.am python/drv_libxml2.py: |
11387 » integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul | 12014 » integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul |
11388 based on the python XmlTextReader interface. | 12015 based on the python XmlTextReader interface. |
11389 | 12016 |
11390 Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com> | 12017 Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com> |
11391 | 12018 |
11392 * tree.c: backing out one change in the last patch which broke the | 12019 * tree.c: backing out one change in the last patch which broke the |
11393 regression tests | 12020 regression tests |
11394 | 12021 |
11395 Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com> | 12022 Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com> |
11396 | 12023 |
11397 * global.data globals.c tree.c include/libxml/globals.h: applied | 12024 * global.data globals.c tree.c include/libxml/globals.h: applied |
11398 an old patch from Lukas Schroeder to track node creation and | 12025 an old patch from Lukas Schroeder to track node creation and |
11399 destruction. Probably missing a lot of references at the moment | 12026 destruction. Probably missing a lot of references at the moment |
11400 and not usable reliably. | 12027 and not usable reliably. |
11401 | 12028 |
11402 Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com> | 12029 Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
11403 | 12030 |
11404 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file | 12031 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file |
11405 from doc/news.html and a stylesheet | 12032 from doc/news.html and a stylesheet |
11406 | 12033 |
11407 Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com> | 12034 Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com> |
11408 | 12035 |
11409 * xmlreader.c python/tests/reader.py: fixed another couple of | 12036 * xmlreader.c python/tests/reader.py: fixed another couple of |
11410 » xmlreader bugs reported by Stéphane Bidoul and added tests. | 12037 » xmlreader bugs reported by Stéphane Bidoul and added tests. |
11411 | 12038 |
11412 Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com> | 12039 Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com> |
11413 | 12040 |
11414 * xmlreader.c python/tests/reader2.py: fixed another validity | 12041 * xmlreader.c python/tests/reader2.py: fixed another validity |
11415 » checking in external parsed entities raised by Stéphane Bidoul | 12042 » checking in external parsed entities raised by Stéphane Bidoul |
11416 and added a specific regression test. | 12043 and added a specific regression test. |
11417 * python/tests/reader3.py: cleanup | 12044 * python/tests/reader3.py: cleanup |
11418 | 12045 |
11419 Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com> | 12046 Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
11420 | 12047 |
11421 * xmlreader.c python/tests/reader2.py: fixed a problem with | 12048 * xmlreader.c python/tests/reader2.py: fixed a problem with |
11422 » validation within entities pointed by Stéphane Bidoul, augmented | 12049 » validation within entities pointed by Stéphane Bidoul, augmented |
11423 the tests to catch those. | 12050 the tests to catch those. |
11424 | 12051 |
11425 Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com> | 12052 Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
11426 | 12053 |
11427 * python/generator.py: modified the generator to allow keeping | 12054 * python/generator.py: modified the generator to allow keeping |
11428 class references when creating new classes, needed to fix a bug | 12055 class references when creating new classes, needed to fix a bug |
11429 » pointed by Stéphane Bidoul where the input buffer of the | 12056 » pointed by Stéphane Bidoul where the input buffer of the |
11430 xmlTextReader instance gets destroyed if the python wrapper for | 12057 xmlTextReader instance gets destroyed if the python wrapper for |
11431 the input is not referenced anymore. | 12058 the input is not referenced anymore. |
11432 | 12059 |
11433 Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com> | 12060 Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com> |
11434 | 12061 |
11435 * xmlreader.c python/tests/reader.py: fixed another pair of problem | 12062 * xmlreader.c python/tests/reader.py: fixed another pair of problem |
11436 » pointed by Stéphane Bidoul: depth start at 0 and a parse problem. | 12063 » pointed by Stéphane Bidoul: depth start at 0 and a parse problem. |
11437 | 12064 |
11438 Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com> | 12065 Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
11439 | 12066 |
11440 * xmlreader.c python/tests/reader.py: fixed another problem | 12067 * xmlreader.c python/tests/reader.py: fixed another problem |
11441 » pointed by Stéphane Bidoul | 12068 » pointed by Stéphane Bidoul |
11442 | 12069 |
11443 Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com> | 12070 Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
11444 | 12071 |
11445 * xmlreader.c python/tests/reader.py: fixed a limit case problem | 12072 * xmlreader.c python/tests/reader.py: fixed a limit case problem |
11446 with "<a/>" | 12073 with "<a/>" |
11447 | 12074 |
11448 Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com> | 12075 Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
11449 | 12076 |
11450 * SAX.c: warn on xmlns:prefix="foo" | 12077 * SAX.c: warn on xmlns:prefix="foo" |
11451 * xmlreader.c python/tests/reader.py: fixed a couple of problem | 12078 * xmlreader.c python/tests/reader.py: fixed a couple of problem |
11452 for namespace attributes handling. | 12079 for namespace attributes handling. |
11453 | 12080 |
11454 Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com> | 12081 Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
11455 | 12082 |
11456 * entities.c parser.c tree.c include/libxml/entities.h: Fixed | 12083 * entities.c parser.c tree.c include/libxml/entities.h: Fixed |
11457 a really nasty problem raised by a DocBook XSLT transform | 12084 a really nasty problem raised by a DocBook XSLT transform |
11458 provided by Sebastian Bergmann | 12085 provided by Sebastian Bergmann |
11459 | 12086 |
11460 Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com> | 12087 Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com> |
11461 | 12088 |
11462 * xmlreader.c python/tests/reader.py: fixed a bug pointed out | 12089 * xmlreader.c python/tests/reader.py: fixed a bug pointed out |
11463 » by Stéphane Bidoul and integrated it into the tests | 12090 » by Stéphane Bidoul and integrated it into the tests |
11464 | 12091 |
11465 Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com> | 12092 Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com> |
11466 | 12093 |
11467 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: | 12094 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: |
11468 extended the XmlTextReader API a bit, addding accessors for | 12095 extended the XmlTextReader API a bit, addding accessors for |
11469 the current doc and node, and an entity substitution mode for | 12096 the current doc and node, and an entity substitution mode for |
11470 the parser. | 12097 the parser. |
11471 * python/libxml.py python/libxml2class.txt: related updates | 12098 * python/libxml.py python/libxml2class.txt: related updates |
11472 * python/tests/Makefile.am python/tests/reader.py | 12099 * python/tests/Makefile.am python/tests/reader.py |
11473 python/tests/reader2.py python/tests/reader3.py: updated a bit | 12100 python/tests/reader2.py python/tests/reader3.py: updated a bit |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11515 Add discussion of XML_DEBUG_CATALOG to xmllint man | 12142 Add discussion of XML_DEBUG_CATALOG to xmllint man |
11516 page - bug #100907 | 12143 page - bug #100907 |
11517 | 12144 |
11518 Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com> | 12145 Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
11519 | 12146 |
11520 * xmlreader.c: Fixed the empty node detection to avoid reporting | 12147 * xmlreader.c: Fixed the empty node detection to avoid reporting |
11521 an inexistant close tag. | 12148 an inexistant close tag. |
11522 | 12149 |
11523 Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com> | 12150 Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
11524 | 12151 |
11525 » * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul | 12152 » * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul |
11526 for Python 2.1 | 12153 for Python 2.1 |
11527 | 12154 |
11528 Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com> | 12155 Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
11529 | 12156 |
11530 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS | 12157 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS |
11531 | 12158 |
11532 Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com> | 12159 Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
11533 | 12160 |
11534 * doc/libxml2-api.xml python/tests/reader.py: one really need | 12161 * doc/libxml2-api.xml python/tests/reader.py: one really need |
11535 to provide the base URI information when creating a reader parser | 12162 to provide the base URI information when creating a reader parser |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11717 | 12344 |
11718 Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com> | 12345 Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com> |
11719 | 12346 |
11720 * tree.c include/libxml/tree.h: refactored the XML dump of a node | 12347 * tree.c include/libxml/tree.h: refactored the XML dump of a node |
11721 to a buffer API to reuse the generic dump to an OutputIO layer, | 12348 to a buffer API to reuse the generic dump to an OutputIO layer, |
11722 this reduces code, fixes xmlNodeDump() for XHTML, also made | 12349 this reduces code, fixes xmlNodeDump() for XHTML, also made |
11723 xmlNodeDump() now return the number of byte written. | 12350 xmlNodeDump() now return the number of byte written. |
11724 | 12351 |
11725 Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com> | 12352 Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com> |
11726 | 12353 |
11727 » * python/setup.py.in: another patch from Stéphane Bidoul for | 12354 » * python/setup.py.in: another patch from Stéphane Bidoul for |
11728 Python bindings on Windows | 12355 Python bindings on Windows |
11729 * doc/parsedecl.py: small cleanup | 12356 * doc/parsedecl.py: small cleanup |
11730 | 12357 |
11731 Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com> | 12358 Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
11732 | 12359 |
11733 * libxml.spec.in configure.in: add a line in %changelog for releases | 12360 * libxml.spec.in configure.in: add a line in %changelog for releases |
11734 | 12361 |
11735 Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com> | 12362 Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com> |
11736 | 12363 |
11737 * parser.c: patch from Marcus Clarke fixing a problem in entities | 12364 * parser.c: patch from Marcus Clarke fixing a problem in entities |
11738 parsing that was detected in KDe documentations environment. | 12365 parsing that was detected in KDe documentations environment. |
11739 | 12366 |
11740 Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org> | 12367 Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org> |
11741 | 12368 |
11742 * python/libxml.c (libxml_prev): Return the previous as opposed to | 12369 * python/libxml.c (libxml_prev): Return the previous as opposed to |
11743 the next node (I guess this is the result of some cut & paste programmin
g:) | 12370 the next node (I guess this is the result of some cut & paste programmin
g:) |
11744 | 12371 |
11745 Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com> | 12372 Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
11746 | 12373 |
11747 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile. | 12374 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile. |
11748 | 12375 |
11749 Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com> | 12376 Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
11750 | 12377 |
11751 * python/generator.py python/libxml.c python/setup.py.in: trying | 12378 * python/generator.py python/libxml.c python/setup.py.in: trying |
11752 » to fix the Python bindings build on Windows (Stéphane Bidoul) | 12379 » to fix the Python bindings build on Windows (Stéphane Bidoul) |
11753 | 12380 |
11754 Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> | 12381 Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
11755 | 12382 |
11756 * win32/configure.js: added option for python bindings | 12383 * win32/configure.js: added option for python bindings |
11757 * win32/libxml2.def.src: added more exports | 12384 * win32/libxml2.def.src: added more exports |
11758 | 12385 |
11759 Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> | 12386 Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
11760 | 12387 |
11761 * win32/Makefile.mingw: fixed unresolved symbols when linking with | 12388 * win32/Makefile.mingw: fixed unresolved symbols when linking with |
11762 pthreads | 12389 pthreads |
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13132 | 13759 |
13133 * doc/example.html: fixing typo | 13760 * doc/example.html: fixing typo |
13134 | 13761 |
13135 Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com> | 13762 Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
13136 | 13763 |
13137 * xpath.c: fixed a bug in the nodeset to boolean comparison code | 13764 * xpath.c: fixed a bug in the nodeset to boolean comparison code |
13138 pointed out by Melvyn Sopacua. | 13765 pointed out by Melvyn Sopacua. |
13139 | 13766 |
13140 Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com> | 13767 Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
13141 | 13768 |
13142 » * libxml.m4: Frédéric Crozat gave a patch related to the change | 13769 » * libxml.m4: Frédéric Crozat gave a patch related to the change |
13143 of Include paths breaking the libxml.m4 | 13770 of Include paths breaking the libxml.m4 |
13144 | 13771 |
13145 Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com> | 13772 Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
13146 | 13773 |
13147 * xpath.c: Fix bug #76927 forgot to save some context | 13774 * xpath.c: Fix bug #76927 forgot to save some context |
13148 when evaluating binary expressions | 13775 when evaluating binary expressions |
13149 | 13776 |
13150 Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com> | 13777 Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
13151 | 13778 |
13152 * configure.in: fixed configure for MPE/iX from Markus Henke | 13779 * configure.in: fixed configure for MPE/iX from Markus Henke |
(...skipping 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15974 * INSTALL: was empty added stuff from the FAQ | 16601 * INSTALL: was empty added stuff from the FAQ |
15975 | 16602 |
15976 Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16603 Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
15977 | 16604 |
15978 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the | 16605 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the |
15979 attributes handling and #54433 by adding xmlUnsetProp() | 16606 attributes handling and #54433 by adding xmlUnsetProp() |
15980 and xmlUnsetNsProp() | 16607 and xmlUnsetNsProp() |
15981 | 16608 |
15982 Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16609 Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
15983 | 16610 |
15984 » * HTMLparser.c: Patch from Jonas Borgström | 16611 » * HTMLparser.c: Patch from Jonas Borgström |
15985 (htmlGetEndPriority): New function, returns | 16612 (htmlGetEndPriority): New function, returns |
15986 the priority of a certain element. | 16613 the priority of a certain element. |
15987 (htmlAutoCloseOnClose): Only close inline elements if they | 16614 (htmlAutoCloseOnClose): Only close inline elements if they |
15988 all have lower or equal priority. | 16615 all have lower or equal priority. |
15989 * result/HTML: this of course changed a number of tests results. | 16616 * result/HTML: this of course changed a number of tests results. |
15990 | 16617 |
15991 Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16618 Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
15992 | 16619 |
15993 * xmlIO.c catalog.c: plugged in the default catalog resolution | 16620 * xmlIO.c catalog.c: plugged in the default catalog resolution |
15994 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog | 16621 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16042 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8 | 16669 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8 |
16043 release, updated and regenerated the docs | 16670 release, updated and regenerated the docs |
16044 | 16671 |
16045 Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16672 Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16046 | 16673 |
16047 * xpath.c result/XPath/expr/floats : clarified and cleanup | 16674 * xpath.c result/XPath/expr/floats : clarified and cleanup |
16048 printing of abnormal floats in tests. | 16675 printing of abnormal floats in tests. |
16049 | 16676 |
16050 Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16677 Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16051 | 16678 |
16052 » * HTMLparser.c: trying to fix the problem reported by Jonas Borgström | 16679 » * HTMLparser.c: trying to fix the problem reported by Jonas Borgström |
16053 * results/HTML/ : a few changes in the output of the HTML tests as | 16680 * results/HTML/ : a few changes in the output of the HTML tests as |
16054 a result. | 16681 a result. |
16055 * configure.in: tying to fix -liconv where needed | 16682 * configure.in: tying to fix -liconv where needed |
16056 | 16683 |
16057 Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16684 Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16058 | 16685 |
16059 * Makefile.am: fixed a stupid error | 16686 * Makefile.am: fixed a stupid error |
16060 | 16687 |
16061 Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16688 Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16062 | 16689 |
16063 * configure.in Makefile.am: make the inclusion of the trio | 16690 * configure.in Makefile.am: make the inclusion of the trio |
16064 modules in the library conditional | 16691 modules in the library conditional |
16065 | 16692 |
16066 Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16693 Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16067 | 16694 |
16068 » * DOCBparser.c: patche from László Kovács, fixed entities refs | 16695 » * DOCBparser.c: patche from László Kovács, fixed entities refs |
16069 in attributes handling | 16696 in attributes handling |
16070 | 16697 |
16071 Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16698 Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16072 | 16699 |
16073 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer | 16700 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer |
16074 flushing | 16701 flushing |
16075 | 16702 |
16076 Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16703 Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16077 | 16704 |
16078 * xpath.c: fix of an XSLT namespace bug reported on the list | 16705 * xpath.c: fix of an XSLT namespace bug reported on the list |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16140 | 16767 |
16141 * tree.[ch]: added xmlSaveFormatFile interface for saving | 16768 * tree.[ch]: added xmlSaveFormatFile interface for saving |
16142 and indenting a file. | 16769 and indenting a file. |
16143 | 16770 |
16144 Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16771 Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16145 | 16772 |
16146 * xpath.c: fixed bug #53689 related to processing-instruction() | 16773 * xpath.c: fixed bug #53689 related to processing-instruction() |
16147 | 16774 |
16148 Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16775 Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16149 | 16776 |
16150 » * DOCBparser.c: patche from László Kovács | 16777 » * DOCBparser.c: patche from László Kovács |
16151 | 16778 |
16152 Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16779 Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16153 | 16780 |
16154 * parser.c: applied fixes from Christian Glahn bug report #53391 | 16781 * parser.c: applied fixes from Christian Glahn bug report #53391 |
16155 | 16782 |
16156 Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16783 Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16157 | 16784 |
16158 » * error.c: Jean François Lecomte provided a complete description | 16785 » * error.c: Jean François Lecomte provided a complete description |
16159 and a fix to bug #53537 | 16786 and a fix to bug #53537 |
16160 | 16787 |
16161 Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16788 Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16162 | 16789 |
16163 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi | 16790 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi |
16164 | 16791 |
16165 Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16792 Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16166 | 16793 |
16167 * DOCBparser.c SAX.c: a bit more work on entities processing. | 16794 * DOCBparser.c SAX.c: a bit more work on entities processing. |
16168 Still Need to cleanup XML output and references in attributes | 16795 Still Need to cleanup XML output and references in attributes |
16169 | 16796 |
16170 Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16797 Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16171 | 16798 |
16172 » * DOCBparser.c include/Makefile.am: two patches from László Kovács | 16799 » * DOCBparser.c include/Makefile.am: two patches from László Kovács |
16173 | 16800 |
16174 Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16801 Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16175 | 16802 |
16176 * tree.c: trying to fix #53574, not completely complete, | 16803 * tree.c: trying to fix #53574, not completely complete, |
16177 I would like xmllint --copy --debug test/ent1 and | 16804 I would like xmllint --copy --debug test/ent1 and |
16178 xmllint --debug test/ent1 to show the same result. | 16805 xmllint --debug test/ent1 to show the same result. |
16179 * xpath.c: fix a bug when trying to sort namespace nodes | 16806 * xpath.c: fix a bug when trying to sort namespace nodes |
16180 | 16807 |
16181 Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16808 Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16182 | 16809 |
(...skipping 21 matching lines...) Expand all Loading... |
16204 a lot. | 16831 a lot. |
16205 | 16832 |
16206 Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16833 Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16207 | 16834 |
16208 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses | 16835 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses |
16209 to doc where it wasn't checked against NULL reported by | 16836 to doc where it wasn't checked against NULL reported by |
16210 Jens Laas | 16837 Jens Laas |
16211 | 16838 |
16212 Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16839 Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16213 | 16840 |
16214 » * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements | 16841 » * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements |
16215 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>. | 16842 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>. |
16216 | 16843 |
16217 Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 16844 Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
16218 | 16845 |
16219 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am | 16846 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am |
16220 xmlversion.h.in: started (re)integrating the DocBook SGML parser. | 16847 xmlversion.h.in: started (re)integrating the DocBook SGML parser. |
16221 * SAX.[ch]: cleanup and updates for DocBook | 16848 * SAX.[ch]: cleanup and updates for DocBook |
16222 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or | 16849 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or |
16223 ex SGML identifier changes | 16850 ex SGML identifier changes |
16224 * valid.c: removed a static unused function. | 16851 * valid.c: removed a static unused function. |
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17006 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon | 17633 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon |
17007 on large files | 17634 on large files |
17008 | 17635 |
17009 Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 17636 Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
17010 | 17637 |
17011 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc | 17638 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc |
17012 | 17639 |
17013 Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 17640 Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
17014 | 17641 |
17015 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue, | 17642 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue, |
17016 » reported by Jonas Borgström | 17643 » reported by Jonas Borgström |
17017 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch | 17644 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch |
17018 | 17645 |
17019 Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 17646 Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
17020 | 17647 |
17021 * testXPath.c xpath.c: fixing the XPath union expressions problem | 17648 * testXPath.c xpath.c: fixing the XPath union expressions problem |
17022 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz> | 17649 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz> |
17023 | 17650 |
17024 Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> | 17651 Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
17025 | 17652 |
17026 * xmllint.c: Made is so if the file name is "-" is will read form | 17653 * xmllint.c: Made is so if the file name is "-" is will read form |
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18629 | 19256 |
18630 Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> | 19257 Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
18631 | 19258 |
18632 * Makefile.am, example/Makefile.am: closed bug #1683 | 19259 * Makefile.am, example/Makefile.am: closed bug #1683 |
18633 | 19260 |
18634 Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> | 19261 Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
18635 | 19262 |
18636 * example/Makefile.am, configure.in: added the makefile for the | 19263 * example/Makefile.am, configure.in: added the makefile for the |
18637 gjobread example | 19264 gjobread example |
18638 | 19265 |
18639 Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl> | 19266 Sat Jul 10 14:19:11 CEST 1999 Tomasz KÅoczko <kloczek@pld.org.pl> |
18640 | 19267 |
18641 * doc/Makefile.am: | 19268 * doc/Makefile.am: |
18642 - fix which allow "make install DESTDIR=</install/prefix>". | 19269 - fix which allow "make install DESTDIR=</install/prefix>". |
18643 | 19270 |
18644 Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> | 19271 Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
18645 | 19272 |
18646 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.c
om> | 19273 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.c
om> |
18647 which fixed a problem on the file reading-code. | 19274 which fixed a problem on the file reading-code. |
18648 | 19275 |
18649 Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> | 19276 Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18732 the old Namespace draft support (PI based). | 19359 the old Namespace draft support (PI based). |
18733 | 19360 |
18734 Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> | 19361 Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
18735 | 19362 |
18736 * Makefile.am: added test result to EXTRA_DIST for make tests | 19363 * Makefile.am: added test result to EXTRA_DIST for make tests |
18737 | 19364 |
18738 Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> | 19365 Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
18739 | 19366 |
18740 * parser.c, parserInternals.h: moved the chars macro definitions | 19367 * parser.c, parserInternals.h: moved the chars macro definitions |
18741 to parserInternals.h | 19368 to parserInternals.h |
18742 » * parser.c, error.c: applied patches from "Knut Åkesson" | 19369 » * parser.c, error.c: applied patches from "Knut Ã
kesson" |
18743 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o | 19370 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o |
18744 | 19371 |
18745 Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> | 19372 Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
18746 | 19373 |
18747 * xml-config.in : applied patch to make --version work | 19374 * xml-config.in : applied patch to make --version work |
18748 | 19375 |
18749 1999-03-05 Raja R Harinath <harinath@cs.umn.edu> | 19376 1999-03-05 Raja R Harinath <harinath@cs.umn.edu> |
18750 | 19377 |
18751 * Makefile.am (check-local): Alias for `tests' target. This will | 19378 * Makefile.am (check-local): Alias for `tests' target. This will |
18752 cause `make check' to do the right thing. | 19379 cause `make check' to do the right thing. |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
19039 glib ones instead, fixed. | 19666 glib ones instead, fixed. |
19040 * Makefile.am: corrected an error in library naming | 19667 * Makefile.am: corrected an error in library naming |
19041 | 19668 |
19042 Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org> | 19669 Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
19043 | 19670 |
19044 * integrated code developped at W3C | 19671 * integrated code developped at W3C |
19045 * changed the original Copyright | 19672 * changed the original Copyright |
19046 * migrated to automake | 19673 * migrated to automake |
19047 * prefixed the filenames by xml_ to avoid filename clashes | 19674 * prefixed the filenames by xml_ to avoid filename clashes |
19048 | 19675 |
| 19676 # |
| 19677 # vim: set enc=utf-8 |
| 19678 # |
OLD | NEW |