Daniel Veillard | c76440f | 2003-11-26 20:39:47 +0000 | [diff] [blame] | 1 | Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2 | |
| 3 | * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE |
| 4 | is broken on 2.6.x |
| 5 | |
Daniel Veillard | d453255 | 2003-11-25 18:29:55 +0000 | [diff] [blame] | 6 | Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 7 | |
| 8 | * entities.c: fixed #127877, never output " in element content |
| 9 | * result/isolat3 result/slashdot16.xml result/noent/isolat3 |
| 10 | result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml |
| 11 | result/valid/index.xml result/valid/xlink.xml: this changes the |
| 12 | output of a few tests |
| 13 | |
Daniel Veillard | bd2904b | 2003-11-25 15:38:59 +0000 | [diff] [blame] | 14 | Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 15 | |
| 16 | * include/libxml/schemasInternals.h include/libxml/xmlerror.h |
| 17 | testSchemas.c xmlschemas.c: added xsd:include support, fixed |
| 18 | testSchemas behaviour when a schemas failed to parse. |
| 19 | * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one |
| 20 | test for xsd:include from Eric Van der Vlist |
| 21 | |
Daniel Veillard | e70c877 | 2003-11-25 07:21:18 +0000 | [diff] [blame] | 22 | Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 23 | |
| 24 | * parser.c: swapped the attribute defaulting and attribute checking |
| 25 | parts of parsing a new element start, fixes bug #127772 |
| 26 | * result/valid/127772.* test/valid/127772.xml |
| 27 | test/valid/dtds/127772.dtd: added the example in the regression tests |
| 28 | |
Daniel Veillard | 74c0e59 | 2003-11-25 07:01:38 +0000 | [diff] [blame] | 29 | Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 30 | |
| 31 | * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser() |
| 32 | to avoid bug #127851 |
| 33 | |
Daniel Veillard | f8b9de3 | 2003-11-24 14:27:26 +0000 | [diff] [blame] | 34 | Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 35 | |
| 36 | * xmlregexp.c: fixing some Negative Character Group and |
| 37 | Character Class Subtraction handling. |
| 38 | |
Daniel Veillard | f2a1283 | 2003-11-24 13:04:35 +0000 | [diff] [blame] | 39 | Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 40 | |
| 41 | * xmlregexp.c xmlschemas.c: more XML Schemas fixes based |
| 42 | on Eric van der Vlist examples |
| 43 | * result/schemas/vdv-first4* test/schemas/vdv-first4*: |
| 44 | added regression tests |
| 45 | * doc/examples/Makefile.am doc/examples/index.py: do not |
| 46 | regenerate the index on make all target, but only on |
| 47 | make rebuild to avoid troubles. |
| 48 | |
Daniel Veillard | be9c632 | 2003-11-22 20:37:51 +0000 | [diff] [blame] | 49 | Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 50 | |
| 51 | * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h |
| 52 | include/libxml/schemasInternals.h: lot of bug fixes, cleanup, |
| 53 | starting to add proper namespace support too. |
| 54 | * test/schemas/* result/schemas/*: added a number of tests |
| 55 | fixed the result from some regression tests too. |
| 56 | |
MST 2003 John Fleck | 2b7142a | 2003-11-22 03:55:27 +0000 | [diff] [blame] | 57 | Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net> |
| 58 | |
| 59 | * doc/xml.html, docs.html: remove reference to gtk-doc now that |
| 60 | Daniel has removed it, fix link to George's IBM article, other |
| 61 | minor edits |
| 62 | |
Daniel Veillard | 1d91386 | 2003-11-21 00:28:39 +0000 | [diff] [blame] | 63 | Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 64 | |
| 65 | * xmlschemas.c: applied patch from Robert Stepanek to start |
| 66 | import os schemas support, cleaned up stuff and the patch. |
| 67 | * test/schemas/import0_0.* result/schemas/import0_0_0*: added test |
| 68 | to regression, fixed a few regressions too. |
| 69 | |
Daniel Veillard | c59d826 | 2003-11-20 21:59:12 +0000 | [diff] [blame] | 70 | Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 71 | |
| 72 | * HTMLparser.c: applied two parsing fixes from James Bursa |
| 73 | |
Daniel Veillard | 16ed597 | 2003-11-20 18:22:31 +0000 | [diff] [blame] | 74 | Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 75 | |
| 76 | * doc/examples/*: added two xmlReader examples |
| 77 | * xmlreader.c: cleaned up some bugs in the process |
| 78 | |
Daniel Veillard | 5841f0e | 2003-11-20 11:59:09 +0000 | [diff] [blame] | 79 | Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 80 | |
| 81 | * xmlwriter.c include/libxml/xmlwriter.h: applied patch from |
| 82 | Alfred Mickautsch, bugfixes and comments |
| 83 | * doc/examples/*: added his test as the xmlWriter example |
| 84 | * doc/html/ doc/*.html: this resulted in some improvements |
| 85 | * include/libxml/hash.h: fixed an inclusion problem when |
| 86 | <libxml/hash.h> wasn't preceeded by <xml/parser.h> |
| 87 | |
Daniel Veillard | a152c4d | 2003-11-19 16:24:26 +0000 | [diff] [blame] | 88 | Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 89 | |
| 90 | * xinclude.c: fix an error message |
| 91 | * doc/examples/*: added tree2 example from Lucas Brasilino |
| 92 | |
William M. Brack | 7f40d13 | 2003-11-19 09:52:29 +0000 | [diff] [blame] | 93 | Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 94 | |
| 95 | * doc/newapi.xsl: improve the sort sequence for page content |
| 96 | * doc/html/*.html: regenerate the web pages |
| 97 | |
Daniel Veillard | 1a79241 | 2003-11-18 23:52:38 +0000 | [diff] [blame] | 98 | Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 99 | |
| 100 | * Makefile.am: do not package cvs versioning temp files. |
| 101 | * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, |
| 102 | slightly improved the API xml format, fixed a lot of small |
| 103 | rendering problems |
| 104 | * doc/html/libxml*.html: rebuilt |
| 105 | |
Daniel Veillard | be58697 | 2003-11-18 20:56:51 +0000 | [diff] [blame] | 106 | Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 107 | |
| 108 | * include/libxml/*.h include/libxml/*.h.in: modified the file |
| 109 | header to add more informations, painful... |
| 110 | * genChRanges.py genUnicode.py: updated to generate said changes |
| 111 | in headers |
| 112 | * doc/apibuild.py: extract headers, add them to libxml2-api.xml |
| 113 | * *.html *.xsl *.xml: updated the stylesheets to flag geprecated |
| 114 | APIs modules. Updated the stylesheets, some cleanups, regenerated |
| 115 | * doc/html/*.html: regenerated added back book1 and libxml-lib.html |
| 116 | |
| 117 | Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 118 | |
| 119 | * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up |
| 120 | the build process to remove all remains from the old gtk-doc |
| 121 | inherited, libxml2-refs.xml is now generated by apibuild.py, the |
| 122 | stylesheets have been improved, and the API*html now generated |
| 123 | are XHTML1 valid too |
| 124 | |
William M. Brack | b1d5316 | 2003-11-18 06:54:40 +0000 | [diff] [blame] | 125 | Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk> |
| 126 | |
| 127 | * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor |
| 128 | enhancement to prevent comment with unreferenced variable. |
| 129 | * threads.c xmlreader.c xmlwriter.c: edited some comments to |
| 130 | improve auto-generation of documentation |
| 131 | * apibuild.py: minor change to an error message |
| 132 | |
Daniel Veillard | bff06bf | 2003-11-17 16:58:05 +0000 | [diff] [blame] | 133 | Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 134 | |
| 135 | * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, |
| 136 | improving navigation |
| 137 | * doc/html/*.html: updated the result |
| 138 | |
Daniel Veillard | 2925c0a | 2003-11-17 13:58:17 +0000 | [diff] [blame] | 139 | Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 140 | |
| 141 | * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: |
| 142 | improvement of the stylesheets, fixed a API generation problem, |
| 143 | switched the stylesheet and Makefile to build the HTML output. |
| 144 | * doc/html/*.html: complete update, ditched some old files, might |
| 145 | introduce some breakage... |
| 146 | |
Daniel Veillard | 0b3d9b8 | 2003-11-17 11:51:30 +0000 | [diff] [blame] | 147 | Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 148 | |
| 149 | * doc/newapi.xsl: lot of improvements, this starts looking good |
| 150 | enough to be usable. |
| 151 | |
Daniel Veillard | c72f9fd | 2003-11-16 23:59:52 +0000 | [diff] [blame] | 152 | Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 153 | |
| 154 | * doc/newapi.xsl: stylesheet to build HTML pages from the |
| 155 | API XML description, Work in Progress |
| 156 | |
William M. Brack | c125a72 | 2003-11-16 08:06:19 +0000 | [diff] [blame] | 157 | Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 158 | |
| 159 | * xpath.c: fixed bug 126976 (string != empty nodeset |
| 160 | should be false) |
| 161 | |
William M. Brack | 60f394e | 2003-11-16 06:25:42 +0000 | [diff] [blame] | 162 | Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 163 | |
| 164 | * doc/html/*.html: Finally - found the problem with the |
| 165 | page generation (XMLPUBFUN not recognized by gtkdoc). |
| 166 | Re-created the pages using a temporary version of |
| 167 | include/libxml/*.h. |
| 168 | * testOOMlib.c,include/libxml/encoding.h, |
| 169 | include/libxml/schemasInternals.h,include/libxml/valid.h, |
| 170 | include/libxml/xlink.h,include/libxml/xmlwin32version.h, |
| 171 | include/libxml/xmlwin32version.h.in, |
| 172 | include/libxml/xpathInternals.h: minor edit of comments |
| 173 | to help automatic documentation generation |
| 174 | * doc/docdescr.doc: small elaboration |
| 175 | * doc/examples/test1.c,doc/examples/Makefile.am: re-commit |
| 176 | (messed up on last try) |
| 177 | * xmlreader.c: minor change to clear warning. |
| 178 | |
Daniel Veillard | 8d7b5c7 | 2003-11-15 18:24:36 +0000 | [diff] [blame] | 179 | Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 180 | |
| 181 | * Copyright: fixed some wording |
| 182 | * libxml.spec.in: make sure doc/examples is packaged |
| 183 | * include/libxml/tree.h valid.c xmlreader.c: fixed the really |
| 184 | annoying problem about xmlRemoveID and xmlReader streaming. |
Daniel Veillard | c72f9fd | 2003-11-16 23:59:52 +0000 | [diff] [blame] | 185 | Thing looks fixed now, had to add a doc reference to the |
Daniel Veillard | 8d7b5c7 | 2003-11-15 18:24:36 +0000 | [diff] [blame] | 186 | xmlID structure though... |
| 187 | |
MST 2003 John Fleck | 485fa4b | 2003-11-15 16:54:50 +0000 | [diff] [blame] | 188 | Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net> |
| 189 | |
Daniel Veillard | 8d7b5c7 | 2003-11-15 18:24:36 +0000 | [diff] [blame] | 190 | * doc/docdescr.doc: added description of man page building |
MST 2003 John Fleck | 485fa4b | 2003-11-15 16:54:50 +0000 | [diff] [blame] | 191 | |
William M. Brack | f4e9a6e | 2003-11-15 11:14:47 +0000 | [diff] [blame] | 192 | Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 193 | |
| 194 | * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html, |
| 195 | doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html, |
| 196 | doc/html/libxml-wincecompat, doc/html/winsockcompat.html, |
| 197 | doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html, |
| 198 | doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html: |
| 199 | added missing pages for the website. |
| 200 | |
William M. Brack | 2ad1dff | 2003-11-15 10:35:20 +0000 | [diff] [blame] | 201 | Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 202 | |
| 203 | * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the |
| 204 | generated pages (again), manually restored doc/html/index.html |
| 205 | and manually edited generated file doc/gnome-xml.xml to put |
| 206 | in appropriate headings. |
| 207 | * doc/docdescr.doc: new file to describe details of the |
| 208 | document generation (helps my memory for the next time) |
| 209 | * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor |
| 210 | enhancement to please the automatic documentation generation. |
| 211 | |
William M. Brack | 272693c | 2003-11-14 16:20:34 +0000 | [diff] [blame] | 212 | Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 213 | |
| 214 | * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py, |
| 215 | chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c: |
| 216 | minor error cleanup for gcc-3.3.[12] compilation warnings. |
| 217 | |
William M. Brack | d7cf7f8 | 2003-11-14 07:13:16 +0000 | [diff] [blame] | 218 | Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 219 | |
| 220 | * tree.c: minor changes to some comments |
| 221 | * doc/*.html: rebuilt the generated HTML pages for changes |
| 222 | from jfleck (bug 126945) |
| 223 | |
Daniel Veillard | d9d63d6 | 2003-11-13 11:45:43 +0000 | [diff] [blame] | 224 | Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 225 | |
| 226 | * doc/examples/*: added Dodji's example, added output handling |
| 227 | |
Daniel Veillard | 241e19d | 2003-11-13 10:39:27 +0000 | [diff] [blame] | 228 | Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 229 | |
| 230 | * doc/examples/*: added Aleksey XPath example, fixed bugs |
| 231 | in the indexer |
| 232 | |
Daniel Veillard | a59853a | 2003-11-12 22:50:47 +0000 | [diff] [blame] | 233 | Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 234 | |
| 235 | * doc/*: integrating the examples in the navigation menus |
| 236 | * doc/examples/*: added make tests, updated the navigation, |
| 237 | added a new test, cleanups, updates. |
| 238 | |
Daniel Veillard | 8c03401 | 2003-11-12 16:54:26 +0000 | [diff] [blame] | 239 | Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 240 | |
| 241 | * doc/*.html: rebuilt the generated HTML pages |
| 242 | * doc/examples/*: updated the stylesheets, added a synopsis, |
| 243 | Makefile.am is now generated by index.py |
| 244 | |
Daniel Veillard | b72876d | 2003-11-12 00:40:33 +0000 | [diff] [blame] | 245 | Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 246 | |
| 247 | * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html: |
| 248 | added autogeneration of a web page for the examples |
| 249 | * doc/examples/example1.c doc/examples/.cvsignore |
| 250 | doc/examples/examples.xml doc/examples/index.py: updated the |
| 251 | informations extracted, improved the format and indexing. |
| 252 | |
Daniel Veillard | d8cf906 | 2003-11-11 21:12:36 +0000 | [diff] [blame] | 253 | Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 254 | |
| 255 | * check-xinclude-test-suite.py: less verbose on difference |
| 256 | * libxml.spec.in: cleanup |
| 257 | * parser.c: fixed xmlCleanupParser() doc |
| 258 | * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml |
| 259 | doc/examples/Makefile.am doc/examples/example1.c |
| 260 | doc/examples/examples.xml doc/examples/index.py |
| 261 | doc/examples/test1.xml: work on adding C examples and |
| 262 | generating automated information about those. examples.xml |
| 263 | is autogenerated describing the examples. |
| 264 | * example/Makefile.am: cleanup |
| 265 | |
William M. Brack | 8763df8 | 2003-11-10 15:49:27 +0000 | [diff] [blame] | 266 | Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 267 | |
| 268 | * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h: |
| 269 | fixed missing '-' in block names, enhanced the hack for |
| 270 | ABI aliasing. |
| 271 | |
William M. Brack | ea93908 | 2003-11-09 12:45:26 +0000 | [diff] [blame] | 272 | Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 273 | |
| 274 | * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h, |
| 275 | python/libxml2class.txt: enhanced for range checking, |
| 276 | updated to Unicode version 4.0.1 (API docs also updated) |
| 277 | * python/generator.py: minor change to fix a warning |
| 278 | |
Daniel Veillard | fe9fc79 | 2003-11-05 22:47:51 +0000 | [diff] [blame] | 279 | Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 280 | |
| 281 | * Makefile.am: apply fix from Karl Eichwalder for script path |
| 282 | |
Daniel Veillard | 6b9d695 | 2003-11-05 09:50:55 +0000 | [diff] [blame] | 283 | Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 284 | |
| 285 | * win32/configure.js: applied patch from Mark Vakoc to simplify |
| 286 | his work from CVS checkouts. |
| 287 | |
MST 2003 John Fleck | dbf6ae8 | 2003-11-05 04:15:16 +0000 | [diff] [blame] | 288 | Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net> |
| 289 | |
Daniel Veillard | 6b9d695 | 2003-11-05 09:50:55 +0000 | [diff] [blame] | 290 | * doc/xmlreader.html: minor cleanups |
MST 2003 John Fleck | dbf6ae8 | 2003-11-05 04:15:16 +0000 | [diff] [blame] | 291 | |
William M. Brack | 30ce0dd | 2003-11-04 23:57:30 +0000 | [diff] [blame] | 292 | Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk> |
| 293 | |
| 294 | * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED |
| 295 | for gcc so that, if undefined, it's defined as |
| 296 | __attribute__((unused)) |
| 297 | |
William M. Brack | 6bf4d6f | 2003-11-04 23:29:16 +0000 | [diff] [blame] | 298 | Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk> |
| 299 | |
| 300 | * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED |
| 301 | appears after the variable declaration. |
| 302 | * valid.c: trivial change to eliminate a warning message |
| 303 | |
Daniel Veillard | 6d373a2 | 2003-11-04 10:26:43 +0000 | [diff] [blame] | 304 | Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 305 | |
| 306 | * configure.in NEWS doc/*: preparing release 2.6.2, updated and |
| 307 | rebuilt the docs |
| 308 | |
Daniel Veillard | 42fd412 | 2003-11-04 08:47:48 +0000 | [diff] [blame] | 309 | Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 310 | |
| 311 | * xmllint.c: change --html to make sure we use the HTML serialization |
| 312 | rule by default when HTML parser is used, add --xmlout to allow to |
| 313 | force the XML serializer on HTML. |
| 314 | * HTMLtree.c: ugly tweak to fix the output on <p> element and |
| 315 | solve #125093 |
| 316 | * result/HTML/*: this changes the output of some tests |
| 317 | |
Daniel Veillard | 798ae54 | 2003-11-03 17:13:52 +0000 | [diff] [blame] | 318 | Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 319 | |
| 320 | * xinclude.c: fixed bug #125812, about XPointer in XInclude |
| 321 | failing but not returning an error. |
| 322 | |
Daniel Veillard | a8ff65d | 2003-11-03 16:20:10 +0000 | [diff] [blame] | 323 | Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 324 | |
| 325 | * valid.c: fixed bug #125811 related to DTD post validation |
| 326 | where the DTD doesn't pertain to a document. |
| 327 | |
Daniel Veillard | 61b9338 | 2003-11-03 14:28:31 +0000 | [diff] [blame] | 328 | Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 329 | |
| 330 | * parser.c xmlIO.c include/libxml/parserInternals.h: implemented |
| 331 | the XML_PARSE_NONET parser option. |
| 332 | * xmllint.c: converted xmllint.c to use the option instead of |
| 333 | relying on the global resolver variable. |
| 334 | |
Daniel Veillard | 7899c5c | 2003-11-03 12:31:38 +0000 | [diff] [blame] | 335 | Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 336 | |
| 337 | * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude |
| 338 | support to the reader interface. Lot of testing of the walker, |
| 339 | various bug fixes. |
| 340 | * xmllint.c: added --walker and made sure --xinclude --stream --debug |
| 341 | works as expected |
| 342 | * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6 |
| 343 | result/XInclude/*.rdr: added regression tests for the walker and |
| 344 | XInclude xmlReader support, had to slightly change a couple of tests |
| 345 | because the walker can't distinguish <foo/> from <foo></foo> |
| 346 | |
Daniel Veillard | 254b126 | 2003-11-01 17:04:58 +0000 | [diff] [blame] | 347 | Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 348 | |
| 349 | * tree.c nanohttp.c threads.c: second BeOS patch from |
| 350 | Marcin 'Shard' Konicki |
| 351 | |
Daniel Veillard | 7ec2997 | 2003-10-31 14:36:36 +0000 | [diff] [blame] | 352 | Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 353 | |
| 354 | * parser.c: always generate line numbers |
| 355 | |
Daniel Veillard | fd343dc | 2003-10-31 10:55:22 +0000 | [diff] [blame] | 356 | Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 357 | |
| 358 | * parser.c: fixed another regression introduced in fixing #125823 |
| 359 | |
Daniel Veillard | 157fee0 | 2003-10-31 10:36:03 +0000 | [diff] [blame] | 360 | Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 361 | |
| 362 | * python/libxml.c: previous fix for #124044 was broken, correct |
| 363 | fix provided. |
| 364 | * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser() |
| 365 | and the error handlers to address #125877 |
| 366 | |
Daniel Veillard | 8a0a633 | 2003-10-30 22:13:02 +0000 | [diff] [blame] | 367 | Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 368 | |
| 369 | * parser.c: side effect of #123105 patch, namespace resolution |
| 370 | would fail when defined in internal entities, fixes #125823 |
| 371 | |
Daniel Veillard | bb3ba32 | 2003-10-30 13:12:43 +0000 | [diff] [blame] | 372 | Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 373 | |
| 374 | * python/libxml.c: be more defensive in the xmlReader python bindings |
| 375 | fixing bug #124044 |
| 376 | |
Daniel Veillard | e133dd8 | 2003-10-30 10:42:20 +0000 | [diff] [blame] | 377 | Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 378 | |
| 379 | * valid.c: the a-posteriori DTD validation code was not validating |
| 380 | the namespace declarations, this fixes #124110 |
| 381 | |
William M. Brack | c5cbf99 | 2003-10-29 22:15:13 +0000 | [diff] [blame] | 382 | Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 383 | |
| 384 | * xmlIO.c: enhanced to bypass compression detection code |
| 385 | when input file is stdin (bug 125801) |
| 386 | |
Daniel Veillard | 2823243 | 2003-10-29 17:23:05 +0000 | [diff] [blame] | 387 | Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 388 | |
| 389 | * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc |
| 390 | |
Daniel Veillard | 94394cd | 2003-10-29 17:07:51 +0000 | [diff] [blame] | 391 | Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 392 | |
| 393 | * xpath.c: more fixes about unregistering objects |
| 394 | * include/libxml/relaxng.h: applied patch from Mark Vakoc |
| 395 | missing _cplusplus processing clause |
| 396 | |
Aleksey Sanin | b5a46da | 2003-10-29 15:51:17 +0000 | [diff] [blame] | 397 | Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com> |
| 398 | |
| 399 | * include/libxml/parser.h parser.c: added xmlStrVPrintf function |
| 400 | |
Daniel Veillard | 82cb319 | 2003-10-29 13:39:15 +0000 | [diff] [blame] | 401 | Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 402 | |
| 403 | * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from |
| 404 | Marcin 'Shard' Konicki to provide BeOS thread support. |
| 405 | |
Daniel Veillard | 9d75150 | 2003-10-29 13:21:47 +0000 | [diff] [blame] | 406 | Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 407 | |
| 408 | * xmlschemas.c include/libxml/xmlschemas.h: applied patch |
| 409 | from Steve Ball to make a schema parser from a preparsed document. |
| 410 | |
Daniel Veillard | e22dd5c | 2003-10-29 12:53:27 +0000 | [diff] [blame] | 411 | Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 412 | |
| 413 | * tree.c: applied a couple of patches from Mark Lilback about text |
| 414 | nodes coalescing |
| 415 | |
Daniel Veillard | e991fe9 | 2003-10-29 11:18:37 +0000 | [diff] [blame] | 416 | Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 417 | |
| 418 | * xpath.c: change suggested by Anthony Carrico when unregistering |
| 419 | a namespace prefix to a context |
| 420 | * hash.c: be more careful about calling callbacks with NULL payloads. |
| 421 | |
Daniel Veillard | e4e3f5d | 2003-10-28 23:06:32 +0000 | [diff] [blame] | 422 | Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 423 | |
| 424 | * configure.in NEWS doc/*: preparing release 2.6.1, updated and |
| 425 | regenerated docs and APIs |
| 426 | * parser.c: cleanup and last change to fix #123105 |
| 427 | |
Daniel Veillard | 652f9aa | 2003-10-28 22:04:45 +0000 | [diff] [blame] | 428 | Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 429 | |
| 430 | * HTMLparser.c: Fix #124907 by simply backporting the same |
| 431 | fix as for the XML parser |
| 432 | * result/HTML/doc3.htm.err: change to ID detecting modified one |
| 433 | test result. |
| 434 | |
Daniel Veillard | 9ba8e38 | 2003-10-28 21:31:45 +0000 | [diff] [blame] | 435 | Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 436 | |
| 437 | * parser.c include/libxml/parser.h: included a new function |
| 438 | to reuse a Push parser context, based on Graham Bennett original |
| 439 | code |
| 440 | * valid.c: in HTML, a name in an input is not an ID |
| 441 | * TODO: bug list update |
| 442 | |
Daniel Veillard | ae9733a | 2003-10-28 19:02:21 +0000 | [diff] [blame] | 443 | Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 444 | |
| 445 | * xpath.c: applied patch from nico@xtradyne.com for #125030 |
| 446 | |
Daniel Veillard | 72b9e29 | 2003-10-28 15:44:17 +0000 | [diff] [blame] | 447 | Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 448 | |
| 449 | * Makefile.am: cleanup |
| 450 | * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653 |
| 451 | sometimes the error handlers can get a parser context on DTD |
| 452 | errors, and sometime they don't. So be very careful when trying |
| 453 | to grab those informations. |
| 454 | |
Daniel Veillard | f4e5629 | 2003-10-28 14:27:41 +0000 | [diff] [blame] | 455 | Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 456 | |
| 457 | * tree.c: applied patch from Kasimier Buchcik which fixes a |
| 458 | problem in xmlSearchNs introduced in 2.6.0 |
| 459 | |
Daniel Veillard | f5cb3cd | 2003-10-28 13:58:13 +0000 | [diff] [blame] | 460 | Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 461 | |
| 462 | * parser.c: fixed #123263, the encoding is mandatory in a textdecl. |
| 463 | |
Daniel Veillard | cec50a6 | 2003-10-28 13:26:51 +0000 | [diff] [blame] | 464 | Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 465 | |
| 466 | * tree.c: fix bug #125047 about serializing when finding a |
| 467 | document fragment node. |
| 468 | |
Daniel Veillard | 4772af6 | 2003-10-27 16:23:43 +0000 | [diff] [blame] | 469 | Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com> |
| 470 | |
| 471 | * testSAX.c: fix bug #125592 need a NULL check |
| 472 | * include/libxml/chvalid.h: rename a parameter |
| 473 | |
Daniel Veillard | 95d2d5b | 2003-10-27 14:54:49 +0000 | [diff] [blame] | 474 | Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com> |
| 475 | |
| 476 | * parser.c: applied patch from #123105 about defaulted attributes |
| 477 | from element coming from an entity |
| 478 | |
William M. Brack | 1d75c8a | 2003-10-27 13:48:16 +0000 | [diff] [blame] | 479 | Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 480 | |
| 481 | * xmllint.c: fixed warning message from IRIX (bug 125182) |
| 482 | * python/libxml.py: removed tabs, replaced with spaces |
| 483 | (bug 125572) |
| 484 | |
Daniel Veillard | e8039df | 2003-10-27 11:25:13 +0000 | [diff] [blame] | 485 | Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com> |
| 486 | |
| 487 | * libxml.h parserInternals.c xmlIO.c: make sure we report errors |
| 488 | if xmlNewInputFromFile() fails. |
| 489 | * xmlreader.c: avoid using _private for the node or document |
| 490 | elements. |
| 491 | |
Igor Zlatkovic | 7b58adb | 2003-10-25 15:38:02 +0000 | [diff] [blame] | 492 | Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 493 | |
| 494 | * win32/configure.js: added declaration for verMicroSuffix |
| 495 | |
Daniel Veillard | cc199e0 | 2003-10-24 21:11:48 +0000 | [diff] [blame] | 496 | Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 497 | |
| 498 | * libxml.m4: applied patch from Patrick Welche provided in |
| 499 | bug #125432 , future proofing the .m4 file. |
| 500 | * parser.c: resetting the context should also reset the error |
| 501 | * TODO: problem of conformance w.r.t. E20 was raised in the |
| 502 | XML Core telconf and libxml2 isn't conformant there. |
| 503 | |
Daniel Veillard | 929714b | 2003-10-22 12:34:36 +0000 | [diff] [blame] | 504 | Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 505 | |
| 506 | * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180 |
| 507 | |
Daniel Veillard | 2bd4322 | 2003-10-22 08:51:21 +0000 | [diff] [blame] | 508 | Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 509 | |
| 510 | * chvalid.c genChRanges.py: Stephane Bidoul pointed out another |
| 511 | small glitch missing a const |
| 512 | |
Daniel Veillard | fca7d83 | 2003-10-22 08:44:26 +0000 | [diff] [blame] | 513 | Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 514 | |
| 515 | * chvalid.c genChRanges.py: Stephane Bidoul pointed out that |
| 516 | it doesn't define IN_LIBXML |
| 517 | |
Daniel Veillard | 1e5e438 | 2003-10-21 19:15:44 +0000 | [diff] [blame] | 518 | Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 519 | |
| 520 | * win32/Makefile.mingw: typo pointed out by Stephane Bidoul |
| 521 | |
Daniel Veillard | ea04893 | 2003-10-21 09:27:57 +0000 | [diff] [blame] | 522 | Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 523 | |
| 524 | * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc |
| 525 | win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch |
| 526 | |
Daniel Veillard | 2189b59 | 2003-10-21 00:08:42 +0000 | [diff] [blame] | 527 | Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 528 | |
| 529 | * tree.c: last minute patch from Eric Zurcher making it into 2.6.0 |
| 530 | |
Daniel Veillard | 3e35f8e | 2003-10-21 00:05:38 +0000 | [diff] [blame] | 531 | Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 532 | |
| 533 | * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0 |
| 534 | * doc/*: updated and regenerated the docs and API |
| 535 | |
| 536 | Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 537 | |
| 538 | * SAX2.c error.c tree.c: moved the line number to their proper |
| 539 | field in elements now. |
| 540 | |
Daniel Veillard | 1d211e2 | 2003-10-20 22:32:39 +0000 | [diff] [blame] | 541 | Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 542 | |
| 543 | * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h |
| 544 | include/libxml/Makefile.am include/libxml/xmlversion.h.in: |
| 545 | added the xmlWriter module contributed by Alfred Mickautsch |
| 546 | * include/libxml/tree.h: added room for line and extra information |
| 547 | * xmlreader.c python/tests/reader6.py: bugfixing some problem some |
| 548 | of them introduced in September |
| 549 | * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API |
| 550 | |
Daniel Veillard | 198c1bf | 2003-10-20 17:07:41 +0000 | [diff] [blame] | 551 | Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 552 | |
| 553 | * Makefile.am configure.in xmldwalk.c xmlreader.c |
| 554 | include/libxml/Makefile.am include/libxml/xmldwalk.h |
| 555 | include/libxml/xmlversion.h.in: removing xmldwalk module |
| 556 | since it got merged with the xmlreader. |
| 557 | * parser.c: cleanup |
| 558 | * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml: |
| 559 | rebuilt the API |
| 560 | * python/tests/Makefile.am python/tests/reader7.py |
| 561 | python/tests/walker.py: adding regression testing for the |
| 562 | new xmlreader APIs, new APIs for reader creation, including |
| 563 | makeing reader "walker" operating on preparsed document trees. |
| 564 | |
William M. Brack | 9e66059 | 2003-10-20 14:56:06 +0000 | [diff] [blame] | 565 | Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 566 | |
| 567 | * entities.c, valid.c: fixed problem reported on the mailing |
| 568 | list by Melvyn Sopacua - wrong argument order on functions |
| 569 | called through xmlHashScan. |
| 570 | |
Daniel Veillard | d61e8fb | 2003-10-19 21:59:17 +0000 | [diff] [blame] | 571 | Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 572 | |
| 573 | * valid.c xmlIO.c: fixes for compiling using --with-minimum |
| 574 | |
Daniel Veillard | c469692 | 2003-10-19 21:47:14 +0000 | [diff] [blame] | 575 | Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 576 | |
| 577 | * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(), |
| 578 | tested it through the xslt regression suite. |
| 579 | |
Daniel Veillard | 7869729 | 2003-10-19 20:44:43 +0000 | [diff] [blame] | 580 | Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 581 | |
| 582 | * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent() |
| 583 | allowing to grab the content without forcing allocations. |
| 584 | * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API |
| 585 | * xpath.c xmldwalk.c: removed a couple of comment errors. |
| 586 | |
Daniel Veillard | a07050d | 2003-10-19 14:46:32 +0000 | [diff] [blame] | 587 | Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 588 | |
| 589 | * parser.c: applied patch from Chris Anderson to change back |
| 590 | memcmp with CMPx() |
| 591 | |
Daniel Veillard | 05bcb7e | 2003-10-19 14:26:34 +0000 | [diff] [blame] | 592 | Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 593 | |
| 594 | * HTMLparser.c: fixed to not send NULL to %s printing |
| 595 | * python/tests/error.py result/HTML/doc3.htm.err |
| 596 | result/HTML/test3.html.err result/HTML/wired.html.err |
| 597 | result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning |
| 598 | up some of the regression tests error |
| 599 | |
Daniel Veillard | a840b69 | 2003-10-19 13:35:37 +0000 | [diff] [blame] | 600 | Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 601 | |
| 602 | * include/libxml/nanohttp.h include/libxml/parserInternals.h |
| 603 | include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c: |
| 604 | Fixed the HTTP<->parser interraction, which should fix 2 long |
| 605 | standing bugs #104790 and #124054 , this also fix the fact that |
| 606 | HTTP error code (> 400) should not generate data, we usually |
| 607 | don't want to parse the HTML error information instead of the |
| 608 | resource looked at. |
| 609 | |
William M. Brack | fc60fc2 | 2003-10-19 11:22:27 +0000 | [diff] [blame] | 610 | Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 611 | |
| 612 | * doc/Makefile.am: enhanced the installation of tutorial files |
| 613 | to avoid installing CVS subdirectories (bug 122943) |
| 614 | |
William M. Brack | 9ca682f | 2003-10-19 10:01:59 +0000 | [diff] [blame] | 615 | Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 616 | |
| 617 | * xmlIO.c: fixed segfault when input file not present |
| 618 | * tree.c: changed output formatting of XML_CDATA_SECTION |
| 619 | (bug 120917) |
| 620 | |
William M. Brack | 76e95df | 2003-10-18 16:20:14 +0000 | [diff] [blame] | 621 | Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 622 | |
| 623 | * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c |
| 624 | SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c |
| 625 | testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c |
| 626 | xpath.c: Changed all (?) occurences where validation macros |
| 627 | (IS_xxx) had single-byte arguments to use IS_xxx_CH instead |
| 628 | (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of |
| 629 | many warning messages on certain platforms, and also high- |
| 630 | lights places in the library which may need to be enhanced |
| 631 | for proper UTF8 handling. |
| 632 | |
William M. Brack | 196b388 | 2003-10-18 12:42:41 +0000 | [diff] [blame] | 633 | Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 634 | |
| 635 | * genChRanges.py, chvalid.c, include/libxml/chvalid.h, |
| 636 | doc/apibuild.py: enhanced to include enough comments to |
| 637 | make the api doc generation happy. |
| 638 | |
Daniel Veillard | 847332a | 2003-10-18 11:29:40 +0000 | [diff] [blame] | 639 | Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 640 | |
| 641 | * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work |
| 642 | to fix the HTTP/XML parser integration. |
| 643 | |
Daniel Veillard | fc8dc35 | 2003-10-18 09:07:46 +0000 | [diff] [blame] | 644 | Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 645 | |
| 646 | * xmlreader.c include/libxml/xmlreader.h: added new APIs |
| 647 | for creating reader from sources or reusing a reader with |
| 648 | a new source, like the xmlReadxx and xmlCtxtReadxxx |
| 649 | * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py |
| 650 | doc/Makefile.am: regenerated the APIs |
| 651 | * doc/xml.html: applied a patch from Stefan Kost for namesapce docs |
| 652 | |
William M. Brack | 871611b | 2003-10-18 04:53:14 +0000 | [diff] [blame] | 653 | Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 654 | |
| 655 | * genChRanges.py, chvalid.c, include/libxml/chvalid.h, |
| 656 | include/libxml/parserInternals.h: enhanced macros to avoid |
| 657 | breaking ABI from previous versions. |
| 658 | * catalog.c, parser.c, tree.c: modified to use IS_* macros |
| 659 | defined in parserInternals.h. Makes maintenance much easier. |
| 660 | * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid |
| 661 | compilation warnings |
| 662 | * configuration.in: fixed pushHTML test error; enhanced for |
| 663 | better devel (me) testing |
| 664 | |
Daniel Veillard | 4aede2e | 2003-10-17 12:43:59 +0000 | [diff] [blame] | 665 | Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 666 | |
| 667 | * legacy.c: remove the warning for startDocument(), as it is used by |
| 668 | glade (or glade-python) |
| 669 | * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of |
| 670 | invalid accesses found by running some Python based regression |
| 671 | tests under valgrind. There is still a few leaks reported by the |
| 672 | relaxng regressions which need some attention. |
| 673 | * doc/Makefile.am: fixed a make install problem c.f. #124539 |
| 674 | * include/libxml/parserInternals.h: addition of xmlParserMaxDepth |
| 675 | patch from crutcher |
| 676 | |
Daniel Veillard | 04054be | 2003-10-15 10:48:54 +0000 | [diff] [blame] | 677 | Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 678 | |
| 679 | * parser.c: Marc Liyanage pointed out that xmlCleanupParser() |
| 680 | was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks |
| 681 | calls. |
| 682 | |
Daniel Veillard | 9339b74 | 2003-10-15 08:18:00 +0000 | [diff] [blame] | 683 | Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 684 | |
| 685 | * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry |
| 686 | |
Daniel Veillard | 903cd38 | 2003-10-13 19:47:09 +0000 | [diff] [blame] | 687 | Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 688 | |
| 689 | * Makefile.am: small fix from Bjorn Reese |
| 690 | |
Daniel Veillard | 0cc7277 | 2003-10-13 14:00:21 +0000 | [diff] [blame] | 691 | Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 692 | |
| 693 | * valid.c: fix a call missing arguments |
| 694 | |
William M. Brack | 0850b87 | 2003-10-12 23:55:46 +0000 | [diff] [blame] | 695 | Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 696 | |
| 697 | * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed |
| 698 | a bug in the range search; enhanced range generation (inline code |
| 699 | if a small number of intervals); enhanced the readability of the |
| 700 | output files. |
| 701 | |
Daniel Veillard | ea887cf | 2003-10-11 22:53:44 +0000 | [diff] [blame] | 702 | Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 703 | |
| 704 | * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt |
| 705 | chvalid.def from scratch based on XML 2nd edition REC |
| 706 | and regenerated the code. |
| 707 | |
Daniel Veillard | 1a99396 | 2003-10-11 20:58:06 +0000 | [diff] [blame] | 708 | Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 709 | |
| 710 | * check-xml-test-suite.py: removed some annoying warnings |
| 711 | * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug |
| 712 | in the PubidChars definition, regenerated, there is still |
| 713 | a bug left somewhere |
| 714 | * genChRanges.py: save the header directly in include/libxml/ |
| 715 | * configure.in: I generated a 2.6.0beta6 earlier today |
| 716 | |
William M. Brack | 418342b | 2003-10-11 15:35:40 +0000 | [diff] [blame] | 717 | Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 718 | |
| 719 | * fixed small error on previous commit (chvalid.h in |
| 720 | base dir instead of include directory) |
| 721 | |
William M. Brack | 68aca05 | 2003-10-11 15:22:13 +0000 | [diff] [blame] | 722 | Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 723 | |
| 724 | * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h: |
| 725 | new files for a different method for doing range validation |
| 726 | of character data. |
| 727 | * Makefile.am, parserInternals.c, include/libxml/Makefile.am, |
| 728 | include/libxml/parserInternals.h: modified for new range method. |
| 729 | * catalog.c: small enhance for warning message (using one |
| 730 | of the new range routines) |
| 731 | |
Daniel Veillard | 7300057 | 2003-10-11 11:26:42 +0000 | [diff] [blame] | 732 | Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 733 | |
| 734 | * valid.c include/libxml/valid.h: adding an serror field to |
| 735 | the validation context breaks the ABI for the xmlParserCtxt |
| 736 | structure since it's embedded by content and not by reference |
| 737 | |
Daniel Veillard | c790bf4 | 2003-10-11 10:50:10 +0000 | [diff] [blame] | 738 | Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 739 | |
| 740 | * configure.in: patch from Mike Hommey |
| 741 | * threads.c: applied Windows patch from Jesse Pelton and Stephane |
| 742 | Bidoul |
| 743 | * parser.c: fix the potentially nasty access to ctxt->serror |
| 744 | without checking first that the SAX block is version 2 |
| 745 | |
Daniel Veillard | 2b0f879 | 2003-10-10 19:36:36 +0000 | [diff] [blame] | 746 | Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 747 | |
| 748 | * SAX2.c: fixed a nasty bug with interning some text strings |
| 749 | * configure.in: prepare for beta5 of 2.6.0 |
| 750 | * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h: |
| 751 | better error handling for I/O and converted FTP and HTTP |
| 752 | * parser.c: fixed another bug |
| 753 | |
Daniel Veillard | ffbbed4 | 2003-10-10 14:46:54 +0000 | [diff] [blame] | 754 | Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 755 | |
| 756 | * SAX2.c: fixed uninitialized new field. |
| 757 | * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating |
| 758 | all messages |
| 759 | |
Daniel Veillard | d885040 | 2003-10-10 14:24:12 +0000 | [diff] [blame] | 760 | Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 761 | |
| 762 | * include/libxml/tree.h: make room in Doc, Element, Attributes |
| 763 | for PSVI type informations. |
| 764 | |
Daniel Veillard | 659e71e | 2003-10-10 14:10:40 +0000 | [diff] [blame] | 765 | Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 766 | |
| 767 | * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c |
| 768 | parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c |
| 769 | xmlschemas.c xpath.c xpointer.c include/libxml/globals.h |
| 770 | include/libxml/parser.h include/libxml/valid.h |
| 771 | include/libxml/xmlerror.h: Setting up the framework for structured |
| 772 | error reporting, touches a lot of modules, but little code now |
| 773 | the error handling trail has been cleaned up. |
| 774 | |
Daniel Veillard | d96cce1 | 2003-10-10 12:30:37 +0000 | [diff] [blame] | 775 | Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 776 | |
| 777 | * c14n.c include/libxml/xmlerror.h: converted the C14N module too |
| 778 | |
Daniel Veillard | fcf719c | 2003-10-10 11:42:17 +0000 | [diff] [blame] | 779 | Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 780 | |
| 781 | * xpath.c: cleanup |
| 782 | * xpointer.c include/libxml/xmlerror.h: migrated XPointer module |
| 783 | to the new error mechanism |
| 784 | |
Daniel Veillard | 87db3a8 | 2003-10-10 10:52:58 +0000 | [diff] [blame] | 785 | Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 786 | |
| 787 | * error.c xmlschemas.c: a bit of cleanup |
| 788 | * result/schemas/*.err: updated with the new result strings |
| 789 | |
| 790 | Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 791 | |
| 792 | * xpath.c: fixed bug 124061 |
| 793 | |
Daniel Veillard | d0c9c32 | 2003-10-10 00:49:42 +0000 | [diff] [blame] | 794 | Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 795 | |
| 796 | * Makefile.am: cleanup |
| 797 | * encoding.c: fix a funny typo |
| 798 | * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h: |
| 799 | converted the Schemas code to the new error handling. PITA, |
| 800 | still need to check output from regression tests. |
| 801 | |
Daniel Veillard | e2238d5 | 2003-10-09 13:14:55 +0000 | [diff] [blame] | 802 | Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 803 | |
| 804 | * HTMLtree.c include/libxml/xmlerror.h: converted too |
| 805 | * tree.c: small cleanup |
| 806 | |
Daniel Veillard | 69d2c17 | 2003-10-09 11:46:07 +0000 | [diff] [blame] | 807 | Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 808 | |
| 809 | * xinclude.c: comment fix |
| 810 | * catalog.c include/libxml/xmlerror.h: migrating the catalog code |
| 811 | to the new infrastructure |
| 812 | |
Daniel Veillard | cd6ff28 | 2003-10-08 22:38:13 +0000 | [diff] [blame] | 813 | Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 814 | |
| 815 | * xmlIO.c: final error handling cleanup |
| 816 | * xinclude.c error.c: converted XInclude to the new error handling |
| 817 | * include/libxml/xmlerror.h: added XInclude errors |
| 818 | |
Daniel Veillard | b65e12e | 2003-10-08 21:33:28 +0000 | [diff] [blame] | 819 | Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 820 | |
| 821 | * parser.c: bug in compression saving was crashing galeon |
| 822 | reported by teuf |
| 823 | |
Daniel Veillard | 828ce83 | 2003-10-08 19:19:10 +0000 | [diff] [blame] | 824 | Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 825 | |
| 826 | * error.c tree.c xmlIO.c xmllint.c: more cleanup through the |
| 827 | I/O error path |
| 828 | |
Daniel Veillard | 97bf4d0 | 2003-10-08 18:58:28 +0000 | [diff] [blame] | 829 | Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 830 | |
| 831 | * xmlIO.c: better handling of error cases |
| 832 | |
Daniel Veillard | 05d987b | 2003-10-08 11:54:57 +0000 | [diff] [blame] | 833 | Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 834 | |
| 835 | * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at |
| 836 | cleaning up error handling in the I/O module. |
| 837 | |
Daniel Veillard | ff46a04 | 2003-10-08 08:53:17 +0000 | [diff] [blame] | 838 | Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 839 | |
| 840 | * xmlregexp.c include/libxml/xmlerror.h: error handling |
| 841 | cleanup of the Regexp module. |
| 842 | |
Daniel Veillard | 18ec16e | 2003-10-07 23:16:40 +0000 | [diff] [blame] | 843 | Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 844 | |
| 845 | * tree.c: converting the tree module too |
| 846 | * error.c include/libxml/xmlerror.h: created a simpler internal |
| 847 | error reporting function. |
| 848 | |
Daniel Veillard | d96f6d3 | 2003-10-07 21:25:12 +0000 | [diff] [blame] | 849 | Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 850 | |
| 851 | * error.c include/libxml/xmlerror.h include/libxml/xpath.h |
| 852 | include/libxml/xpathInternals.h xpath.c: cleaning up XPath |
| 853 | error reporting that time. |
| 854 | * threads.c: applied the two patches for TLS threads |
| 855 | on Windows from Jesse Pelton |
| 856 | * parser.c: tiny safety patch for xmlStrPrintf() make sure the |
| 857 | return is always zero terminated. Should also help detecting |
| 858 | passing wrong buffer size easilly. |
| 859 | * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err: |
| 860 | updated the results to follow the errors string generated by |
| 861 | last commit. |
| 862 | |
Daniel Veillard | 6edbfbb | 2003-10-07 12:17:44 +0000 | [diff] [blame] | 863 | Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 864 | |
| 865 | * relaxng.c include/libxml/xmlerror.h: last cleanup of error |
| 866 | handling in the Relax-NG module. |
| 867 | |
Daniel Veillard | 4c00414 | 2003-10-07 11:33:24 +0000 | [diff] [blame] | 868 | Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 869 | |
| 870 | * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG |
| 871 | module to teh new error reporting. Better default report, adds |
| 872 | the element associated if found, context and node are included |
| 873 | in the xmlError |
| 874 | * python/tests/reader2.py: the error messages changed. |
| 875 | * result/relaxng/*: error message changed too. |
| 876 | |
Daniel Veillard | 141310a | 2003-10-06 08:47:56 +0000 | [diff] [blame] | 877 | Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 878 | |
| 879 | * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc |
| 880 | win32/configure.js: applied patch from Stéphane Bidoul to |
| 881 | fix the compilation of 2.6.0 code on Win32 |
| 882 | |
Daniel Veillard | 8f597c3 | 2003-10-06 08:19:27 +0000 | [diff] [blame] | 883 | Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 884 | |
| 885 | * check-xml-test-suite.py: fixing the script |
| 886 | * parser.c: replace sequences of RAW && NXT(.) == '.' with |
| 887 | memcmp calls, seems to not break conformance, slightly inflate |
| 888 | the size of the gcc generated code though. |
| 889 | |
Daniel Veillard | ce9457f | 2003-10-05 21:33:18 +0000 | [diff] [blame] | 890 | Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 891 | |
| 892 | * parserInternals.c parser.c valid.c include/libxml/parserInternals.h: |
| 893 | more cleanup of error handling in parserInternals, sharing the |
| 894 | routine for memory errors. |
| 895 | |
Daniel Veillard | f403d29 | 2003-10-05 13:51:35 +0000 | [diff] [blame] | 896 | Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 897 | |
| 898 | * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c |
| 899 | include/libxml/xmlerror.h: more code cleanup, especially around |
| 900 | error messages, the HTML parser has now been upgraded to the new |
| 901 | handling. |
| 902 | * result/HTML/*: a few changes in the resulting error messages |
| 903 | |
Daniel Veillard | 24eb978 | 2003-10-04 21:08:09 +0000 | [diff] [blame] | 904 | Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 905 | |
| 906 | * parser.c include/libxml/xmlerror.h: more error/warning |
| 907 | handling cleanups, the XML parser module should be okay now. |
| 908 | |
Daniel Veillard | 1ae42d6 | 2003-10-03 23:59:20 +0000 | [diff] [blame] | 909 | Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 910 | |
| 911 | * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am |
| 912 | include/libxml/xmldwalk.h include/libxml/xmlversion.h.in: |
| 913 | integrated the xmlDocWalker API given by Alfred Mickautsch, |
| 914 | and providing an xmlReader like API but working on a xmlDocPtr. |
| 915 | |
Daniel Veillard | bb5abab | 2003-10-03 22:21:51 +0000 | [diff] [blame] | 916 | Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 917 | |
| 918 | * Makefile.am: more cleanup in make tests |
| 919 | * error.c valid.c parser.c include/libxml/xmlerror.h: more work |
| 920 | in the transition to the new error reporting strategy. |
| 921 | * python/tests/reader2.py result/VC/* result/valid/*: |
| 922 | few changes in the strings generated by the validation output |
| 923 | |
Daniel Veillard | 2b8c4a1 | 2003-10-02 22:28:19 +0000 | [diff] [blame] | 924 | Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 925 | |
| 926 | * Makefile.am: changed 'make tests' to use a concise output, |
| 927 | scrolling to see where thing broke wasn't pleasant |
| 928 | * configure.in: some beta4 preparation, but not ready yet |
| 929 | * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h: |
| 930 | new error handling code, last error informations are stored |
| 931 | in the parsing context or a global variable, new APIs to |
| 932 | handle the xmlErrorPtr type. |
| 933 | * parser.c parserInternals.c valid.c : started migrating to the |
| 934 | new error handling code, it's a royal pain. |
| 935 | * include/libxml/parser.h include/libxml/parserInternals.h: |
| 936 | moved the definition of xmlNewParserCtxt() |
| 937 | * parser.c: small potential buffer access problem in push code |
| 938 | provided by Justin Fletcher |
| 939 | * result/*.sax result/VC/PENesting* result/namespaces/* |
| 940 | result/valid/*.err: some error messages were sligthly changed. |
| 941 | |
Aleksey Sanin | e7acf43 | 2003-10-02 20:05:27 +0000 | [diff] [blame] | 942 | Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com> |
| 943 | |
| 944 | * include/libxml/parser.h parser.c: introduced xmlStrPrintf |
| 945 | function (wrapper around snprintf) |
| 946 | |
Daniel Veillard | b2517d8 | 2003-10-01 19:13:56 +0000 | [diff] [blame] | 947 | Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 948 | |
| 949 | * entities.c: Fix error on output of high codepoint charref like |
| 950 |  , reported by Eric Hanchrow |
| 951 | |
Daniel Veillard | 3648fcb | 2003-10-01 12:21:31 +0000 | [diff] [blame] | 952 | Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 953 | |
| 954 | * DOCBparser.c include/libxml/DOCBparser.h: let's see how much |
| 955 | of a pain murrayc is really gonna be. |
| 956 | |
Daniel Veillard | f96cf4e | 2003-10-01 09:05:25 +0000 | [diff] [blame] | 957 | Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 958 | |
| 959 | * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr |
| 960 | |
Daniel Veillard | d3a2e4c | 2003-09-30 13:38:04 +0000 | [diff] [blame] | 961 | Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 962 | |
| 963 | * entities.c legacy.c parser.c: made the predefined entities |
| 964 | static predefined structures to avoid the work, memory and |
| 965 | hazards associated to initialization/cleanup. |
| 966 | |
Daniel Veillard | 73b013f | 2003-09-30 12:36:01 +0000 | [diff] [blame] | 967 | Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 968 | |
| 969 | * HTMLparser.c Makefile.am configure.in legacy.c parser.c |
| 970 | parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h |
| 971 | include/libxml/parser.h include/libxml/parserInternals.h |
| 972 | include/libxml/xmlversion.h.in: added a new configure |
| 973 | option --with-push, some cleanups, chased code size anomalies. |
| 974 | Now a library configured --with-minimum is around 150KB, |
| 975 | sounds good enough. |
| 976 | |
AEST 2003 Malcolm Tredinnick | 0643112 | 2003-09-30 02:36:08 +0000 | [diff] [blame] | 977 | Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au> |
| 978 | |
| 979 | * libxml-2.0-uninstalled.pc.in: New file for building against |
| 980 | uninstalled libxml2 builds. |
| 981 | * configure.in, Makefile.am: Support the *-uninstalled.pc file. |
AEST 2003 Malcolm Tredinnick | cd10104 | 2003-09-30 02:40:39 +0000 | [diff] [blame] | 982 | * .cvsignore: Ignore the new generated *.pc file. |
AEST 2003 Malcolm Tredinnick | 0643112 | 2003-09-30 02:36:08 +0000 | [diff] [blame] | 983 | |
Daniel Veillard | 8127390 | 2003-09-30 00:43:48 +0000 | [diff] [blame] | 984 | Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 985 | |
| 986 | * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c |
| 987 | parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c |
| 988 | xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in: |
| 989 | added 2 new configure option: --with-reader --with-sax1 |
| 990 | to allow removing the reader or non-xmlReadxxx() interfaces. |
| 991 | |
Daniel Veillard | 652327a | 2003-09-29 18:02:38 +0000 | [diff] [blame] | 992 | Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 993 | |
| 994 | * configure.in entities.c tree.c valid.c xmllint.c |
| 995 | include/libxml/tree.h include/libxml/xmlversion.h.in: |
| 996 | Adding a configure option to remove tree manipulation |
| 997 | code which is not strictly needed by the parser. |
| 998 | |
Daniel Veillard | 89f7f27 | 2003-09-29 13:29:09 +0000 | [diff] [blame] | 999 | Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1000 | |
| 1001 | * nanoftp.c nanohttp.c: last finishing touch to the BeOS |
| 1002 | patch from Marcin 'Shard' Konicki |
| 1003 | |
Daniel Veillard | a9cce9c | 2003-09-29 13:20:24 +0000 | [diff] [blame] | 1004 | Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1005 | |
| 1006 | * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c |
| 1007 | encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c |
| 1008 | testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c |
| 1009 | testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c |
| 1010 | xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c |
| 1011 | example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h |
| 1012 | include/libxml/catalog.h include/libxml/debugXML.h |
| 1013 | include/libxml/entities.h include/libxml/nanohttp.h |
| 1014 | include/libxml/relaxng.h include/libxml/tree.h |
| 1015 | include/libxml/valid.h include/libxml/xmlIO.h |
| 1016 | include/libxml/xmlschemas.h include/libxml/xmlversion.h.in |
| 1017 | include/libxml/xpathInternals.h python/libxml.c: |
| 1018 | Okay this is scary but it is just adding a configure option |
| 1019 | to disable output, this touches most of the files. |
| 1020 | |
Daniel Veillard | c064b47 | 2003-09-29 10:55:05 +0000 | [diff] [blame] | 1021 | Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1022 | |
| 1023 | * xmlmemory.c: better fix, avoids breaking the python bindings |
| 1024 | |
Daniel Veillard | fb43bd6 | 2003-09-29 09:22:39 +0000 | [diff] [blame] | 1025 | Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1026 | |
| 1027 | * xmlmemory.c: fix a compilation problem when configuring |
| 1028 | with debug but without mem-debug |
| 1029 | |
Daniel Veillard | 4432df2 | 2003-09-28 18:58:27 +0000 | [diff] [blame] | 1030 | Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1031 | |
| 1032 | * Makefile.am: cleanup, creating a new legacy.c module, |
| 1033 | made sure make tests ran in reduced conditions |
| 1034 | * SAX.c SAX2.c configure.in entities.c globals.c parser.c |
| 1035 | parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c |
| 1036 | xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in: |
| 1037 | increased the modularization, allow to configure out |
| 1038 | validation code and legacy code, added a configuration |
| 1039 | option --with-minimum compiling only the mandatory code |
| 1040 | which then shrink to 200KB. |
| 1041 | |
Daniel Veillard | 9ee35f3 | 2003-09-28 00:19:54 +0000 | [diff] [blame] | 1042 | Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1043 | |
| 1044 | * parser.c: fix a bug raised by the Mips compiler. |
| 1045 | * include/libxml/SAX.h include/libxml/parser.h: move the |
| 1046 | SAXv1 block definitions to parser.h fixes bug #123380 |
| 1047 | * xmlreader.c include/libxml/xmlreader.h: reinstanciate |
| 1048 | the attribute and element pool borken 2 commits ago. |
| 1049 | Start playing with an entry point to preserve a subtree. |
| 1050 | * entities.c: remove a warning. |
| 1051 | |
William M. Brack | 7b9154b | 2003-09-27 19:23:50 +0000 | [diff] [blame] | 1052 | Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1053 | |
| 1054 | * encoding.c, parser.c, relaxng.c: further (final?) minor |
| 1055 | changes for compilation warnings. No change to logic. |
| 1056 | |
William M. Brack | b670e2e | 2003-09-27 01:05:55 +0000 | [diff] [blame] | 1057 | Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1058 | |
| 1059 | * parser.c: fixed small problem with missing entities (test/ent2) |
| 1060 | |
Daniel Veillard | 9d8c1df | 2003-09-26 23:27:25 +0000 | [diff] [blame] | 1061 | Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1062 | |
| 1063 | * parser.c: William's change allowed to spot a nasty bug in xmlDoRead |
Daniel Veillard | 9ee35f3 | 2003-09-28 00:19:54 +0000 | [diff] [blame] | 1064 | if the result is not well formed that ctxt->myDoc is not NULL |
| 1065 | and uses the context dictionnary. |
Daniel Veillard | 9d8c1df | 2003-09-26 23:27:25 +0000 | [diff] [blame] | 1066 | |
Daniel Veillard | 7d51575 | 2003-09-26 19:12:37 +0000 | [diff] [blame] | 1067 | Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1068 | |
| 1069 | * parser.c: other patches from William Brack to avoid |
| 1070 | compilation warnings on AIX. |
| 1071 | |
William M. Brack | 899e64a | 2003-09-26 18:03:42 +0000 | [diff] [blame] | 1072 | Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1073 | |
| 1074 | * HTMLparser.c, entities.c, xmlreader.c: minor change to |
| 1075 | avoid compilation warnings on some (e.g. AIX) systems |
| 1076 | |
Daniel Veillard | 11476b4 | 2003-09-26 14:51:39 +0000 | [diff] [blame] | 1077 | Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1078 | |
| 1079 | * parserInternals.c: fixed a backward compatibility problem |
| 1080 | when formatting "deprecated SAXv1 function ignorableWhitespace" |
| 1081 | could be reproduced by xmllint --format |
| 1082 | |
Daniel Veillard | dca8cc7 | 2003-09-26 13:53:14 +0000 | [diff] [blame] | 1083 | Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1084 | |
| 1085 | * doc/libxml2-api.xml: rebuilt the API |
| 1086 | * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options |
| 1087 | --nocdata and --nsclean to remove CDATA section and surperfluous |
| 1088 | namespace declarations |
| 1089 | * parser.c SAX2.c: implementation of the 2 new options |
| 1090 | |
Daniel Veillard | 9475a35 | 2003-09-26 12:47:50 +0000 | [diff] [blame] | 1091 | Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1092 | |
| 1093 | * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h: |
| 1094 | added the same htmlRead APIs than their XML counterparts |
| 1095 | * include/libxml/parser.h: new parser options, not yet implemented, |
| 1096 | added an options field to the context. |
| 1097 | * tree.c: patch from Shaun McCance to fix bug #123238 when ]]> |
| 1098 | is found within a cdata section. |
| 1099 | * result/noent/cdata2 result/cdata2 result/cdata2.rdr |
| 1100 | result/cdata2.sax test/cdata2: add one more cdata test |
| 1101 | |
Daniel Veillard | 60942de | 2003-09-25 21:05:58 +0000 | [diff] [blame] | 1102 | Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1103 | |
| 1104 | * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h: |
| 1105 | Changed the new xmlRead/xmlCtxtRead APIs to have an extra |
| 1106 | base URL parameter when not loading from a file or URL. |
| 1107 | |
Daniel Veillard | 092643b | 2003-09-25 14:29:29 +0000 | [diff] [blame] | 1108 | Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1109 | |
| 1110 | * configure.in: preparing a beta3 solving the ABI problems |
| 1111 | * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c |
| 1112 | include/libxml/globals.h include/libxml/SAX.h: make sure the |
| 1113 | global variables for the default SAX handler are V1 ones to |
| 1114 | avoid ABI compat problems. |
| 1115 | * xmlreader.c: cleanup of uneeded code |
| 1116 | * hash.c: fix a comment |
| 1117 | |
Daniel Veillard | 7a02cfe | 2003-09-25 12:18:34 +0000 | [diff] [blame] | 1118 | Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1119 | |
| 1120 | * SAX2.c hash.c parser.c include/libxml/xmlexports.h |
| 1121 | include/libxml/xmlmemory.h include/libxml/xmlversion.h.in: |
| 1122 | fixing some comments to avoid warnings from apibuild.py |
| 1123 | |
Daniel Veillard | 70b1856 | 2003-09-24 21:45:21 +0000 | [diff] [blame] | 1124 | Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1125 | |
| 1126 | * win32/configure.js: patch from Stephane Bidoul for configuring |
| 1127 | the beta2 version #123104 |
| 1128 | |
Daniel Veillard | e96a2a4 | 2003-09-24 21:23:56 +0000 | [diff] [blame] | 1129 | Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1130 | |
| 1131 | * Makefile.am: adding repeated parsing and validating tests |
| 1132 | * SAX2.c parser.c tree.c include/libxml/parser.h: make the new |
| 1133 | DOM tree building interfaces use the dictionary from the |
| 1134 | parsing context to build the element and attributes names |
| 1135 | as well as formatting spaces and short text nodes |
| 1136 | * include/libxml/dict.h dict.c: added some reference counting |
| 1137 | for xmlDictPtr because they can be shared by documents and |
| 1138 | a parser context. |
| 1139 | * xmlreader.c: a bit of cleanup, remove the specific tree freeing |
| 1140 | functions and use the standard ones now. |
| 1141 | * xmllint.c: add --nodict |
| 1142 | * python/libxml.c: fix a stupid bug so that ns() works on |
| 1143 | attribute nodes. |
| 1144 | |
Daniel Veillard | 16fa96c | 2003-09-23 21:50:54 +0000 | [diff] [blame] | 1145 | Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1146 | |
| 1147 | * parser.c include/libxml/parser.h: adding a new set of |
| 1148 | API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO() |
| 1149 | and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with |
| 1150 | a clear define of xmlParserOption, xmlCtxtUseOptions() |
| 1151 | should simplify custom parsing without being tempted to |
| 1152 | use global variables, and xmlCtxtReset() should allow reuse |
| 1153 | of a context for multiple parsing. |
| 1154 | * xmllint.c: switched to use xmlReadXXX, allow options to |
| 1155 | be used simultaneously with less troubles. |
| 1156 | * tree.c: simple warning removal |
| 1157 | * doc/apibuild.py: small fix |
| 1158 | * doc/libxml2-api.xml win32/libxml2.def.src: updated |
| 1159 | |
Daniel Veillard | 1f40d68 | 2003-09-23 09:16:56 +0000 | [diff] [blame] | 1160 | Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1161 | |
| 1162 | * parser.c: revert xmlCreateDocParserCtxt() since this break |
| 1163 | the parseDoc() python bindings |
| 1164 | |
Daniel Veillard | 309f81d | 2003-09-23 09:02:53 +0000 | [diff] [blame] | 1165 | Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1166 | |
| 1167 | * parser.c: make sure xmlDetectSAX2() is called only at |
| 1168 | parsing time to avoid breaking apps changing the SAX |
| 1169 | callbacks after context allocation, change xmlCreateDocParserCtxt() |
| 1170 | to use an immutable buffer instead of a copy |
| 1171 | |
Daniel Veillard | 9ec2653 | 2003-09-23 07:43:19 +0000 | [diff] [blame] | 1172 | Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1173 | |
| 1174 | * xmlIO.c: applied patch from Markus Keim fixing a problem |
| 1175 | with I/O callback registration. |
| 1176 | * include/libxml/xmlerror.h: fixed #122994 comment numbering |
| 1177 | for xmlParserErrors |
| 1178 | |
Daniel Veillard | f85ce8e | 2003-09-22 10:24:45 +0000 | [diff] [blame] | 1179 | Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1180 | |
| 1181 | * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is |
| 1182 | really a const xmlChar* |
| 1183 | * xmlreader.c include/libxml/xmlreader.h: addin the |
| 1184 | xmlTextReaderConstString() to get an interned string from |
| 1185 | the reader |
| 1186 | |
William M. Brack | 6984830 | 2003-09-22 00:24:51 +0000 | [diff] [blame] | 1187 | Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1188 | |
| 1189 | * error.c: fixed a warning message (trivial) |
| 1190 | * doc/search.php: removed incorrect warning message when word |
| 1191 | search not found in last of multiple tables (bug 119535) |
| 1192 | |
Daniel Veillard | e72c508 | 2003-09-19 12:44:05 +0000 | [diff] [blame] | 1193 | Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1194 | |
| 1195 | * configure.in: preparing a 2.6.0-beta2 release |
| 1196 | * xmlIO.c: avoid a warning |
| 1197 | * tree.c: avoid duplicate code in xmlReplaceNode as pointed out |
| 1198 | by Chris Ryland |
| 1199 | * include/libxml/dict.h: add a QName access lookup to the |
| 1200 | dictionary. |
| 1201 | * xmlreader.c include/libxml/xmlreader.h: adding const access |
| 1202 | based on the dictionary interface for string read from the |
| 1203 | reader, the node content access is still TODO, it's too different |
| 1204 | |
Daniel Veillard | d9e9c9d | 2003-09-18 22:03:46 +0000 | [diff] [blame] | 1205 | Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1206 | |
| 1207 | * SAX2.c: fixing namespace DTD validations |
| 1208 | * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted |
| 1209 | namespaces is slightly different now. |
| 1210 | * Makefile.am: report the memory used in Timingtests (as well as time) |
| 1211 | |
Daniel Veillard | 5335055 | 2003-09-18 13:35:51 +0000 | [diff] [blame] | 1212 | Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1213 | |
| 1214 | * Makefile.am: add streaming on memory regression tests, found |
| 1215 | bad bugs in the reader interface |
| 1216 | * xmlreader.c: fixing bugs w.r.t. very large names, and special |
| 1217 | condition in end of file. |
| 1218 | * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h: |
| 1219 | adding immutable buffers, and parser input based on those, |
| 1220 | but this should not be used (yet) for general parsing |
| 1221 | * parser.c: added a comment about using immutable buffers for |
| 1222 | general parsing. |
| 1223 | * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the |
| 1224 | output of the regression tests |
| 1225 | * xmllint.c: using the immutable buffers when streaming on |
| 1226 | mmaped file (--stream --memory) |
| 1227 | |
Daniel Veillard | 536fad5 | 2003-09-18 10:05:56 +0000 | [diff] [blame] | 1228 | Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1229 | |
Daniel Veillard | c44cfdd | 2003-09-18 10:12:02 +0000 | [diff] [blame] | 1230 | * dict.c: the last patch broke unicity of returned strings, removed |
Daniel Veillard | 536fad5 | 2003-09-18 10:05:56 +0000 | [diff] [blame] | 1231 | |
Daniel Veillard | f6bc7c2 | 2003-09-17 22:33:22 +0000 | [diff] [blame] | 1232 | Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1233 | |
| 1234 | * Makefile.am: add a Timingtests target to check bad behaviour |
| 1235 | from the streaming engine |
| 1236 | * dbgen.pl dbgenattr.pl: perl script to generate big instances |
| 1237 | * xmlreader.c: fix a bad behaviour on large buffer inputs |
| 1238 | |
Daniel Veillard | ccc4d2b | 2003-09-17 21:27:31 +0000 | [diff] [blame] | 1239 | Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1240 | |
| 1241 | * dict.c xmlreader.c: two small improvements |
| 1242 | |
Daniel Veillard | a66b1d1 | 2003-09-17 20:54:38 +0000 | [diff] [blame] | 1243 | Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1244 | |
| 1245 | * parserInternals.c: avoid a leak with previous patch |
| 1246 | |
Daniel Veillard | 007d51e | 2003-09-17 20:07:28 +0000 | [diff] [blame] | 1247 | Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1248 | |
| 1249 | * python/libxml.c: use stderr and not stdout for default errors |
| 1250 | in python environment bug #122552 |
| 1251 | |
Daniel Veillard | 8d8bf2c | 2003-09-17 19:36:25 +0000 | [diff] [blame] | 1252 | Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1253 | |
| 1254 | * parserInternals.c: small fix from Rob Richards for input filename |
| 1255 | * xmllint.c: fixes for --repeat and --memory/--stream for speed tests |
| 1256 | * xmlIO: adding a guard in one function |
| 1257 | |
Daniel Veillard | 1989505 | 2003-09-17 13:59:32 +0000 | [diff] [blame] | 1258 | Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1259 | |
| 1260 | * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting |
| 1261 | reducing memory allocation and free and avoiding expensive routines |
| 1262 | |
Daniel Veillard | 9f7eb0b | 2003-09-17 10:26:25 +0000 | [diff] [blame] | 1263 | Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1264 | |
| 1265 | * SAX2.c parser.c parserInternals.c xmlreader.c: started messing |
| 1266 | seriously with per-document dict and element and attribute nodes |
| 1267 | reuse in the xmlReader. This seems to lead to an interesting |
| 1268 | speedup of the xmlReader already. |
| 1269 | |
Daniel Veillard | 81514ba | 2003-09-16 23:17:26 +0000 | [diff] [blame] | 1270 | Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1271 | |
| 1272 | * dict.c include/libxml/dict.h: do string allocations in large |
| 1273 | pools, allowing to find if a string pertain to a dict quickly |
| 1274 | * xmllint.c: fix --stream --repeat --timing |
| 1275 | * Makefile.am: the testThreads run output should be seen. |
| 1276 | |
Daniel Veillard | 8a44e59 | 2003-09-15 14:50:06 +0000 | [diff] [blame] | 1277 | Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1278 | |
| 1279 | * SAX2.c include/libxml/parser.h: starting work on reusing the |
| 1280 | parser dictionary for the element and attribute tag names. |
| 1281 | Add pools for Element and Attributes in the parser context, |
| 1282 | which should help speeding up the reader. |
| 1283 | * Makefile.am result/*.rdr : adding non-python reader regression |
| 1284 | tests. |
| 1285 | |
Daniel Veillard | 62998c0 | 2003-09-15 12:56:36 +0000 | [diff] [blame] | 1286 | Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1287 | |
| 1288 | * SAX2.c parser.c valid.c: starting to cleanup some of the |
| 1289 | problems exposed by the W3C/NIST regression suite. |
| 1290 | * result/ent7.sax result/xml2.sax: small fixes. |
| 1291 | |
Daniel Veillard | bc92eca | 2003-09-15 09:48:06 +0000 | [diff] [blame] | 1292 | Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1293 | |
| 1294 | * parser.c: more parser error factoring |
| 1295 | |
William M. Brack | 3a6da76 | 2003-09-15 04:58:14 +0000 | [diff] [blame] | 1296 | Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1297 | |
| 1298 | * HTMLtree.c: Fixed bug 121394 - missing ns on attributes |
| 1299 | |
Daniel Veillard | bdbe0d4 | 2003-09-14 19:56:14 +0000 | [diff] [blame] | 1300 | Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1301 | |
| 1302 | * parser.c include/libxml/xmlerror.h: factoring of more |
| 1303 | error handling code, serious size reduction and more lisibility |
| 1304 | of the resulting code. |
| 1305 | * parserInternals.c parser.c include/libxml/parserInternals.h |
| 1306 | include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting |
| 1307 | checks are done, use a counter for entities. Entities where freed and |
| 1308 | reallocated at the same address failing the check. |
| 1309 | * tree.c: avoid a warning |
| 1310 | * result/valid/* result/VC/*: this slightly changes some validation |
| 1311 | error messages. |
| 1312 | |
William M. Brack | 4e52f2f | 2003-09-14 18:07:39 +0000 | [diff] [blame] | 1313 | Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1314 | |
| 1315 | * valid.c: fixed bug 121759 - early declaration of |
| 1316 | attribute-list in external DTD |
| 1317 | |
Daniel Veillard | 1afc9f3 | 2003-09-13 12:44:05 +0000 | [diff] [blame] | 1318 | Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1319 | |
| 1320 | * parser.c include/libxml/xmlerror.h: starting cleaning up |
| 1321 | error handling, factorize error processing |
| 1322 | * doc/xmllint.html: update of the page, remove --sgml |
| 1323 | |
Daniel Veillard | 877a7bd | 2003-09-13 00:16:32 +0000 | [diff] [blame] | 1324 | Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1325 | |
| 1326 | * Makefile.am DOCBparser.c parserInternals.c testDocbook.c |
| 1327 | xmllint.c doc/xmllint.xml doc/xmllint.1: removing the |
| 1328 | broken pseudo SGML DocBook parser code. |
| 1329 | |
Daniel Veillard | 5dd3c96 | 2003-09-12 15:32:16 +0000 | [diff] [blame] | 1330 | Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1331 | |
| 1332 | * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber() |
| 1333 | valgrind pointed out the strings overlapped. cleanup . |
| 1334 | |
Daniel Veillard | 2a3fea3 | 2003-09-12 09:44:56 +0000 | [diff] [blame] | 1335 | Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1336 | |
| 1337 | * tree.c: applied speedup to xmlSearchNs() as suggested by |
| 1338 | Luca Padovani. Cleaned up xmlSearchNsByHref() in the process |
| 1339 | applying the same trick. |
| 1340 | |
Daniel Veillard | 3b7840c | 2003-09-11 23:42:01 +0000 | [diff] [blame] | 1341 | Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1342 | |
| 1343 | * parser.c parserInternals.c tree.c include/libxml/parser.h |
| 1344 | include/libxml/xmlerror.h: adding namespace checkings |
| 1345 | while making sure they still parse as wellformed documents. |
| 1346 | Add an nsWellFormed status report to the context, and |
| 1347 | provide new appropriate error codes. |
| 1348 | * Makefile.am result/namespaces/* test/namespaces/*: add |
| 1349 | specific regression testing for the new namespace support |
| 1350 | * test/att5 result/noent/att5 result/att5 result/att5.sax: |
| 1351 | add more coverage for the attribute parsing and normalization |
| 1352 | code. |
| 1353 | |
Daniel Veillard | 5f1e1f8 | 2003-09-11 23:35:09 +0000 | [diff] [blame] | 1354 | Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1355 | |
| 1356 | * threads.c: backport of a thread bugfix from 2_5_X branch |
| 1357 | |
Daniel Veillard | c6e20e4 | 2003-09-11 16:30:26 +0000 | [diff] [blame] | 1358 | Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1359 | |
| 1360 | * parser.c: fixed a bug in one corner case of attribute parsing. |
| 1361 | |
Daniel Veillard | 8e36e6a | 2003-09-10 10:50:59 +0000 | [diff] [blame] | 1362 | Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1363 | |
| 1364 | * configure.in doc/* : 2.6.0beta1 changes |
| 1365 | * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute |
| 1366 | normalization, might not be totally fixed but this should |
| 1367 | make sure SAX event provide the right strings for attributes |
| 1368 | except entities for which libxml2 is different by default |
| 1369 | This should fix #109564 |
| 1370 | * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes |
| 1371 | in attribute callback values |
| 1372 | * result/c14n/with-comments/example-4 |
| 1373 | result/c14n/without-comments/example-4: this also fixes a subtle |
| 1374 | bug in the canonicalization tests. |
| 1375 | |
Daniel Veillard | e57ec79 | 2003-09-10 10:50:59 +0000 | [diff] [blame] | 1376 | Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1377 | |
| 1378 | Time to commit 3 days of work rewriting the parser internal, |
| 1379 | fixing bugs and migrating to SAX2 interface by default. There |
| 1380 | is some work letf TODO, like namespace validation and attributes |
| 1381 | normalization (this break C14N right now) |
| 1382 | * Makefile.am: fixed the test rules |
| 1383 | * include/libxml/SAX2.h include/libxml/parser.h |
| 1384 | include/libxml/parserInternals.h SAX2.c parser.c |
| 1385 | parserInternals.c: changing the parser, migrating to SAX2, |
| 1386 | adding new interface to switch back to SAX1 or initialize a |
| 1387 | SAX block for v1 or v2. Most of the namespace work is done |
| 1388 | below SAX, as well as attribute defaulting |
| 1389 | * globals.c: changed initialization of the default SAX handlers |
| 1390 | * hash.c tree.c include/libxml/hash.h: added QName specific handling |
| 1391 | * xmlIO.c: small fix |
| 1392 | * xmllint.c testSAX.c: provide a --sax1 switch to test the old |
| 1393 | version code path |
| 1394 | * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code |
| 1395 | pointed out a typo in a very old test namespace |
| 1396 | |
William M. Brack | c07329e | 2003-09-08 01:57:30 +0000 | [diff] [blame] | 1397 | Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk> |
| 1398 | |
| 1399 | * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection |
| 1400 | of compressed files, setting doc->compressed appropriately |
| 1401 | (bug #120503). |
| 1402 | |
Daniel Veillard | bbeb9f9 | 2003-09-07 20:54:29 +0000 | [diff] [blame] | 1403 | Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1404 | |
| 1405 | * parser.c: try to cope with the fact that apps may still |
| 1406 | have allocated smaller SAX callbak block |
| 1407 | |
Daniel Veillard | 0fb1893 | 2003-09-07 09:14:37 +0000 | [diff] [blame] | 1408 | Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1409 | |
| 1410 | * dict.c: allow to give -1 for undefined length in lookups |
| 1411 | * include/libxml/parser.h parser.c parserInternals.c testSAX.c: |
| 1412 | first round of work on the new SAX2 interfaces, the API |
| 1413 | will change but commiting before changing for historical |
| 1414 | reference. |
| 1415 | |
William M. Brack | 4811ba3 | 2003-09-06 18:02:53 +0000 | [diff] [blame] | 1416 | Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk> |
| 1417 | |
| 1418 | * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error, |
| 1419 | sax->warning with wrong params). |
| 1420 | |
Daniel Veillard | 93625d3 | 2003-09-05 08:36:12 +0000 | [diff] [blame] | 1421 | Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1422 | |
| 1423 | * include/libxml/globals.h: patch from Stéphane Bidoul to export |
| 1424 | globals entry points to the python bindings |
| 1425 | |
Daniel Veillard | 40412cd | 2003-09-03 13:28:32 +0000 | [diff] [blame] | 1426 | Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1427 | |
| 1428 | * HTMLparser.c: when creating a DOCTYPE use "html" lowercase |
| 1429 | by default instead of "HTML" |
| 1430 | * parser.c xmlreader.c: optimization, gain a few % parsing speed by |
| 1431 | avoiding calls to "areBlanks" when not needed. |
| 1432 | * include/libxml/parser.h include/libxml/tree.h: some structure |
| 1433 | extensions for future work on using per-document dictionaries. |
| 1434 | |
Daniel Veillard | 4b1577f | 2003-09-03 13:10:37 +0000 | [diff] [blame] | 1435 | Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1436 | |
| 1437 | * Makefile.am results/*.sax SAXResult/*: removing the SAXresults |
| 1438 | tree, keeping result in the same tree, added SAXtests to the |
| 1439 | default "make tests" |
| 1440 | |
Igor Zlatkovic | 471cae4 | 2003-09-02 14:00:49 +0000 | [diff] [blame] | 1441 | Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1442 | |
| 1443 | * include/libxml/xmlexports.h: defined additional macros which |
| 1444 | affect exports and added mingw section |
| 1445 | |
William M. Brack | 008c06b | 2003-09-01 22:17:39 +0000 | [diff] [blame] | 1446 | Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1447 | |
| 1448 | * doc/index.py: fixed problem parsing xhtml docs |
| 1449 | * doc/xmlreader.html,doc/guidelines.html: small modification |
| 1450 | to avoid problem in python parsing. |
| 1451 | * doc/search.php: fixed upper case filename problem for XSLT docs |
| 1452 | |
Daniel Veillard | 10acc2f | 2003-09-01 20:59:40 +0000 | [diff] [blame] | 1453 | Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1454 | |
| 1455 | * xinclude.c: patch from Mark Vakoc that allows compiling |
| 1456 | with XInclude but without XPointer support. |
| 1457 | |
Daniel Veillard | e855373 | 2003-09-01 20:33:14 +0000 | [diff] [blame] | 1458 | Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1459 | |
| 1460 | * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming |
| 1461 | to add --libtool-libs option to xml2-config script. |
| 1462 | |
William M. Brack | 3f47950 | 2003-09-01 04:58:15 +0000 | [diff] [blame] | 1463 | Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1464 | |
| 1465 | * doc/README.docs, doc/Makefile.am: new file added, |
| 1466 | giving some description of the documentation generation process |
| 1467 | * doc/search.php: fixed problem with upper case on filenames |
| 1468 | |
Igor Zlatkovic | f5f3718 | 2003-08-29 10:25:28 +0000 | [diff] [blame] | 1469 | Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1470 | |
| 1471 | * win32/Makefile.bcb: updates by Eric Zurcher |
| 1472 | |
William M. Brack | cdfa286 | 2003-08-29 06:03:38 +0000 | [diff] [blame] | 1473 | Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk> |
| 1474 | |
| 1475 | * doc/apibuild.py, doc/libxml2-api.xml: enhanced code |
| 1476 | to compensate for pollution from Igor's header taint |
| 1477 | (quick before Daniel notices) |
| 1478 | |
Daniel Veillard | 6790694 | 2003-08-28 21:13:25 +0000 | [diff] [blame] | 1479 | Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1480 | |
| 1481 | * SAX2.c: fixed a namespace error on attribute reporting bug |
| 1482 | pointed out by Tobias Reif |
| 1483 | * test/p3p result/p3p result/noent/p3p: this test case was wrong |
| 1484 | using xmlsn instead of xmlns... |
| 1485 | |
Igor Zlatkovic | 6590125 | 2003-08-28 16:26:12 +0000 | [diff] [blame] | 1486 | Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1487 | |
| 1488 | * include/libxml/globals.h include/libxml/xmlexports.h: fixed |
| 1489 | typos reported by Mark Vakoc |
| 1490 | |
MDT 2003 John Fleck | bc6734a | 2003-08-28 15:01:40 +0000 | [diff] [blame] | 1491 | Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net> |
| 1492 | |
| 1493 | add: |
| 1494 | * doc/tutorial/api.html |
| 1495 | * doc/tutorial/ar01s09.html |
| 1496 | * doc/tutorial/includexpath.c |
| 1497 | updated |
| 1498 | * doc/tutorial/*.html |
| 1499 | fix my bad - forgot to check in new files when I last |
| 1500 | updated |
| 1501 | |
| 1502 | |
Igor Zlatkovic | 19b8764 | 2003-08-28 12:32:04 +0000 | [diff] [blame] | 1503 | Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1504 | |
Igor Zlatkovic | db0793a | 2003-08-28 12:35:02 +0000 | [diff] [blame] | 1505 | * win32/Makefile.bcb: new file, support for Borland C++ |
Igor Zlatkovic | 19b8764 | 2003-08-28 12:32:04 +0000 | [diff] [blame] | 1506 | * xmllint.c: fixed time inclusion for various compilers |
| 1507 | |
Igor Zlatkovic | d37c139 | 2003-08-28 10:34:33 +0000 | [diff] [blame] | 1508 | Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1509 | |
| 1510 | * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added |
| 1511 | few casts to shut the compiler warnings |
| 1512 | |
Igor Zlatkovic | 1bab92d | 2003-08-28 10:24:40 +0000 | [diff] [blame] | 1513 | Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1514 | |
| 1515 | * win32/Makefile.* win32/configure.js: fixed for mingw |
| 1516 | |
Daniel Veillard | 5805be2 | 2003-08-28 08:03:23 +0000 | [diff] [blame] | 1517 | Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1518 | |
| 1519 | * globals.c threads.c: fixing bug #120870 try to avoid problem |
| 1520 | with uninitialized mutexes |
| 1521 | |
Daniel Veillard | 1ac24d3 | 2003-08-27 14:15:15 +0000 | [diff] [blame] | 1522 | Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1523 | |
| 1524 | * relaxng.c: fixed an error reporting bug in Relax-NG when we end |
| 1525 | up with multiple states, select the "best" one. Fix #120682 |
| 1526 | * result/relaxng/tutor11_2_3.err: small change resulting |
| 1527 | |
| 1528 | Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1529 | |
| 1530 | * xmlschemastypes.c: applied base64 support patch from Anthony Carrico |
| 1531 | |
Igor Zlatkovic | 1f6c49b | 2003-08-27 08:59:28 +0000 | [diff] [blame] | 1532 | Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1533 | |
| 1534 | * include/libxml/[threads-xpointer].h: realigned parameters |
| 1535 | after taint |
| 1536 | |
Igor Zlatkovic | c879e45 | 2003-08-27 08:02:34 +0000 | [diff] [blame] | 1537 | Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1538 | |
| 1539 | * include/libxml/xmlexports.h: fixed defs for Borland compiler, |
| 1540 | as reported by Eric Zurcher |
| 1541 | |
Daniel Veillard | c1ffa0a | 2003-08-26 13:56:48 +0000 | [diff] [blame] | 1542 | Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1543 | |
| 1544 | * relaxng.c: fixed bug #120386 again a problem introduced when |
| 1545 | trying to reuse automata for content validation. Fix a bug report |
| 1546 | problem on zeroOrMore |
| 1547 | * result/relaxng/tutor3_7_err: change slightly error reporting. |
| 1548 | |
Daniel Veillard | 68f8fad | 2003-08-25 11:28:07 +0000 | [diff] [blame] | 1549 | Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1550 | |
| 1551 | * include/libxml/Makefile.am: make sure the new header will |
| 1552 | be included when generating a new distribution. |
| 1553 | |
Daniel Veillard | 73827cb | 2003-08-25 10:57:27 +0000 | [diff] [blame] | 1554 | Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1555 | |
| 1556 | * relaxng.c: fixed a couple of stupid bugs in the state allocation |
| 1557 | routines which led to bug #120040 and the ones reported by |
| 1558 | Martijn Faassen |
| 1559 | |
Igor Zlatkovic | 123e93d | 2003-08-25 10:37:11 +0000 | [diff] [blame] | 1560 | Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1561 | |
| 1562 | * include/libxml/parserInternals.h include/libxml/relaxng.h |
| 1563 | include/libxml/SAX.h include/libxml/SAX2.h: realigned the |
| 1564 | parameters after taint. |
| 1565 | |
Igor Zlatkovic | 0e7df82 | 2003-08-25 09:17:19 +0000 | [diff] [blame] | 1566 | Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1567 | |
| 1568 | * include/libxml/xmlversion.h.in: moved export defs to a separate |
| 1569 | file for consistency. |
| 1570 | * include/libxml/xmlexports.h: new file, contains export defs. |
| 1571 | |
Igor Zlatkovic | 9ce224a | 2003-08-25 09:03:05 +0000 | [diff] [blame] | 1572 | Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 1573 | |
| 1574 | * include/libxml/*.h genUnicode.py: exportability taint |
| 1575 | of the headers. |
| 1576 | |
Daniel Veillard | 11af429 | 2003-08-21 10:39:13 +0000 | [diff] [blame] | 1577 | Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1578 | |
| 1579 | * SAX.c: make the deprecated interfaces log an error message |
| 1580 | to be sure it won't get used. |
| 1581 | |
Daniel Veillard | 1af9a41 | 2003-08-20 22:54:39 +0000 | [diff] [blame] | 1582 | Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1583 | |
| 1584 | * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h: |
| 1585 | Adding new version of the SAX interface, it's not there yet, |
| 1586 | currently just preparing the work |
| 1587 | * globals.c parser.c SAX.c include/libxml/SAX.h |
| 1588 | include/libxml/globals.h include/libxml/parser.h: doing some |
| 1589 | refactoring of the SAXv1 interfaces, obsoleting a bunch of them |
| 1590 | while keeping functionalities, preparing SAX2 integration. |
| 1591 | * dict.c: small cleanup. |
| 1592 | |
Daniel Veillard | e598408 | 2003-08-19 22:21:13 +0000 | [diff] [blame] | 1593 | Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1594 | |
| 1595 | * tree.c: fixes a small bug introduced in last commit and detected |
| 1596 | by valgrind. |
| 1597 | |
Daniel Veillard | 6155d8a | 2003-08-19 15:01:28 +0000 | [diff] [blame] | 1598 | Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1599 | |
| 1600 | * dict.c hash.c: optimization when freeing hash tables. |
| 1601 | * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer |
| 1602 | allocations |
| 1603 | * parser.c parserInternals.c include/libxml/parser.h: keep a |
| 1604 | single allocated block for all the attributes callbacks, |
| 1605 | avoid useless malloc()/free() |
| 1606 | * tree.c: do not realloc() when growing a buffer if the buffer |
| 1607 | ain't full, malloc/memcpy/free avoid copying memory. |
| 1608 | |
Daniel Veillard | 66f68e7 | 2003-08-18 16:39:51 +0000 | [diff] [blame] | 1609 | Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1610 | |
| 1611 | * xmllint.c doc/xmllint.xml doc/xmllint.1: added option |
| 1612 | --dtdvalidfpi for Tobias Reif |
| 1613 | |
Daniel Veillard | 2fdbd32 | 2003-08-18 12:15:38 +0000 | [diff] [blame] | 1614 | Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1615 | |
| 1616 | * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am: |
| 1617 | new dictionary module to keep a single instance of the names used |
| 1618 | by the parser |
| 1619 | * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c: |
| 1620 | switched all parsers to use the dictionary internally |
| 1621 | * include/libxml/HTMLparser.h include/libxml/parser.h |
| 1622 | include/libxml/parserInternals.h include/libxml/valid.h: |
| 1623 | Some of the interfaces changed as a result to receive or return |
| 1624 | "const xmlChar *" instead of "xmlChar *", this is either |
| 1625 | insignificant from an user point of view or when the returning |
| 1626 | value changed, those function are really parser internal methods |
| 1627 | that no user code should really change |
| 1628 | * doc/libxml2-api.xml doc/html/*: the API interface changed and |
| 1629 | the docs were regenerated |
| 1630 | |
Daniel Veillard | 7fb801f | 2003-08-17 21:07:26 +0000 | [diff] [blame] | 1631 | Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1632 | |
| 1633 | * parser.c: applied patch to xmlCleanupParser from Dave Beckett |
| 1634 | |
William M. Brack | a716ff1 | 2003-08-16 14:58:33 +0000 | [diff] [blame] | 1635 | Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1636 | |
| 1637 | * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html: |
| 1638 | fixed part (2) of bug 119535 (wrong alpha case on filenames) |
| 1639 | |
William M. Brack | c6e0755 | 2003-08-16 12:44:47 +0000 | [diff] [blame] | 1640 | Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1641 | |
| 1642 | * doc/API*.html, doc/html/*: regenerated API documentation |
| 1643 | for xmlsoft.org (part of Bug 119535) |
| 1644 | |
William M. Brack | 7a82165 | 2003-08-15 07:27:40 +0000 | [diff] [blame] | 1645 | Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1646 | |
| 1647 | * encoding.c, threads.c, include/libxml/HTMLparser.h, |
| 1648 | doc/libxml2-api.xml: Minor changes to comments, etc. for |
| 1649 | improving documentation generation |
| 1650 | * doc/Makefile.am: further adjustment to auto-generation of |
| 1651 | win32/libxml2.def.src |
| 1652 | |
Daniel Veillard | cfba2fe | 2003-08-15 00:33:43 +0000 | [diff] [blame] | 1653 | Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1654 | |
| 1655 | * News configure.in: preparing libxml2-2.5.10 release |
| 1656 | * doc/* : updated the doc and rebuilt |
| 1657 | |
Daniel Veillard | bf1e3d8 | 2003-08-14 23:57:26 +0000 | [diff] [blame] | 1658 | Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1659 | |
| 1660 | * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by |
| 1661 | Malcolm Tredinnick with the patch he suggested. |
| 1662 | |
Daniel Veillard | e8ed620 | 2003-08-14 23:39:01 +0000 | [diff] [blame] | 1663 | Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1664 | |
| 1665 | * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg |
| 1666 | |
Daniel Veillard | 608d0ac | 2003-08-14 22:44:25 +0000 | [diff] [blame] | 1667 | Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1668 | |
| 1669 | * uri.c: fixing an use of strcpy() where both strings overlap |
| 1670 | pointed out by valgrind. |
| 1671 | |
Daniel Veillard | 9848532 | 2003-08-14 15:44:40 +0000 | [diff] [blame] | 1672 | Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1673 | |
| 1674 | * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of |
| 1675 | some compilation warnings. |
| 1676 | * xinclude.c: fix the performance problem reported by Kevin Ruscoe |
| 1677 | plus some cleanup and better error reporting. |
| 1678 | |
Daniel Veillard | ab1ae3a | 2003-08-14 12:19:54 +0000 | [diff] [blame] | 1679 | Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1680 | |
| 1681 | * encoding.c: applied UTF-16 encoding handling patch provided by |
| 1682 | Mark Itzcovitz |
| 1683 | * encoding.c parser.c: more cleanup and fixes for UTF-16 when |
| 1684 | not having iconv support. |
| 1685 | |
Daniel Veillard | 1638a47 | 2003-08-14 01:23:25 +0000 | [diff] [blame] | 1686 | Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1687 | |
| 1688 | * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c |
| 1689 | nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for |
| 1690 | mingw compiler on Windows. |
| 1691 | |
Daniel Veillard | b19ba83 | 2003-08-14 00:33:46 +0000 | [diff] [blame] | 1692 | Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1693 | |
| 1694 | * parser.c: fixed the serious CPU usage problem reported by |
| 1695 | Grant Goodale |
Daniel Veillard | ab1ae3a | 2003-08-14 12:19:54 +0000 | [diff] [blame] | 1696 | * HTMLparser.c: applied patch from Oliver Stoeneberg about a free |
Daniel Veillard | b19ba83 | 2003-08-14 00:33:46 +0000 | [diff] [blame] | 1697 | missing in htmlSAXParseDoc |
| 1698 | |
William M. Brack | ccf9e39 | 2003-08-13 14:50:18 +0000 | [diff] [blame] | 1699 | Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1700 | |
| 1701 | * doc/Makefile.am: Removed dependency from libxml2.def.src |
| 1702 | |
William M. Brack | 476cd96 | 2003-08-13 11:09:42 +0000 | [diff] [blame] | 1703 | Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1704 | |
| 1705 | * autogen.sh: took away the requirement for automake-1.4, |
| 1706 | changed the messages for getting auto* tools to current |
| 1707 | gnu pages. |
| 1708 | * configure.in: added check for Linux Dec alpha requiring |
| 1709 | -ieee flag, fixed test for ipv6 |
| 1710 | * trionan.c: fixed problem for compiling on Linux Dec alpha |
| 1711 | using native compiler |
| 1712 | * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src |
| 1713 | whenever libxml2-api.xml is changed. |
| 1714 | |
Daniel Veillard | 6b621b8 | 2003-08-11 15:03:34 +0000 | [diff] [blame] | 1715 | Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1716 | |
| 1717 | * parser.c: cleaning up a problem when parsing UTF-16 and libiconv |
| 1718 | is not used. |
| 1719 | |
William M. Brack | 3090942 | 2003-08-10 00:14:20 +0000 | [diff] [blame] | 1720 | Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1721 | |
| 1722 | * win32/libxml2.def.src: renerated with fixed libxml2-api.xml |
| 1723 | |
Daniel Veillard | 83ee40d | 2003-08-09 22:24:09 +0000 | [diff] [blame] | 1724 | Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1725 | |
| 1726 | * News configure.in: preparing libxml2-2.5.9 release |
| 1727 | * doc/* : updated the doc and rebuilt |
| 1728 | |
Daniel Veillard | 0ab6fa0 | 2003-08-09 18:01:53 +0000 | [diff] [blame] | 1729 | Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1730 | |
| 1731 | * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum |
| 1732 | definition to get a correct API XML description. This was apparently |
| 1733 | breaking Windows build. |
| 1734 | |
Daniel Veillard | 14f752c | 2003-08-09 11:44:50 +0000 | [diff] [blame] | 1735 | Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1736 | |
| 1737 | * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from |
| 1738 | the progressive HTML parser front-end on large character data |
| 1739 | island leading to an erroneous end of data detection by the |
| 1740 | parser. Some cleanup too to get closer from the XML progressive |
| 1741 | parser. |
| 1742 | |
William M. Brack | 6d13f33 | 2003-08-08 16:40:36 +0000 | [diff] [blame] | 1743 | Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1744 | |
| 1745 | * win32/configure.js: Added in support for the ISO8859X |
| 1746 | module (patch provided by Jesse Pelton) |
| 1747 | |
Daniel Veillard | 70bcb0e | 2003-08-08 14:00:28 +0000 | [diff] [blame] | 1748 | Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1749 | |
| 1750 | * HTMLtree.c tree.c threads.c: hum try to avoid some troubles |
| 1751 | when the library is not initialized and one try to save, the |
| 1752 | locks in threaded env might not been initialized, playing safe |
| 1753 | * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman |
| 1754 | * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added |
| 1755 | his tests to the regression suite. |
| 1756 | |
William M. Brack | 41e6bed | 2003-08-08 10:53:06 +0000 | [diff] [blame] | 1757 | Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1758 | |
| 1759 | * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343 |
| 1760 | (with apologies to Igor) - Enhanced handling of docb and |
| 1761 | nanohttp. |
| 1762 | |
William M. Brack | 16db7b6 | 2003-08-07 13:12:49 +0000 | [diff] [blame] | 1763 | Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1764 | |
| 1765 | * encoding.c: further small changes for warnings when |
| 1766 | configured with --with-iconv=no |
| 1767 | |
William M. Brack | a71a8ef | 2003-08-06 04:43:55 +0000 | [diff] [blame] | 1768 | Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1769 | |
| 1770 | * error.c trionan.[ch] testThreads.c python/generator.py: |
| 1771 | further small changes to elminate most of the remaining |
| 1772 | warnings. |
| 1773 | |
William M. Brack | c193956 | 2003-08-05 15:52:22 +0000 | [diff] [blame] | 1774 | Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1775 | |
| 1776 | * error.c HTMLparser.c testC14N.c testHTML.c testURI.c |
| 1777 | xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c |
| 1778 | python/libxml.c include/libxml/xmlmemory.h: small changes |
| 1779 | to syntax to get rid of compiler warnings. No changes |
| 1780 | to logic. |
| 1781 | |
Daniel Veillard | c758c22 | 2003-08-04 20:42:34 +0000 | [diff] [blame] | 1782 | Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1783 | |
| 1784 | * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs. |
| 1785 | |
Daniel Veillard | 20aa0fb | 2003-08-04 19:43:15 +0000 | [diff] [blame] | 1786 | Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1787 | |
| 1788 | * tree.c: fixed a small problem in the patch for #118763 |
| 1789 | * result/HTML/doc3.htm*: this reverts back to the previous result |
| 1790 | |
Daniel Veillard | 91e69c5 | 2003-08-04 01:43:07 +0000 | [diff] [blame] | 1791 | Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1792 | |
| 1793 | * doc/FAQ.html doc/xml.html: applied doc patch to xml.html |
| 1794 | and rebuilt, apparently some C++ wrappers are not available, |
| 1795 | c.f. bug #118943 |
| 1796 | |
Daniel Veillard | 39057f4 | 2003-08-04 01:33:43 +0000 | [diff] [blame] | 1797 | Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1798 | |
| 1799 | * tree.c: fixing HTML attribute serialization bug #118763 |
| 1800 | applying a modified version of the patch from Bacek |
| 1801 | * result/HTML/doc3.htm*: this modifies the output from one test |
| 1802 | |
Daniel Veillard | 8d73bcb | 2003-08-04 01:06:15 +0000 | [diff] [blame] | 1803 | Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1804 | |
| 1805 | * tree.c include/libxml/tree.h: added a new API to split a |
| 1806 | QName without generating any memory allocation |
| 1807 | * valid.c: fixed another problem with namespaces on element |
| 1808 | in mixed content case |
| 1809 | * python/tests/reader2.py: updated the testcase with |
| 1810 | Bjorn Reese fix to reader for unsignificant white space |
| 1811 | * parser.c HTMLparser.c: cleanup. |
| 1812 | |
Daniel Veillard | 5ee43b0 | 2003-08-04 00:58:46 +0000 | [diff] [blame] | 1813 | Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1814 | |
| 1815 | * catalog.c: trying to fix #118754 of possible recursion in the |
| 1816 | catalogs. Not fantastically happy about the current fix since |
| 1817 | it's likely to break under very thread intensive concurrent |
| 1818 | access to the catalog. Better solution might to keep the depth |
| 1819 | an extra argument to the resolution functions. |
| 1820 | |
Daniel Veillard | 7b68df9 | 2003-08-03 22:58:54 +0000 | [diff] [blame] | 1821 | Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1822 | |
| 1823 | * valid.c: fixed bug #118712 about mixed content, and namespaced |
| 1824 | element names. |
| 1825 | * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check |
| 1826 | in the regression tests |
| 1827 | |
William M. Brack | 779af00 | 2003-08-01 15:55:39 +0000 | [diff] [blame] | 1828 | Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1829 | |
| 1830 | Coninuing work on bug 118559 |
| 1831 | * DOCBparser.c: removed 2 unsed vars |
| 1832 | * xmlregexp.c: changed some numeric const to their enum symbols |
| 1833 | * xmlreader.c: changed one var define from int to enum |
| 1834 | (a little more to be done, awaiting co-ordination) |
| 1835 | * relaxng.c: deleted one unused var |
| 1836 | * xmllint.c: deleted some unused vars, changed one arg |
| 1837 | val from int to enum |
| 1838 | * testHTML.c, testDocbook.c: changed some arg vals to enum const |
| 1839 | * xmlIO.c: fixed typo from last night (small warning msg) |
| 1840 | |
William M. Brack | 78637da | 2003-07-31 14:47:38 +0000 | [diff] [blame] | 1841 | Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1842 | |
| 1843 | Working on bug 118559 |
| 1844 | * error.c: deleted unused variable |
| 1845 | * parserInternals.c: deleted unneeded 'const' qualifier |
| 1846 | * parser.c: changed variable type for enum temp storage |
| 1847 | * xmlIO.c: changed debugging var to be inside #ifdef |
| 1848 | * valid.c: removed unused variable |
| 1849 | * HTMLparser.c: removed some unneeded 'const' qualifiers |
| 1850 | * xpath.c: added some type casts, removed some unused vars |
| 1851 | * xinclude.c: added one type cast |
| 1852 | * nanohttp.c: repositioned some #ifdef to avoid unused var |
| 1853 | * nanoftp.c: removed unused var |
| 1854 | |
Daniel Veillard | 97e0188 | 2003-07-30 18:59:19 +0000 | [diff] [blame] | 1855 | Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1856 | |
| 1857 | * HTMLparser.c: applied a patch from William Brack about |
| 1858 | the problem of parsing very large HTML instance with comments |
| 1859 | as raised by Nick Kew |
| 1860 | |
Daniel Veillard | d6038e0 | 2003-07-30 16:37:18 +0000 | [diff] [blame] | 1861 | Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1862 | |
| 1863 | * xmlreader.c include/libxml/xmlreader.h: applying cleanup |
| 1864 | patch from Bjorn Reese for xmlTextReaderNodeType() and |
| 1865 | significant whitespace. There is an enum for node type |
| 1866 | values now. |
| 1867 | |
Daniel Veillard | 01fc1a9 | 2003-07-30 15:12:01 +0000 | [diff] [blame] | 1868 | Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1869 | |
| 1870 | * encoding.c: applying patch from Peter Jacobi to added |
| 1871 | ISO-8859-x encoding support when iconv is not available |
| 1872 | * configure.in include/libxml/xmlversion.h.in |
| 1873 | include/libxml/xmlwin32version.h.in: added the glue needed |
| 1874 | at the configure level and made it the default for Windows |
| 1875 | |
Daniel Veillard | c266464 | 2003-07-29 20:44:53 +0000 | [diff] [blame] | 1876 | Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1877 | |
| 1878 | * python/generator.py python/libxml.c python/libxml2class.txt: |
| 1879 | patch from Joachim Bauch + cleanup for Relax NG error callbacks |
| 1880 | in python |
| 1881 | |
Daniel Veillard | a6874ca | 2003-07-29 16:47:24 +0000 | [diff] [blame] | 1882 | Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1883 | |
| 1884 | * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding |
| 1885 | cleanup patch, and also avoided a possible memory leak |
| 1886 | |
Daniel Veillard | 9ff7de1 | 2003-07-29 13:30:42 +0000 | [diff] [blame] | 1887 | Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1888 | |
| 1889 | * encoding.c: fix the previous commit |
| 1890 | |
William M. Brack | 4a557d9 | 2003-07-29 04:28:04 +0000 | [diff] [blame] | 1891 | Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 1892 | |
| 1893 | * HTMLparser.c: fixed problem with comments reported by Nick Kew |
| 1894 | * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for |
| 1895 | some future cleanup of UTF8 handling |
| 1896 | |
Daniel Veillard | 9deb242 | 2003-07-28 20:40:59 +0000 | [diff] [blame] | 1897 | Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1898 | |
| 1899 | * xpath.c: applied a change suggested by Sean Griffin in bug |
| 1900 | #118494 about a memory leak in EXSLT |
| 1901 | |
Daniel Veillard | d94849b | 2003-07-28 13:02:24 +0000 | [diff] [blame] | 1902 | Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 1903 | |
| 1904 | * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced |
| 1905 | when fixing the previous Relax-NG bugs |
| 1906 | * result/relaxng/*: This slightly changes the output messages of |
| 1907 | some regression tests. |
| 1908 | * configure.in: added support of -with-fexceptions for nested C++ |
| 1909 | support. |
| 1910 | |
MDT 2003 John Fleck | 63f3a47 | 2003-07-24 21:48:30 +0000 | [diff] [blame] | 1911 | Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net> |
| 1912 | |
| 1913 | * doc/tutorial/apa.html |
| 1914 | * doc/tutorial/apb.html |
| 1915 | * doc/tutorial/apc.html |
| 1916 | * doc/tutorial/apd.html |
| 1917 | * doc/tutorial/ape.html |
| 1918 | * doc/tutorial/apf.html |
| 1919 | * doc/tutorial/apg.html |
| 1920 | * doc/tutorial/aph.html |
| 1921 | * doc/tutorial/ar01s02.html |
| 1922 | * doc/tutorial/ar01s03.html |
| 1923 | * doc/tutorial/ar01s04.html |
| 1924 | * doc/tutorial/ar01s05.html |
| 1925 | * doc/tutorial/ar01s06.html |
| 1926 | * doc/tutorial/ar01s07.html |
| 1927 | * doc/tutorial/ar01s08.html |
| 1928 | * doc/tutorial/index.html |
| 1929 | * doc/tutorial/ix01.html |
| 1930 | * doc/tutorial/xmltutorial.pdf |
| 1931 | * doc/tutorial/xmltutorial.xml |
| 1932 | update tutorial with XPath example |
| 1933 | |
| 1934 | |
Daniel Veillard | 597bc48 | 2003-07-24 16:08:28 +0000 | [diff] [blame] | 1935 | Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com> |
| 1936 | |
| 1937 | * SAX.c parser.c: fixing a bug about a special case of namespace |
| 1938 | handling, this closes bug #116841 |
| 1939 | |
Daniel Veillard | 2134ab1 | 2003-07-23 19:56:29 +0000 | [diff] [blame] | 1940 | Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com> |
| 1941 | |
| 1942 | * relaxng.c result/relaxng/*: checked and fixed the compilation |
| 1943 | of RNG schemas, fixes a couple of bugs #117097 and #117001 . |
| 1944 | This slightly changes the output messages of some regression tests. |
| 1945 | |
Daniel Veillard | c127adc | 2003-07-23 15:07:08 +0000 | [diff] [blame] | 1946 | Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com> |
| 1947 | |
| 1948 | * xmlreader.c: fixed an out of bound error #118052 , the good |
| 1949 | part if that base64 code was not in use yet ... |
| 1950 | |
MDT 2003 John Fleck | 2ae05c7 | 2003-07-23 01:43:53 +0000 | [diff] [blame] | 1951 | Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net> |
| 1952 | |
| 1953 | * doc/xmllint.html |
| 1954 | include html version of the xmllint man page, so an |
| 1955 | up-to-date version is visible on the Web |
| 1956 | |
Daniel Veillard | 8edf1c5 | 2003-07-22 20:52:14 +0000 | [diff] [blame] | 1957 | Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com> |
| 1958 | |
| 1959 | * xinclude.c include/libxml/xinclude.h: added a new API |
| 1960 | xmlXIncludeProcessTree() to process XInclude only on a subtree |
| 1961 | this should fix bug #115385 |
| 1962 | |
Daniel Veillard | 409a814 | 2003-07-18 15:16:57 +0000 | [diff] [blame] | 1963 | Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1964 | |
| 1965 | * relaxng.c include/libxml/relaxng.h: adding Get interface for |
| 1966 | the error callback and parameters of parsing and validation |
| 1967 | contexts |
| 1968 | * xmlreader.c: patch to fix bug #117702 about incomplete Read() |
| 1969 | on text nodes. |
| 1970 | |
Daniel Veillard | 2dcb937 | 2003-07-16 21:18:19 +0000 | [diff] [blame] | 1971 | Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1972 | |
| 1973 | * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM |
| 1974 | when using the push XML parser. |
| 1975 | * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml: |
| 1976 | added the test to the regression suite. |
| 1977 | |
Daniel Veillard | 2009c4e | 2003-07-15 20:04:34 +0000 | [diff] [blame] | 1978 | Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1979 | |
| 1980 | * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals() |
| 1981 | as suggested by Rob Richards |
| 1982 | |
Daniel Veillard | 34ba387 | 2003-07-15 13:34:05 +0000 | [diff] [blame] | 1983 | Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1984 | |
| 1985 | * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c |
| 1986 | xmlschemas.c xpath.c: removed some warnings by casting xmlChar |
| 1987 | to unsigned int and a couple of others. |
| 1988 | |
| 1989 | Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1990 | |
| 1991 | * xmlschemastypes.c: fixes a segfault on empty hexBinary strings |
| 1992 | |
Daniel Veillard | 3dc93a4 | 2003-07-10 14:04:33 +0000 | [diff] [blame] | 1993 | Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1994 | |
| 1995 | * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner |
| 1996 | |
Daniel Veillard | df101d8 | 2003-07-08 14:03:36 +0000 | [diff] [blame] | 1997 | Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 1998 | |
| 1999 | * globals.c threads.c: fixes some problem when freeing unititialized |
| 2000 | mutexes |
| 2001 | |
Daniel Veillard | 2db8c12 | 2003-07-08 12:16:59 +0000 | [diff] [blame] | 2002 | Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2003 | |
| 2004 | * nanoftp.c nanohttp.c: the modules should not import <config.h> |
| 2005 | directly, some cleanups |
| 2006 | * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas |
| 2007 | validation code. |
| 2008 | |
Daniel Veillard | 13d07cd | 2003-07-07 16:02:41 +0000 | [diff] [blame] | 2009 | Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2010 | |
| 2011 | * win32/configure.js: Jesse Pelton pointed out a problem in the |
| 2012 | javascript code. |
| 2013 | |
Daniel Veillard | 75eb1ad | 2003-07-07 14:42:44 +0000 | [diff] [blame] | 2014 | Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2015 | |
| 2016 | * NEWS doc/*: regenerated |
| 2017 | * nanoftp.c nanohttp.c: might fix includes problems with the |
| 2018 | Ipv6 support on solaris |
| 2019 | * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes |
| 2020 | defined as #IMPLIED |
| 2021 | |
Daniel Veillard | 560c2a4 | 2003-07-06 21:13:49 +0000 | [diff] [blame] | 2022 | Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2023 | |
Daniel Veillard | 83ee40d | 2003-08-09 22:24:09 +0000 | [diff] [blame] | 2024 | * configure.in doc/*: preparing release 2.5.8 |
Daniel Veillard | 560c2a4 | 2003-07-06 21:13:49 +0000 | [diff] [blame] | 2025 | * nanohttp.c: changed some preprocessor block |
| 2026 | * xmlschemastypes.c: applied patch from Charles Bozeman adding |
| 2027 | hexBinary schema datatype and adding support for totalDigits and |
| 2028 | fractionDigits facets. |
| 2029 | |
Daniel Veillard | 7a985a1 | 2003-07-06 17:57:42 +0000 | [diff] [blame] | 2030 | Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2031 | |
| 2032 | * debugXML.c xpath.c: fixed 2 bugs pointed in #116448 |
| 2033 | |
Daniel Veillard | ffe4f5e | 2003-07-06 17:35:43 +0000 | [diff] [blame] | 2034 | Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2035 | |
| 2036 | * xinclude.c: fixed bug #116095 removing the error message when |
| 2037 | reapplying XInclude to a document. |
| 2038 | |
Daniel Veillard | 1997c3e | 2003-07-05 20:43:43 +0000 | [diff] [blame] | 2039 | Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2040 | |
| 2041 | * xmlIO.c: applied small changes to portability layer for |
| 2042 | compilation on DJGPP Ms-DOS compiler. |
| 2043 | |
Daniel Veillard | d9d32ae | 2003-07-05 20:32:43 +0000 | [diff] [blame] | 2044 | Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2045 | |
| 2046 | * parser.c HTMLparser.c: use the character() SAX callback |
| 2047 | if the cdataBlock ain't defined. |
| 2048 | * xpath.c: fix bug #115349 allowing compilation when configured |
| 2049 | with --without-xpath since the Schemas code needs NAN and co. |
| 2050 | |
William M. Brack | 59002e7 | 2003-07-04 17:01:59 +0000 | [diff] [blame] | 2051 | Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk> |
| 2052 | |
| 2053 | Fixed problem with multi-threading, shown by the test program |
| 2054 | testThreads. After fix, ran mutiple tests on various speed |
| 2055 | machines (single and dual processor X86), which all seem okay. |
| 2056 | |
| 2057 | * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog |
| 2058 | |
| 2059 | * threads.c: added missing initialisation for condition variable |
| 2060 | in xmlNewRMutex. |
| 2061 | |
Daniel Veillard | de2a67b | 2003-06-21 14:20:04 +0000 | [diff] [blame] | 2062 | Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2063 | |
| 2064 | Applying IPv6 patch from Archana Shah <archana.shah@wipro.com> |
| 2065 | closing bug #114837 |
| 2066 | |
| 2067 | * configure.in: Added checks for IPv6 support and getaddrinfo(). |
| 2068 | |
| 2069 | * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6. |
| 2070 | |
| 2071 | * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6. |
| 2072 | |
| 2073 | * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage |
| 2074 | field or sockaddr_in field, depending upon the availability of IPv6 |
| 2075 | support. |
| 2076 | have_ipv6(): Added to check for run-time IPv6 support. |
| 2077 | (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy): |
| 2078 | Modified to parse a URI with IPv6 address given in []. |
| 2079 | (xmlNanoFTPConnect): Changed to use getaddrinfo for address |
| 2080 | resolution, if it is available on the system, as gethostbyname |
| 2081 | does not return IPv6 addresses on some platforms. |
| 2082 | (xmlNanoFTPGetConnection): Modified type of dataAddr variable to |
| 2083 | sockaddr_storage or sockaddr_in depending upon the IPv6 support. |
| 2084 | Sending EPSV, EPRT or PASV, PORT depending upon the type of address |
| 2085 | we are dealing with. |
| 2086 | |
| 2087 | * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support. |
| 2088 | (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse |
| 2089 | a URI with IPv6 address given in []. |
| 2090 | (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is |
| 2091 | available on the system. Also IPv6 addresses will be resolved by |
| 2092 | gethostbyname only if IPv6 run-time support is available. |
| 2093 | (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address. |
| 2094 | |
Igor Zlatkovic | 72f92a8 | 2003-06-14 16:48:26 +0000 | [diff] [blame] | 2095 | Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2096 | |
| 2097 | * win32/configure.js include/win32config.h |
| 2098 | include/libxml/xmlversion.h.in: Applied the patch for BCB |
| 2099 | by Eric Zurcher. |
| 2100 | |
Daniel Veillard | d7cec92 | 2003-06-13 12:30:10 +0000 | [diff] [blame] | 2101 | Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2102 | |
| 2103 | * doc/Makefile.am doc/html/*: reverted back patch for #113521, |
| 2104 | due to #115104 and while fixing #115101 . HTML URLs must not |
| 2105 | be version dependant. |
| 2106 | |
Daniel Veillard | 8265a18 | 2003-06-13 10:05:56 +0000 | [diff] [blame] | 2107 | Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2108 | |
| 2109 | * entities.c: do not generate " for " outside of attributes |
| 2110 | * result//*: this changes the output of some tests |
| 2111 | |
Daniel Veillard | 4e9b1bc | 2003-06-09 10:30:33 +0000 | [diff] [blame] | 2112 | Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2113 | |
| 2114 | * parser.c xmlIO.c: trying to fix #114277 about when file |
| 2115 | remapping and escaping should really be attempted. |
| 2116 | |
Daniel Veillard | a37aab8 | 2003-06-09 09:10:36 +0000 | [diff] [blame] | 2117 | Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2118 | |
| 2119 | * doc/*: applied a patch from Gman for building docs |
| 2120 | * valid.c xmllint.c include/libxml/valid.h: applied a patch from |
| 2121 | Gary Pennington to provide an allocator for xmlValidCtxt |
| 2122 | * xmlreader.c: applied patch from Jacek Konieczny fixing bug |
| 2123 | #113580 about data not being passed immediately. |
| 2124 | |
Daniel Veillard | e132611 | 2003-06-05 09:32:20 +0000 | [diff] [blame] | 2125 | Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2126 | |
| 2127 | * tree.c: applied a couple of patches from Mark Itzcovitz |
| 2128 | to handle saving back "UTF-16" documents. |
| 2129 | |
Daniel Veillard | a84c0b3 | 2003-06-02 16:58:46 +0000 | [diff] [blame] | 2130 | Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com> |
| 2131 | |
| 2132 | * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting |
| 2133 | some work done while in the Maldives (hence the timezone on the |
| 2134 | laptop !) |
| 2135 | * result/schemas/length3* test/schemas/deter0_* |
| 2136 | test/schemas/group0_*: some tests added too |
| 2137 | |
Daniel Veillard | 8caa9c2 | 2003-06-02 13:35:24 +0000 | [diff] [blame] | 2138 | Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2139 | |
| 2140 | * encoding.c: small fix |
| 2141 | * xmlIO.c: fixed an error message |
| 2142 | |
Daniel Veillard | 0e0f37a | 2003-05-20 12:22:41 +0000 | [diff] [blame] | 2143 | Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2144 | |
| 2145 | * parserInternals.c: fixing Red Hat bug #91013 where xmllint was |
| 2146 | accepting an improper UTF8 sequence |
| 2147 | |
Igor Zlatkovic | 84f8c6d | 2003-05-17 10:55:38 +0000 | [diff] [blame] | 2148 | Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2149 | |
| 2150 | * threads.c: applied the patch from Stéphane Bidoul for getting |
| 2151 | rid of extra threads in a dynamic library. |
Igor Zlatkovic | fb7f084 | 2003-05-17 11:31:20 +0000 | [diff] [blame] | 2152 | * win32/configure.js: threads default to 'native' now. |
Igor Zlatkovic | 84f8c6d | 2003-05-17 10:55:38 +0000 | [diff] [blame] | 2153 | |
Daniel Veillard | 5f5b7bb | 2003-05-16 17:19:40 +0000 | [diff] [blame] | 2154 | Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2155 | |
| 2156 | * HTMLtree.c: fixing bug #112904: html output method escaped |
| 2157 | plus sign character in URI attribute. |
| 2158 | |
Daniel Veillard | 781ac8b | 2003-05-15 22:11:36 +0000 | [diff] [blame] | 2159 | Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2160 | |
| 2161 | * build_glob.py global.data globals.c parser.c |
| 2162 | include/libxml/globals.h: patch from Stéphane Bidoul for setting |
| 2163 | up threads global defaults. |
| 2164 | * doc/libxml2-api.xml: this extends the API with new functions |
| 2165 | * python/tests/Makefile.am python/tests/reader2.py |
| 2166 | python/tests/thread2.py: integrated the associated testcase and |
| 2167 | fixed the error string used in reader2 |
| 2168 | |
Daniel Veillard | 38b80a8 | 2003-05-14 18:59:00 +0000 | [diff] [blame] | 2169 | Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2170 | |
| 2171 | * configure.in libxml.spec.in python/Makefile.am: trying |
| 2172 | to conciliate --with-python= requirements and RPM builds, |
| 2173 | a PITA really... |
| 2174 | |
Daniel Veillard | 104caa3 | 2003-05-13 22:54:05 +0000 | [diff] [blame] | 2175 | Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2176 | |
| 2177 | * HTMLparser.c: oops last commit introduced a memory leak. |
| 2178 | |
Daniel Veillard | e8b09e4 | 2003-05-13 22:14:13 +0000 | [diff] [blame] | 2179 | Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2180 | |
| 2181 | * xmllint.c doc/xmllint.xml: added --nonet option |
| 2182 | * doc/Makefile.am: fixing #112803 by adding --nonet when calling |
| 2183 | xsltproc or xmllint |
| 2184 | * doc/xmllint.xml doc/xmllint.1: also added --schema doc and |
| 2185 | rebuilt |
| 2186 | * HTMLparser.c: cleaned up the HTML parser context build when |
| 2187 | using an URL |
| 2188 | |
Daniel Veillard | d437d32 | 2003-05-13 21:07:01 +0000 | [diff] [blame] | 2189 | Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2190 | |
| 2191 | * libxml.spec.in: added a comment about bug #112902 |
| 2192 | |
William M. Brack | 3dd57f7 | 2003-05-13 02:06:18 +0000 | [diff] [blame] | 2193 | Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk> |
| 2194 | |
| 2195 | * minor cleanup of configure '--help' display |
| 2196 | * error.c: enhanced xmlParserPrintFileContext to fix bug #109942 |
| 2197 | |
Daniel Veillard | d72c7e3 | 2003-05-12 21:55:03 +0000 | [diff] [blame] | 2198 | Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2199 | |
| 2200 | * tree.c: PI nodes in external subset were not freed :-\ |
| 2201 | fixes bug #112842 |
| 2202 | |
Daniel Veillard | 75bb3bb | 2003-05-12 15:25:56 +0000 | [diff] [blame] | 2203 | Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2204 | |
| 2205 | * xmllint.c: added --schema option to run WXS schema validation |
| 2206 | * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h: |
| 2207 | tried to improve error reporting in the Schema code, some cleanup |
| 2208 | too. |
| 2209 | |
Daniel Veillard | 82bbbd4 | 2003-05-11 20:16:09 +0000 | [diff] [blame] | 2210 | Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2211 | |
| 2212 | * xmlschemas.c: fixed some problems in the handling of errors, |
| 2213 | and attributes addressed by references. |
| 2214 | * test/schemas/* result/schemas/*: dropped the verbosity level |
| 2215 | and added a couple of new tests |
| 2216 | |
Daniel Veillard | adbb0e6 | 2003-05-10 20:02:45 +0000 | [diff] [blame] | 2217 | Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2218 | |
| 2219 | * relaxng.c: Stéphane Bidoul found an off by one addressing |
| 2220 | error on the error handling. |
| 2221 | |
Daniel Veillard | a77cf71 | 2003-05-09 23:09:55 +0000 | [diff] [blame] | 2222 | Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2223 | |
| 2224 | * xmlschemastypes.c: trying to fix #112673 |
| 2225 | |
Daniel Veillard | c3ca5ba | 2003-05-09 22:26:28 +0000 | [diff] [blame] | 2226 | Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2227 | |
| 2228 | * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple |
| 2229 | warning, this fixed a bug and should close #111574 |
| 2230 | |
Daniel Veillard | 37fc84d | 2003-05-09 19:38:15 +0000 | [diff] [blame] | 2231 | Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com> |
| 2232 | |
| 2233 | * xmlschemas.c: fixing bug #104081 with xs:all with an element |
| 2234 | holding minOccurs="0" |
| 2235 | * test/schemas/all_* result/schemas/all_*: added some regression |
| 2236 | tests for that bug |
| 2237 | * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and |
| 2238 | Garry Pennington to compile without schemas support. |
| 2239 | |
Daniel Veillard | a067e65 | 2003-05-01 08:03:46 +0000 | [diff] [blame] | 2240 | Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2241 | |
| 2242 | * tree.c: fixed a problem with xmlUnlinkNode() for DTDs. |
| 2243 | |
Daniel Veillard | 61c5220 | 2003-04-30 12:20:34 +0000 | [diff] [blame] | 2244 | Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2245 | |
| 2246 | * xml2-config.in: try to fix Red hat bug #89957, do not |
| 2247 | output -L/usr/lib64 |
| 2248 | * xmlreader.c: fixed a typo in a comment |
| 2249 | |
MDT 2003 John Fleck | 6d68f61 | 2003-04-29 13:33:21 +0000 | [diff] [blame] | 2250 | Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent> |
| 2251 | |
| 2252 | * doc/tutorial/aph.html, ix01.html |
| 2253 | forgot to cvs add the new files. Thanks to Roland van Laar |
| 2254 | for pointing this out |
| 2255 | |
Daniel Veillard | d433046 | 2003-04-29 12:40:16 +0000 | [diff] [blame] | 2256 | Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2257 | |
| 2258 | * xmlschemas.c doc/libxml2-api.xml: fixing a function comment |
| 2259 | * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching |
| 2260 | to the XML/XSLT doc generation closing #111799 |
| 2261 | * doc/html/*: complete update of the HTML results |
| 2262 | |
Igor Zlatkovic | a28d236 | 2003-04-28 12:56:01 +0000 | [diff] [blame] | 2263 | Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2264 | |
| 2265 | * win32/defgen.xsl: fixed the conditional for unicode map, |
| 2266 | removed hardcoded schema entries |
| 2267 | |
| 2268 | Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2269 | |
| 2270 | * win32/defgen.xsl: new file, stylesheet for generating |
| 2271 | win32/libxml2.def.src from doc/libxml2-api.xml |
| 2272 | * win32/libxml2.def.src: is autogenerated from now on, changes |
| 2273 | to this file will not appear here anymore |
| 2274 | |
Daniel Veillard | 94bb2f1 | 2003-04-27 22:14:07 +0000 | [diff] [blame] | 2275 | Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2276 | |
| 2277 | * win32/configure.js python/setup.py.in: applied patch |
| 2278 | from Stéphane Bidoul for the Python bindings on the new |
| 2279 | release. |
| 2280 | |
Igor Zlatkovic | 34656b4 | 2003-04-27 16:00:05 +0000 | [diff] [blame] | 2281 | Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2282 | |
| 2283 | * debugXML.c: included libxml/uri.h for xmlCanonicPath |
| 2284 | declaration |
| 2285 | * win32/configure.js: thread-enabled build is now default |
| 2286 | * win32/libxml2.def.src: added more exports |
| 2287 | |
Daniel Veillard | 1177ca4 | 2003-04-26 22:29:54 +0000 | [diff] [blame] | 2288 | Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2289 | |
| 2290 | * NEWS doc/*.xsl doc/*.html: updated the web site separated |
| 2291 | developers from common pages, made the transition to XHTML1, |
| 2292 | added validity checking to the makefile rules. |
| 2293 | |
Daniel Veillard | 329456a | 2003-04-26 21:21:00 +0000 | [diff] [blame] | 2294 | Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2295 | |
| 2296 | * parser.c: fix for xmlIOParseDTD same as previous and reported |
| 2297 | by Petr Pajas |
| 2298 | |
Daniel Veillard | c6abc3d | 2003-04-26 13:27:30 +0000 | [diff] [blame] | 2299 | Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2300 | |
| 2301 | * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick |
| 2302 | closing #111638 |
| 2303 | |
Daniel Veillard | 2b32e6f | 2003-04-26 12:03:54 +0000 | [diff] [blame] | 2304 | Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2305 | |
| 2306 | * python/generator.py: fixed a problem in the generator where |
| 2307 | the way functions are remapped as methods on classes was |
| 2308 | not symetric and dependant on python internal hash order, |
| 2309 | as reported by Stéphane Bidoul |
| 2310 | |
MDT 2003 John Fleck | 8aff3b7 | 2003-04-26 03:54:07 +0000 | [diff] [blame] | 2311 | Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net> |
| 2312 | |
| 2313 | * doc/tutorial: |
| 2314 | xmltutorial.xml |
| 2315 | xmltutorial.pdf |
| 2316 | *.html |
| 2317 | add appendix on generating compiler flags, more indexing |
| 2318 | |
Daniel Veillard | 1c96027 | 2003-04-25 23:12:22 +0000 | [diff] [blame] | 2319 | Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2320 | |
| 2321 | * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry |
| 2322 | to get libxml-2.5.7 to compile on OpenVMS |
| 2323 | |
Daniel Veillard | c557346 | 2003-04-25 16:43:49 +0000 | [diff] [blame] | 2324 | Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2325 | |
| 2326 | * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas |
| 2327 | |
Daniel Veillard | fd58341 | 2003-04-25 13:22:10 +0000 | [diff] [blame] | 2328 | Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2329 | |
| 2330 | * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml |
| 2331 | doc/xmllint.1 doc/xmllint.xml: automated the generation of the |
| 2332 | man page based on xsltproc and a stylesheet PI in the XML. |
| 2333 | |
Daniel Veillard | dc07e18 | 2003-04-25 10:39:38 +0000 | [diff] [blame] | 2334 | Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2335 | |
| 2336 | * doc/xmllint.*: trying to fix #110541 where generated |
| 2337 | character preventing rendering by the man command. |
| 2338 | |
Daniel Veillard | 92fc02c | 2003-04-24 23:12:35 +0000 | [diff] [blame] | 2339 | Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2340 | |
| 2341 | * NEWS configure.in: preparing release 2.5.7 |
| 2342 | * doc/*: updated and rebuilt the docs |
| 2343 | * doc/apibuild.py: fixed the script |
| 2344 | |
Daniel Veillard | de0a0a5 | 2003-04-24 17:12:57 +0000 | [diff] [blame] | 2345 | Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2346 | |
| 2347 | * Makefile.am doc/apibuild.py: make sure the OOM code don't |
| 2348 | get in the way of the builds |
| 2349 | * doc/libxml2-api.xml python/libxml2class.txt: automatic update |
| 2350 | |
Daniel Veillard | a76fe5c | 2003-04-24 16:06:47 +0000 | [diff] [blame] | 2351 | Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2352 | |
| 2353 | * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of |
| 2354 | Memory test from Havoc Pennington #109368 |
| 2355 | * SAX.c parser.c parserInternals.c tree.c uri.c valid.c |
| 2356 | xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h |
| 2357 | include/libxml/parser.h: a lot of memory allocation cleanups |
| 2358 | based on the results of the OOM testing |
| 2359 | * check-relaxng-test-suite2.py: seems I forgot to commit the |
| 2360 | script. |
| 2361 | |
Daniel Veillard | 18f113d | 2003-04-23 15:18:26 +0000 | [diff] [blame] | 2362 | Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2363 | |
| 2364 | * xmlschemastypes.c: trivial fix for 109774 removing a warning |
| 2365 | |
Daniel Veillard | 85095e2 | 2003-04-23 13:56:44 +0000 | [diff] [blame] | 2366 | Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2367 | |
| 2368 | * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find |
| 2369 | more places where xmlCanonicPath() must be used to convert |
| 2370 | filenames to URLs, trying to fix #111088 |
| 2371 | |
Daniel Veillard | 5439624 | 2003-04-23 07:36:50 +0000 | [diff] [blame] | 2372 | Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2373 | |
| 2374 | * python/libxml.c python/libxml.py: applied patch from |
| 2375 | Brent M Hendricks adding binding for xmlCatalogAddLocal |
| 2376 | |
Daniel Veillard | 45269b8 | 2003-04-22 13:21:57 +0000 | [diff] [blame] | 2377 | Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2378 | |
| 2379 | * HTMLparser.c: tried to fix #98879 again in a more solid |
| 2380 | way. |
| 2381 | |
Igor Zlatkovic | 94f4884 | 2003-04-22 12:00:37 +0000 | [diff] [blame] | 2382 | Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2383 | |
| 2384 | * win32/libxml2.def.src: added more exports from the relaxng and |
| 2385 | xmlreader clan |
| 2386 | |
Daniel Veillard | f431eb8 | 2003-04-22 08:37:26 +0000 | [diff] [blame] | 2387 | Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2388 | |
| 2389 | * SAX.c test/valid/ns* test/result/ns*: applied the patch |
| 2390 | provided by Brent Hendricks fixing #105992 and integrated the |
| 2391 | examples in the testsuite. |
| 2392 | |
Daniel Veillard | c4f65ab | 2003-04-21 23:07:45 +0000 | [diff] [blame] | 2393 | Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2394 | |
| 2395 | * TODO: updated a bit |
| 2396 | * configure.in: fixed the comment, threads now default to on |
| 2397 | * parserInternals.c: fixed an erroneous xmlMallocAtomic() call |
| 2398 | |
Daniel Veillard | a880b12 | 2003-04-21 21:36:41 +0000 | [diff] [blame] | 2399 | Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2400 | |
| 2401 | * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c |
| 2402 | xmlreader.c include/libxml/parser.h: a lot of performance work |
| 2403 | especially the speed of streaming through the reader and push |
| 2404 | interface. Some thread related optimizations. Nearly doubled the |
| 2405 | speed of parsing through the reader. |
| 2406 | |
MDT 2003 John Fleck | 83c8a5c | 2003-04-20 16:45:07 +0000 | [diff] [blame] | 2407 | Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net> |
| 2408 | |
| 2409 | * doc/xmllint.xml |
| 2410 | * doc/xmllint.1 |
| 2411 | update man page to explain use of --stream |
| 2412 | |
Daniel Veillard | 3c908dc | 2003-04-19 00:07:51 +0000 | [diff] [blame] | 2413 | Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2414 | |
| 2415 | * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c |
| 2416 | nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c |
| 2417 | xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c |
| 2418 | include/libxml/globals.h include/libxml/xmlmemory.h: added |
| 2419 | xmlMallocAtomic() to be used when allocating blocks which |
| 2420 | do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet() |
| 2421 | to allow registering the full set of functions needed by |
| 2422 | a garbage collecting allocator like libgc, ref #109944 |
| 2423 | |
Daniel Veillard | 8494271 | 2003-04-18 14:40:05 +0000 | [diff] [blame] | 2424 | Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2425 | |
| 2426 | * configure.in: switched to have thread support enabled by default, |
| 2427 | didn't got troubles with ABI compatibility on Linux, hope it |
| 2428 | won't break on strange OSes, if yes, report the system ID |
| 2429 | * doc/libxml2-api.xml: just rebuilt the API |
| 2430 | |
Daniel Veillard | 3e59fc5 | 2003-04-18 12:34:58 +0000 | [diff] [blame] | 2431 | Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2432 | |
| 2433 | * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c: |
| 2434 | added support for large file, tested with a 3+GB instance, |
| 2435 | and some cleanup. |
| 2436 | * catalog.c: added a TODO |
| 2437 | * Makefile.am: added some "make tests" comments |
| 2438 | |
Daniel Veillard | ac29793 | 2003-04-17 12:55:35 +0000 | [diff] [blame] | 2439 | Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2440 | |
| 2441 | * relaxng.c: some cleanups |
| 2442 | * doc/xmlreader.html: extended the document to cover RelaxNG and |
| 2443 | tree operations |
| 2444 | * python/tests/Makefile.am python/tests/reader[46].py: added some |
| 2445 | xmlReader example/regression tests |
| 2446 | * result/relaxng/tutor*.err: updated the output of a number of tests |
| 2447 | |
Daniel Veillard | 6216360 | 2003-04-17 09:36:38 +0000 | [diff] [blame] | 2448 | Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2449 | |
| 2450 | * relaxng.c: valgrind pointed out an uninitialized variable error. |
| 2451 | |
Daniel Veillard | 33300b4 | 2003-04-17 09:09:19 +0000 | [diff] [blame] | 2452 | Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2453 | |
| 2454 | * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h |
| 2455 | xmlreader.c: augnemting the APIs, cleanups. |
| 2456 | * parser.c: cleanup bug #111005 |
| 2457 | * xmlIO.c: added some missing comments |
| 2458 | |
Daniel Veillard | ce192eb | 2003-04-16 15:58:05 +0000 | [diff] [blame] | 2459 | Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2460 | |
| 2461 | * relaxng.c xmllint.c: more work on RelaxNG streaming validation |
| 2462 | trying to improve the subset compiled, and more testing. |
| 2463 | * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the |
| 2464 | documentation |
| 2465 | * test/relaxng/tutor11_1_3.xml: fixes the DTD path |
| 2466 | * result/relaxng/*.err: fix some of the outputs |
| 2467 | |
Daniel Veillard | f4e5576 | 2003-04-15 23:32:22 +0000 | [diff] [blame] | 2468 | Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2469 | |
| 2470 | * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h |
| 2471 | include/libxml/xmlreader.h: implemented streaming of |
| 2472 | RelaxNG (when possible) on top of the xmlReader interface, |
| 2473 | provided it as xmllint --stream --relaxng .rng .xml |
| 2474 | This seems to mostly work. |
| 2475 | * Makefile.am: updated to test RelaxNG streaming |
| 2476 | |
Daniel Veillard | c58f4ef | 2003-04-14 16:11:26 +0000 | [diff] [blame] | 2477 | Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2478 | |
| 2479 | * relaxng.c include/libxml/relaxng.h: integrated the regexp |
| 2480 | based validity checking of fragments of the document for |
| 2481 | which the RNG can be compiled to regexps. Works on all regression |
| 2482 | tests, only fix needed is related to error messages. |
| 2483 | |
Daniel Veillard | 52b48c7 | 2003-04-13 19:53:42 +0000 | [diff] [blame] | 2484 | Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2485 | |
| 2486 | * relaxng.c xmlregexp.c include/libxml/xmlautomata.h |
| 2487 | include/libxml/xmlregexp.h: Starting work precompiling |
| 2488 | parts of RelaxNG schemas. Not plugged onto validity checking |
| 2489 | yet, just the regexp building part. Needed to extend some |
| 2490 | of the automata and regexp APIs. |
| 2491 | |
Daniel Veillard | f6bad79 | 2003-04-11 19:38:54 +0000 | [diff] [blame] | 2492 | Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2493 | |
| 2494 | * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure |
| 2495 | xmllint --stream and xmllint --stream --valid returns errors |
| 2496 | code appropriately |
| 2497 | |
Daniel Veillard | c6cae7b | 2003-04-11 09:02:11 +0000 | [diff] [blame] | 2498 | Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2499 | |
| 2500 | * xmlreader.c include/libxml/xmlreader.h: Added the Expand() |
| 2501 | and Next() operation to work on subtrees within the reader |
| 2502 | framework. |
| 2503 | * doc/libxml2-api.xml python/libxml2class.txt: resulting updates |
| 2504 | * python/tests/reader5.py: added an example for those new |
| 2505 | functions of the reader. |
| 2506 | |
Daniel Veillard | 645c690 | 2003-04-10 21:40:49 +0000 | [diff] [blame] | 2507 | Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2508 | |
| 2509 | * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865 |
| 2510 | |
Daniel Veillard | 9e07710 | 2003-04-10 13:36:54 +0000 | [diff] [blame] | 2511 | Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2512 | |
| 2513 | * xmlreader.c: fixing HasValue for namespace as raised by |
| 2514 | Denys Duchier |
| 2515 | |
Daniel Veillard | 02ea141 | 2003-04-09 12:08:47 +0000 | [diff] [blame] | 2516 | Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2517 | |
| 2518 | * HTMLparser.c include/libxml/HTMLparser.h: exported |
| 2519 | htmlCreateMemoryParserCtxt() it was static |
| 2520 | |
Daniel Veillard | d3b9cd8 | 2003-04-09 11:24:17 +0000 | [diff] [blame] | 2521 | Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2522 | |
| 2523 | * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: |
| 2524 | update from Charles Bozeman for date and duration types |
| 2525 | * test/schemas/date_0.* test/schemas/dur_0.* |
| 2526 | result/schemas/date_0.* result/schemas/dur_0.*: updated too |
| 2527 | |
Daniel Veillard | c00cda8 | 2003-04-07 10:22:39 +0000 | [diff] [blame] | 2528 | Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2529 | |
| 2530 | * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h: |
| 2531 | fixing bug #107129, removing excessive allocation and calls |
| 2532 | to *printf in the code to build QName strings. |
| 2533 | |
Igor Zlatkovic | 6965118 | 2003-04-05 09:43:30 +0000 | [diff] [blame] | 2534 | Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com> |
| 2535 | |
| 2536 | * win32/libxml2.def.src: fixed conditional exports, reported by |
| 2537 | Luke Murray. |
| 2538 | |
Daniel Veillard | adba5f1 | 2003-04-04 16:09:01 +0000 | [diff] [blame] | 2539 | Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2540 | |
| 2541 | * parser.c: fixed a possible problem with xmlRecoverMemory() |
| 2542 | |
Daniel Veillard | a48ed3d | 2003-04-03 15:28:28 +0000 | [diff] [blame] | 2543 | Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2544 | |
| 2545 | * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c |
| 2546 | triostr.h: Bjorn sent an update for the TRIO portability layer. |
| 2547 | |
Igor Zlatkovic | d6c8650 | 2003-04-01 20:00:42 +0000 | [diff] [blame] | 2548 | Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2549 | |
| 2550 | * win32/libxml2.def.src: exported new functions |
| 2551 | |
Daniel Veillard | c2d4a93 | 2003-04-01 11:13:05 +0000 | [diff] [blame] | 2552 | Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2553 | |
| 2554 | * configure.in NEWS: preparing release 2.5.6 |
| 2555 | * doc/*: updated and rebuilt the docs |
| 2556 | |
Daniel Veillard | e502041 | 2003-04-01 09:55:20 +0000 | [diff] [blame] | 2557 | Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2558 | |
| 2559 | * SAX.c: fixed an uninitialized memory access pointed by valgrind |
| 2560 | on C14Ntests |
| 2561 | |
Daniel Veillard | 7fe1f3a | 2003-03-31 22:13:33 +0000 | [diff] [blame] | 2562 | Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2563 | |
| 2564 | * relaxng.c: one more fixup of error message reporting |
| 2565 | |
Daniel Veillard | 5f1946a | 2003-03-31 16:38:16 +0000 | [diff] [blame] | 2566 | Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2567 | |
| 2568 | * relaxng.c: more work on bug #109225, and fixed an uninitialized |
| 2569 | variable pointed out by valgrind |
| 2570 | |
Daniel Veillard | a507fbf | 2003-03-31 16:09:37 +0000 | [diff] [blame] | 2571 | Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2572 | |
| 2573 | * relaxng.c: try to work on bug #109225 and provide better |
| 2574 | error reports. |
| 2575 | * result/relaxng/* : this change the output of a number of tests |
| 2576 | * xinclude.c: fixing the parsed entity redefinition problem |
| 2577 | raised on the list. |
| 2578 | * test/schemas/date_0.xsd: updated the date test c.f. E2-12 |
| 2579 | |
Daniel Veillard | b3721c2 | 2003-03-31 11:22:25 +0000 | [diff] [blame] | 2580 | Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2581 | |
| 2582 | * xmlschemastypes.c: fixed date comparison to handle the tzo |
| 2583 | The only failures left are disagreements on Notations and |
| 2584 | '+1' not being allowed for ulong, uint, ushort and ubyte. |
| 2585 | |
Daniel Veillard | 455cc07 | 2003-03-31 10:13:23 +0000 | [diff] [blame] | 2586 | Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2587 | |
| 2588 | * xmlschemastypes.c: fixed gMonth parsing routine accordingly |
| 2589 | to the XML Schemas errata |
| 2590 | http://www.w3.org/2001/05/xmlschema-errata#e2-12 |
| 2591 | |
Daniel Veillard | e637c4a | 2003-03-30 21:10:09 +0000 | [diff] [blame] | 2592 | Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com> |
| 2593 | |
| 2594 | * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes |
| 2595 | and facets support. Currently only schemas with binHex or |
| 2596 | base64 don't compile. A few error left in the test suite: |
| 2597 | found 1035 test instances: 919 success 23 failures |
| 2598 | most are gdate or gdateyear failing check, and a few cases where |
| 2599 | James clark tests results are strange. |
| 2600 | * valid.c: allow to reuse the Notation checking routine without |
| 2601 | having a validation context. |
| 2602 | * SAX.c: removed a #if 0 |
| 2603 | |
Daniel Veillard | b6c7f41 | 2003-03-29 16:41:55 +0000 | [diff] [blame] | 2604 | Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2605 | |
| 2606 | * xinclude.c: forgot to apply one check from #106931 patch |
| 2607 | * xmlschemastypes.c: more work on XML Schemas datatypes |
| 2608 | |
Daniel Veillard | c4c2155 | 2003-03-29 10:53:38 +0000 | [diff] [blame] | 2609 | Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2610 | |
| 2611 | * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work |
| 2612 | on cleaning up XML Schemas datatypes based on James Clark tests |
| 2613 | test/xsdtest/xsdtest.xml |
| 2614 | |
Daniel Veillard | 80b1909 | 2003-03-28 13:29:53 +0000 | [diff] [blame] | 2615 | Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2616 | |
| 2617 | * relaxng.c: implemented comparisons for Schemas values. |
| 2618 | * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed |
| 2619 | some bugs in duration handling, comparisons for durations |
| 2620 | and decimals, removed all memory leaks pointed out by James |
| 2621 | testsuite. Current status is now |
| 2622 | found 238 test schemas: 197 success 41 failures |
| 2623 | found 1035 test instances: 803 success 130 failures |
| 2624 | |
Daniel Veillard | 91a1325 | 2003-03-27 23:44:43 +0000 | [diff] [blame] | 2625 | Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2626 | |
| 2627 | * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory |
| 2628 | leaks in the W3C XML Schemas code |
| 2629 | * xmlschemastypes.c: implemented nonPositiveInteger |
| 2630 | * test/schemas/length2_0.xsd result/schemas/length2_0_0.err: |
| 2631 | fixed the test and result. |
| 2632 | |
Daniel Veillard | 6560a42 | 2003-03-27 21:25:38 +0000 | [diff] [blame] | 2633 | Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2634 | |
| 2635 | * HTMLparser.c tree.c: two patches from James Bursa on the HTML |
| 2636 | parser and a typo |
| 2637 | * xmlschemastypes.c: reindenting, fixing a memory access |
| 2638 | problem with dates. |
| 2639 | |
Daniel Veillard | 6c5b2d3 | 2003-03-27 14:55:52 +0000 | [diff] [blame] | 2640 | Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2641 | |
| 2642 | * parser.c: fixing #109227 providing more context in case of |
| 2643 | start/end tag mismatch |
| 2644 | * python/tests/ctxterror.py python/tests/readererr.py: update the |
| 2645 | tests accordingly |
| 2646 | |
Daniel Veillard | d9b7283 | 2003-03-27 14:24:00 +0000 | [diff] [blame] | 2647 | Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2648 | |
| 2649 | * xinclude.c: should fix #109327 errors on memory accesses |
| 2650 | |
Daniel Veillard | c7e9b19 | 2003-03-27 14:08:24 +0000 | [diff] [blame] | 2651 | Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2652 | |
| 2653 | * HTMLtree.c: Fixed reopening of #78662 <form action="..."> |
| 2654 | is an URI reference |
| 2655 | |
Daniel Veillard | e209b33 | 2003-03-26 21:40:13 +0000 | [diff] [blame] | 2656 | Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2657 | |
| 2658 | * xpath.c: fixed bug #109160 on non-ASCII IDs |
| 2659 | |
Daniel Veillard | 642104e | 2003-03-26 16:32:05 +0000 | [diff] [blame] | 2660 | Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2661 | |
| 2662 | * parser.c: Norm suggested a nicer error message for xml:space values |
| 2663 | errors |
| 2664 | |
Daniel Veillard | e4fa293 | 2003-03-26 00:38:10 +0000 | [diff] [blame] | 2665 | Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2666 | |
| 2667 | * xpath.c include/libxml/xpath.h: first part of the fix to |
| 2668 | performance bug #108905, adds xmlXPathOrderDocElems() providing |
| 2669 | document order for nodes. |
| 2670 | * python/libxml.c: Python may require TRIO as Albert Chin pointed out |
| 2671 | |
Daniel Veillard | 0962821 | 2003-03-25 15:10:27 +0000 | [diff] [blame] | 2672 | Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2673 | |
| 2674 | * xmlschemastypes.c: removing a warning with Sun compiler |
| 2675 | bug #109154 |
| 2676 | |
MST 2003 John Fleck | da27174 | 2003-03-25 14:05:17 +0000 | [diff] [blame] | 2677 | Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net> |
| 2678 | |
| 2679 | * doc/xmllint.xml |
| 2680 | * doc/xmllint.1 |
| 2681 | update xmllint man page with --relaxng option |
| 2682 | |
Daniel Veillard | 2032d29 | 2003-03-25 11:09:40 +0000 | [diff] [blame] | 2683 | Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2684 | |
| 2685 | * python/setup.py.in : was missing "drv_libxml2.py" |
| 2686 | |
Daniel Veillard | 9adc046 | 2003-03-24 18:39:54 +0000 | [diff] [blame] | 2687 | Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2688 | |
| 2689 | * tree.c xpath.c: some changes related to the new way of |
| 2690 | handling Result Value Tree, before 2.5.5 |
| 2691 | |
Daniel Veillard | d8da01c | 2003-03-24 15:58:23 +0000 | [diff] [blame] | 2692 | Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2693 | |
| 2694 | * configure.in NEWS: preparing release 2.5.5 |
| 2695 | * doc/* : updated the documentation and regenerated it. |
| 2696 | |
Daniel Veillard | ef0b450 | 2003-03-24 13:57:34 +0000 | [diff] [blame] | 2697 | Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2698 | |
| 2699 | * xpath.c: fixed some problems related to #75813 about handling |
| 2700 | of Result Value Trees |
| 2701 | |
Daniel Veillard | 9231ff9 | 2003-03-23 22:00:51 +0000 | [diff] [blame] | 2702 | Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2703 | |
| 2704 | * uri.c: applied a set of patches from Lorenzo Viali correcting |
| 2705 | URI parsing errors. |
| 2706 | |
Daniel Veillard | 5f8d1a3 | 2003-03-23 21:02:00 +0000 | [diff] [blame] | 2707 | Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2708 | |
| 2709 | * parser.c: validity status was not passed back when validating in |
| 2710 | entities, but raised by Oliver Fischer |
| 2711 | |
Daniel Veillard | 04ee2f2 | 2003-03-23 20:31:46 +0000 | [diff] [blame] | 2712 | Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2713 | |
| 2714 | * HTMLtree.c: avoid escaping ',' in URIs |
| 2715 | |
Daniel Veillard | ef8dd7b | 2003-03-23 12:02:56 +0000 | [diff] [blame] | 2716 | Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2717 | |
| 2718 | * parser.c: fixing bug #108976 get the ID/REFs to reference |
| 2719 | the ID in the document content and not in the entity copy |
| 2720 | * SAX.c include/libxml/parser.h: more checking of the ID/REF |
| 2721 | stuff, better solution for #107208 |
| 2722 | * xmlregexp.c: removed a direct printf, dohhh |
| 2723 | * xmlreader.c: fixed a bug on streaming validation of empty |
| 2724 | elements in entities |
| 2725 | * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml: |
| 2726 | cleanup of the validation tests |
| 2727 | * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*: |
| 2728 | added more ID/IDREF tests to the suite |
| 2729 | |
Daniel Veillard | 2cfd9df | 2003-03-22 22:39:16 +0000 | [diff] [blame] | 2730 | Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2731 | |
| 2732 | * xmlreader.c: fixed #107043 removing 2 warnings with Sun One |
| 2733 | compiler. |
| 2734 | |
Daniel Veillard | 2086382 | 2003-03-22 17:51:47 +0000 | [diff] [blame] | 2735 | Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2736 | |
| 2737 | * relaxng.c: valgrind'ed and cleaned up a couple of memory issues. |
| 2738 | |
Daniel Veillard | 9ff2d47 | 2003-03-22 15:18:01 +0000 | [diff] [blame] | 2739 | Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2740 | |
| 2741 | * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are |
| 2742 | defined in entities content |
| 2743 | |
Daniel Veillard | 99737f5 | 2003-03-22 14:55:50 +0000 | [diff] [blame] | 2744 | Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2745 | |
| 2746 | * SAX.c: Fixed validation bug #108858 on namespace names using |
| 2747 | entities and reported by Brent Hendricks |
| 2748 | * xmllint.c: report xmlTextReaderHasValue() result in --stream |
| 2749 | --debug output. |
| 2750 | |
Daniel Veillard | 48ef4c9 | 2003-03-22 12:38:15 +0000 | [diff] [blame] | 2751 | Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2752 | |
| 2753 | * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick |
| 2754 | about the DocType node not being reported sometimes. |
| 2755 | * python/tests/reader.py: added to test to the regression checks |
| 2756 | |
Daniel Veillard | 120e8eb | 2003-03-22 01:00:34 +0000 | [diff] [blame] | 2757 | Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2758 | |
| 2759 | * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes) |
| 2760 | reported by Edd Dumbill |
| 2761 | |
Daniel Veillard | 77a90a7 | 2003-03-22 00:04:05 +0000 | [diff] [blame] | 2762 | Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2763 | |
| 2764 | * HTMLparser.c parser.c parserInternals.c: patch from |
| 2765 | johan@evenhuis.nl for #107937 fixing some line counting |
| 2766 | problems, and some other cleanups. |
| 2767 | * result/HTML/: this result in some line number changes |
| 2768 | |
Daniel Veillard | 580ced8 | 2003-03-21 21:22:48 +0000 | [diff] [blame] | 2769 | Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2770 | |
| 2771 | * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec |
| 2772 | instead of libxml.spec |
| 2773 | * relaxng.c: fixed some of the error reporting excessive |
| 2774 | verbosity |
| 2775 | * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c |
| 2776 | xmlschemastypes.c: removed some warnings from gcc |
| 2777 | * doc/libxml2-api.xml: rebuilt |
| 2778 | |
Daniel Veillard | e063f48 | 2003-03-21 16:53:17 +0000 | [diff] [blame] | 2779 | Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2780 | |
| 2781 | * relaxng.c: another optimization, for choice this time |
| 2782 | * result/relaxng/spec1* result/relaxng/tutor12_1* |
| 2783 | result/relaxng/tutor3_7: cleanups. |
| 2784 | |
Daniel Veillard | 0e3d3ce | 2003-03-21 12:43:18 +0000 | [diff] [blame] | 2785 | Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2786 | |
| 2787 | * relaxng.c: fixed xmlRelaxNGNodeMatchesList |
| 2788 | * test/relaxng/testsuite.xml: augmented the test suite |
| 2789 | * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes |
| 2790 | some schemas validation tests in the presence of foreign |
| 2791 | namespaces. |
| 2792 | |
Daniel Veillard | bbb78b5 | 2003-03-21 01:24:45 +0000 | [diff] [blame] | 2793 | Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2794 | |
| 2795 | * relaxng.c: added another interleave speedup. |
| 2796 | |
Daniel Veillard | ef2e4ec | 2003-03-20 16:23:26 +0000 | [diff] [blame] | 2797 | Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2798 | |
| 2799 | * xmlschemastypes.c: added integer and fixed one of the |
| 2800 | IDREFS regression tests pbm |
| 2801 | * result/relaxng/docbook_0.err: updated |
| 2802 | |
Daniel Veillard | 249d7bb | 2003-03-19 21:02:29 +0000 | [diff] [blame] | 2803 | Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2804 | |
| 2805 | * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S) |
| 2806 | declared both in the DTD and in the Schemas <grin/> |
| 2807 | * relaxng.c: more debug, added a big optimization for <mixed> |
| 2808 | * test/relaxng/testsuite.xml: augmented the testsuite |
| 2809 | * test/relaxng/ result/relaxng: added the RelaxNG spec and a |
| 2810 | DocBook example to the regression tests |
| 2811 | |
Daniel Veillard | 798024a | 2003-03-19 10:36:09 +0000 | [diff] [blame] | 2812 | Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2813 | |
| 2814 | * check-xsddata-test-suite.py: cosmetic change for output |
| 2815 | * relaxng.c: try to minimize calls to malloc/free for states. |
| 2816 | |
Daniel Veillard | a1a9d04 | 2003-03-18 16:53:17 +0000 | [diff] [blame] | 2817 | Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2818 | |
| 2819 | * tree.c: removed a warning |
| 2820 | * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES |
| 2821 | support |
| 2822 | * check-relaxng-test-suite.py check-xsddata-test-suite.py: |
| 2823 | cleanup/improvements of the regression tests batch |
| 2824 | * test/relaxng/testsuite.xml: augmented libxml2 own testsuite |
| 2825 | |
Daniel Veillard | 28c52ab | 2003-03-18 11:39:17 +0000 | [diff] [blame] | 2826 | Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2827 | |
| 2828 | * relaxng.c: fixed error msg cleanup deallocation |
| 2829 | * xmlschemastypes.c: added a function to handle lists of |
| 2830 | atomic types, added support for IDREFS |
| 2831 | |
Daniel Veillard | c3da18a | 2003-03-18 00:31:04 +0000 | [diff] [blame] | 2832 | Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2833 | |
| 2834 | * relaxng.c valid.c xmlschemastypes.c: added Datatype ID |
| 2835 | and IDREF, usable from RelaxNG now |
| 2836 | * include/libxml/xmlschemastypes.h: need to add a new interface |
| 2837 | because the validation modifies the infoset |
| 2838 | * test/relaxng/testsuite.xml: extended the testsuite |
| 2839 | |
Daniel Veillard | 952379b | 2003-03-17 15:37:12 +0000 | [diff] [blame] | 2840 | Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2841 | |
| 2842 | * relaxng.c: fixed the last core RelaxNG bug known #107083, |
| 2843 | shemas datatype ID/IDREF support still missing though. |
| 2844 | * xmlreader.c: fix a crashing bug with prefix raised by |
| 2845 | Merijn Broeren |
| 2846 | * test/relaxng/testsuite.xml: augmented the testsuite with |
| 2847 | complex inheritance tests |
| 2848 | |
Daniel Veillard | fd573f1 | 2003-03-16 17:52:32 +0000 | [diff] [blame] | 2849 | Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2850 | |
| 2851 | * relaxng.c: switched back to the previous Relax-NG code base, |
| 2852 | the derivation algorithm need severe constraining code to avoid |
| 2853 | combinatorial explosion. Fixed the problem with Sebastian Rahtz |
| 2854 | TEI based example and other bugs |
| 2855 | * result/relaxng/*err: updated the results |
| 2856 | * test/relaxng/testsuite.xml: started a new test suite |
| 2857 | |
Daniel Veillard | 1564e6e | 2003-03-15 21:30:25 +0000 | [diff] [blame] | 2858 | Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2859 | |
| 2860 | * relaxng.c include/libxml/relaxng.h: After coming to the conclusion |
| 2861 | that the original RelaxNG validation code was un-fixeable, it got |
| 2862 | rewritten to use the derivation algorithm from James Clark and |
| 2863 | redebugged it (nearly) from scratch: |
| 2864 | found 373 test schemas: 372 success 1 failures |
| 2865 | found 529 test instances: 529 success 0 failures |
| 2866 | |
Daniel Veillard | 39eb88b | 2003-03-11 11:21:28 +0000 | [diff] [blame] | 2867 | Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2868 | |
| 2869 | * SAX.c parser.c: fix some recursion problems introduced in the |
| 2870 | last release. |
| 2871 | * relaxng.c: more debugging of the RNG validation engine, still |
| 2872 | problems though. |
| 2873 | |
Daniel Veillard | 5add868 | 2003-03-10 13:13:58 +0000 | [diff] [blame] | 2874 | Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2875 | |
| 2876 | * Makefile.am: stop generating wrong result file with * in name |
| 2877 | * relaxng.c: fixing the include bug raised by Sebastian Rahtz |
| 2878 | * result/relaxng/demo* test/relaxng/demo: added the tests from |
| 2879 | Sebastian reproducing the problem. |
| 2880 | |
MST 2003 John Fleck | 5094cb2 | 2003-03-10 01:03:53 +0000 | [diff] [blame] | 2881 | Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net> |
| 2882 | |
Daniel Veillard | 5add868 | 2003-03-10 13:13:58 +0000 | [diff] [blame] | 2883 | * doc/xmllint.1: regenerating man page from xmllint.xml to pick |
| 2884 | up Aleksey's change |
MST 2003 John Fleck | 5094cb2 | 2003-03-10 01:03:53 +0000 | [diff] [blame] | 2885 | |
Aleksey Sanin | 693c9bc | 2003-03-09 22:36:52 +0000 | [diff] [blame] | 2886 | Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com> |
| 2887 | |
| 2888 | * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment |
| 2889 | variable to control the indentation for the xmllint "--format" |
| 2890 | option |
| 2891 | |
Igor Zlatkovic | 47ba1c7 | 2003-03-08 13:29:42 +0000 | [diff] [blame] | 2892 | Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 2893 | |
| 2894 | * encoding.c: applied Gennady's patch against buffer overrun |
| 2895 | |
Daniel Veillard | 42f12e9 | 2003-03-07 18:32:59 +0000 | [diff] [blame] | 2896 | Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2897 | |
| 2898 | * test/xsdtest/xsdtest.xml uri.c: after and exchange with James |
| 2899 | Clark it appeared I had bug in URI parsing code ... |
| 2900 | * relaxng.c include/libxml/relaxng.h: completely revamped error |
| 2901 | reporting to not loose message from optional parts. |
| 2902 | * xmllint.c: added timing for RNG validation steps |
| 2903 | * result/relaxng/*: updated the result, all error messages changed |
| 2904 | |
Daniel Veillard | edfd588 | 2003-03-07 14:20:40 +0000 | [diff] [blame] | 2905 | Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2906 | |
| 2907 | * xpath.c: fix bug #107804, the algorithm used for document order |
| 2908 | computation was failing on attributes. |
| 2909 | |
Daniel Veillard | 8339128 | 2003-03-06 21:37:30 +0000 | [diff] [blame] | 2910 | Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2911 | |
| 2912 | * valid.c: fix bug #107764 , possibility of buffer overflow |
| 2913 | in xmlValidDebug() |
| 2914 | |
Daniel Veillard | 6c73cb8 | 2003-03-05 16:45:40 +0000 | [diff] [blame] | 2915 | Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2916 | |
| 2917 | * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele() |
| 2918 | from Philipp Dunkel |
| 2919 | |
Daniel Veillard | 5f704af | 2003-03-05 10:01:43 +0000 | [diff] [blame] | 2920 | Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2921 | |
| 2922 | * xmlschemastype.c: made powten array static it should not be exported |
| 2923 | * HTMLparser.c: fix bug #107361 by reusing the code from the XML |
| 2924 | parser function. |
| 2925 | * testHTML.c: get rid of valgrind messages on the HTML SAX tests |
| 2926 | |
Daniel Veillard | 7b72ee5 | 2003-02-27 23:24:53 +0000 | [diff] [blame] | 2927 | Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2928 | |
| 2929 | * tree.c: fixed a node dump crash on attributes |
| 2930 | * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed |
| 2931 | an URI test bug and get better output. |
| 2932 | |
Daniel Veillard | 463a547 | 2003-02-27 21:30:32 +0000 | [diff] [blame] | 2933 | Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2934 | |
| 2935 | * check-xsddata-test-suite.py: give more infos |
| 2936 | * relaxng.c: fix a bug reported by Sebastian Rahtz and |
| 2937 | REF->DEF in attribute values. |
| 2938 | |
Daniel Veillard | eb7189f | 2003-02-27 20:11:13 +0000 | [diff] [blame] | 2939 | Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2940 | |
| 2941 | * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml |
| 2942 | test/xsdtest/xsdtest.xsl: import of the XSD Datatype |
| 2943 | regression tests from James Clark. |
| 2944 | |
Daniel Veillard | 8bc6cf9 | 2003-02-27 17:42:22 +0000 | [diff] [blame] | 2945 | Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2946 | |
| 2947 | * relaxng.c xmlschemas.c xmlschemastypes.c |
| 2948 | include/libxml/xmlschemastypes.h: added param support for relaxng |
| 2949 | type checking, started to increment the pool of simple types |
| 2950 | registered, still much work to be done on simple types and |
| 2951 | facets checkings. |
| 2952 | |
Daniel Veillard | 19ab45b | 2003-02-26 15:49:03 +0000 | [diff] [blame] | 2953 | Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2954 | |
| 2955 | * entities.c: fixes again one of the problem raised by |
| 2956 | James Clark in #106788 |
| 2957 | |
Daniel Veillard | c482e26 | 2003-02-26 14:48:48 +0000 | [diff] [blame] | 2958 | Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2959 | |
| 2960 | * relaxng.c: Fixed a couple of problem raised by James Clark |
| 2961 | in bug #107083, the support for ID/IDREF/IDREFS at the WXS |
| 2962 | datatype level still not fixed though. |
| 2963 | |
Daniel Veillard | 17bed98 | 2003-02-24 20:11:43 +0000 | [diff] [blame] | 2964 | Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2965 | |
| 2966 | * configure.in: preparing release 2.5.4 |
| 2967 | * doc/*: updated and rebuilt the docs |
| 2968 | * relaxng.c: removed warnings |
| 2969 | * result/relaxng/*: updated the results |
| 2970 | |
Daniel Veillard | f4be018 | 2003-02-24 19:54:33 +0000 | [diff] [blame] | 2971 | Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2972 | |
| 2973 | * valid.c: fixes a DTD regexp generation problem. |
| 2974 | |
Daniel Veillard | 02111c1 | 2003-02-24 19:14:52 +0000 | [diff] [blame] | 2975 | Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2976 | |
| 2977 | * parser.c: fixes bug #105998 about false detection of |
| 2978 | attribute consumption loop. |
| 2979 | |
Daniel Veillard | 2406abd | 2003-02-24 18:16:47 +0000 | [diff] [blame] | 2980 | Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2981 | |
| 2982 | * xinclude.c: Fixes bug #106931 in XInclude entities merging. |
| 2983 | |
Daniel Veillard | fcc822e | 2003-02-24 17:52:08 +0000 | [diff] [blame] | 2984 | Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2985 | |
| 2986 | * SAX.c: fixed bug #105992 |
| 2987 | |
Daniel Veillard | 3ebc7d4 | 2003-02-24 17:17:58 +0000 | [diff] [blame] | 2988 | Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2989 | |
| 2990 | * tree.c: fixed xmlSetProp and al. when the node passed is not an |
| 2991 | element. |
| 2992 | * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks |
| 2993 | found 373 test schemas: 369 success 4 failures |
| 2994 | found 529 test instances: 525 success 4 failures |
| 2995 | * check-relaxng-test-suite.py: added memory debug reporting |
| 2996 | |
Daniel Veillard | c64b8e9 | 2003-02-24 11:47:13 +0000 | [diff] [blame] | 2997 | Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 2998 | |
| 2999 | * uri.c parser.c: some warning removal on Igor's patch |
| 3000 | * tree.c: seems I messed up with #106788 fix |
| 3001 | * python/libxml.c: fixed some base problems when Python provides |
| 3002 | the resolver. |
| 3003 | * relaxng.c: fixed the interleave algorithm |
| 3004 | found 373 test schemas: 364 success 9 failures |
| 3005 | found 529 test instances: 525 success 4 failures |
| 3006 | the resulting failures are bug in the algorithm from 7.3 and |
| 3007 | lack of support for params |
| 3008 | |
Daniel Veillard | 0046c0f | 2003-02-23 13:52:30 +0000 | [diff] [blame] | 3009 | Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3010 | |
| 3011 | * parser.c: another fix for nodeinfo in entities problem |
| 3012 | * tree.c entities.c: fixed bug #106788 from James Clark |
| 3013 | some spaces need to be serialized as character references. |
| 3014 | |
Igor Zlatkovic | 40ed73b | 2003-02-23 13:40:12 +0000 | [diff] [blame] | 3015 | Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 3016 | |
| 3017 | * parser.c uri.c: fixed the bug I introduced in the path |
| 3018 | handling, reported by Sebastian Bergmann |
| 3019 | |
Daniel Veillard | 44e1dd0 | 2003-02-21 23:23:28 +0000 | [diff] [blame] | 3020 | Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3021 | |
| 3022 | * parser.c: fixing some nodeinfo in entities problem raised |
| 3023 | by Glenn W. Bach |
| 3024 | * relaxng.c: implemented the first section 7.3 check |
| 3025 | * result/relaxng/*: updated the results |
| 3026 | |
Daniel Veillard | c5312d7 | 2003-02-21 17:14:10 +0000 | [diff] [blame] | 3027 | Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3028 | |
| 3029 | * relaxng.c: fixed some problems in the previous commit |
| 3030 | and finished implementing 4.16 rules checking |
| 3031 | found 373 test schemas: 353 success 20 failures |
| 3032 | found 529 test instances: 519 success 6 failures |
| 3033 | * result/relaxng/*: updated the results |
| 3034 | |
Daniel Veillard | 4c5cf70 | 2003-02-21 15:40:34 +0000 | [diff] [blame] | 3035 | Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3036 | |
| 3037 | * relaxng.c: implemented checks from section 7.2 |
| 3038 | |
Daniel Veillard | 77648bb | 2003-02-20 15:03:22 +0000 | [diff] [blame] | 3039 | Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3040 | |
| 3041 | * relaxng.c: implemented the checks from section 7.1, fixed |
| 3042 | some of the 4.20 and 4.21 problems. |
| 3043 | found 373 test schemas: 338 success 35 failures |
| 3044 | found 529 test instances: 519 success 6 failures |
| 3045 | * result/relaxng/*: updated the results |
| 3046 | |
Daniel Veillard | 1c745ad | 2003-02-20 00:11:02 +0000 | [diff] [blame] | 3047 | Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3048 | |
| 3049 | * relaxng.c: implemented the 4.20 and 4.21 simplification rules. |
| 3050 | * result/relaxng/*: updated the results |
| 3051 | |
Daniel Veillard | ce14fa5 | 2003-02-19 17:32:48 +0000 | [diff] [blame] | 3052 | Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3053 | |
| 3054 | * relaxng.c: more bugfixes |
| 3055 | * result/relaxng/*: updated the results |
| 3056 | |
Igor Zlatkovic | 7e1d158 | 2003-02-19 14:51:44 +0000 | [diff] [blame] | 3057 | Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 3058 | |
| 3059 | * DOCBparser.c: obsoleted xmlNormalizeWindowsPath |
| 3060 | * HTMLparser.c: obsoleted xmlNormalizeWindowsPath |
| 3061 | * SAX.c: ensured xmlDoc.URL is always canonic |
| 3062 | * parser.c: obsoleted xmlNormalizeWindowsPath |
| 3063 | * uri.c include/libxml/uri.h: introduced xmlCanonicPath |
| 3064 | * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath |
| 3065 | * win32/libxml2.def.src: added few exports |
| 3066 | |
| 3067 | |
Daniel Veillard | 2e9b165 | 2003-02-19 13:29:45 +0000 | [diff] [blame] | 3068 | Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3069 | |
| 3070 | * Makefile.am configure.in: patched to have shared libraries |
| 3071 | for Python regression tests and static binaries for gdb debug |
| 3072 | in my development environment |
| 3073 | * relaxng.c: more bugfixes |
| 3074 | found 373 test schemas: 296 success 77 failures |
| 3075 | found 529 test instances: 516 success 8 failures |
| 3076 | * result/relaxng/*: updated the results |
| 3077 | |
Daniel Veillard | 8fe9871 | 2003-02-19 00:19:14 +0000 | [diff] [blame] | 3078 | Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3079 | |
| 3080 | * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize... |
| 3081 | |
Daniel Veillard | d431074 | 2003-02-18 21:12:46 +0000 | [diff] [blame] | 3082 | Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3083 | |
| 3084 | * xmlschemastypes.c: float/double check bugfix |
| 3085 | * tree.c include/libxml/tree.h: exported a function for NMTOKEN |
| 3086 | validation |
| 3087 | * xmlreader.c: add a TODO for Jody |
| 3088 | * relaxng.c: bugfix bugfix bugfix |
| 3089 | found 373 test schemas: 300 success 73 failures |
| 3090 | found 529 test instances: 507 success 10 failures |
| 3091 | * result/relaxng/*: updated the results |
| 3092 | |
Daniel Veillard | 2df2de2 | 2003-02-17 23:34:33 +0000 | [diff] [blame] | 3093 | Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3094 | |
| 3095 | * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting |
| 3096 | |
Daniel Veillard | 416589a | 2003-02-17 17:25:42 +0000 | [diff] [blame] | 3097 | Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3098 | |
| 3099 | * relaxng.c check-relaxng-test-suite.py: more work on the |
| 3100 | RelaxNG implementation conformance testing. |
| 3101 | found 373 test schemas: 284 success 89 failures |
| 3102 | found 529 test instances: 448 success 47 failures |
| 3103 | * result/relaxng/*: updated the results |
| 3104 | |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 3105 | Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3106 | |
| 3107 | * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied |
| 3108 | a patch from Kjartan Maraas to fix some typos |
| 3109 | |
Daniel Veillard | febcca4 | 2003-02-16 15:44:18 +0000 | [diff] [blame] | 3110 | Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3111 | |
| 3112 | * relaxng.c: more bug-hunting |
| 3113 | * testRelax.c include/libxml/relaxng.h: added --tree to dump the |
| 3114 | intermediate rng tree |
| 3115 | * python/generator.py: patch from Stephane Bidoul to fix the generator |
| 3116 | on python < 2.2 |
| 3117 | |
Daniel Veillard | d229879 | 2003-02-14 16:54:11 +0000 | [diff] [blame] | 3118 | Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3119 | |
| 3120 | * check-relaxng-test-suite.py relaxng.c: more testing on the |
| 3121 | Relax-NG front, cleaning up the regression tests failures |
| 3122 | current state and I forgot support for "mixed": |
| 3123 | found 373 test schemas: 280 success 93 failures |
| 3124 | found 529 test instances: 401 success 68 failures |
| 3125 | * tree.c include/libxml/tree.h xmlschemastypes.c: finished and |
| 3126 | moved the Name, NCName and QName validation routine in tree.c |
| 3127 | * uri.c: fixed handling of URI ending up with #, i.e. having |
| 3128 | an empty fragment ID. |
| 3129 | * result/relaxng/*: updated the results |
| 3130 | |
Daniel Veillard | 9a237c9 | 2003-02-13 15:52:58 +0000 | [diff] [blame] | 3131 | Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3132 | |
| 3133 | * check-xinclude-test-suite.py: improved the script accordingly |
| 3134 | to the XInclude regression tests updates |
| 3135 | * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13 |
| 3136 | November 2002 |
| 3137 | * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq |
| 3138 | test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq: |
| 3139 | augmented the Xpointer testsuite for the element() scheme |
| 3140 | |
Daniel Veillard | f4b4f98 | 2003-02-13 11:02:08 +0000 | [diff] [blame] | 3141 | Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3142 | |
| 3143 | * relaxng.c: added TODO for the DTD compatibility spec |
| 3144 | * xinclude.c: more bug fixes driven by the testsuite |
| 3145 | |
Daniel Veillard | d581b7e | 2003-02-11 18:03:05 +0000 | [diff] [blame] | 3146 | Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3147 | |
| 3148 | * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST |
| 3149 | regression tests for XInclude, improved the script, improving |
| 3150 | XInclude error reporting mechanism |
| 3151 | |
Daniel Veillard | 1d788d2 | 2003-02-10 16:21:58 +0000 | [diff] [blame] | 3152 | Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3153 | |
| 3154 | * NEWS doc/* configure.in: preparing release 2.5.3 |
| 3155 | |
Daniel Veillard | fd7ce5f | 2003-02-10 16:12:39 +0000 | [diff] [blame] | 3156 | Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3157 | |
| 3158 | * tree.c: trying to fix #104934 about some XHTML1 serialization |
| 3159 | issues. |
| 3160 | |
Daniel Veillard | 809faa5 | 2003-02-10 15:43:53 +0000 | [diff] [blame] | 3161 | Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3162 | |
| 3163 | * encoding.c xmlIO.c: fixing bug #104646 about iconv based |
| 3164 | encoding conversion when the input buffer stops in the |
| 3165 | middle of a multibyte char |
| 3166 | |
Daniel Veillard | 1703c5f | 2003-02-10 14:28:44 +0000 | [diff] [blame] | 3167 | Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3168 | |
| 3169 | * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite |
| 3170 | * check-relaxng-test-suite.py: python script to run regression |
| 3171 | against OASIS RelaxNG testsuite |
| 3172 | * relaxng.c: some cleanup tweaks |
| 3173 | * HTMLparser.c globals.c: cleanups in comments |
| 3174 | * doc/libxml2-api.xml: updated the API |
| 3175 | * result/relaxng/*: errors moved files, so large diffs but |
| 3176 | no changes at the semantic level. |
| 3177 | |
Daniel Veillard | 6aa2f60 | 2003-02-10 00:01:56 +0000 | [diff] [blame] | 3178 | Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3179 | |
| 3180 | * tree.c: fixing #105678 problem when dumping a namespace node. |
| 3181 | |
Daniel Veillard | 591b4be | 2003-02-09 23:33:36 +0000 | [diff] [blame] | 3182 | Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3183 | |
| 3184 | * xpath.c: fixed doc comment problems |
| 3185 | * python/generator.py python/libxml_wrap.h python/types.c: adding |
| 3186 | RelaxNG wrappers |
| 3187 | * python/tests/Makefile.am python/tests/relaxng.py: added a specific |
| 3188 | test of those early Python RelaxNG bindings |
| 3189 | |
| 3190 | Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com> |
Daniel Veillard | 231d791 | 2003-02-09 14:22:17 +0000 | [diff] [blame] | 3191 | |
| 3192 | * libxml.spec.in: fixes a libtool problem on AMD 64bits builds |
| 3193 | * relaxng.c: found the validation problem I had with interleave |
| 3194 | when not covering all remaining siblings |
| 3195 | * Makefile.am test.relaxng/* result/relaxng/*: augmented the |
| 3196 | testsuite and check the RNG schemas against the RNG schemas |
| 3197 | given in appendix A |
| 3198 | |
Igor Zlatkovic | 6dacee6 | 2003-02-08 17:52:57 +0000 | [diff] [blame] | 3199 | Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com> |
| 3200 | |
| 3201 | * win32/Makefile.msvc: updates for RelaxNG |
| 3202 | * win32/Makefile.mingw: updates for RelaxNG |
| 3203 | * win32/libxml2.def.src: added RelaxNG exports |
| 3204 | |
Daniel Veillard | 97fd567 | 2003-02-07 13:01:54 +0000 | [diff] [blame] | 3205 | Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3206 | |
| 3207 | * xinclude.c: applied another bug fix from Sean Chittenden |
| 3208 | |
Daniel Veillard | ef4d3bc | 2003-02-07 12:38:22 +0000 | [diff] [blame] | 3209 | Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3210 | |
| 3211 | * configure.in xmllint.c: I f...ed up the default configuration |
| 3212 | of schemas and --relaxng option display in xmllint, pointed by |
| 3213 | Morus Walter. |
| 3214 | * xlink.c: Sean Chittenden pointed a couple of errors in the XLink |
| 3215 | detection module, fixes bug #105374. |
| 3216 | |
Daniel Veillard | c5a70f2 | 2003-02-06 23:41:59 +0000 | [diff] [blame] | 3217 | Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3218 | |
| 3219 | * xmlschemastypes.c: added the boolean base type. |
| 3220 | |
Daniel Veillard | 96a4b25 | 2003-02-06 08:22:32 +0000 | [diff] [blame] | 3221 | Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3222 | |
| 3223 | * xmlschemastypes.c: started implementing some of the missing |
| 3224 | default simple types |
| 3225 | * result/relaxng/*: updated the results |
| 3226 | |
Daniel Veillard | 72fef16 | 2003-02-05 14:31:19 +0000 | [diff] [blame] | 3227 | Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3228 | |
| 3229 | * NEWS doc/*: updated the docs, ready for 2.5.2 release |
| 3230 | |
Daniel Veillard | 71531f3 | 2003-02-05 13:19:53 +0000 | [diff] [blame] | 3231 | Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3232 | |
| 3233 | * HTMLparser.c tree.c xmlIO.c: comments cleanups |
| 3234 | * Makefile.am: use xmllint for doing the RelaxNG tests |
| 3235 | * configure.in: preparing 2.5.2 made schemas support default to |
| 3236 | on instead of off |
| 3237 | * relaxng.c: removed the verbosity |
| 3238 | * xmllint.c: added --relaxng option |
| 3239 | * python/generator.py python/libxml_wrap.h: prepared the integration |
| 3240 | of the new RelaxNG module and schemas |
| 3241 | * result/relaxng/*: less verbose output |
| 3242 | |
Daniel Veillard | ec498e1 | 2003-02-05 11:01:50 +0000 | [diff] [blame] | 3243 | Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3244 | |
| 3245 | * valid.c: do not run content model validation if the |
| 3246 | content is not determinist |
| 3247 | |
Daniel Veillard | de590ca | 2003-02-05 10:45:26 +0000 | [diff] [blame] | 3248 | Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3249 | |
| 3250 | * SAX.c: added the redefinition of namespaced attribute |
| 3251 | check that was missing as Fabrice Desré pointed out. |
| 3252 | |
Daniel Veillard | 930dfb6 | 2003-02-05 10:17:38 +0000 | [diff] [blame] | 3253 | Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3254 | |
| 3255 | * HTMLparser.c include/libxml/HTMLparser.h: applied HTML |
| 3256 | improvements from Nick Kew, allowing to do more checking |
| 3257 | to HTML elements and attributes. |
| 3258 | |
Daniel Veillard | 4287c57 | 2003-02-04 22:48:53 +0000 | [diff] [blame] | 3259 | Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3260 | |
| 3261 | * xinclude.c: fixing bug #105137 about entities declaration |
| 3262 | needing to be copied to the including document. |
| 3263 | |
Daniel Veillard | 652d8a9 | 2003-02-04 19:28:49 +0000 | [diff] [blame] | 3264 | Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3265 | |
| 3266 | * catalog.c: fixed bug #104817 with delegateURI |
| 3267 | * xpath.c: fixing bugs #104123 and #104125 |
| 3268 | |
Daniel Veillard | 0e298ad | 2003-02-04 16:14:33 +0000 | [diff] [blame] | 3269 | Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3270 | |
| 3271 | * configure.in valid.c xmlreader.c python/libxml_wrap.h |
| 3272 | python/types.c: fixing #104096 to compile without regexps |
| 3273 | |
Daniel Veillard | 57e79b3 | 2003-02-04 15:33:12 +0000 | [diff] [blame] | 3274 | Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3275 | |
| 3276 | * valid.c: fixing bug #103969 forgot to add an epsilon transition |
| 3277 | when building the automata for elem* |
| 3278 | |
Daniel Veillard | 358a989 | 2003-02-04 15:22:32 +0000 | [diff] [blame] | 3279 | Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3280 | |
| 3281 | * HTMLparser.c: applied patch from Arne de Bruijn fixing |
| 3282 | bug #103827 |
| 3283 | |
Daniel Veillard | eb13717 | 2003-02-04 15:18:06 +0000 | [diff] [blame] | 3284 | Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3285 | |
| 3286 | * HTMLparser.c: updating a comment, fixing #103776 |
| 3287 | |
Daniel Veillard | 8d58904 | 2003-02-04 15:07:21 +0000 | [diff] [blame] | 3288 | Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3289 | |
| 3290 | * parser.c: fixing bug 105049 for validity checking of content |
| 3291 | within recursive entities. |
| 3292 | |
Daniel Veillard | e5b110b | 2003-02-04 14:43:39 +0000 | [diff] [blame] | 3293 | Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3294 | |
| 3295 | * HTMLparser.c: try to fix # 105049 |
| 3296 | * relaxng.c xmlschemastypes.c: a couple of changes and extensions |
| 3297 | * tree.c: updated a function comment |
| 3298 | |
Daniel Veillard | 419a768 | 2003-02-03 23:22:49 +0000 | [diff] [blame] | 3299 | Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3300 | |
| 3301 | * relaxng: more work on grammars and refs/defs |
| 3302 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3303 | regression tests |
| 3304 | |
Daniel Veillard | 144fae1 | 2003-02-03 13:17:57 +0000 | [diff] [blame] | 3305 | Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3306 | |
| 3307 | * relaxng: more work on name classes, except support |
| 3308 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3309 | regression tests |
| 3310 | |
Daniel Veillard | 1ed7f36 | 2003-02-03 10:57:45 +0000 | [diff] [blame] | 3311 | Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3312 | |
| 3313 | * relaxng: more work on name classes, the "validate all" schemas |
| 3314 | seems to work now. |
| 3315 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3316 | regression tests |
| 3317 | |
Daniel Veillard | 3b2e4e1 | 2003-02-03 08:52:58 +0000 | [diff] [blame] | 3318 | Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3319 | |
| 3320 | * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen |
| 3321 | * parser.c: put a guard against infinite document depth, basically |
| 3322 | trying to avoid another kind of DoS attack. |
| 3323 | * relaxng.c: some code w.r.t. nameClasses |
| 3324 | |
Daniel Veillard | fc1a450 | 2003-02-02 16:02:55 +0000 | [diff] [blame] | 3325 | Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3326 | |
| 3327 | * test/relaxng/* result/relaxng/*: check all the namespace support |
| 3328 | was actually correct based on tutorial section 10. |
| 3329 | |
Daniel Veillard | e2a5a08 | 2003-02-02 14:35:17 +0000 | [diff] [blame] | 3330 | Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3331 | |
| 3332 | * relaxng: include seems to work okay now |
| 3333 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3334 | regression tests |
| 3335 | |
Daniel Veillard | a9d912d | 2003-02-01 17:43:10 +0000 | [diff] [blame] | 3336 | Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3337 | |
| 3338 | * relaxng.c: a bit of work done in the train back. |
| 3339 | * test/relaxng/*: added one of the include tests |
| 3340 | |
Daniel Veillard | 154877e | 2003-01-30 12:17:05 +0000 | [diff] [blame] | 3341 | Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3342 | |
| 3343 | * relaxng: more work done in the train |
| 3344 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3345 | regression tests |
| 3346 | |
Daniel Veillard | e431a27 | 2003-01-29 23:02:33 +0000 | [diff] [blame] | 3347 | Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3348 | |
| 3349 | * relaxng.c: debugging of externalRef |
| 3350 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3351 | regression tests |
| 3352 | |
Daniel Veillard | d41f4f4 | 2003-01-29 21:07:52 +0000 | [diff] [blame] | 3353 | Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3354 | |
| 3355 | * relaxng.c: more work on Relax-NG, implementing externalRef |
| 3356 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3357 | regression tests |
| 3358 | * Makefile.am: cleanup to Relaxtests target |
| 3359 | |
Daniel Veillard | b08c981 | 2003-01-28 23:09:49 +0000 | [diff] [blame] | 3360 | Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3361 | |
| 3362 | * relaxng.c: more work on Relax-NG, implementing interleave |
| 3363 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3364 | regression tests |
| 3365 | |
Daniel Veillard | 76fc5ed | 2003-01-28 20:58:15 +0000 | [diff] [blame] | 3366 | Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3367 | |
| 3368 | * relaxng.c: more work on Relax-NG, implementing interleave |
| 3369 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3370 | regression tests |
| 3371 | |
MST 2003 John Fleck | da81d19 | 2003-01-27 14:35:56 +0000 | [diff] [blame] | 3372 | Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net> |
| 3373 | |
| 3374 | * doc/tutorial/customfo.xsl |
| 3375 | * doc/tutorial/customhtml.xsl |
| 3376 | adding stylesheet customizations used to generate fo |
| 3377 | for pdf and html |
| 3378 | |
Daniel Veillard | c6e997c | 2003-01-27 12:35:42 +0000 | [diff] [blame] | 3379 | Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3380 | |
| 3381 | * relaxng.c: more work on Relax-NG |
| 3382 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3383 | regression tests |
| 3384 | * xmlschemastypes.c: added a number of base type definition but not |
| 3385 | the associated checks, those are still TODOs |
| 3386 | |
MST 2003 John Fleck | 731967e | 2003-01-27 00:39:50 +0000 | [diff] [blame] | 3387 | Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net> |
| 3388 | |
| 3389 | in docs/tutorial: |
| 3390 | * apa.html |
| 3391 | * apb.html |
| 3392 | * apc.html |
| 3393 | * apd.html |
| 3394 | * ape.html |
| 3395 | * apf.html |
| 3396 | * apg.html |
| 3397 | * ar01s02.html |
| 3398 | * ar01s03.html |
| 3399 | * ar01s04.html |
| 3400 | * ar01s05.html |
| 3401 | * ar01s06.html |
| 3402 | * ar01s07.html |
| 3403 | * ar01s08.html |
| 3404 | * index.html |
| 3405 | * xmltutorial.pdf |
| 3406 | * xmltutorial.xml |
| 3407 | add index to tutorial |
| 3408 | |
MST 2003 John Fleck | 937362d | 2003-01-27 00:04:32 +0000 | [diff] [blame] | 3409 | Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net> |
| 3410 | |
| 3411 | * doc/xmlcatalog.1 |
| 3412 | * doc/xmlcatalog_man.html |
| 3413 | * doc/xmlcatalog_man.xml |
| 3414 | belatedly fixing bug #93622 (adds rewriteURI type to |
| 3415 | "--add" option in xmlcatalog man page |
| 3416 | |
Daniel Veillard | 3be2751 | 2003-01-26 19:49:04 +0000 | [diff] [blame] | 3417 | Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3418 | |
Daniel Veillard | c6e997c | 2003-01-27 12:35:42 +0000 | [diff] [blame] | 3419 | * xmlcatalog.c xmllint.c: applied patch for NetBSD by |
Daniel Veillard | 3be2751 | 2003-01-26 19:49:04 +0000 | [diff] [blame] | 3420 | Julio Merino, closing #104475 |
| 3421 | |
Daniel Veillard | ea3f398 | 2003-01-26 19:45:18 +0000 | [diff] [blame] | 3422 | Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3423 | |
| 3424 | * relaxng.c: more work on Relax-NG |
| 3425 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3426 | regression tests |
| 3427 | |
Daniel Veillard | edc9192 | 2003-01-26 00:52:04 +0000 | [diff] [blame] | 3428 | Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3429 | |
| 3430 | * relaxng.c: more work on Relax-NG |
| 3431 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3432 | regression tests |
| 3433 | |
Daniel Veillard | dd1655c | 2003-01-25 18:01:32 +0000 | [diff] [blame] | 3434 | Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3435 | |
| 3436 | * README: updated the policy on private mail answers |
| 3437 | * relaxng.c: more work on Relax-NG |
| 3438 | * test/relaxng/* result/relaxng/*: augmented/updated the |
| 3439 | regression tests |
| 3440 | |
Daniel Veillard | 7424eb6 | 2003-01-24 14:14:52 +0000 | [diff] [blame] | 3441 | Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3442 | |
| 3443 | * error.c parser.c tree.c: applied a documentation patch from |
| 3444 | Stefan Kost |
| 3445 | |
Daniel Veillard | 276be4a | 2003-01-24 01:03:34 +0000 | [diff] [blame] | 3446 | Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3447 | |
| 3448 | * relaxng.c: more work on Relax-NG |
| 3449 | * doc/*: regenerated the docs |
| 3450 | * test/relaxng/* result/relaxng/*: updated and augmented the |
| 3451 | Relax-NG regression tests and results |
| 3452 | |
Daniel Veillard | 6eadf63 | 2003-01-23 18:29:16 +0000 | [diff] [blame] | 3453 | Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3454 | |
| 3455 | * Makefile.am configure.in relaxng.c include/libxml/relaxng.h: |
| 3456 | First commit of the new Relax-NG validation code, not generally |
| 3457 | useful yet. |
| 3458 | * test/relaxng/* result/relaxng/*: current state of the regression |
| 3459 | tests |
| 3460 | |
Daniel Veillard | 814a76d | 2003-01-23 18:24:20 +0000 | [diff] [blame] | 3461 | Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3462 | |
| 3463 | * tree.c: minimized the memory allocated for GetContent |
| 3464 | and a bit of cleanup. |
| 3465 | |
Daniel Veillard | ff12c49 | 2003-01-23 16:42:55 +0000 | [diff] [blame] | 3466 | Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3467 | |
| 3468 | * python/generator.py: seems there is no good reasons to |
| 3469 | not generate bindings for XPointer |
| 3470 | |
Daniel Veillard | 540a31a | 2003-01-21 11:21:07 +0000 | [diff] [blame] | 3471 | Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3472 | |
| 3473 | * xmlreader.c doc/apibuild.py: applied a new patch from |
| 3474 | Stéphane Bidoul for cleanups |
| 3475 | * doc/libxml2-api.xml: rebuilt the API description with |
| 3476 | new entry points |
| 3477 | |
Daniel Veillard | 417be3a | 2003-01-20 21:26:34 +0000 | [diff] [blame] | 3478 | Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3479 | |
| 3480 | * xmlreader.c python/drv_libxml2.py python/generator.py |
| 3481 | python/libxml.c python/libxml.py python/libxml_wrap.h |
| 3482 | python/types.c: patch from Stéphane Bidoul for better per |
| 3483 | context error message APIs |
| 3484 | * python/tests/ctxterror.py python/tests/readererr.py: |
| 3485 | update of the tests |
| 3486 | |
MST 2003 John Fleck | 97ddfc0 | 2003-01-20 00:09:57 +0000 | [diff] [blame] | 3487 | Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net> |
| 3488 | |
| 3489 | * doc/guidelines.html |
| 3490 | grammar and spelling cleanup |
| 3491 | |
Daniel Veillard | 26f7026 | 2003-01-16 22:45:08 +0000 | [diff] [blame] | 3492 | Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3493 | |
| 3494 | * xmlreader.c include/libxml/xmlreader.h python/generator.py |
| 3495 | python/libxml.c python/libxml.py win32/libxml2.def.src: applied |
| 3496 | a patch from Stéphane Bidoul to allow per XMLtextReader error |
| 3497 | and warning handling |
| 3498 | * python/tests/Makefile.am python/tests/readererr.py: adding the |
| 3499 | specific regression test |
| 3500 | |
Daniel Veillard | 71f9d73 | 2003-01-14 16:07:16 +0000 | [diff] [blame] | 3501 | Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3502 | |
| 3503 | * xpath.c: Alexey Efimov pointed out that concat('a', 'b', ) |
| 3504 | should raise a syntax error |
| 3505 | |
Daniel Veillard | e4a07e7 | 2003-01-14 14:40:25 +0000 | [diff] [blame] | 3506 | Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3507 | |
| 3508 | * python/libxml.c: cleanup patch from Stéphane Bidoul |
| 3509 | |
Daniel Veillard | 81601f9 | 2003-01-14 13:42:37 +0000 | [diff] [blame] | 3510 | Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3511 | |
| 3512 | * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy |
| 3513 | |
Daniel Veillard | e6227e0 | 2003-01-14 11:42:39 +0000 | [diff] [blame] | 3514 | Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3515 | |
| 3516 | * python/generator.py python/libxml.c python/libxml.py |
| 3517 | python/libxml_wrap.h python/types.c: applied and fixed a patch |
Daniel Veillard | e4a07e7 | 2003-01-14 14:40:25 +0000 | [diff] [blame] | 3518 | from Stéphane Bidoul to provide per parser error handlers at the |
Daniel Veillard | e6227e0 | 2003-01-14 11:42:39 +0000 | [diff] [blame] | 3519 | Python level. |
| 3520 | * python/tests/Makefile.am python/tests/ctxterror.py: added a |
| 3521 | regression test for it. |
| 3522 | |
Daniel Veillard | 4dbe77a | 2003-01-14 00:17:42 +0000 | [diff] [blame] | 3523 | Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3524 | |
| 3525 | * xmlreader.c: fixed the streaming property of the reader, |
| 3526 | it was generating tree faster than consuming it. Pointed out |
| 3527 | by Nate Myers |
| 3528 | * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc |
| 3529 | |
Igor Zlatkovic | 9df2474 | 2003-01-12 21:15:55 +0000 | [diff] [blame] | 3530 | Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 3531 | |
Igor Zlatkovic | d31876c | 2003-01-12 21:43:13 +0000 | [diff] [blame] | 3532 | * win32/libxml2.def.src: added more xmlreader and other exports |
Igor Zlatkovic | 9df2474 | 2003-01-12 21:15:55 +0000 | [diff] [blame] | 3533 | |
Daniel Veillard | 8e7e1c0 | 2003-01-10 17:06:09 +0000 | [diff] [blame] | 3534 | Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3535 | |
| 3536 | * xpath.c: fix to the XPath implementation for parent and |
| 3537 | ancestors axis when operating on a Result Value Tree. |
| 3538 | Fixes bug #100271 |
| 3539 | |
Daniel Veillard | cacbe5d | 2003-01-10 16:09:51 +0000 | [diff] [blame] | 3540 | Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3541 | |
| 3542 | * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli |
| 3543 | to fix some URI/file escaping problems |
| 3544 | |
Daniel Veillard | 3b87b6b | 2003-01-10 15:21:50 +0000 | [diff] [blame] | 3545 | Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3546 | |
| 3547 | * python/generator.py: fixed a bug raised by Raymond Wiker, |
| 3548 | docSetRootElement() should not raise an exception if the |
| 3549 | return is None |
| 3550 | |
Daniel Veillard | 3e20a29 | 2003-01-10 13:14:40 +0000 | [diff] [blame] | 3551 | Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3552 | |
| 3553 | * python/libxml.py python/libxml.c python/libxml2-python-api.xml: |
| 3554 | fixed bug #102181 by applying the suggested change and fixing |
| 3555 | the generation/registration problem. |
| 3556 | |
Daniel Veillard | e55e8e4 | 2003-01-10 12:50:02 +0000 | [diff] [blame] | 3557 | Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3558 | |
| 3559 | * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing |
| 3560 | routines. |
| 3561 | |
Daniel Veillard | 8f87244 | 2003-01-09 23:19:02 +0000 | [diff] [blame] | 3562 | Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3563 | |
| 3564 | * parser.c: one more IsEmptyElement crazyness, that time in |
| 3565 | external parsed entities if substitution is asked. |
| 3566 | * python/tests/reader3.py: added a specific test. |
| 3567 | |
Daniel Veillard | e329fc2 | 2003-01-09 21:36:42 +0000 | [diff] [blame] | 3568 | Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3569 | |
| 3570 | * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1 |
| 3571 | support and improved error handler registration |
| 3572 | |
Daniel Veillard | 5ecaf7f | 2003-01-09 13:19:33 +0000 | [diff] [blame] | 3573 | Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3574 | |
| 3575 | * HTMLtree.c tree.c: fixes #102920 about namespace handling in |
| 3576 | HTML output and section 16.2 "HTML Output Method" of XSLT-1.0 |
| 3577 | * README: fixed a link |
| 3578 | |
Daniel Veillard | e2830f1 | 2003-01-08 17:47:49 +0000 | [diff] [blame] | 3579 | Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3580 | |
| 3581 | * configure.in doc/* NEWS: preparing 2.5.1 release |
| 3582 | * SAX.c parser.c: fixing XmlTextReader bug |
| 3583 | |
Daniel Veillard | 8bf70b9 | 2003-01-07 23:14:24 +0000 | [diff] [blame] | 3584 | Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3585 | |
| 3586 | * SAX.c: fuck, I introduced a memory leak on external parsed |
| 3587 | entities in 2.5.0 :-( |
| 3588 | |
Daniel Veillard | 56ada1d | 2003-01-07 11:17:25 +0000 | [diff] [blame] | 3589 | Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3590 | |
| 3591 | * xmllint.c: another fix needed as pointed by Christophe Merlet |
| 3592 | for --stream --debug if compiled without debug support. |
| 3593 | |
MST 2003 John Fleck | 7e54be1 | 2003-01-07 03:54:25 +0000 | [diff] [blame] | 3594 | Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net> |
| 3595 | |
| 3596 | * doc/xmllint.xml |
Daniel Veillard | 56ada1d | 2003-01-07 11:17:25 +0000 | [diff] [blame] | 3597 | * doc/xmllint.1: |
MST 2003 John Fleck | 7e54be1 | 2003-01-07 03:54:25 +0000 | [diff] [blame] | 3598 | update man page with --stream and --chkregister |
| 3599 | |
Daniel Veillard | 8326e73 | 2003-01-07 00:19:07 +0000 | [diff] [blame] | 3600 | Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3601 | |
| 3602 | * globals.c: fixed --with-threads compile |
| 3603 | * xmllint.c: fixed --without-debug compile |
| 3604 | * include/libxml/globals.h: cleanup |
| 3605 | * include/libxml/schemasInternals.h: add a missing include |
| 3606 | |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 3607 | Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3608 | |
| 3609 | * configure.in NEWS: preparing 2.5.0 release |
| 3610 | * SAX.c: only warn in pedantic mode about namespace name |
| 3611 | brokeness |
| 3612 | * globals.c: fix a doc generation problem |
| 3613 | * uri.c: fix #101520 |
| 3614 | * doc/*: updated and rebuilt the doc for the release, includuding |
| 3615 | stylesheet update |
| 3616 | * python/Makefile.am: fix a filename bug |
| 3617 | |
| 3618 | Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3619 | |
| 3620 | * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc |
| 3621 | should not be called. |
| 3622 | |
| 3623 | Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3624 | |
| 3625 | * libxml-2.0.pc.in: applied the patch to fix #101894 |
| 3626 | |
| 3627 | Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3628 | |
| 3629 | * tree.c : applied patch from Lukas Schroeder for register callbacks |
| 3630 | * valid.c: modified patch from Lukas Schroeder to test |
| 3631 | register callbacks with --chkregister |
| 3632 | |
| 3633 | Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3634 | |
| 3635 | * xmlreader.c: seriously changed the way data are pushed to |
| 3636 | the underlying parser, go by block of 512 bytes instead of |
| 3637 | tryng to detect tag boundaries at that level. Changed the |
| 3638 | way empty element are detected and tagged. |
| 3639 | * python/tests/reader.py python/tests/reader2.py |
| 3640 | python/tests/reader3.py: small changes mostly due to context |
| 3641 | reporting being different and DTD node being reported. Some |
| 3642 | errors previously undetected are now caught and fixed. |
| 3643 | * doc/xmlreader.html: flagged last section as TODO |
| 3644 | |
| 3645 | Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3646 | |
| 3647 | * python/libxml.py: integrated the Python 2.2 optimizations |
| 3648 | from Hannu Krosing, while maintaining compatibility with |
| 3649 | 1.5 and 2.1 |
| 3650 | |
| 3651 | Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3652 | |
| 3653 | * xmllint.c: a bit of cleanup |
| 3654 | * xmlreader.c: small fix |
| 3655 | * doc/xmlreader.html: more work on the XmlTextReader tutorial |
| 3656 | * python/libxml.py: a few fixes pointed out by Hannu Krosing |
| 3657 | |
| 3658 | Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3659 | |
| 3660 | * python/setup.py.in: patch from Stéphane Bidoul to include |
| 3661 | drv_libxml2.py in setup.py |
| 3662 | |
| 3663 | Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3664 | |
| 3665 | * doc/xmlreader.html: starting documenting the new XmlTextReader |
| 3666 | interface. |
| 3667 | |
| 3668 | Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3669 | |
| 3670 | * xmllint.c: added the --stream flag to use the TextReader API |
| 3671 | * xmlreader.c: small performance tweak |
| 3672 | |
| 3673 | Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3674 | |
| 3675 | * xmlreader.c python/tests/reader2py: okay the DTD validation |
| 3676 | code on top of the XMLTextParser API should be solid now. |
| 3677 | |
| 3678 | Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3679 | |
| 3680 | * xmlreader.c python/tests/reader2py: Fixing some more mess |
| 3681 | with validation and recursive entities while using the |
| 3682 | reader interface, it's getting a bit messy... |
| 3683 | |
| 3684 | Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3685 | |
| 3686 | * xmlreader.c python/tests/reader.py: another couple of problem |
| 3687 | related to IsEmptyElement reported by Stéphane Bidoul needed |
| 3688 | some fixes. |
| 3689 | |
| 3690 | Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3691 | |
| 3692 | * libxml.spec.in python/Makefile.am python/drv_libxml2.py: |
| 3693 | integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul |
| 3694 | based on the python XmlTextReader interface. |
| 3695 | |
| 3696 | Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3697 | |
| 3698 | * tree.c: backing out one change in the last patch which broke the |
| 3699 | regression tests |
| 3700 | |
| 3701 | Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3702 | |
| 3703 | * global.data globals.c tree.c include/libxml/globals.h: applied |
| 3704 | an old patch from Lukas Schroeder to track node creation and |
| 3705 | destruction. Probably missing a lot of references at the moment |
| 3706 | and not usable reliably. |
| 3707 | |
| 3708 | Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3709 | |
| 3710 | * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file |
| 3711 | from doc/news.html and a stylesheet |
| 3712 | |
| 3713 | Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3714 | |
| 3715 | * xmlreader.c python/tests/reader.py: fixed another couple of |
| 3716 | xmlreader bugs reported by Stéphane Bidoul and added tests. |
| 3717 | |
| 3718 | Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 3719 | |
| 3720 | * xmlreader.c python/tests/reader2.py: fixed another validity |
| 3721 | checking in external parsed entities raised by Stéphane Bidoul |
| 3722 | and added a specific regression test. |
| 3723 | * python/tests/reader3.py: cleanup |
| 3724 | |
| 3725 | Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3726 | |
| 3727 | * xmlreader.c python/tests/reader2.py: fixed a problem with |
| 3728 | validation within entities pointed by Stéphane Bidoul, augmented |
| 3729 | the tests to catch those. |
| 3730 | |
| 3731 | Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3732 | |
| 3733 | * python/generator.py: modified the generator to allow keeping |
| 3734 | class references when creating new classes, needed to fix a bug |
| 3735 | pointed by Stéphane Bidoul where the input buffer of the |
| 3736 | xmlTextReader instance gets destroyed if the python wrapper for |
| 3737 | the input is not referenced anymore. |
| 3738 | |
| 3739 | Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3740 | |
| 3741 | * xmlreader.c python/tests/reader.py: fixed another pair of problem |
| 3742 | pointed by Stéphane Bidoul: depth start at 0 and a parse problem. |
| 3743 | |
| 3744 | Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3745 | |
| 3746 | * xmlreader.c python/tests/reader.py: fixed another problem |
| 3747 | pointed by Stéphane Bidoul |
| 3748 | |
| 3749 | Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3750 | |
| 3751 | * xmlreader.c python/tests/reader.py: fixed a limit case problem |
| 3752 | with "<a/>" |
| 3753 | |
| 3754 | Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3755 | |
| 3756 | * SAX.c: warn on xmlns:prefix="foo" |
| 3757 | * xmlreader.c python/tests/reader.py: fixed a couple of problem |
| 3758 | for namespace attributes handling. |
| 3759 | |
| 3760 | Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3761 | |
| 3762 | * entities.c parser.c tree.c include/libxml/entities.h: Fixed |
| 3763 | a really nasty problem raised by a DocBook XSLT transform |
| 3764 | provided by Sebastian Bergmann |
| 3765 | |
| 3766 | Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3767 | |
| 3768 | * xmlreader.c python/tests/reader.py: fixed a bug pointed out |
| 3769 | by Stéphane Bidoul and integrated it into the tests |
| 3770 | |
| 3771 | Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3772 | |
| 3773 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: |
| 3774 | extended the XmlTextReader API a bit, addding accessors for |
| 3775 | the current doc and node, and an entity substitution mode for |
| 3776 | the parser. |
| 3777 | * python/libxml.py python/libxml2class.txt: related updates |
| 3778 | * python/tests/Makefile.am python/tests/reader.py |
| 3779 | python/tests/reader2.py python/tests/reader3.py: updated a bit |
| 3780 | the old tests and added a new one to test the entities handling |
| 3781 | |
| 3782 | Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3783 | |
| 3784 | * python/generator.py python/libxml2class.txt |
| 3785 | python/tests/reader.py python/tests/reader2.py: changed the |
| 3786 | generator to provide casing for the XmlTextReader similar to |
| 3787 | C# so that examples and documentation are more directly transposable. |
| 3788 | Fixed the couple of tests in the suite. |
| 3789 | |
| 3790 | Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3791 | |
| 3792 | * doc/guidelines.html: added a document on guildeline for |
| 3793 | publishing and deploying XML |
| 3794 | |
| 3795 | Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3796 | |
| 3797 | * valid.c xmlreader.c: final touch running DTD validation |
| 3798 | on the XmlTextReader |
| 3799 | * python/tests/Makefile.am python/tests/reader2.py: added a |
| 3800 | specific run based on the examples from test/valid/*.xml |
| 3801 | |
| 3802 | Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3803 | |
| 3804 | * python/libxml.py: added a few predefined xmlTextReader parser |
| 3805 | configuration values. |
| 3806 | |
| 3807 | Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3808 | |
| 3809 | * python/libxml_wrap.h: trying to fix #102037 |
| 3810 | |
| 3811 | Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3812 | |
| 3813 | * SAX.c: fixing bug #95296, when the predefined entities |
| 3814 | are redefined in the DTD the default one must be used |
| 3815 | instead anyway. |
| 3816 | |
| 3817 | Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net> |
| 3818 | |
| 3819 | * doc/xmllint.xml |
| 3820 | * doc/xmllint.1 |
| 3821 | Add discussion of XML_DEBUG_CATALOG to xmllint man |
| 3822 | page - bug #100907 |
| 3823 | |
| 3824 | |
| 3825 | Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3826 | |
| 3827 | * xmlreader.c: Fixed the empty node detection to avoid reporting |
| 3828 | an inexistant close tag. |
| 3829 | |
| 3830 | Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3831 | |
| 3832 | * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul |
| 3833 | for Python 2.1 |
| 3834 | |
| 3835 | Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3836 | |
| 3837 | * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS |
| 3838 | |
| 3839 | Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3840 | |
| 3841 | * doc/libxml2-api.xml python/tests/reader.py: one really need |
| 3842 | to provide the base URI information when creating a reader parser |
| 3843 | from an input stream. Updated the API and the example using it. |
| 3844 | |
| 3845 | Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3846 | |
| 3847 | * testReader.c xmlreader.c valid.c include/libxml/tree.h |
| 3848 | include/libxml/valid.h include/libxml/xmlreader.h: working on |
| 3849 | DTD validation on top of xml reader interfaces. Allows to |
| 3850 | validate arbitrary large instances. This required some extensions |
| 3851 | to the valid module interface and augmenting the size of xmlID |
| 3852 | and xmlRef structs a bit. |
| 3853 | * uri.c xmlregexp.c: simple cleanup. |
| 3854 | |
| 3855 | Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3856 | |
| 3857 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more |
| 3858 | work on the xml reader interfaces. |
| 3859 | * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the |
| 3860 | Web page for the Windows binaries. |
| 3861 | |
| 3862 | Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3863 | |
| 3864 | * xmlIO.c: applied a patch for VMS following the report by |
| 3865 | Nigel Hall |
| 3866 | |
| 3867 | Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3868 | |
| 3869 | * parser.c: the parseStartTag bug fix wasn't complete. |
| 3870 | |
| 3871 | Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3872 | |
| 3873 | * parser.c: Vyacheslav Pindyura managed to trigger a bug in |
| 3874 | parseStartTag, fixing it. |
| 3875 | * test/att4 result/att4 result/noent/att4: adding the test |
| 3876 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added |
| 3877 | more methods to XmlTextReader. |
| 3878 | |
| 3879 | Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 3880 | |
| 3881 | * win32/libxml2.def.src: added more xml reader exports |
| 3882 | * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface |
| 3883 | to the build |
| 3884 | |
| 3885 | Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net> |
| 3886 | |
| 3887 | * doc/tutorial/xmltutorial.xml |
| 3888 | plus generated html and pdf |
| 3889 | Updating tutorial again based on further comments from Niraj |
| 3890 | Tolia on the last iteration |
| 3891 | |
| 3892 | Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net> |
| 3893 | |
| 3894 | * doc/tutorial/xmltutorial.xml |
| 3895 | * doc/tutorial/includekeyword.c |
| 3896 | * doc/tutorial/includegetattribute.c |
| 3897 | plus generated html and pdf |
| 3898 | Adding fix from Niraj Tolia to tutorial to properly free memory. |
| 3899 | |
| 3900 | |
| 3901 | Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3902 | |
| 3903 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added |
| 3904 | more methods of XmlTextReader. |
| 3905 | * python/libxml2class.txt python/tests/reader.py: this increased the |
| 3906 | methods in the bndings, augmented the test to check those new |
| 3907 | functions. |
| 3908 | |
| 3909 | Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3910 | |
| 3911 | * xmlreader.c doc/libxml2-api.xml: added the close and getattribute |
| 3912 | methods of XmlTextReader. |
| 3913 | * python/generator.py python/libxml_wrap.h python/types.c |
| 3914 | python/libxml2class.txt: added the reader to the Python bindings |
| 3915 | * python/tests/Makefile.am python/tests/reader.py: added a specific |
| 3916 | test for the Python bindings of the Reader APIs |
| 3917 | * parser.c: small cleanup. |
| 3918 | |
| 3919 | Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3920 | |
| 3921 | * xinclude.c: fallback was only copying the first child not the |
| 3922 | full child list of the fallback element, closes #89684 as reopened |
| 3923 | by Bernd Kuemmerlen |
| 3924 | |
| 3925 | Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 3926 | |
| 3927 | * win32/libxml2.def.src: exported htmlNodeDumpOutput |
| 3928 | |
| 3929 | Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3930 | |
| 3931 | * configure.in: preparing release of 2.4.30 |
| 3932 | * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder, |
| 3933 | gives enum values, fix functype return type, put back fields in |
| 3934 | structs |
| 3935 | * doc/*: updated the docs rebuilt |
| 3936 | |
| 3937 | Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3938 | |
| 3939 | * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok |
| 3940 | about htmlNodeDumpOutput location. |
| 3941 | * xpath.c: removed an undefined function signature |
| 3942 | * doc/apibuild.py doc/libxml2-api.xml: the script was exporting |
| 3943 | too many symbols in the API breaking the python bindings. |
| 3944 | Updated with the libxslt/libexslt changes. |
| 3945 | |
| 3946 | Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3947 | |
| 3948 | * configure.in: preparing release of 2.4.29 |
| 3949 | * doc/*: rebuilt the docs and API |
| 3950 | * xmlreader.c: a few more fixes for the XmlTextReader API |
| 3951 | |
| 3952 | Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 3953 | |
| 3954 | * include/win32config.h: applied mingw patch from Magnus Henoch |
| 3955 | |
| 3956 | Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3957 | |
| 3958 | * catalog.c doc/libxml2-api.xml: a bit more cleanup |
| 3959 | |
| 3960 | Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3961 | |
| 3962 | * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API |
| 3963 | building Python script, does the C parsing directly, generates |
| 3964 | a better API description including structure fieds defs and |
| 3965 | enums. Still a couple of bugs, but good enough for the python |
| 3966 | wrappers now. |
| 3967 | * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c |
| 3968 | valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c |
| 3969 | include/libxml/schemasInternals.h include/libxml/tree.h: more |
| 3970 | cleanup based on the python analysis script reports. |
| 3971 | * libxml.spec.in: make sure the API XML description is part of the |
| 3972 | devel package. |
| 3973 | |
| 3974 | Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3975 | |
| 3976 | * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c |
| 3977 | nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c |
| 3978 | testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c |
| 3979 | xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c: |
| 3980 | code cleanup, especially the function comments. |
| 3981 | * tree.c: fixed a small bug when freeing nodes which are XInclude ones. |
| 3982 | |
| 3983 | Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3984 | |
| 3985 | * Makefile.am xmlreader.c include/libxml/Makefile.am |
| 3986 | include/libxml/xmlreader.h: Adding a new set of APIs based on |
| 3987 | the C# TextXmlReader API but converted to C. Allow to parse |
| 3988 | in constant memory usage, far simpler to program and explain |
| 3989 | than the SAX like APIs, unfinished but working. |
| 3990 | * testReader.c: test program |
| 3991 | |
| 3992 | Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 3993 | |
| 3994 | * win32/libxml2.def.src: applied YALDSP from Mark Vakoc |
| 3995 | |
| 3996 | Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 3997 | |
| 3998 | * tree.c: Chip turner indicated that XHTML1 serialization |
| 3999 | rule for style actually break on both IE and Mozilla, |
| 4000 | try to avoid the rule if escaping ain't necessary |
| 4001 | |
| 4002 | Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4003 | |
| 4004 | * nanhttp.c: handle HTTP URL escaping, problem reported by |
| 4005 | Glen Nakamura and Stefano Zacchiroli |
| 4006 | |
| 4007 | Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4008 | |
| 4009 | * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup |
| 4010 | |
| 4011 | Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4012 | |
| 4013 | * uri.c: Johann Richard pointed out some XPointer problems for |
| 4014 | URN based URI references in XInclude. Modified the URI parsing |
| 4015 | and saving routines to allow correct parsing and saving of |
| 4016 | XPointers, especially when attached to "opaque" scheme accordingly |
| 4017 | to RFC 2396 |
| 4018 | |
| 4019 | Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4020 | |
| 4021 | * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind |
| 4022 | of refactoring to the HTML saving code. |
| 4023 | * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected |
| 4024 | in the doc. |
| 4025 | |
| 4026 | Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4027 | |
| 4028 | * tree.c include/libxml/tree.h: refactored the XML dump of a node |
| 4029 | to a buffer API to reuse the generic dump to an OutputIO layer, |
| 4030 | this reduces code, fixes xmlNodeDump() for XHTML, also made |
| 4031 | xmlNodeDump() now return the number of byte written. |
| 4032 | |
| 4033 | Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4034 | |
| 4035 | * python/setup.py.in: another patch from Stéphane Bidoul for |
| 4036 | Python bindings on Windows |
| 4037 | * doc/parsedecl.py: small cleanup |
| 4038 | |
| 4039 | Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4040 | |
| 4041 | * libxml.spec.in configure.in: add a line in %changelog for releases |
| 4042 | |
| 4043 | Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4044 | |
| 4045 | * parser.c: patch from Marcus Clarke fixing a problem in entities |
| 4046 | parsing that was detected in KDe documentations environment. |
| 4047 | |
| 4048 | Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org> |
| 4049 | |
| 4050 | * python/libxml.c (libxml_prev): Return the previous as opposed to |
| 4051 | the next node (I guess this is the result of some cut & paste programming:) |
| 4052 | |
| 4053 | Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4054 | |
| 4055 | * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile. |
| 4056 | |
| 4057 | Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4058 | |
| 4059 | * python/generator.py python/libxml.c python/setup.py.in: trying |
| 4060 | to fix the Python bindings build on Windows (Stéphane Bidoul) |
| 4061 | |
| 4062 | Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4063 | |
| 4064 | * win32/configure.js: added option for python bindings |
| 4065 | * win32/libxml2.def.src: added more exports |
| 4066 | |
| 4067 | Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4068 | |
| 4069 | * win32/Makefile.mingw: fixed unresolved symbols when linking with |
| 4070 | pthreads |
| 4071 | * win32/wince/*: applied updates to Windows CE port from Javier |
| 4072 | |
| 4073 | Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4074 | |
| 4075 | * configure.in: preparing 2.4.28 |
| 4076 | * libxml.spec.in doc/Makefile.am: some cleanup |
| 4077 | * doc/*: updated the news and regenerated. |
| 4078 | |
| 4079 | Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4080 | |
| 4081 | * HTMLparser.c: final touch at closing #87235 </p> end tags |
| 4082 | need to be generated. |
| 4083 | * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html: |
| 4084 | this change slightly the output of a few tests |
| 4085 | * doc/*: regenerated |
| 4086 | |
| 4087 | Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4088 | |
| 4089 | * parserInternals.c: fixing bug #99190 when UTF8 document are |
| 4090 | parsed using the progressive parser and the end of the chunk |
| 4091 | is in the middle of an UTF8 multibyte character. |
| 4092 | |
| 4093 | Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 4094 | |
| 4095 | * threads.c: fixed initialization problem in xmlNewGlobalState |
| 4096 | which was causing crash. |
| 4097 | * globals.c: removed duplicate call to initxmlDefaultSAXHandler |
| 4098 | in xmlInitializeGlobalState. |
| 4099 | * parserInternals.c: cleaned up ctxt->sax initialisation. |
| 4100 | |
| 4101 | Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4102 | |
| 4103 | * tree.c include/libxml/tree.h: modified the existing APIs |
| 4104 | to handle XHTML1 serialization rules automatically, also add |
| 4105 | xmlIsXHTML() to libxml2 API. Some tweaking to make sure |
| 4106 | libxslt serialization uses it when needed without changing |
| 4107 | the library API. |
| 4108 | * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml |
| 4109 | result/xhtml1: added a new test specifically for xhtml1 output |
| 4110 | and updated the result of one XHTML1 test |
| 4111 | |
| 4112 | Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4113 | |
| 4114 | * xinclude.c parserInternals.c encoding.c: fixed #99082 |
| 4115 | for xi:include encoding="..." support on text includes. |
| 4116 | * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml |
| 4117 | test/XInclude/ents/isolatin.txt : added a specific regression test |
| 4118 | * python/generator.py python/libxml2class.txt: fixed the generator |
| 4119 | the new set of comments generated for doc/libxml2-api.xml were |
| 4120 | breaking the python generation. |
| 4121 | |
| 4122 | Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4123 | |
| 4124 | * doc/Makefile.am: repair some problem if gtk-doc fail or such |
| 4125 | * configure.in: patch for Solaris on new autoconf closes #98880 |
| 4126 | * doc/parsedecl.py: repair the frigging API building script, |
| 4127 | did I say that python xmllib sucks ? |
| 4128 | * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering |
| 4129 | and some comment are no more truncated. |
| 4130 | |
| 4131 | Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4132 | |
| 4133 | * parser.c: Martin Stoilov pointed out a potential leak in |
| 4134 | xmlCreateMemoryParserCtxt |
| 4135 | |
| 4136 | Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4137 | |
| 4138 | * HTMLparser.c: fixed bug #98879 a corner case when 0 is |
| 4139 | included in HTML documents and using the push parser. |
| 4140 | |
| 4141 | Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org> |
| 4142 | |
| 4143 | * configure.in (PYTHON_SITE_PACKAGES): If --with-python is |
| 4144 | specified, look for the Python interpreter not just in the |
| 4145 | specified root but also in the specified location. Fixes #98825 |
| 4146 | |
| 4147 | Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4148 | |
| 4149 | * python/libxml.c: fixing bug #98792 , node may have no doc |
| 4150 | and dereferencing without checking ain't good ... |
| 4151 | |
| 4152 | Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4153 | |
| 4154 | * configure.in: preparing release 2.4.27 |
| 4155 | * doc/* : updated and rebuilt the docs |
| 4156 | * doc/Makefile.am libxml.spec.in: try to make sure the tutorial |
| 4157 | and all the docs are actually packaged and in the final RPMs |
| 4158 | * parser.c parserInternals.c include/libxml/parser.h: restore |
| 4159 | xmllint --recover feature. |
| 4160 | |
| 4161 | Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4162 | |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 4163 | * parser.c xpath.c: fixing #96925 wich was also dependent on the |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 4164 | processing of parsed entities, and XPath computation on sustitued |
| 4165 | entities. |
| 4166 | * testXPath.c: make sure entities are substitued. |
| 4167 | |
| 4168 | Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4169 | |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 4170 | * parser.c: fixed #96594, which was totally dependent on the |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 4171 | processing of internal parsed entities, which had to be changed. |
| 4172 | |
| 4173 | Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4174 | |
| 4175 | * Makefile.am python/Makefile.am python/tests/Makefile.am: |
| 4176 | trying to fix bug #98517 about building outside the source tree |
| 4177 | * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585 |
| 4178 | |
| 4179 | Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4180 | |
| 4181 | * include/win32config.h: cleanup |
| 4182 | * win32/Makefile.mingw: integrated mingw in JScript configure |
| 4183 | * win32/Makefile.msvc: modified to allow mingw coexistence |
| 4184 | * win32/configure.js: integrated mingw |
| 4185 | * win32/Readme.txt: cleanup |
| 4186 | |
| 4187 | Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4188 | |
| 4189 | * HTMLparser.c: strengthen the guard in the Pop macros, |
| 4190 | like in the XML parser, closes bug #97315 |
| 4191 | |
| 4192 | Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4193 | |
| 4194 | * include/libxml/parser.h: fixed bug #98338 , fatalError SAX |
| 4195 | callback is never used. |
| 4196 | |
| 4197 | Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4198 | |
| 4199 | * parserInternals.c: fixed the initialization of the SAX structure |
| 4200 | which was breaking xsltproc |
| 4201 | * xpath.c: patch from Petr Pajas for CDATA nodes |
| 4202 | * tree.c: patch from Petr Pajas improving xmlGetNodePath() |
| 4203 | * parser.c include/libxml/parser.h: patch from Peter Jones |
| 4204 | removing a leak in xmlSAXParseMemory() and adding the |
| 4205 | function xmlSAXParseMemoryWithData() |
| 4206 | |
| 4207 | Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net> |
| 4208 | |
| 4209 | adding pdf of tutorial, changing web page to link to it |
| 4210 | * doc/tutorial/xmltutorial.pdf |
| 4211 | * doc/xml.html |
| 4212 | * doc/docs.html |
| 4213 | |
| 4214 | Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net> |
| 4215 | |
| 4216 | * doc/tutorial/ar01s08.html |
| 4217 | adding file what I forgot for tutorial |
| 4218 | |
| 4219 | |
| 4220 | Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net> |
| 4221 | |
| 4222 | Adding encoding discussion to tutorial |
| 4223 | Added: |
| 4224 | * doc/tutorial/images/*.png: DocBook admonition image files |
| 4225 | * doc/tutorial/apf.html, apg.html: new generated html |
| 4226 | * doc/tutorial/includeconvert.c: conversion code entity file |
| 4227 | changed: |
| 4228 | * doc/tutorial/xmltutorial.xml: DocBook original |
| 4229 | * doc/tutorial/*.html: generated html |
| 4230 | |
| 4231 | Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4232 | |
| 4233 | * include/libxml/*.h: retired xmlwin32version.h |
| 4234 | * doc/Makefile.am: retired xmlwin32version.h |
| 4235 | * win32/configure.js: retired xmlwin32version.h |
| 4236 | |
| 4237 | Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4238 | |
| 4239 | * win32/libxml2.def.src: exported additional symbols |
| 4240 | * include/libxml/xmlmemory.h: exported the rest of the xmlMem* |
| 4241 | sisterhood |
| 4242 | |
| 4243 | Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4244 | |
| 4245 | * globals.c: fixed a typo pointed out by Igor |
| 4246 | * xpath.c: try to speed up node compare using line numbers |
| 4247 | if available. |
| 4248 | |
| 4249 | Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4250 | |
| 4251 | * tree.c: make xmlFreeNode() handle attributes correctly. |
| 4252 | |
| 4253 | Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4254 | |
| 4255 | * catalog.c: completed the #96963 fix, as reported by Karl |
| 4256 | Eichwalder |
| 4257 | |
| 4258 | Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4259 | |
| 4260 | * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke |
| 4261 | |
| 4262 | Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4263 | |
| 4264 | * Makefile.am: switched the order of a couple of includes |
| 4265 | to fix bugs #97100 |
| 4266 | |
| 4267 | Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4268 | |
| 4269 | * catalog.c: fixed bug #96963, reverted to the old behaviour of |
| 4270 | xmlLoadCatalogs that used to separate directories with a ':'. |
| 4271 | |
| 4272 | Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4273 | |
| 4274 | * threads.c: improvements to the Windows-side of thread handling |
| 4275 | * testThreads.c: conditionally excluded unistd.h |
| 4276 | * testThradsWin32.c: broke overlong lines |
| 4277 | * include/win32config.h: adapted thread-related macros to the new |
| 4278 | scheme and for pthreads on Windows |
| 4279 | * win32/Makefile.msvc: introduced a more flexible thread build, |
| 4280 | added testThreads[Win32].c to the build |
| 4281 | * win32/configure.js: introduced a more flexible thread config |
| 4282 | |
| 4283 | 2002-10-31 John Fleck <jfleck@inkstain.net> |
| 4284 | |
| 4285 | * doc/xml.html (and, by implication, FAQ.html) |
| 4286 | added UTF-8 conversaion FAQ from Marcus Labib Iskander |
| 4287 | |
| 4288 | Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4289 | |
| 4290 | * configure.in: removed xmlwin32version.h |
| 4291 | * include/libxml/Makefile.am: removed xmlwin32version.h |
| 4292 | |
| 4293 | Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4294 | |
| 4295 | * tree.c: applied patch from Brian Stafford to fix a bug |
| 4296 | in xmlReconciliateNs() |
| 4297 | |
| 4298 | Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 4299 | |
| 4300 | * tree.c: applied patch from Christian Glahn to allow |
| 4301 | xmlNewChild() on document fragment nodes |
| 4302 | |
| 4303 | Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4304 | |
| 4305 | * parser.c: Christian Glahn found a problem with a recent |
| 4306 | patch to xmlParseBalancedChunkMemoryRecover() |
| 4307 | * xmlschemas.c: Charles Bozeman fixed some Schemas validation |
| 4308 | problems |
| 4309 | * result/schemas/elem* result/schemas/seq* test/schemas.elem* |
| 4310 | test/schemas/seq*: added the test cases from Charles |
| 4311 | |
| 4312 | Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4313 | |
| 4314 | * Makefile.am config.h.in libxml.spec.in doc/Makefile.am: |
| 4315 | serious cleanup of the spec file and associated changes |
| 4316 | in the Makefiles. |
| 4317 | * valid.c: try to remove some warnings on x86_64 |
| 4318 | |
| 4319 | Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4320 | |
| 4321 | * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to |
| 4322 | fix bug #96586 |
| 4323 | |
| 4324 | Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4325 | |
| 4326 | * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML |
| 4327 | parsing, applied his patch |
| 4328 | * result/HTML/attrents.html result/HTML/attrents.html.err |
| 4329 | result/HTML/attrents.html.sax test/HTML/attrents.html: |
| 4330 | added the test and result case provided by Mikhail Sogrine |
| 4331 | |
| 4332 | Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4333 | |
| 4334 | * vms/build_libxml.com vms/config.vms vms/readme.vms |
| 4335 | include/libxml/parser.h include/libxml/parserInternals.h |
| 4336 | include/libxml/tree.h include/libxml/xmlIO.h |
| 4337 | HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c |
| 4338 | tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c: |
| 4339 | Applied the VMS update patch from Craig A. Berry |
| 4340 | * doc/*.html: update |
| 4341 | |
| 4342 | Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4343 | |
| 4344 | * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public |
| 4345 | |
| 4346 | Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4347 | |
| 4348 | * debugXML.c: adding a grep command to --shell in xmllint |
| 4349 | for T.V. Raman |
| 4350 | |
| 4351 | Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4352 | |
| 4353 | * xmlcatalog.c: tried to fix some of the problem with --sgml |
| 4354 | |
| 4355 | Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4356 | |
| 4357 | * parser.c: tried to fix bug #91500 where doc->children may |
| 4358 | be overriden by a call to xmlParseBalancedChunkMemory() |
| 4359 | |
| 4360 | Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4361 | |
| 4362 | * catalog.c: tried to fix bug #90945 w.r.t. parsing of system |
| 4363 | identifiers in SGML catalogs containing '&' |
| 4364 | |
| 4365 | Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4366 | |
| 4367 | * python/types.c: fixed bugs when passing result value tree |
| 4368 | to Python functions. |
| 4369 | |
| 4370 | Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4371 | |
| 4372 | * configure.in: preparing the release of 2.4.26 |
| 4373 | * doc/*: updated and rebuilt the documentation |
| 4374 | |
| 4375 | Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4376 | |
| 4377 | * parser.c: fixed a XML Namespace compliance bug reported by |
| 4378 | Alexander Grimalovsky |
| 4379 | |
| 4380 | Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4381 | |
| 4382 | * HTMLtree.c: fixed serialization of script and style when |
| 4383 | they are not lowercase (i.e. added using the API to the tree). |
| 4384 | |
| 4385 | Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4386 | |
| 4387 | * valid.c: make xmlValidateDocument emit a warning msg if there |
| 4388 | is no DTD, pointed by Christian Glahn |
| 4389 | |
| 4390 | Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4391 | |
| 4392 | * xmlregexp.c xmlschemas.c: fixed the validation of sequences |
| 4393 | content model when some of the blocks have min or max, and a couple |
| 4394 | of bugs found in the process. |
| 4395 | * result/schemas/list0* test/schemas/list0*: added some specific |
| 4396 | regression tests |
| 4397 | |
| 4398 | Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4399 | |
| 4400 | * README: updated the contact informations |
| 4401 | |
| 4402 | Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4403 | |
| 4404 | * Makefile.am: use test -f instead of test -e since Solaris /bin/sh |
| 4405 | misses it, reported by Peter Bray. |
| 4406 | |
| 4407 | Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4408 | |
| 4409 | * tree.c: investigating xmlNodeGetContent() on namespace nodes |
| 4410 | and removed a few warnings |
| 4411 | |
| 4412 | Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4413 | |
| 4414 | * parser.c: Christian Glahn found a small bug in the push parser. |
| 4415 | * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename |
| 4416 | public |
| 4417 | |
| 4418 | Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4419 | |
| 4420 | * xmlschemas.c include/libxml/xmlschemas.h: added |
| 4421 | xmlSchemaNewMemParserCtxt to parse a schemas from a memory area |
| 4422 | * testSchemas.c: added --memory to test the new interface |
| 4423 | |
| 4424 | Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4425 | |
| 4426 | * doc/index.py doc/search.php: integrated the XSLT indexing, |
| 4427 | a few fixed in the indexer, added a scope selection at the |
| 4428 | search level. |
| 4429 | |
| 4430 | Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4431 | |
| 4432 | * valid.c: Joe Marcus Clarke reported a segfault on FBsd |
| 4433 | this was due to uninitialized parts of the validation context |
| 4434 | |
| 4435 | Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4436 | |
| 4437 | * debugXML.c: applied patch from Mark Vakoc except the API |
| 4438 | change, preserved it. |
| 4439 | * doc/*: updated the docs to point to the search engine for |
| 4440 | information lookup or before bug/help reports. |
| 4441 | |
| 4442 | Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4443 | |
| 4444 | * doc/index.py doc/search.php: added mailing-list archives |
| 4445 | indexing and lookup |
| 4446 | |
| 4447 | Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4448 | |
| 4449 | * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath() |
| 4450 | |
| 4451 | Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4452 | |
| 4453 | * doc/index.py: improved HTML indexing |
| 4454 | * doc/search.php: make the queries also lookup the HTML based indexes |
| 4455 | |
| 4456 | Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4457 | |
| 4458 | * doc/index.py: added HTML page indexing |
| 4459 | |
| 4460 | Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4461 | |
| 4462 | * xmlIO.c: extended Windows path normalisation to fix the base |
| 4463 | problem in libxslt. |
| 4464 | * catalog.c: fixed list handling in XML_CATALOG_FILES |
| 4465 | |
| 4466 | Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4467 | |
| 4468 | * valid.c: typo/bug found by Christian Glahn |
| 4469 | |
| 4470 | Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4471 | |
| 4472 | * xmlIO.c: applied Windows CE patch from Javier. |
| 4473 | * win32/wince: new directory, contains support for the PocketPC |
| 4474 | with Windows CE from Javier. |
| 4475 | * include/win32config.h: reorganised, removed duplicate |
| 4476 | definitions and applied WinCE patch from Javier. |
| 4477 | * include/wsockcompat.h: new file, now contains WinSock |
| 4478 | compatibility macros. |
| 4479 | * win32/Makefile.msvc: introduced double-run compilation. |
| 4480 | |
| 4481 | Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4482 | |
| 4483 | * configure.in include/libxml/xmlwin32version.h: preparing release |
| 4484 | of 2.4.25 |
| 4485 | * doc/*: updated and regenerated teh docs and web pages. |
| 4486 | |
| 4487 | Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4488 | |
| 4489 | * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation |
| 4490 | error were not covering namespace declarations. |
| 4491 | * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid, |
| 4492 | it was missing the attribute declaration for the namespace |
| 4493 | * result/VC/NS3: the fix now report breakages in that test |
| 4494 | |
| 4495 | Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4496 | |
| 4497 | * HTMLtree.c: fixing bug #94241 on HTML boolean attributes |
| 4498 | |
| 4499 | Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4500 | |
| 4501 | * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode |
| 4502 | and regenerated the docs and web site |
| 4503 | |
| 4504 | Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4505 | |
| 4506 | * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure |
| 4507 | ATTRIBUTE_UNUSED is always put after the attribute declaration, |
| 4508 | not before |
| 4509 | |
| 4510 | Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4511 | |
| 4512 | * python/generator.py python/libxml2class.txt: fixed a stupid error |
| 4513 | breaking the python API |
| 4514 | |
| 4515 | Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4516 | |
| 4517 | * trio.c trio.h triodef.h trionan.c trionan.h triop.h |
| 4518 | triostr.c triostr.h: applied a trio update patch from |
| 4519 | Bjorn Reese which should work with MinGW |
| 4520 | |
| 4521 | Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4522 | |
| 4523 | * tree.c: improving some documentation comments |
| 4524 | * xmlregexp.c: found and fixed a mem leak with python regression tests |
| 4525 | * doc/*: rebuilt the doc and the API XML file including the |
| 4526 | xmlregexp.h xmlautomata.h and xmlunicode.h headers |
| 4527 | * python/generator.py python/libxml2class.txt python/libxml_wrap.h |
| 4528 | python/types.c: added access to the XML Schemas regexps from |
| 4529 | python |
| 4530 | * python/tests/Makefile.am python/tests/regexp.py: added a |
| 4531 | simple regexp bindings test |
| 4532 | |
| 4533 | Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 4534 | |
| 4535 | * doc/xml.html: |
| 4536 | fixing ftp links - thanks to Vitaly Ostanin |
| 4537 | |
| 4538 | Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4539 | |
| 4540 | * xmlregexp.c: fixed the data callback on transition functionality |
| 4541 | which was broken when using the compact form |
| 4542 | * result/schemas/*: updated the results, less verbose, all tests |
| 4543 | pass like before |
| 4544 | * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c |
| 4545 | testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c |
| 4546 | xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of |
| 4547 | annoying warnings |
| 4548 | * xpath.c: try to provide better error report when possible |
| 4549 | |
| 4550 | Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4551 | |
| 4552 | * Makefile.am: fixed a breakage raised by Jacob |
| 4553 | |
| 4554 | Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4555 | |
| 4556 | * include/win32config.h: added HAVE_ERRNO_H definition for parts |
| 4557 | which don't use sockets |
| 4558 | |
| 4559 | Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4560 | |
| 4561 | * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger |
| 4562 | * win32/configure.js: applied zlib patch from Daniel Gehriger |
| 4563 | |
| 4564 | Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4565 | |
| 4566 | * win32/configure.js: applied the patch from Mark Vakoc for |
| 4567 | regexp support |
| 4568 | * win32/libxml2.def.src: applied the patch from Mark Vakoc |
| 4569 | for regexp support |
| 4570 | |
| 4571 | Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4572 | |
| 4573 | * xmlschemastypes.c: as pointed by Igor Float and Double |
| 4574 | parsing ain't finished yet |
| 4575 | |
| 4576 | Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4577 | |
| 4578 | * Makefile.am configure.in: trying to fix #88412 by bypassing |
| 4579 | all the python subdir if python ain't detected |
| 4580 | |
| 4581 | Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4582 | |
| 4583 | * Makefile.am configure.in include/libxml/xmlversion.h.in: |
| 4584 | made configuring with regexps/automata/unicode the default |
| 4585 | but without schemas ATM |
| 4586 | * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h: |
| 4587 | fixed the regexp based DTD validation performance and memory |
| 4588 | problem by switching to a compact form for determinist regexps |
| 4589 | and detecting the determinism property in the process. Seems |
| 4590 | as fast as the old DTD validation specific engine :-) despite |
| 4591 | the regexp built and compaction process. |
| 4592 | |
| 4593 | Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4594 | |
| 4595 | * valid.c: determinism is debugged, new DTD checking code now works |
| 4596 | but xmlFAComputesDeterminism takes far too much CPU and the whole |
| 4597 | set usues too much memory to be really usable as-is |
| 4598 | |
| 4599 | Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4600 | |
| 4601 | * tree.c: fixed another stupid bug in xmlGetNodePath() |
| 4602 | * xmllint.c: --version now report the options compiled in |
| 4603 | |
| 4604 | Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4605 | |
| 4606 | * HTMLparser.c: small cleanup |
| 4607 | * valid.c xmlregexp.c: switched DTD validation to use only regexp |
| 4608 | when configured with them. A bit of debugging around the determinism |
| 4609 | checks is still needed |
| 4610 | |
| 4611 | Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4612 | |
| 4613 | * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com |
| 4614 | |
| 4615 | Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4616 | |
| 4617 | * xmlIO.c: small portability glitch fixed. |
| 4618 | |
| 4619 | Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4620 | |
| 4621 | * xmlschemastypes.c: incomplete steps for real/double support |
| 4622 | * testAutomata.c include/libxml/xmlautomata.h |
| 4623 | include/libxml/xmlregexp.h: avoiding a compilation problem |
| 4624 | * valid.c include/libxml/valid.h: starting the work toward using |
| 4625 | the regexps for actual DTD validation |
| 4626 | |
| 4627 | Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4628 | |
| 4629 | * hash.c: cosmetic cleanup |
| 4630 | * valid.c include/libxml/tree.h include/libxml/valid.h: started |
| 4631 | integrating a DTD validation layer based on the regexps |
| 4632 | |
| 4633 | Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4634 | |
| 4635 | * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff, |
| 4636 | the determinism was tested before eliminating the epsilon |
| 4637 | transitions :-( |
| 4638 | |
| 4639 | Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4640 | |
| 4641 | * python/generator.py python/libxml.c python/libxml.py |
| 4642 | python/libxml2-python-api.xml python/libxml2class.txt |
| 4643 | python/libxml_wrap.h python/types.c: updated the python |
| 4644 | bindings, added code for easier File I/O, and the ability to |
| 4645 | define a resolver from Python fixing bug #91635 |
| 4646 | * python/tests/Makefile.am python/tests/inbuf.py |
| 4647 | python/tests/outbuf.py python/tests/pushSAXhtml.py |
| 4648 | python/tests/resolver.py python/tests/serialize.py: updated |
| 4649 | and augmented the set of Python tests. |
| 4650 | |
| 4651 | Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4652 | |
| 4653 | * win32/configure.js: added more readme info for the binary |
| 4654 | package. |
| 4655 | |
| 4656 | Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4657 | |
| 4658 | * xmlIO.c: fixed a stupid out of bound array error |
| 4659 | |
| 4660 | Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4661 | |
| 4662 | * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c: |
| 4663 | messing around with support for Windows path, cleanups, |
| 4664 | trying to identify and fix the various code path to the |
| 4665 | filename access. Added xmlNormalizeWindowsPath() |
| 4666 | |
| 4667 | Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4668 | |
| 4669 | * error.c valid.c: working on better error reporting of validity |
| 4670 | errors, especially providing an accurate context. |
| 4671 | * result/valid/xlink.xml.err result/valid/rss.xml.err: better |
| 4672 | error reports in those cases. |
| 4673 | |
| 4674 | Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4675 | |
| 4676 | * DOCBparser.c HTMLparser.c c14n.c entities.c list.c |
| 4677 | parser.c parserInternals.c xmlIO.c: get rid of all the |
| 4678 | perror() calls made in the library execution paths. This |
| 4679 | should fix both #92059 and #92385 |
| 4680 | |
| 4681 | Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4682 | |
| 4683 | * xmllint.c: memory leak reporting was broken after a change |
| 4684 | of the preprocessor symbol used to activate it. |
| 4685 | |
| 4686 | Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4687 | |
| 4688 | * tree.c: try to make the copy function work for node of |
| 4689 | type XML_DOCUMENT_FRAG_NODE, they are only created by the |
| 4690 | DOM layers though, not libxml2 itself. |
| 4691 | |
| 4692 | Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4693 | |
| 4694 | * valid.c: try to provide file and line informations, not all |
| 4695 | messages are covered, but it's a (good) start |
| 4696 | |
| 4697 | Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4698 | |
| 4699 | * xinclude.c: reimplemented a large part of the XInclude |
| 4700 | processor, trying to minimize resources used, James Henstridge |
| 4701 | provided a huge test case which was exhibiting severe memory |
| 4702 | consumption problems. |
| 4703 | |
| 4704 | Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4705 | |
| 4706 | * python/Makefile.am: applied patch from Christophe Merlet to |
| 4707 | reestablish DESTDIR |
| 4708 | |
| 4709 | Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4710 | |
| 4711 | * libxml.spec.in: fixes libary path for x86_64 AMD |
| 4712 | |
| 4713 | Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 4714 | |
| 4715 | * doc/tutorial/includekeyword.c |
| 4716 | * doc/tutorial/xmltutorial.xml: |
| 4717 | (plus resulting generated html files) |
| 4718 | fixing one spot I missed in the tutorial where I hadn't freed |
| 4719 | memory properly |
| 4720 | |
| 4721 | Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 4722 | |
| 4723 | * doc/tutorial/includeaddattribute.c |
| 4724 | * doc/tutorial/includeaddkeyword.c |
| 4725 | * doc/tutorial/includegetattribute.c |
| 4726 | * doc/tutorial/includekeyword.c |
| 4727 | * doc/tutorial/xmltutorial.xml |
| 4728 | * doc/tutorial/*.html: |
| 4729 | update tutorial to properly free memory (thanks to Christopher |
| 4730 | R. Harris for pointing out that this needs to be done) |
| 4731 | * doc/tutorial/images/callouts/*.png: |
| 4732 | added image files so the callouts are graphical, making it |
| 4733 | easier to read ( use "--param callout.graphics 1" to generate |
| 4734 | html with graphical callouts) |
| 4735 | |
| 4736 | Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4737 | |
| 4738 | * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif: |
| 4739 | nice logos generated by Marc Liyanage |
| 4740 | * doc/site.xsl *.html: changed the stylesheet to show the new |
| 4741 | logo and regenerated the pages |
| 4742 | |
| 4743 | Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4744 | |
| 4745 | * xmlIO.c: handle Windows sepecific file://localhost/ semantic ... |
| 4746 | |
| 4747 | Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4748 | |
| 4749 | * xpath.c: possible mem leak patch from Jason Adams |
| 4750 | |
| 4751 | Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4752 | |
| 4753 | * xpath.c: integrated xf:escape-uri() from Wesley Terpstra |
| 4754 | in the XQuery namespace |
| 4755 | * configure.in: preparing 2.4.24 |
| 4756 | * doc/*.html: updated the web pages |
| 4757 | |
| 4758 | Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4759 | |
| 4760 | * python/generator.py: closing bug #85258 by generating conditional |
| 4761 | compile check to avoid linking to routines not configured in. |
| 4762 | |
| 4763 | 2002-08-22 Havoc Pennington <hp@pobox.com> |
| 4764 | |
| 4765 | * autogen.sh: update error message for missing automake |
| 4766 | |
| 4767 | Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4768 | |
| 4769 | * python/Makefile.am: typo in target name resulted in libxml2.py |
| 4770 | to not be rebuilt. fixed DESTDIR similary to the libxslt one. |
| 4771 | |
| 4772 | Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4773 | |
| 4774 | * win32/win32/Makefile.mingw: updated with version from |
| 4775 | Elizabeth Barham at http://soggytrousers.net/repository/ |
| 4776 | |
| 4777 | Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4778 | |
| 4779 | * win32/Makefile.msvc: added the prefix location to the include |
| 4780 | and lib search path. |
| 4781 | |
| 4782 | 2002-08-18 Havoc Pennington <hp@pobox.com> |
| 4783 | |
| 4784 | * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with |
| 4785 | both automake 1.6 and 1.4 installed get the right automake. Means |
| 4786 | compilation from CVS will now require the latest automake 1.4 |
| 4787 | release, or manually creating symlinks called "automake-1.4" and |
| 4788 | "aclocal-1.4" |
| 4789 | |
| 4790 | Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4791 | |
| 4792 | * configure.in python/Makefile.am: more AMD 64 induced changes from |
| 4793 | Frederic Crozat |
| 4794 | |
| 4795 | Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4796 | |
| 4797 | * xinclude.c: oops I was missing the xml:base fixup too |
| 4798 | * result/XInclude/*.xml: this adds xml:base attributes to most |
| 4799 | results of the tests |
| 4800 | |
| 4801 | Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4802 | |
| 4803 | * xinclude.c: quick but apparently working implementation of |
| 4804 | xi:fallback, should close bug #89684 |
| 4805 | * Makefile.am test/XInclude/docs/fallback.xml |
| 4806 | result/XInclude/fallback.xml: added a basic test for fallback, |
| 4807 | and run with --nowarning to avoid a spurious warning |
| 4808 | * configure.in: applied patch from Frederic Crozat for python |
| 4809 | bindings on AMD 64bits machines. |
| 4810 | |
| 4811 | Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4812 | |
| 4813 | * parser.c: xmlSAXUserParseMemory() really ought to fail if |
| 4814 | the caller don't pass a SAX callback block. |
| 4815 | |
| 4816 | Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4817 | |
| 4818 | * tree.c: applied the same fix for the XML-1.0 namespace to |
| 4819 | xmlSearchNsByHref() as was done for xmlSearchNs() |
| 4820 | |
| 4821 | Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4822 | |
| 4823 | * libxml.3: small cleanup of the man page |
| 4824 | * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec |
| 4825 | when serializing HREF attributes generated by XSLT. |
| 4826 | |
| 4827 | Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4828 | |
| 4829 | * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up |
| 4830 | version of Marc Liyanage' patch for boolean attributes in HTML |
| 4831 | output |
| 4832 | |
| 4833 | Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4834 | |
| 4835 | * python/tests/serialize.py: fixed the test results, indenting |
| 4836 | behaviour changed slightly |
| 4837 | |
| 4838 | Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 4839 | |
| 4840 | * win32/dsp/libxml2.def.src win32/libxml2.def.src: added |
| 4841 | new c14n function to Windows def files |
| 4842 | |
| 4843 | Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 4844 | |
| 4845 | * c14n.c: fixed a memory leak in c14n code |
| 4846 | |
| 4847 | Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4848 | |
| 4849 | * parser.c include/libxml/parser.h: adding a new API for Christian |
| 4850 | Glahn: xmlParseBalancedChunkMemoryRecover |
| 4851 | * valid.c: patch from Rick Jones for some grammar cleanup in |
| 4852 | validation messages |
| 4853 | * result/VC/* result/valid/*: this slightly change some of the |
| 4854 | regression tests outputs |
| 4855 | |
| 4856 | Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4857 | |
| 4858 | * tree.c: trying to fix a problem in namespaced attribute handling |
| 4859 | raised by Christian Glahn |
| 4860 | |
| 4861 | Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4862 | |
| 4863 | * encoding.c include/libxml/encoding.h: Opening the interface |
| 4864 | xmlNewCharEncodingHandler as requested in #89415 |
| 4865 | * python/generator.py python/setup.py.in: applied cleanup |
| 4866 | patches from Marc-Andre Lemburg |
| 4867 | * tree.c: fixing bug #89332 on a specific case of loosing |
| 4868 | the XML-1.0 namespace on xml:xxx attributes |
| 4869 | |
| 4870 | Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 4871 | |
| 4872 | * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces |
| 4873 | corner case from new Merlin's test suite and added a callback |
| 4874 | that will be used to improve xmlsec performance |
| 4875 | |
| 4876 | |
| 4877 | Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4878 | |
| 4879 | * HTMLtree.c: trying to fix the <style> escaping problem in |
| 4880 | HTML serialization bug #89342 |
| 4881 | |
| 4882 | Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4883 | |
| 4884 | * doc/xml.html doc/*.html: applied syntax patch from Rick Jones |
| 4885 | and rebuilt the web site. |
| 4886 | |
| 4887 | Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 4888 | |
| 4889 | * include/libxml/tree.h: added _private member to xmlNs struct |
| 4890 | |
| 4891 | Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4892 | |
| 4893 | * HTMLparser.c: fixing bug #84876 based on the xml working |
| 4894 | code. |
| 4895 | |
| 4896 | Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 4897 | |
| 4898 | * python/Makefile.am: enhanced to fix bug 72012 (errors |
| 4899 | when using '-jX' make parameter) |
| 4900 | |
| 4901 | Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 4902 | |
| 4903 | * xpath.c: small additional enhancement for booleans |
| 4904 | compared to nodesets |
| 4905 | |
| 4906 | Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4907 | |
| 4908 | * HTMLtree.c: changed the order of the encoding declaration |
| 4909 | attributes in the meta tags due to a bug in IE/Mac |
| 4910 | |
| 4911 | Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 4912 | |
| 4913 | * xpath.c: enhanced handling of booleans (especially '=' |
| 4914 | and '!=' for nodesets) - fixes bug 85256. Added new |
| 4915 | routine xmlXPathNotEqualValues for more proper handling |
| 4916 | of '!=' when nodesets are involved. |
| 4917 | |
| 4918 | Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4919 | |
| 4920 | * doc/Makefile.am: fixing Red Hat bug #68614 by adding the |
| 4921 | doc/xmlcatalog_man.xml to the source distribution |
| 4922 | |
| 4923 | Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 4924 | |
| 4925 | * win32/Makefile.msvc: Added a copy *.pdb to install, few have |
| 4926 | asked for this. |
| 4927 | |
| 4928 | Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4929 | |
| 4930 | * configure.in: preparing 2.4.23 |
| 4931 | * doc/*: rebuilt the docs |
| 4932 | |
| 4933 | Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4934 | |
| 4935 | * parser.c: fixing bug #84169 by fixing the |
| 4936 | comment of xmlCreatePushParserCtxt to describe the |
| 4937 | encoding detection parameters better. |
| 4938 | |
| 4939 | Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4940 | |
| 4941 | * valid.c: fixing bug #79331 in one path the lookup for |
| 4942 | ID attributes on a namespaced node wasn't handled correctly :-\ |
| 4943 | |
| 4944 | Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4945 | |
| 4946 | * HTMLparser.c: trying to fix 87235 about discarded white |
| 4947 | spaces in the HTML parser. |
| 4948 | * result/HTML/*: this changes the output of a number of HTML |
| 4949 | regression tests |
| 4950 | |
| 4951 | Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4952 | |
| 4953 | * xpath.c: applied patch from Richard Jinks for the namespace |
| 4954 | axis + fixed a memory error. |
| 4955 | * parser.c parserInternals.c: applied patches from Peter Jacobi |
| 4956 | removing ctxt->token for good. |
| 4957 | * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks |
| 4958 | popped out by the regression tests. |
| 4959 | * Makefile.am: patch for threads makefile from Gary Pennington |
| 4960 | |
| 4961 | Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 4962 | |
| 4963 | * xpath.c: enhanced behaviour of position() after usage of |
| 4964 | expressions involving preceding-sibling (et al). |
| 4965 | |
| 4966 | Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4967 | |
| 4968 | * hash.c: applied a patch from Peter Jacobi to solve a problem |
| 4969 | when compiling with the Watcom C on Win32 |
| 4970 | * result/schemas/*.err: the change of hashing algo generated |
| 4971 | permutations in the output |
| 4972 | |
| 4973 | Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4974 | |
| 4975 | * hash.c: applied patch from Sander Vesik improving the quality of |
| 4976 | the hash function. |
| 4977 | |
| 4978 | 2002-06-14 Aleksey Sanin <aleksey@aleksey.com> |
| 4979 | |
| 4980 | * DOCBparser.c HTMLparser.c debugXML.c encoding.c |
| 4981 | nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c |
| 4982 | xmllint.c xpath.c: replaced sprintf() with snprintf() |
| 4983 | to prevent possible buffer overflow (the bug was pointed |
| 4984 | out by Anju Premachandran) |
| 4985 | |
| 4986 | Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 4987 | |
| 4988 | * parser.c: removed an uninitialized data error popped by valgrind |
| 4989 | on PE references |
| 4990 | |
| 4991 | Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 4992 | |
| 4993 | * doc/xml.html |
| 4994 | adding tutorial reference to the web page |
| 4995 | |
| 4996 | Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 4997 | |
| 4998 | * doc/tutorial/xmltutorial.xml |
| 4999 | * doc/tutorial/ar01s07.html |
| 5000 | * doc/tutorial/ape.html |
| 5001 | * doc/tutorial/includegetattribute.c |
| 5002 | adding section to tutorial about retrieving an attribute |
| 5003 | value |
| 5004 | |
| 5005 | Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5006 | |
| 5007 | * parser.c: applied a couple of patches from Peter Jacobi to start |
| 5008 | to get rid of ctxt->token, with a possible significant speed |
| 5009 | improvement to be gained once done. Better compliance with PE |
| 5010 | references constructs in DTDs too. |
| 5011 | * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests |
| 5012 | from Peter too |
| 5013 | |
| 5014 | Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5015 | |
| 5016 | * parser.c: Babak Vahedipour-Kunze reported that openTag in |
| 5017 | xmlParseElement was likely to have been deallocated at the |
| 5018 | time of the report, possibly leading to segfault. Just report |
| 5019 | the tag name now. |
| 5020 | |
| 5021 | Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5022 | |
| 5023 | * xpath.c: patch from Richard Jinks for XPath substring() function |
| 5024 | * result/XPath/expr/strings test/XPath/expr/strings: new set of tests |
| 5025 | |
| 5026 | 2002-06-06 Aleksey Sanin <aleksey@aleksey.com> |
| 5027 | |
| 5028 | * xmlIO.c: patch from Rachel Hestilow to fix bug #84340 |
| 5029 | |
| 5030 | Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 5031 | |
| 5032 | *doc/FAQ.html |
| 5033 | fixing typos in FAQ, thanks to Robert Funnell for the |
| 5034 | editing help |
| 5035 | |
| 5036 | Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5037 | |
| 5038 | * NEWS: got complaints from rpmlint that it was empty |
| 5039 | |
| 5040 | Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 5041 | |
| 5042 | * added doc/tutorial, including: |
| 5043 | apa.html |
| 5044 | apb.html |
| 5045 | apc.html |
| 5046 | apd.html |
| 5047 | ar01s02.html |
| 5048 | ar01s03.html |
| 5049 | ar01s04.html |
| 5050 | ar01s05.html |
| 5051 | ar01s06.html |
| 5052 | includeaddattribute.c |
| 5053 | includeaddkeyword.c |
| 5054 | includekeyword.c |
| 5055 | includestory.xml |
| 5056 | index.html |
| 5057 | xmltutorial.xml |
| 5058 | libxml tutorial, including generated html |
| 5059 | |
| 5060 | Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 5061 | |
| 5062 | * result/c14n/exc-without-comments/merlin-c14n-two-* |
| 5063 | result/c14n/without-comments/merlin-c14n-two-* |
| 5064 | test/c14n/exc-without-comments/merlin-c14n-two-* |
| 5065 | test/c14n/without-comments/merlin-c14n-two-* |
| 5066 | testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for |
| 5067 | c14n/exc-c14n and slightly modified test script to handle |
| 5068 | these test cases |
| 5069 | * c14n.c: fixed bugs for complicated nodes set (namespace |
| 5070 | without node and others from merlin-c14n-two.tar.gz) |
| 5071 | * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src |
| 5072 | win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function |
| 5073 | for xmlsec performance patch |
| 5074 | * xpath.c: fixed self::node() for namespaces and attributes |
| 5075 | |
| 5076 | Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com> |
| 5077 | |
| 5078 | * tree.h: added xmlDocFormatDump which is just as xmlDocDump |
| 5079 | but with the format parameter |
| 5080 | * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump |
| 5081 | |
| 5082 | Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 5083 | |
| 5084 | * Makefile.am: updated c14n tests suite |
| 5085 | * c14n.c: performance improvement for previous c14n patch |
| 5086 | |
| 5087 | Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5088 | |
| 5089 | * parser.c: another peroformance patch from Peter Jacobi, that |
| 5090 | time on parsing attribute values. |
| 5091 | |
| 5092 | Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 5093 | |
| 5094 | * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated |
| 5095 | into LibXML2 test suite |
| 5096 | |
| 5097 | Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 5098 | |
| 5099 | * c14n.c: propagating xpath ancesstors node fix to c14n |
| 5100 | plus small performance improvement to reduce number of |
| 5101 | mallocs |
| 5102 | * xpath.c: fixed ancestors axis processing for namespace nodes |
| 5103 | |
| 5104 | Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5105 | |
| 5106 | * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from |
| 5107 | Peter Jacobi |
| 5108 | |
| 5109 | Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5110 | |
| 5111 | * configure.in: preparing 2.4.22 |
| 5112 | |
| 5113 | Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5114 | |
| 5115 | * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src |
| 5116 | include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument |
| 5117 | a public entry point. |
| 5118 | * doc/*: rebuilt the API and docs |
| 5119 | |
| 5120 | Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5121 | |
| 5122 | * xpath.c: patch from Richard Jinks to fix a problem introduced |
| 5123 | in the previous patch and pointed by Norm |
| 5124 | |
| 5125 | Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5126 | |
| 5127 | * libxml.spec.in: fixing bug #81112 |
| 5128 | |
| 5129 | Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5130 | |
| 5131 | * uri.c: fixing bug #82848 |
| 5132 | |
| 5133 | Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5134 | |
| 5135 | * result/catalogs/mycatalog.full: Aleksey's commit changed the |
| 5136 | output of one catalog test |
| 5137 | |
| 5138 | Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 5139 | |
| 5140 | * global.data globals.c tree.c include/libxml/globals.h |
| 5141 | win32/libxml2.def.src win32/dsp/libxml2.def.src: changed |
| 5142 | default value for global parameter xmlIndentTreeOutput to 1 and |
| 5143 | introduced new global parameter xmlTreeIndentString (the string |
| 5144 | used to do one-level indent) with default value " " (as it was |
| 5145 | in tree.c) |
| 5146 | |
| 5147 | Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5148 | |
| 5149 | * Makefile.am: Merijn Broeren pointed out a problem when compiling |
| 5150 | with trio and schemas. |
| 5151 | |
| 5152 | Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5153 | |
| 5154 | * xpath.c: patch from Richard Jinks to fix the problem raised in |
| 5155 | http://mail.gnome.org/archives/xml/2002-April/msg00246.htm |
| 5156 | |
| 5157 | Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5158 | |
| 5159 | * xmlschemas.c: a bit of work on import. |
| 5160 | * xmlschemastypes.c: Charles Bozeman provided a compare function |
| 5161 | for date/time types so min/max facet restrictions should work, |
| 5162 | indeterminate comparisons return an error instead of equal. |
| 5163 | * test/schemas/date_0* result/schemas/date_0_0: specific test |
| 5164 | from Charles Bozeman too |
| 5165 | |
| 5166 | Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5167 | |
| 5168 | * libxml.3 doc/buildDocBookCatalog: apply a couple of patches |
| 5169 | from Christian Cornelssen fixing the man pages and the Catalog |
| 5170 | building script. |
| 5171 | * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet |
| 5172 | next step is <xs:import> I now have a reasonable understanding |
| 5173 | of how it works. |
| 5174 | |
| 5175 | Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5176 | |
| 5177 | * xmlIO.c: applied a small buffer performance patch from Gary Pennington |
| 5178 | |
| 5179 | Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 5180 | |
| 5181 | * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs() |
| 5182 | |
| 5183 | Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5184 | |
| 5185 | * xpath.c: fixing an XPath function evalutation bug pointed out |
| 5186 | by Alexey Efimov where the context was lost when evaluating |
| 5187 | the function arguments |
| 5188 | |
| 5189 | Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 5190 | |
| 5191 | * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs() |
| 5192 | function public for XMLSec performance optimizations |
| 5193 | |
| 5194 | Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5195 | |
| 5196 | * python/generator.py python/libxml2class.txt : fixed a problem |
| 5197 | with the HTML parser pointed by Gary Benson |
| 5198 | * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the |
| 5199 | example |
| 5200 | |
| 5201 | Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 5202 | * parser.c: fixed bug #81159 (memory growth in SAX) |
| 5203 | |
| 5204 | Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 5205 | * xpath.c: fixed bug #78858 (the real fix) |
| 5206 | |
| 5207 | Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 5208 | * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem) |
| 5209 | |
| 5210 | Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5211 | |
| 5212 | * tree.c: modified xmlNodeSetBase to allow changing the |
| 5213 | base of a document. |
| 5214 | |
| 5215 | Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5216 | |
| 5217 | * xmlschemastypes.c: patch Charles Bozeman for validation of |
| 5218 | all the date, time, and duration types |
| 5219 | * test/schemas/dur_0* result/schemas/dur_0*: associated tests |
| 5220 | * configure.in: fixed an error pointed by an user |
| 5221 | * xml2-config.in: fixed an error pointed by an user |
| 5222 | |
| 5223 | Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 5224 | |
| 5225 | * include/libxml/xmlIO.h win32/dsp/libxml2.def.src |
| 5226 | win32/libxml2.def.src xmlIO.c: exported default |
| 5227 | 'file:', 'http:' and 'ftp:' protocols input handlers |
| 5228 | and maked protocols comparisson case insensitive |
| 5229 | |
| 5230 | Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5231 | |
| 5232 | * configure.in: Neven Has detected a typo |
| 5233 | |
| 5234 | Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5235 | |
| 5236 | * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com> |
| 5237 | as one of the persons allowed to commit directly to the |
| 5238 | module. |
| 5239 | |
| 5240 | Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5241 | |
| 5242 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21 |
| 5243 | * valid.c: raised a too low limit |
| 5244 | * doc/*: rebuilt the docs |
| 5245 | |
| 5246 | Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5247 | |
| 5248 | * test/XPath/expr/floats test/XPath/expr/functions |
| 5249 | result/XPath/expr/floats result/XPath/expr/functions |
| 5250 | xpath.c: another XPath conformance patch from Richard Jinks |
| 5251 | |
| 5252 | Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5253 | |
| 5254 | * xmlschemas.c: fixed validation of attribute groups. |
| 5255 | * test/schemas result/schemas: added an example from the primer |
| 5256 | |
| 5257 | Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5258 | |
| 5259 | * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas |
| 5260 | * test/schemas result/schemas: updated the test list |
| 5261 | |
| 5262 | Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5263 | |
| 5264 | * TODO: updated a bit |
| 5265 | * parser.c: made a comment more specific |
| 5266 | * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the |
| 5267 | Schemas conformance. |
| 5268 | * test/schemas result/schemas: updated the test list |
| 5269 | |
| 5270 | Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5271 | |
| 5272 | * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: |
| 5273 | implementing xs:all with minOccurs = 0 |
| 5274 | * tes/schemas/* result/schemas/*: added more tests covering |
| 5275 | xs:all |
| 5276 | |
| 5277 | Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5278 | |
| 5279 | * xmlregexp.c: first implementation of the all particle, this |
| 5280 | may need to be revisited for case where not all transitions |
| 5281 | must be crossed. |
| 5282 | |
| 5283 | Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5284 | |
| 5285 | * tree.c: another entity processing update from Markus Henke |
| 5286 | |
| 5287 | Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net> |
| 5288 | |
| 5289 | * trionan.c: fixed crash on OSF/1 |
| 5290 | |
| 5291 | Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5292 | |
| 5293 | * xmlschemas.c: more Schemas work |
| 5294 | * test/schemas/* result/schemas/*: added more tests coming |
| 5295 | from the spec. |
| 5296 | |
| 5297 | Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5298 | |
| 5299 | * c14n.c: patch from Aleksey Sanin reflecting a change in the |
| 5300 | ExcC14N specification |
| 5301 | |
| 5302 | Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5303 | |
| 5304 | * tree.c: patch from Markus Henke, fix for recursive entities. |
| 5305 | |
| 5306 | Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5307 | |
| 5308 | * xpath.c: fix a problem with string() on a document node. |
| 5309 | |
| 5310 | Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5311 | |
| 5312 | * Makefile.am xmlschemas.c: more Schemas work |
| 5313 | * test/schemas/* result/schemas/*: added more tests coming |
| 5314 | from the spec. |
| 5315 | |
| 5316 | Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5317 | |
| 5318 | * HTMLtree.c: fixed & serialization bug introduced in 2.4.20 |
| 5319 | * result/HTML/*: this changes a few things in the results |
| 5320 | |
| 5321 | Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 5322 | |
| 5323 | * include/libxml/tree.h: eliminated 'declaration different than |
| 5324 | prototype' warning |
| 5325 | * include/win32config.h: "resolved" conflicts with errno.h |
| 5326 | |
| 5327 | Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5328 | |
| 5329 | * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work |
| 5330 | on the automata interfaces and debug of counted choices |
| 5331 | * test/schemas/* result/schemas/*: added a number of tests |
| 5332 | |
| 5333 | Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5334 | |
| 5335 | * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: |
| 5336 | a bit of work on Schemas |
| 5337 | * testSchemas.c: try to make it more useful |
| 5338 | * test/schemas/* result/schemas/* Makefile.am: changed the |
| 5339 | Schemas regression test procedure, started adding a few samples |
| 5340 | |
| 5341 | Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de> |
| 5342 | |
| 5343 | * include/libxml/encoding.h: Patch for the Borland C++ builder |
| 5344 | * include/libxml/tree.h: Patch for the Borland C++ builder |
| 5345 | * threads.c: Patch for the Borland C++ builder |
| 5346 | * win32/bcb5: New directory for the Borland C++ builder |
| 5347 | project files |
| 5348 | |
| 5349 | Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de> |
| 5350 | |
| 5351 | * win32/Makefile.msvc: Update for XML Schema support |
| 5352 | * win32/configure.js: Update for XML Schema support |
| 5353 | * win32/libxml2.def.src: Update for XML Schema support |
| 5354 | |
| 5355 | Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5356 | |
| 5357 | * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c |
| 5358 | testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c |
| 5359 | xmlunicode.c include/libxml/Makefile.am |
| 5360 | include/libxml/schemasInternals.h include/libxml/xmlautomata.h |
| 5361 | include/libxml/xmlregexp.h include/libxml/xmlschemas.h |
| 5362 | include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h |
| 5363 | include/libxml/xmlversion.h.in : merged the current state of |
| 5364 | XML Schemas implementation, it is not configured in by default, |
| 5365 | a specific --schemas configure option has been added. |
| 5366 | * test/automata test/regexp test/schemas Makefile.am |
| 5367 | result/automata result/regexp result/schemas: |
| 5368 | merged automata/regexp/schemas regression tests |
| 5369 | |
| 5370 | Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5371 | |
| 5372 | * xpath.c: Gary found a compile time problem, fixes #78823 |
| 5373 | |
| 5374 | Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5375 | |
| 5376 | * configure.in: release of 2.4.20 |
| 5377 | * doc/*: updated and rebuilt the docs |
| 5378 | |
| 5379 | Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5380 | |
| 5381 | * python/Makefile.am: patch from Cristian Gafton to build on |
| 5382 | Red Hat 6.2, should also fix #75779 |
| 5383 | |
| 5384 | Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5385 | |
| 5386 | * valid.c: first part of fixing #78729 |
| 5387 | |
| 5388 | Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5389 | |
| 5390 | * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper |
| 5391 | escaping of URI when saving HTML files. |
| 5392 | * result/HTML/*: this impacted some tests |
| 5393 | |
| 5394 | Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5395 | |
| 5396 | * configure.in: trying to fix #77441 |
| 5397 | |
| 5398 | Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5399 | |
| 5400 | * include/libxml/xmlIO.h: Hallski complained it could not be |
| 5401 | included by itself. |
| 5402 | |
| 5403 | Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5404 | |
| 5405 | * configure.in: applied an IEEE flag patch for OSF/1 #77825 |
| 5406 | |
| 5407 | Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 5408 | |
| 5409 | * win32/configure.js: patch from Nilo for the c14n option |
| 5410 | * win32/Makefile.msvc: fixed libxml2.def generation with threads |
| 5411 | |
| 5412 | Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5413 | |
| 5414 | * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti |
| 5415 | pointed erroneous use of LIBXML_THREADS_ENABLED instead of |
| 5416 | LIBXML_THREAD_ENABLED |
| 5417 | |
| 5418 | Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5419 | |
| 5420 | * xpath.c: another patch from Richard Jinks for substring conformance |
| 5421 | * test/XPath/expr/floats test/XPath/expr/strings |
| 5422 | result/XPath/expr/floats result/XPath/expr/strings: update of the |
| 5423 | test suite to check those. |
| 5424 | |
| 5425 | Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5426 | |
| 5427 | * xpath.c: patch from Richard Jinks for .x float parsing. |
| 5428 | |
| 5429 | Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5430 | |
| 5431 | * parser.c: patch from Markus Henke when an encoding ain't recognized |
| 5432 | |
| 5433 | Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5434 | |
| 5435 | * libxml.m4: got a report that #include <string.h> was needed |
| 5436 | |
| 5437 | Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5438 | |
| 5439 | * xmllint.c: applied a fix from Anthony Jones for -o /--output |
| 5440 | |
| 5441 | Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net> |
| 5442 | |
| 5443 | * doc/example.html: fixing typo |
| 5444 | |
| 5445 | Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 5446 | |
| 5447 | * xpath.c: fixed a bug in the nodeset to boolean comparison code |
| 5448 | pointed out by Melvyn Sopacua. |
| 5449 | |
| 5450 | Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5451 | |
| 5452 | * libxml.m4: Frédéric Crozat gave a patch related to the change |
| 5453 | of Include paths breaking the libxml.m4 |
| 5454 | |
| 5455 | Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5456 | |
| 5457 | * xpath.c: Fix bug #76927 forgot to save some context |
| 5458 | when evaluating binary expressions |
| 5459 | |
| 5460 | Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5461 | |
| 5462 | * configure.in: fixed configure for MPE/iX from Markus Henke |
| 5463 | * xmlmemory.c: fixed initialization problems |
| 5464 | * xpath.c: another set of patches from Richard Jinks this |
| 5465 | fixes "make XPathtests" on linux |
| 5466 | |
| 5467 | Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5468 | |
| 5469 | * trionan.c trionan.h xpath.c: more patches from Richard Jinks |
| 5470 | * test/XPath/expr/compare test/XPath/expr/equality |
| 5471 | test/XPath/expr/floats test/XPath/expr/functions |
| 5472 | test/XPath/expr/strings result/XPath/expr/compare |
| 5473 | result/XPath/expr/equality result/XPath/expr/floats |
| 5474 | result/XPath/expr/functions result/XPath/expr/strings: Updated |
| 5475 | tests though they show a divergence on Linux |
| 5476 | |
| 5477 | Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5478 | |
| 5479 | * xpath.c trionan.c: previous commit also included patches |
| 5480 | from Richard Jinks on some IEEE support corner case |
| 5481 | |
| 5482 | Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5483 | |
| 5484 | * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer |
| 5485 | * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed |
| 5486 | that $(datadir) should be used for docs |
| 5487 | |
| 5488 | Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5489 | |
| 5490 | * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2 |
| 5491 | could leak filedescriptors |
| 5492 | |
| 5493 | Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5494 | |
| 5495 | * configure.in nanohttp.c: applied patch from Allan Clark for |
| 5496 | UnixWare/OpenServer |
| 5497 | |
| 5498 | Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5499 | |
| 5500 | * configure.in: preparing 2.4.19 |
| 5501 | * doc/*: rebuilt the docs |
| 5502 | |
| 5503 | Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5504 | |
| 5505 | * nanohttp.c: fixing #76043, got fed up with non-portability |
| 5506 | of that piece of code. |
| 5507 | |
| 5508 | Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5509 | |
| 5510 | * valid.c SAX.c: Never commit without running "make tests" :-( |
| 5511 | fix a couple of stupidities in the previous commit |
| 5512 | * result/*: a few changes in some attribute order result of previous |
| 5513 | commit. |
| 5514 | |
| 5515 | Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5516 | |
| 5517 | * valid.c SAX.c: fixed bug #76168, attribute redeclared in |
| 5518 | the internal subset should not raise duplicate ID errors, |
| 5519 | also there was a small bug in conjunction to namespace |
| 5520 | declarations defaulted and xml:xxx attributes DTD definitions. |
| 5521 | |
| 5522 | Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5523 | |
| 5524 | * xpath.c: Richard Jinks also raised some rounding problems |
| 5525 | this tries to fix them |
| 5526 | |
| 5527 | Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5528 | |
| 5529 | * xpath.c: Richard Jinks spotted an incoherent memory allocation |
| 5530 | behaviour in xmlXPathCastToString() |
| 5531 | |
| 5532 | Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5533 | |
| 5534 | * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder |
| 5535 | raised by Morus Walter |
| 5536 | |
| 5537 | Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5538 | |
| 5539 | * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups |
| 5540 | from Igor |
| 5541 | |
| 5542 | Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5543 | |
| 5544 | * xpath.c: fixing #75619, related to a problem when trying |
| 5545 | to evaluate condition when the current node set resulting |
| 5546 | from that sub-step evaluation is empty. Also fixes 2 potential |
| 5547 | problem with previous-sibling and next-siblings axis. |
| 5548 | |
| 5549 | Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5550 | |
| 5551 | * c14n.c: patch from Mark Vakoc to build C14N if DocBook and |
| 5552 | HTML support is not configured in. |
| 5553 | |
| 5554 | Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5555 | |
| 5556 | * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c |
| 5557 | include/libxml/tree.h: dohh I really didn't intended to commit |
| 5558 | this test version :-( |
| 5559 | |
| 5560 | Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5561 | |
| 5562 | * testSAX.c: I wanted to see the real speed at the SAX interface |
| 5563 | after a little too many Ximianer started complaining about the |
| 5564 | parser speed. |
| 5565 | added a --quiet option: |
| 5566 | paphio:~/XML -> ls -l db100000.xml |
| 5567 | -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml |
| 5568 | paphio:~/XML -> time ./testSAX --quiet db100000.xml |
| 5569 | 3200006 callbacks generated |
| 5570 | real 0m1.270s |
| 5571 | Which means 16MBytes/s and 3Mcallback/s |
| 5572 | |
| 5573 | Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5574 | |
| 5575 | * xpath.c: valgrind spotted another error that time when running |
| 5576 | on libxslt regression tests |
| 5577 | |
| 5578 | Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5579 | |
| 5580 | * Makefile.am: adding "make valgrind" running the full regression |
| 5581 | tests (except python ones) under Valgrind (using valgrind -q |
| 5582 | which was kindly added by the author). |
| 5583 | * valid.c: stupid bug pinpointed by Valgrind, the regression tests |
| 5584 | passes cleanly now except an obcure floating point initialization |
| 5585 | raised in log10() in one XPath regression test ??? |
| 5586 | * tree.c: edited some comments to close #75244 |
| 5587 | |
| 5588 | Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5589 | |
| 5590 | * xpath.c: pretty insane thing, the xmlXPathFormatNumber() |
| 5591 | was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the |
| 5592 | context of ScrollKeeper, made sure that if the number is |
| 5593 | an integer, the serialization follows the description at |
| 5594 | http://www.w3.org/TR/xpath#section-String-Functions |
| 5595 | |
| 5596 | Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5597 | |
| 5598 | * configure.in: preparing 2.4.18 |
| 5599 | * doc/*: updated and rebuilt the web site |
| 5600 | * *.c libxml.h: implement the new IN_LIBXML scheme discussed with |
| 5601 | the Windows and Cygwin maintainers. |
| 5602 | * parser.c: humm, changed the way the SAX parser work when |
| 5603 | xmlSubstituteEntitiesDefault(1) is set, it will then |
| 5604 | do the entity registration and loading by itself in case the |
| 5605 | user provided SAX getEntity() returns NULL. |
| 5606 | * testSAX.c: added --noent to test the behaviour. |
| 5607 | |
| 5608 | Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5609 | |
| 5610 | * parser.c: Wilfried Teiken provided a hackish but working |
| 5611 | way to get context reported back on entities when parsing |
| 5612 | with SAX and without breaking the DOM build. |
| 5613 | |
| 5614 | Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5615 | |
| 5616 | * c14n.c: applied a new patch from Aleksey Sanin |
| 5617 | * doc/site.xsl doc/xml.html doc/*.html: updated the documentation |
| 5618 | to reference Aleksey implementation of XML digital Signatures |
| 5619 | |
| 5620 | Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5621 | |
| 5622 | * xpath.c: small fix to avoid potential problem due to |
| 5623 | ordering of freeing data |
| 5624 | * python/Makefile.am: people were complaining about |
| 5625 | the generated file in python dir not being built |
| 5626 | |
| 5627 | Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5628 | |
| 5629 | * libxml.spec.in python/Makefile.am python/tests/Makefile.am |
| 5630 | python/generator.py python/libxml.c python/types.c: Cleanup |
| 5631 | of the python Makefiles based on Jacob and James feedback, |
| 5632 | fixed the spec file accordingly, fixed the number of warning |
| 5633 | that passing my pedantic CFLAGS was generating. Conclusion |
| 5634 | is that Python includes are real crap. |
| 5635 | |
| 5636 | Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5637 | |
| 5638 | * configure,in: it was reported quite a few times that |
| 5639 | xml2-config --cflags should not output |
| 5640 | -I$includeprefix/libxml2/libxml because libxml2 header names |
| 5641 | clashes with existing names like list.h from C++ stl. |
| 5642 | Includes should be #include<libxml/xxx.h> so ... |
| 5643 | |
| 5644 | Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5645 | |
| 5646 | * c14n.c: another patch from Aleksey Sanin |
| 5647 | |
| 5648 | Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5649 | |
| 5650 | * c14n.c: applied patch from Aleksey Sanin fixing a problem in the |
| 5651 | canonicalization algorithm |
| 5652 | * doc/xml.html doc/index.html: added the C14N references on the |
| 5653 | index page. |
| 5654 | |
| 5655 | 2002-03-13 jacob berkman <jacob@ximian.com> |
| 5656 | |
| 5657 | * python/Makefile.am: remove LDADD and CFLAGS as this is broken |
| 5658 | usage, redundant, and gcc specific |
| 5659 | |
| 5660 | Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5661 | |
| 5662 | * xpath.c: speedup some node selection operations, this can |
| 5663 | have a significant impact on DocBook Norm's stylesheets |
| 5664 | * nanohttp.c: someone reported that SOCKLEN_T may not be defined |
| 5665 | make sure it's always the case |
| 5666 | * debugXML.c: distinguish CDATA and comments in ls operations |
| 5667 | |
| 5668 | Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5669 | |
| 5670 | * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments |
| 5671 | to generate better API descriptions etc... |
| 5672 | |
| 5673 | Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5674 | |
| 5675 | * c14n.c: Fixing #74186, made sure all boolean expressions |
| 5676 | get fully parenthesized, ran indent on the output |
| 5677 | * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c |
| 5678 | include/libxml/tree.h: also #74186 related, removed the |
| 5679 | --with-buffers option, and all the preprocessor conditional |
| 5680 | sections that were resulting from it. |
| 5681 | |
| 5682 | Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5683 | |
| 5684 | * valid.c: applied patch from Dodji Seketeli fixing an |
| 5685 | uninitailized variable in xmlValidGetValidElements() |
| 5686 | |
| 5687 | Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5688 | |
| 5689 | * c14n.c: fixed a few comments |
| 5690 | * doc/*.html doc/*/*.html: regenerated the docs and added |
| 5691 | the C14N API |
| 5692 | * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs |
| 5693 | |
| 5694 | Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5695 | |
| 5696 | * check-xml-test-suite.py: fix to adapt varaiations in the |
| 5697 | bindings |
| 5698 | * configure.in python/setup.py python/setup.py.in: fixed to |
| 5699 | have the version of the python scripts automatically updated |
| 5700 | |
| 5701 | Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5702 | |
| 5703 | * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner |
| 5704 | in xmlCopyProp() |
| 5705 | |
| 5706 | Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5707 | |
| 5708 | * configure.in: preparing 2.4.17 release |
| 5709 | * doc/*: updated and rebuilt the docs |
| 5710 | * xpath.c: fixed a comment |
| 5711 | * python/libxml.c: fixed a possible reentrancy problem |
| 5712 | |
| 5713 | Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5714 | |
| 5715 | * tree.c python/tests/Makefile.am python/tests/attribs.py: |
| 5716 | fixed xmlHasNsProp() bugs for defaulted from DTD attribs, |
| 5717 | added a specific regression test |
| 5718 | * python/generator.py: xmlHasNsProp() and xmlHasProp() shall |
| 5719 | not raise exceptions when failing to find the attribute. |
| 5720 | |
| 5721 | Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5722 | |
| 5723 | * configure.in xmllint.c: owen pointed out a problem with the |
| 5724 | ftme fix, gettimeofday() was not detected by configure and |
| 5725 | the ftime header wasn't included, dohhh |
| 5726 | |
| 5727 | Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5728 | |
| 5729 | * configure.in xmllint.c: trying to fix #71457 for timing |
| 5730 | precision when gettimeofday() is not availble but ftime() is |
| 5731 | |
| 5732 | Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5733 | |
| 5734 | * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images |
| 5735 | are now copied on install and part of the -devel RPM |
| 5736 | |
| 5737 | Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5738 | |
| 5739 | * xpath.c: trying to avoid bug #72150 which was apparently |
| 5740 | caused by a gcc bug (or a processor problem) as detailed |
| 5741 | at http://veillard.com/gcc.bug |
| 5742 | |
| 5743 | Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5744 | |
| 5745 | * tree.c python/tests/Makefile.am python/tests/cutnpaste.py: |
| 5746 | fixed xmlReconciliateNs(), added a Python test/example for |
| 5747 | inter-document cut'n paste |
| 5748 | * python/libxml.py: fixed node.doc on document nodes and added |
| 5749 | xpathEval() onto node objects |
| 5750 | |
| 5751 | Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5752 | |
| 5753 | * HTMLtree.c: fixed some htmlSetMetaEncoding() problems |
| 5754 | * python/libxml.c python/tests/Makefile.am python/tests/serialize.py: |
| 5755 | fixup and integrated tests for the serialization stuff |
| 5756 | |
| 5757 | Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5758 | |
| 5759 | * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570 |
| 5760 | moved the libxml man page to section 3 |
| 5761 | |
| 5762 | Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5763 | |
| 5764 | * tree.c: fix bug #72490 |
| 5765 | * python/libxml.c python/libxml.py: added methods serialize() |
| 5766 | and saveTo() to all node elements. |
| 5767 | |
| 5768 | Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5769 | |
| 5770 | * xmlIO.c: closed #73430, don't read from an input source |
| 5771 | which indicated an end-of-file or an error. |
| 5772 | |
| 5773 | Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5774 | |
| 5775 | * parser.c: make sure SAX endDocument is always called as |
| 5776 | this could result in a Python memory leak otherwise (it's |
| 5777 | used to decrement ref-counting) |
| 5778 | * python/generator.py python/libxml.c python/libxml.py |
| 5779 | python/libxml2-python-api.xml python/libxml2class.txt |
| 5780 | python/tests/error.py python/tests/xpath.py: implemented |
| 5781 | the suggestions made by Gary Benson and extended the tests |
| 5782 | to match it. |
| 5783 | |
| 5784 | Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5785 | |
| 5786 | * python/generator.py: applied patch fixing #73450 |
| 5787 | |
| 5788 | Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5789 | |
| 5790 | * xpath.c: fixing #61290 "namespace nodes have no parent" |
| 5791 | long standing divergence from the XPath REC. NodeSets |
| 5792 | simply hold a copy of namespace nodes and those node ->next |
| 5793 | points to the parent (which may not be the node carrying the |
| 5794 | definition). |
| 5795 | * include/libxml/xpath.h: flagged but didn't added a possible |
| 5796 | speedup |
| 5797 | * DOCBparser.c HTMLparser.c: removed some warnings from push |
| 5798 | parser due to new state being added. |
| 5799 | * tree.c: new fix from Boris Erdmann |
| 5800 | * configure.in c14n.c include/libxml/c14n.h testC14N.c: added |
| 5801 | the XML Canonalization support from Aleksey Sanin |
| 5802 | |
| 5803 | Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5804 | |
| 5805 | * tree.c: patch from Boris Erdmann fixing some namespace odities |
| 5806 | with xmlCopyNode() |
| 5807 | |
| 5808 | Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5809 | |
| 5810 | * xmlIO.c: fix bug #72706 when loading a NULL entity |
| 5811 | |
| 5812 | Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5813 | |
| 5814 | * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could |
| 5815 | actually change in a future XML Namespace revision. |
| 5816 | |
| 5817 | Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5818 | |
| 5819 | * python/types.c python/tests/Makefile.am python/tests/xpathret.py: |
| 5820 | added the possibility of returning nodesets from XPath extension |
| 5821 | functions written in Python |
| 5822 | |
| 5823 | Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5824 | |
| 5825 | * python/*: commiting some Python bindings work done while travelling |
| 5826 | |
| 5827 | Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5828 | |
| 5829 | * xmllint.c: close #72663 and #72658, don't memdump unless compiled |
| 5830 | explicitely with memory debugging switched on |
| 5831 | |
| 5832 | Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5833 | |
| 5834 | * python/generator.py python/libxml.c python/libxml2-python-api.xml |
| 5835 | python/libxml2class.txt python/libxml_wrap.h python/types.c: |
| 5836 | Added wrapper for the xmlURIPtr type, provided accessors, fixed |
| 5837 | the accessor generator for strings |
| 5838 | * python/tests/Makefile.am python/tests/tstURI.py: added a specific |
| 5839 | regression test. |
| 5840 | |
| 5841 | Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5842 | |
| 5843 | * python/README python/generator.py python/libxml.c python/setup.py: |
| 5844 | added the 'usual' setup.py to allow building a libxml2-python |
| 5845 | module based on the same code. The initialization is however |
| 5846 | different the 2 .so files fo libxml2 and libxslt are identical and |
| 5847 | they entry point initialize both libraries. this is done to avoid |
| 5848 | some possible nasty problem since the Python don't merge the maps |
| 5849 | of all shared modules. |
| 5850 | |
| 5851 | Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5852 | |
| 5853 | * parser.c: fixed a push/encoding bug reported by Michael |
| 5854 | on librsvg |
| 5855 | |
| 5856 | Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5857 | |
| 5858 | * include/libxml/parserInternals.h: fixes a misplaced #endif |
| 5859 | |
| 5860 | Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5861 | |
| 5862 | * parser.c valid.c: found and fixed a couple of allocation bugs |
| 5863 | |
| 5864 | Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5865 | |
| 5866 | * doc/xml.html doc/python.html doc/*: added a Python and binding |
| 5867 | page describing the current state of the Python bindings and |
| 5868 | giving pointers to the other languages wrappers. |
| 5869 | |
| 5870 | Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5871 | |
| 5872 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 |
| 5873 | * doc/* python/libxml2class.txt: updated and rebuilt the docs, |
| 5874 | rebuilt the API and web site |
| 5875 | * xpath.c: fixed #71978 portability bugs |
| 5876 | |
| 5877 | Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5878 | |
| 5879 | * SAX.c: oops broke automatic defaulting of namespaces attributes. |
| 5880 | |
| 5881 | Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5882 | |
| 5883 | * include/libxml/parserInternals.h parser.c: had to change |
| 5884 | 2 internal parsing API when processing document content |
| 5885 | to check the start and end of element content are defined |
| 5886 | in the same entity |
| 5887 | * valid.c include/libxml/valid.h: attribute normalization can |
| 5888 | generate a validity error added xmlValidCtxtNormalizeAttributeValue() |
| 5889 | with the context to report it. |
| 5890 | * SAX.c: fixed the last known bugs, crazy validation constraints |
| 5891 | when a document is standalone seems correctly handled. There |
| 5892 | is a couple of open issues left which need consideration especially |
| 5893 | PE93 on external unparsed entities and standalone status. |
| 5894 | Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s. |
| 5895 | The 2 tests left failing are actually in error. Cleanup done. |
| 5896 | |
| 5897 | Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5898 | |
| 5899 | * valid.c: implemented E59 spaces in CDATA does not match the |
| 5900 | nonterminal S |
| 5901 | |
| 5902 | Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5903 | |
| 5904 | * SAX.c parser.c valid.c: more validation test fixups |
| 5905 | * check-xml-test-suite.py: added duration info for the tests |
| 5906 | |
| 5907 | Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5908 | |
| 5909 | * parser.c valid.c: a couple of errors were reported but not |
| 5910 | saved back as such in the parsing context. Down to 1% failure rate |
| 5911 | Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error |
| 5912 | |
| 5913 | Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5914 | |
| 5915 | * xmlInternald.c: isExtender was missing a char |
| 5916 | * parser.c include/libxml/parser.h: % are acceptable in the |
| 5917 | internal subset if within a PUBLIC ID |
| 5918 | |
| 5919 | Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5920 | |
| 5921 | * SAX.c parserInternals.c valid.c: more work on the conformance |
| 5922 | suite. Took the step to finally block documents with encoding |
| 5923 | errors. It's a fatal error per the spec, people should have fixed |
| 5924 | their documents by now. |
| 5925 | |
| 5926 | Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5927 | |
| 5928 | * check-xml-test-suite.py: fixed the test script after some discussion |
| 5929 | on the semantic of TYPE="error" |
| 5930 | * Makefile.am: added the script to the distrib |
| 5931 | |
| 5932 | Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5933 | |
| 5934 | * SAX.c entities.c: fixed a couple of conformances issues deep |
| 5935 | into the validation code (standalone and undeclared Notations) |
| 5936 | |
| 5937 | Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5938 | |
| 5939 | * parser.c: fixed #71741 supid typo an a bug about encoding parsing |
| 5940 | stayed there for years ! |
| 5941 | |
| 5942 | Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5943 | |
| 5944 | * valid.c SAX.c: fixed #71740 NotationDecl with a required field |
| 5945 | missing |
| 5946 | |
| 5947 | Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5948 | |
| 5949 | * check-xml-test-suite.py: improved the behaviour a bit as |
| 5950 | well as the logs |
| 5951 | * parser.c valid.c SAX.c: fixed a few more bugs |
| 5952 | "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error" |
| 5953 | |
| 5954 | Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5955 | |
| 5956 | * check-xml-test-suite.py: python script to run regression tests |
| 5957 | against the XML Test suite of W3C/OASis |
| 5958 | * SAX.c: fixed a validation bug |
| 5959 | * parser.c: fixed 3 errors pointed by the test suite |
| 5960 | * doc/buildDocBookCatalog: fixed a typo pointed by drake |
| 5961 | * python/Makefile.am: fixed a dependendy |
| 5962 | |
| 5963 | Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5964 | |
| 5965 | * xmlmemory.c: avoid a warning bug #71594 |
| 5966 | |
| 5967 | Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5968 | |
| 5969 | * xmlmemory.c: Jesse Perry provided a patch to remove a few |
| 5970 | warning on alpha/Tru64 |
| 5971 | |
| 5972 | Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5973 | |
| 5974 | * include/libxml/entities.h: fixing a comment |
| 5975 | * valid.c: fixing some troubles with validity check on namespaces |
| 5976 | * result/VC/NS3 test/VC/NS3: added a specific regression test |
| 5977 | |
| 5978 | Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5979 | |
| 5980 | * tree.c: Fixing #71342 serializing '\n' in attribute values |
| 5981 | * result/noent/att3 result/att3 test/att3: added a specific |
| 5982 | test. |
| 5983 | |
| 5984 | Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5985 | |
| 5986 | * python/libxml.c: couple of bug fixes |
| 5987 | |
| 5988 | Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5989 | |
| 5990 | * python/*.py: removed tabs and used spaces. |
| 5991 | |
| 5992 | Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5993 | |
| 5994 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15 |
| 5995 | * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs |
| 5996 | |
| 5997 | Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 5998 | |
| 5999 | * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707 |
| 6000 | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707 |
| 6001 | |
| 6002 | Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6003 | |
| 6004 | * include/libxml/encoding.h include/libxml/entities.h |
| 6005 | include/libxml/globals.h include/libxml/parser.h |
| 6006 | include/libxml/threads.h include/libxml/tree.h |
| 6007 | include/libxml/xmlmemory.h: trying to fix the include mess |
| 6008 | |
| 6009 | Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6010 | |
| 6011 | * include/libxml/xmlmemory.h: reverted part of the previous |
| 6012 | attempt to provide #69655, this was breaking the build. |
| 6013 | |
| 6014 | Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6015 | |
| 6016 | * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c |
| 6017 | globals.c parser.c threads.c tree.c valid.c xmlmemory.c |
| 6018 | xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h |
| 6019 | include/libxml/parserInternals.h include/libxml/tree.h |
| 6020 | include/libxml/xmlmemory.h include/libxml/xpathInternals.h: |
| 6021 | Tentatively fixed #69655 , make compiling with -Wredundant-decls |
| 6022 | clean. |
| 6023 | * python/libxml.c: fixed a warning. |
| 6024 | |
| 6025 | Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6026 | |
| 6027 | * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude |
| 6028 | copying of node, merge back IDs in the target document. |
| 6029 | * result/XInclude/docids.xml test/XInclude/docs/docids.xml |
| 6030 | test/XInclude/ents/ids.xml: test case |
| 6031 | * result/VC/ElementValid4: output changed due to a typo fix |
| 6032 | |
| 6033 | Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6034 | |
| 6035 | * python/Makefile.am: seems some version of automake didn't |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 6036 | generate the dependencies right as Jacob found out. Add |
| 6037 | an extra dependency rule. |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 6038 | |
| 6039 | Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6040 | |
| 6041 | * parserInternals.c valid.c: Justin Fletcher found some parts |
| 6042 | of the code needing cleanup |
| 6043 | * libxml.spec.in python/Makefile.am python/generator.py |
| 6044 | python/libxml.c python/libxml.py: Fixed the python Makefiles |
| 6045 | corrected a bug showing up on ia64, changed the name of the |
| 6046 | python internal module too |
| 6047 | |
| 6048 | Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6049 | |
| 6050 | * Makefile.am: applied patch from Andris Pavenis for binary |
| 6051 | name suffixes |
| 6052 | |
| 6053 | Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6054 | |
| 6055 | * xmllint.c win32/win32config.h: fixing #68748 |
| 6056 | |
| 6057 | Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6058 | |
| 6059 | * valid.c: fixing #70166 |
| 6060 | |
| 6061 | Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6062 | |
| 6063 | * valid.c: fixing #70077 |
| 6064 | |
| 6065 | Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6066 | |
| 6067 | * Copyright Makefile.am README configure.in libxml.spec.in: |
| 6068 | Changed to the MIT Licence |
| 6069 | * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html |
| 6070 | doc/xmlio.html: updated the doc accordingly |
| 6071 | * include/libxml/xmlwin32version.h configure.in: preparing |
| 6072 | 2.4.14 release |
| 6073 | * python/generator.py python/libxml.c python/libxml2-python-api.xml |
| 6074 | python/libxml2class.txt python/libxml_wrap.h python/types.c: |
| 6075 | fixed the const xmlChar * wrapper and generator, XPath extension |
| 6076 | functions now use the context as first argument |
| 6077 | * python/tests/tstxpath.py python/tests/xpath.py |
| 6078 | python/tests/xpathext.py: Updated the tests accordingly |
| 6079 | * tree.c: fixed bug #70067 |
| 6080 | |
| 6081 | Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6082 | |
| 6083 | * Makefile.am: cleanup |
| 6084 | * debugXML.c: always use stdout if output is NULL |
| 6085 | * xmlIO.c: don't close filedescriptors passed to outputBuffers |
| 6086 | * python/Makefile.am python/generator.py python/libxml2class.txt |
| 6087 | python/libxml_wrap.h python/types.c: augmented the number of bindings |
| 6088 | handling FILE * and XPath contexts |
| 6089 | * python/tests/Makefile.am: avoid a stupid problem due to the |
| 6090 | use of TEST. |
| 6091 | |
| 6092 | Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6093 | |
| 6094 | * configure.in: fixed stupid bug #70738 found by alfons hoogervorst |
| 6095 | |
| 6096 | Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6097 | |
| 6098 | * python/TODO python/libxml.c: cleanup the extension function lookup |
| 6099 | * xmlmemory.c include/libxml/xmlmemory.h: always compile the list |
| 6100 | |
| 6101 | Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6102 | |
| 6103 | * configure.in python/Makefile.am: do not install outside |
| 6104 | of prefix |
| 6105 | |
| 6106 | Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6107 | |
| 6108 | * python/TODO python/libxml.c: started adding SAX interfaces |
| 6109 | * python/tests/Makefile.am python/tests/pushSAX.py: added a basic |
| 6110 | SAX test |
| 6111 | |
| 6112 | Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6113 | |
| 6114 | * tree.c: hardened the addChild function |
| 6115 | * python/generator.py python/libxml.c python/libxml2-python-api.xml |
| 6116 | python/libxml2class.txt python/libxml_wrap.h python/TODO: |
| 6117 | added accessors needed for xmlNode, a bit more testing and |
| 6118 | extension of interfaces |
| 6119 | * python/tests/Makefile.am python/tests/build.py: added a test |
| 6120 | build from scratch/save/load/check |
| 6121 | |
| 6122 | Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6123 | |
| 6124 | * parserInternals.c: change a small bit in the way valididy |
| 6125 | error messages get initialized |
| 6126 | * python/TODO python/libxml.c python/libxml2-python-api.xml |
| 6127 | python/libxml2class.txt python/libxml_wrap.h python/types.c: |
| 6128 | added some memory debugging to track leaks at the libxml2 level |
| 6129 | * python/tests/*.py: changed all tests to check for leaks, |
| 6130 | there is just one left in XPath extension registrations. |
| 6131 | |
| 6132 | Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6133 | |
| 6134 | * python/TODO python/generator.py python/libxml2-python-api.xml |
| 6135 | python/libxml2class.txt: more accessor classes for the parser |
| 6136 | context, allow to switch on and check validity |
| 6137 | * python/tests/Makefile.am python/tests/error.py |
| 6138 | python/tests/invalid.xml python/tests/valid.xml |
| 6139 | python/tests/validate.py: attded more test and and added error.py |
| 6140 | which I forgot to commit in the last step |
| 6141 | |
| 6142 | Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6143 | |
| 6144 | * python/Makefile.am python/types.c: cleanup |
| 6145 | * python/libxml.c python/libxml.py python/libxml_wrap.h |
| 6146 | python/generator.py python/libxml2-python-api.xml |
| 6147 | python/libxml2class.txt: added class for parser context, added |
| 6148 | first cut for push mode support. Added a framework to generate |
| 6149 | accessors functions. |
| 6150 | * python/tests/Makefile.am python/tests/push.py: added a push |
| 6151 | test |
| 6152 | |
| 6153 | Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6154 | |
| 6155 | * python/Makefile.am python/TODO python/libxml.py: fixed a small |
| 6156 | bug a bit of cleanup. |
| 6157 | |
| 6158 | Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6159 | |
| 6160 | * python/Makefile.am python/libxml.c python/libxml2-python-api.xml |
| 6161 | python/libxml2class.txt: adding error redirections and preformat |
| 6162 | to a python handler |
| 6163 | * python/tests/Makefile.am python/tests/*.py: cleanup made all |
| 6164 | tests self checking |
| 6165 | |
| 6166 | Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6167 | |
| 6168 | * python/libxml.c python/libxml.py: fixed a stupid bug when renaming |
| 6169 | a function |
| 6170 | |
| 6171 | Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6172 | |
| 6173 | * libxml.spec.in python/Makefile.am python/TODO python/generator.py |
| 6174 | python/libxml.c python/libxml2-python-api.xml |
| 6175 | python/libxml2class.txt: Progressing through the TODOs, class |
| 6176 | description output, extra XML API, RPM now builds the wrappers |
| 6177 | for all python installed versions |
| 6178 | |
| 6179 | Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6180 | |
| 6181 | * configure.in libxml.spec.in python/Makefile.am python/TODO |
| 6182 | python/generator.py python/libxml2class.txt: added more informations |
| 6183 | in the libxml2-python package including docs. Slightly changed |
| 6184 | the class hierarchy |
| 6185 | * python/tests/*: added basic regression tests infrastructure too |
| 6186 | |
| 6187 | Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6188 | |
| 6189 | * configure.in libxml.spec.in example/Makefile.am python/Makefile.am: |
| 6190 | added libxml2-python as part of the packages installed |
| 6191 | |
| 6192 | Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6193 | |
| 6194 | * python/Makefile.am python/generator.py python/libxml.c |
| 6195 | python/libxml.py: more work, now able to extend the |
| 6196 | XPath interpreter with functions written in python. |
| 6197 | |
| 6198 | Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6199 | |
| 6200 | * python/Makefile.am: Jacob sent a patch to allow building from |
| 6201 | tarfile. |
| 6202 | |
| 6203 | Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6204 | |
| 6205 | * python/Makefile.am python/libxml.c configure.in Makefile.am: |
| 6206 | inserted the python wrappers build, I hope this won't be too |
| 6207 | unportable |
| 6208 | |
| 6209 | Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6210 | |
| 6211 | * xpath.c: minor optimization |
| 6212 | * python/generator.py python/libxml.c python/libxml.py |
| 6213 | python/libxml_wrap.h: more work on the python bindings, |
| 6214 | they now support XPath and there is no evident leak |
| 6215 | |
| 6216 | Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6217 | |
| 6218 | * python/generator.py python/libxml.c python/libxml.py: |
| 6219 | more work on the python bindings generator. |
| 6220 | |
| 6221 | Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6222 | |
| 6223 | * python/generator.py python/libxml.c python/libxml_wrap.h: |
| 6224 | more work on the python bindings. |
| 6225 | |
| 6226 | Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6227 | |
| 6228 | * python/generator.py python/libxml.c python/libxml.py |
| 6229 | python/libxml_wrap.h: commited early version of a python binding |
| 6230 | for private use only ATM |
| 6231 | |
| 6232 | Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6233 | |
| 6234 | * entities.c tree.c include/libxml/entities.h: applied patch |
| 6235 | from Anthony Jones to implement copy of DTD subtree too. Had |
| 6236 | just to keep 2 function private which really ought to become |
| 6237 | public ones. |
| 6238 | |
| 6239 | Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6240 | |
| 6241 | * xmllint.c: added pointers to the web pages in the usage() |
| 6242 | |
| 6243 | Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6244 | |
| 6245 | * tree.c: more fixes from Petr Kozelka for attribute handling |
| 6246 | in the tree API to align the semantic with DOM. |
| 6247 | |
| 6248 | Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6249 | |
| 6250 | * valid.c tree.c entities.c: another set of patches from |
| 6251 | Anthony Jones for copy operations cleanup and robustness |
| 6252 | |
| 6253 | Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6254 | |
| 6255 | * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated |
| 6256 | an alphabetic index based on comments content |
| 6257 | * doc/*: rebuilt the web site with the new references |
| 6258 | |
| 6259 | Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6260 | |
| 6261 | * parserInternals.h: Greg Sjaardema suggested to use an |
| 6262 | eponential buffer groth policy in xmlParserAddNodeInfo() |
| 6263 | |
| 6264 | Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6265 | |
| 6266 | * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html |
| 6267 | doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml |
| 6268 | doc/parsedecl.py doc/Makefile.am: updated the python extractor |
| 6269 | to generate cross-references, and added/updated the stylesheets |
| 6270 | to generate and link API indexes. The generic keyword index |
| 6271 | is not done yet. |
| 6272 | * doc/*.html: regenerated all the usual docs too |
| 6273 | |
| 6274 | Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6275 | |
| 6276 | * debugXML.c: added an xpath function to the shell for T. V. Raman |
| 6277 | |
| 6278 | Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6279 | |
| 6280 | * debugXML.c: patch from Anthony Jones to catch NULL nodes in |
| 6281 | debug routines. |
| 6282 | |
| 6283 | Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6284 | |
| 6285 | * tree.c: apply an patch from Petr Kozelka for unlink and replace |
| 6286 | support of attribute nodes |
| 6287 | |
| 6288 | Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6289 | |
| 6290 | * doc/libxml2-api.xml doc/parsedecl.py: Build a new version |
| 6291 | hopefully near complete and fully documented of the API in XML |
| 6292 | * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c |
| 6293 | xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h |
| 6294 | include/libxml/list.h include/libxml/parser.h include/libxml/tree.h |
| 6295 | include/libxml/parserInternals.h include/libxml/valid.hi |
| 6296 | include/libxml/xmlIO.h include/libxml/xmlerror.hi |
| 6297 | include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini |
| 6298 | include/libxml/xpath.h include/libxml/xpathInternals.h: |
| 6299 | Cleaned up the doc comments a lot in the process, the interface |
| 6300 | coverage is now 100% |
| 6301 | |
| 6302 | Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6303 | |
| 6304 | * doc/libxml2-api.xml doc/parsedecl.py: improved the script to |
| 6305 | extracts comments from the gtk-doc DocBook output (a bit |
| 6306 | convoluted but seems to work). |
| 6307 | |
| 6308 | Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6309 | |
| 6310 | * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py: |
| 6311 | added an XML description of the API, moved the script generating |
| 6312 | it here. Added a "make api" target |
| 6313 | |
| 6314 | Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6315 | |
| 6316 | * tree.c: Adam Lounds pointed out a bug in xmlSearchNs() |
| 6317 | |
| 6318 | Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6319 | |
| 6320 | * xpath.c include/libxml/xpathInternals.h: the change made to |
| 6321 | xmlXPathFuncLookupFunc was incompatible roll it back |
| 6322 | |
| 6323 | Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6324 | |
| 6325 | * SAX.c: cleanup patch from Anthony Jones |
| 6326 | * doc/Makefile.am: fix the headers to avoid in make scan |
| 6327 | * parserInternals.c xpath.c include/libxml/*.h: cleanup of the |
| 6328 | includes, * vs Ptr and general cleanup |
| 6329 | * parsedecl.py: first version of a script to extract the |
| 6330 | module interfaces, the goal will be to provide .decl or XML |
| 6331 | specification of the interfaces to build wrappers. |
| 6332 | |
| 6333 | Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6334 | |
| 6335 | * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog |
| 6336 | now provides return codes in case of errors |
| 6337 | |
| 6338 | Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net> |
| 6339 | |
| 6340 | * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am: |
| 6341 | Upgraded to trio baseline 1.6 |
| 6342 | * strio.h strio.c: Replaced by triostr.h and triostr.c |
| 6343 | |
| 6344 | Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6345 | |
| 6346 | * globals.c xmlIO.c xmlcatalog.c: removed the last occurences |
| 6347 | of strdup usage in the code |
| 6348 | |
| 6349 | Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6350 | |
| 6351 | * parser.c error.c: Keith Isdale complained rightly that |
| 6352 | xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc |
| 6353 | |
| 6354 | Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6355 | |
| 6356 | * tree.c: fixed the funxtion to set the xml: attributes |
| 6357 | * debugXML.c: added "setbase" to test it. |
| 6358 | |
| 6359 | Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6360 | |
| 6361 | * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen() |
| 6362 | to allow updating an attribute content |
| 6363 | |
| 6364 | Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6365 | |
| 6366 | * libxml.h: try to avoid problems when compiling on Windows |
| 6367 | |
| 6368 | Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6369 | |
| 6370 | * hash.c: patch from Anthony Jones for hash.c allocation size |
| 6371 | * Makefile.am: trying to work around Yet Another Libtool Madness |
| 6372 | and build the 2.4.13 release finally ... |
| 6373 | |
| 6374 | Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6375 | |
| 6376 | * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13 |
| 6377 | * doc/* : update of the documentation |
| 6378 | |
| 6379 | Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6380 | |
| 6381 | * debugXML.c tree.c: some cleanup after an unsuccessful attempt |
| 6382 | at fixing #61290 :-( |
| 6383 | |
| 6384 | Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6385 | |
| 6386 | * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL |
| 6387 | Fixes bug #67229 |
| 6388 | |
| 6389 | Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6390 | |
| 6391 | * tree.c: trying to avoid troubles when a subtree is copied |
| 6392 | and coalesced in part with the target tree. Should fix |
| 6393 | bug #67407 |
| 6394 | |
| 6395 | Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6396 | |
| 6397 | * valid.c: fixed validation of attributes content of type |
| 6398 | NAME NAMES NMTOKEN and NMTOKENS to accept internationalized |
| 6399 | values, very old bug. Fixes #67671 |
| 6400 | |
| 6401 | Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6402 | |
| 6403 | * parser.c include/libxml/parserInternals.h tree.c: integrated |
| 6404 | a couple of fixes and a new API function xmlSetEntityReferenceFunc() |
| 6405 | from Keith Isdale and dedicated to xsldbg the XSLT debugger. |
| 6406 | |
| 6407 | Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6408 | |
| 6409 | * threads.c: applied Serguei Narojnyi's patch to add native |
| 6410 | thread support on the Win32 platform |
| 6411 | * testThreadsWin32.c Makefile.am: added the test program also |
| 6412 | from Serguei, Win32 specific |
| 6413 | * include/win32config.h include/libxml/xmlwin32version.h.in: |
| 6414 | added patch from Igor for the Windows thread specific defines. |
| 6415 | |
| 6416 | Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6417 | |
| 6418 | * entities.c: Anthony Jones pointed a bug in xmlCopyEntity() |
| 6419 | |
| 6420 | Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6421 | |
| 6422 | * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html |
| 6423 | output page into XMLinfo.html. Close bug #66951 and |
| 6424 | raised by Robert Collins too. |
| 6425 | |
| 6426 | Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6427 | |
| 6428 | * encoding.c: Paul Keogh pointed out a possibility of segfault |
| 6429 | on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias(). |
| 6430 | Closes bug # 68238 |
| 6431 | |
| 6432 | Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6433 | |
| 6434 | * doc/*.html: updated the Gdome2 links |
| 6435 | |
| 6436 | Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6437 | |
| 6438 | * libxml.h: Applied following patches from Robert Collins |
| 6439 | and make sure IN_LIBXML is defined when compiling it |
| 6440 | ------- |
| 6441 | * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin |
| 6442 | as well as Visual C. |
| 6443 | * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin. |
| 6444 | * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin. |
| 6445 | * strio.c (PLATFORM_UNIX): Define for Cygwin. |
| 6446 | * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin. |
| 6447 | * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin. |
| 6448 | Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory |
| 6449 | xmlSysIDExists xmlNoNetExists). |
| 6450 | * xmllint.c: Don't include winsock2.h for Cygwin. |
| 6451 | |
| 6452 | Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6453 | |
| 6454 | * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl() |
| 6455 | when the version info is not present. |
| 6456 | |
| 6457 | Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6458 | |
| 6459 | * tree.c: Anthony Jones pointed out a problem in |
| 6460 | xmlStringGetNodeList() and provided a fix for it |
| 6461 | |
| 6462 | Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6463 | |
| 6464 | * parser.c: patch from Frank J Franklin to remove a bug in |
| 6465 | xmlCreatePushParserCtxt() when the initial buffer passed |
| 6466 | is large. |
| 6467 | |
| 6468 | Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6469 | |
| 6470 | * win32/*: big cleanup of the Windows/MSVC project files |
| 6471 | from Igor Zlatkovic |
| 6472 | |
| 6473 | Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6474 | |
| 6475 | * doc/Makefile.am: should fix #67674 and avoid troubles if |
| 6476 | xsltproc is not available or fails in the prefix provided |
| 6477 | |
| 6478 | Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 6479 | |
| 6480 | * xmlmemory.c: one more doc patch from Charlie Bozeman. |
| 6481 | |
| 6482 | Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6483 | |
| 6484 | * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h |
| 6485 | include/libxml/xmlerror.h include/libxml/xpathInternals.h: |
| 6486 | Fixed a few other problems raised by Charlie Bozeman. |
| 6487 | * result/VC/ElementValid[5-7]: fixed the output |
| 6488 | |
| 6489 | Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6490 | |
| 6491 | * *.c include/libxml/*.h doc/html/*: applied 42 documentation |
| 6492 | patches from Charlie Bozeman. Regenerated the HTML docs. |
| 6493 | |
| 6494 | Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6495 | |
| 6496 | * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes |
| 6497 | for Windows from Igor |
| 6498 | |
| 6499 | Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6500 | |
| 6501 | * xmllint.c: applied Justin Fletcher patch for --output or -o |
| 6502 | |
| 6503 | Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6504 | |
| 6505 | * win32/libxml2/libxml2.def.src: close #67019 |
| 6506 | |
| 6507 | Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6508 | |
| 6509 | * xmllint.c: applied Justin Fletcher generic timing patch |
| 6510 | similar to the one already applied to xsltproc. |
| 6511 | |
| 6512 | Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6513 | |
| 6514 | * include/libxml/tree.h tree.c: applied documentation patches |
| 6515 | from Charlie Bozeman |
| 6516 | |
| 6517 | Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net> |
| 6518 | |
| 6519 | *doc/xmllint.xml, xmllint.1 - document --dropdtd |
| 6520 | |
| 6521 | Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6522 | |
| 6523 | * valid.c: fix the xmlStrdup() used in the previous patch. |
| 6524 | * valid.c: added --dropdtd |
| 6525 | * tree.c: fixed xmlUnlinkNode so it also removes the references |
| 6526 | from the document if the node is a DTD |
| 6527 | |
| 6528 | Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6529 | |
| 6530 | * HTMLtree.c valid.c: cleanup some static declarations |
| 6531 | |
| 6532 | Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6533 | |
| 6534 | * xmllint.c: removed another strdup() |
| 6535 | * doc/FAQ: removed the HP/UX entry |
| 6536 | |
| 6537 | Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6538 | |
| 6539 | * valid.c: fix bug #66816 when validating. |
| 6540 | * xmllint.c: don't use sys/time.h if configure did not found it |
| 6541 | |
| 6542 | Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net> |
| 6543 | |
| 6544 | * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html, |
| 6545 | xmlcatalog_man.xml |
| 6546 | |
| 6547 | Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6548 | |
| 6549 | * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that |
| 6550 | xmlInitMemory() was declared twice |
| 6551 | |
| 6552 | Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6553 | |
| 6554 | * globals.c: do not reference strdup() ! |
| 6555 | * configure.in libxml-2.0.pc.in: trying to fix the libs |
| 6556 | of the various config extraction modules |
| 6557 | |
| 6558 | Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6559 | |
| 6560 | * configure.in : preparing 2.4.12 |
| 6561 | * doc/* : updated and rebuilt the docs |
| 6562 | |
| 6563 | Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6564 | |
| 6565 | * uri.c: closed bug #66159 |
| 6566 | * testURI.c: added --escape option |
| 6567 | * configure.in: some cleanup for xml2-config --cflags |
| 6568 | |
| 6569 | Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6570 | |
| 6571 | * globals.c testThreads.c: removed some misplaced includes |
| 6572 | of xmlversion.h |
| 6573 | |
| 6574 | Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com> |
| 6575 | |
| 6576 | * threads.c: patch from Gary Pennington fixing a possible |
| 6577 | problem at initialization time. |
| 6578 | |
| 6579 | Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6580 | |
| 6581 | * configure.in libxml.h parser.c testThreads.c macos/: integrated |
| 6582 | Eric Lavigne contribution to build libxml2 on MacOS using |
| 6583 | CodeWarrior. |
| 6584 | |
| 6585 | Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6586 | |
| 6587 | * xmllint.c: applied Geert Kloosterman's patch to fix |
| 6588 | --repeat --timing output |
| 6589 | |
| 6590 | Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6591 | |
| 6592 | * parser.c: Robin Berjon <robin@knowscape.com> found a case |
| 6593 | where non-wellformed XML declaractions were not detected. |
| 6594 | |
| 6595 | Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6596 | |
| 6597 | * xpointer.c: fixed a compilation bug pointed by Danny Jamshy |
| 6598 | |
| 6599 | Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6600 | |
| 6601 | * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized |
| 6602 | gets reset by xmlCleanupInputCallbacks() and this makes the |
| 6603 | function useless. Same for output. |
| 6604 | |
| 6605 | Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6606 | |
| 6607 | * xmlIO.c: robert pointed out a loop error in callback cleanups |
| 6608 | |
| 6609 | Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6610 | |
| 6611 | * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h: |
| 6612 | moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, |
| 6613 | they are not really tied to debugging |
| 6614 | |
| 6615 | Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6616 | |
| 6617 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11 |
| 6618 | * xmllint.c: better --catalogs description |
| 6619 | |
| 6620 | Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6621 | |
| 6622 | * tree.c: fixed a couple of problems in xmlSetProp() |
| 6623 | |
| 6624 | Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6625 | |
| 6626 | * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing |
| 6627 | unappropriate stdout output. |
| 6628 | |
| 6629 | Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6630 | |
| 6631 | * include/libxml/tree.h: Fixed a couple of macro errors pointed out |
| 6632 | by Denis Beurive, closes #65111 |
| 6633 | |
| 6634 | Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6635 | |
| 6636 | * valid.c: in case of content model validity error, don't |
| 6637 | print it if validity warnings were not requested. |
| 6638 | |
| 6639 | Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6640 | |
| 6641 | * nanoftp.c: applied a couple of patches from Brian D Ripley. |
| 6642 | * parserInternals.c: removed the last exit() call. Print an |
| 6643 | unmaskable error on stderr instead (library mismatch detection) |
| 6644 | |
| 6645 | Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net> |
| 6646 | |
| 6647 | * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with |
| 6648 | shell instructions from Heiko Rupp |
| 6649 | |
| 6650 | Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6651 | |
| 6652 | * catalog.c: use the URL notation file:// for default catalog paths |
| 6653 | |
| 6654 | Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6655 | |
| 6656 | * include/libxml/tree.h: better comments for _private fields |
| 6657 | * tree.c: removed a problem when copying an entity reference. |
| 6658 | |
| 6659 | Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6660 | |
| 6661 | * vms/*: updated instructions and diffs from John A Fotheringham |
| 6662 | |
| 6663 | Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6664 | |
| 6665 | * include/libxml/xmlerror.h: avoid an include problem if |
| 6666 | #include <libxml/xmlerror.h> happens first in code |
| 6667 | seems to be the case in KDE libs |
| 6668 | |
| 6669 | Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6670 | |
| 6671 | * win32/dsp/* include/libxml/xmlwin32version.h.in: update |
| 6672 | from Igor for Windows |
| 6673 | |
| 6674 | Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6675 | |
| 6676 | * Makefile.am: Gary Pennington pointed out a missing prefix |
| 6677 | |
| 6678 | Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6679 | |
| 6680 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10 |
| 6681 | * doc/*: upgraded and rebuilt the docs |
| 6682 | |
| 6683 | Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6684 | |
| 6685 | * HTMLparser.c: fix comment in scripts element parsing. |
| 6686 | * result/HTML/doc3*: updated the results. |
| 6687 | |
| 6688 | Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6689 | |
| 6690 | * uri.c: another URI bug fix #63336, using Joel Young patch. |
| 6691 | |
| 6692 | Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6693 | |
| 6694 | * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath() |
| 6695 | a cleaned up version of the Pwd shell string generation. |
| 6696 | |
| 6697 | Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6698 | |
| 6699 | * valid.c include/libxml/tree.h: trying to fix namespaces + |
| 6700 | validation problems for good, closing #63619 in the process |
| 6701 | * result/valid/dia.xml test/valid/dia.xml: the Dia test was |
| 6702 | wrong in this respect, fixed it. |
| 6703 | |
| 6704 | Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6705 | |
| 6706 | * xmllint.c: Morus Walter patch to allow --format and --encode |
| 6707 | |
| 6708 | Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6709 | |
| 6710 | * debugXML.c: Stefan Kost provided an help command for the shell |
| 6711 | |
| 6712 | Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6713 | |
| 6714 | * debugXML.c: Heiko Rupp pointed that the shell would crash |
| 6715 | on empty nodesets returns. |
| 6716 | |
| 6717 | Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6718 | |
| 6719 | * Makefile.am: Weiqi Gao pointed out that xmlcatalog |
| 6720 | migh need the history libraries |
| 6721 | |
| 6722 | Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6723 | |
| 6724 | * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*: |
| 6725 | handle the case of < in quoted attributes, Bastian Kleineidam |
| 6726 | |
| 6727 | Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6728 | |
| 6729 | * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9 |
| 6730 | fixing catalog breakages |
| 6731 | * Makefile.am catalog.c result/catalogs/catal |
| 6732 | result/catalogs/mycatalog.* test/catalogs/catal*: |
| 6733 | fixed more problems in catalog support, added more regression tests |
| 6734 | for both XML and SGML catalog handling |
| 6735 | |
| 6736 | Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6737 | |
| 6738 | * debugXML.c: applied an improvement to xmlGetLineNo() from |
| 6739 | Keith Isdale |
| 6740 | |
| 6741 | Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6742 | |
| 6743 | * catalog.c: dohhhh XML catalog add and remove ops were broken too. |
| 6744 | Side effect of the progressive catalog loading |
| 6745 | |
| 6746 | Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6747 | |
| 6748 | * Makefile.am: confexecdir and confexec_DATA were defined twice |
| 6749 | pointed out by Karl Eichwalder |
| 6750 | |
| 6751 | Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6752 | |
| 6753 | * xmlcatalog.c: avoid unlink() and use remove() instead. |
| 6754 | |
| 6755 | Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6756 | |
| 6757 | * libxml.spec.in: cleanup |
| 6758 | * include/libxml/xmlwin32version.h: updated with 2.4.8 |
| 6759 | |
| 6760 | Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6761 | |
| 6762 | * encoding.c global.data globals.c testThreads.c: fix bug #63752 |
| 6763 | of compiling libxml with a non standard set of options |
| 6764 | |
| 6765 | Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net |
| 6766 | |
| 6767 | * doc/xmllint.xml, xmllint.1 - updating xmllint man page to |
| 6768 | document --sgml option, fixing gnome bugzilla #63382 |
| 6769 | |
| 6770 | Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6771 | |
| 6772 | * include/libxml/catalog.h catalog.c: Fixed SGML catalogs |
| 6773 | breakage of 2.4.7, added a couple of really needed APIs |
| 6774 | like xmlCatalogIsEmpty() and xmlNewCatalog() |
| 6775 | * xmlcatalog.c: updated --sgml --noout to be a suitable replacement |
| 6776 | for install-catalog |
| 6777 | * configure.in: preparing 2.4.8 |
| 6778 | |
| 6779 | Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6780 | |
| 6781 | * HTMLtree.c tree.c include/libxml/HTMLtree.h |
| 6782 | include/libxml/tree.h include/libxml/xmlIO.h: more include |
| 6783 | cleanups, export cleanly one html output + format function. |
| 6784 | |
| 6785 | Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6786 | |
| 6787 | * parser.c: removed initGenericErrorDefaultFunc call from |
| 6788 | xmlInitParser() since it could destroy previous calls to |
| 6789 | xsltSetGenericErrorFunc() effects |
| 6790 | |
| 6791 | Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6792 | |
| 6793 | * debugXML.c include/libxml/debugXML.h: bool can be a reserved |
| 6794 | keyword. |
| 6795 | |
| 6796 | Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6797 | |
| 6798 | * Makefile.am: cleanup |
| 6799 | * threads.c: cleanup too |
| 6800 | * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader() |
| 6801 | from xsltproc |
| 6802 | * include/libxml/tree.h include/libxml/parser.h: trying to break a |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 6803 | dependency loop. |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 6804 | |
| 6805 | Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6806 | |
| 6807 | * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog |
| 6808 | was not used anymore ! |
| 6809 | |
| 6810 | Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6811 | |
| 6812 | * configure.in: preparing 2.4.7 |
| 6813 | * Makefile.am doc/Makefile.am: switched to the latest xmllint |
| 6814 | manual page from John |
| 6815 | * doc/*: updated the doc and rebuilt the generated pages |
| 6816 | |
| 6817 | Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6818 | |
| 6819 | * xmlIO.c: closing bug #62711, the library should never |
| 6820 | close stdin or stdout. |
| 6821 | |
| 6822 | Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6823 | |
| 6824 | * uri.c: second pass at fixing #63336, using Joel Young |
| 6825 | final patch. looks okay. |
| 6826 | |
| 6827 | Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6828 | |
| 6829 | * uri.c include/libxml/uri.h: trying to clear #63336 |
| 6830 | allowing the escaping routine to parse unconformant |
| 6831 | URI-References. |
| 6832 | |
| 6833 | Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6834 | |
| 6835 | * vms/readme.vms vms/build_libxml.com nanoftp.c |
| 6836 | include/libxml/xmlversion.h.in: a few VMS updates from |
| 6837 | John A Fotheringham |
| 6838 | * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks() |
| 6839 | and xmlCleanupOutputCallbacks() for the Perl binding people. |
| 6840 | |
| 6841 | Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 6842 | |
| 6843 | * parser.c globals.c DOCBparser.c HTMLparser.c error.c: |
| 6844 | apply fixes to close #63271 and avoid segfaults when |
| 6845 | the error routine gets callbed before xmlInitParser() |
| 6846 | get called. |
| 6847 | * nanoftp.c error.c: Applied patches from Justin Fletcher |
| 6848 | correcting some xmlGenericError misuses. |
| 6849 | |
| 6850 | Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 6851 | |
| 6852 | *doc/xmllint.xml, doc/xmllint.1 |
| 6853 | New and improved man page for xmllint - .xml is the original, .1 |
| 6854 | is the generated man page |
| 6855 | |
| 6856 | Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6857 | |
| 6858 | * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate |
| 6859 | the web site from the main HTML document. |
| 6860 | |
| 6861 | Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6862 | |
| 6863 | * parser.c: fixed an erroneous validation bug when PE refs |
| 6864 | occurs in external parsed entities referenced from the |
| 6865 | internals subset |
| 6866 | * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd |
| 6867 | test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*: |
| 6868 | added the associated testcase, it's a nice one. |
| 6869 | * HTMLparser.c: generate the DTD node as HTML still ... |
| 6870 | * HTMLtree.c: fixed errors in Set/GetMetaEncoding |
| 6871 | |
| 6872 | Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6873 | |
| 6874 | * HTMLparser.c: fixed a bug in htmlNewDoc() |
| 6875 | |
| 6876 | Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6877 | |
| 6878 | * test/threads/*: added entities testing to the Thread test |
| 6879 | * testThreads.c: make the test reasonable |
| 6880 | * DOCBparser.c: fix the DTD public and system ID |
| 6881 | * xmllint.c: added --sgml for SGML DocBook importing |
| 6882 | * Makefile.am: added Docbtests target |
| 6883 | |
| 6884 | Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6885 | |
| 6886 | * nanoftp.c: use only "anonymous@" string for anonymous passwds |
| 6887 | * testThreads.c: removed bogus include |
| 6888 | |
| 6889 | Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6890 | |
| 6891 | * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err: |
| 6892 | fixed a very serious (looping) validation bug |
| 6893 | |
| 6894 | Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com> |
| 6895 | |
| 6896 | * include/libxml/globals.h include/libxml/threads.h threads.c |
| 6897 | testThreads.c: far more testing, cleaning up bugs |
| 6898 | * *.c : make sure globals.h is always included. |
| 6899 | |
| 6900 | Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6901 | |
| 6902 | * HTMLparser.c: try to get rid of parser loops for good. |
| 6903 | |
| 6904 | Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6905 | |
| 6906 | * configure.in: fixed some bugs in CFLAGS passing. |
| 6907 | * test/threads Makefile.am testThreads.c: added a specific |
| 6908 | threaded test case (really nasty, guaranteed). |
| 6909 | |
| 6910 | Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6911 | |
| 6912 | * catalog.c: serious cleanup on the management of the |
| 6913 | XML catalog tree, more tests done, especially with |
| 6914 | the catalog PI. |
| 6915 | |
| 6916 | Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com> |
| 6917 | |
| 6918 | * catalog.c: avoid a problem in catalog cleanup on SMP if |
| 6919 | catalogs were not initialized. |
| 6920 | |
| 6921 | Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6922 | |
| 6923 | * catalog.c xpath.c: trying to cleanup the not thread safe |
| 6924 | parts of the library. |
| 6925 | |
| 6926 | Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6927 | |
| 6928 | * include/libxml/globals.h configure.in global.data: make |
| 6929 | the allocation be per-thread a configure option |
| 6930 | * encoding.c include/libxml/parser.h: fixed compilation |
| 6931 | errors |
| 6932 | |
| 6933 | Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6934 | |
| 6935 | * include/libxml/parser.h: Norm reported that a few lines |
| 6936 | added were breaking libxslt compile, removed them for now |
| 6937 | |
| 6938 | Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com> |
| 6939 | |
| 6940 | * parser.c parserInternals.c threads.c: debugged and fixed |
| 6941 | initialization problems which were giving troubles on SMP |
| 6942 | boxes. |
| 6943 | |
| 6944 | Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6945 | |
| 6946 | * include/libxml/Makefile.am: missing globals.h |
| 6947 | |
| 6948 | Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6949 | |
| 6950 | * globals.c: added a couple of standard includes. |
| 6951 | |
| 6952 | Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6953 | |
| 6954 | * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h |
| 6955 | include/libxml/parserInternals.h include/libxml/tree.h |
| 6956 | include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c |
| 6957 | nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c |
| 6958 | testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c: |
| 6959 | Applied the last patches from Gary, cleanup, activated threading |
| 6960 | all user accessible global variables are now handled in globals.[ch] |
| 6961 | Still a bit rought but make tests passes with either |
| 6962 | --with-threads defined at configure time or not. |
| 6963 | * Makefile.am example/Makefile.am: added globals.[ch] and threads |
| 6964 | linking options |
| 6965 | |
| 6966 | Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6967 | |
| 6968 | * Makefile.am include/libxml/Makefile.am |
| 6969 | include/libxml/globals.h globals.c include/libxml/threads.h |
| 6970 | threads.c build_glob.py global.data xmlcatalog.c acconfig.h |
| 6971 | configure.in: started integrating the core of the thread support |
| 6972 | not activated yet but half integrated. The code should still |
| 6973 | compile and work anyway. |
| 6974 | |
| 6975 | Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6976 | |
| 6977 | * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c |
| 6978 | parser.c valid.c xmlmemory.c xpath.c xpointer.c: started |
| 6979 | integrating the non-controversial parts of Gary Pennington |
| 6980 | multithread patches |
| 6981 | * catalog.c: corrected a small bug introduced |
| 6982 | |
| 6983 | Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6984 | |
| 6985 | * catalog.c include/libxml/catalog.h: very serious cleanup, |
| 6986 | isolating unportable code and as much as possible the accesses |
| 6987 | to the global shared catalog. May need more testing ! |
| 6988 | |
| 6989 | Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6990 | |
| 6991 | * include/libxml/debugXML.h debugXML.c tree.c: integrating |
| 6992 | Keith Isdale patches for the XSLT debugger interfaces. Some |
| 6993 | cleanup |
| 6994 | |
| 6995 | Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 6996 | |
| 6997 | * win32/Makefile.mingw: update from Tobias Peters for 2.4.5 |
| 6998 | * DOCBparser.c: generate line nubers in elements |
| 6999 | |
| 7000 | Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7001 | |
| 7002 | * configure.in: preparing 2.4.6 release |
| 7003 | * doc/xml.html doc/html/*: updated and rebuilt the docs |
| 7004 | * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos |
| 7005 | |
| 7006 | Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 7007 | |
| 7008 | * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html |
| 7009 | adding documentation for DV's supercatalog support |
| 7010 | |
| 7011 | Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7012 | |
| 7013 | * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML |
| 7014 | super catalog support adding one API and one flag --sgml to |
| 7015 | xmlcatalog |
| 7016 | |
| 7017 | Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 7018 | |
| 7019 | * doc/xmlcatalog_man.xml, xmlcatalog.1 |
| 7020 | One more crack at |
| 7021 | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392 |
| 7022 | |
| 7023 | |
| 7024 | Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 7025 | |
| 7026 | * xpath.c: implemented xmlXPathObjectCopy for external objects |
| 7027 | * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal |
| 7028 | |
| 7029 | Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 7030 | |
| 7031 | *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 |
| 7032 | finishing up fix to |
| 7033 | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making |
| 7034 | the xmlcatalog man page display more elegantly |
| 7035 | |
| 7036 | Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7037 | |
| 7038 | * configure.in: closing bug #61832 |
| 7039 | * HTMLparser.c: removed a warning |
| 7040 | |
| 7041 | Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7042 | |
| 7043 | * xpath.c: fixing #61673 part I, do not loose doc information |
| 7044 | when copying result value trees. |
| 7045 | |
| 7046 | Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7047 | |
| 7048 | * xpath.c: trying to harden the XPath interpreter |
| 7049 | |
| 7050 | Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 7051 | |
| 7052 | * doc/xmlcatalog.1 updated using a new stylesheet to address, in |
| 7053 | part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392 |
| 7054 | |
| 7055 | Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk> |
| 7056 | |
| 7057 | * HTMLparser: repaired another loop problem |
| 7058 | |
| 7059 | Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7060 | |
| 7061 | * uri.c: applied fix from Mathias Hasselmann about a bug in URI |
| 7062 | parsing. |
| 7063 | * xpath.c: fix bug #61291 the default XML namespace node is |
| 7064 | missing from the namespace axis. |
| 7065 | * tree.c: refuse to create namespaces nodes with prefix "xml" |
| 7066 | |
| 7067 | Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7068 | |
| 7069 | * SAX.c: ouch a non-defined namespace could lead to a crash, |
| 7070 | fixed #61215 |
| 7071 | |
| 7072 | Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7073 | |
| 7074 | * parserInternals.c: closed bug #61054 |
| 7075 | |
| 7076 | Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7077 | |
| 7078 | * include/libxml/Makefile.am: closing #60708 |
| 7079 | |
| 7080 | Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7081 | |
| 7082 | * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c: |
| 7083 | adding xmlSAXParseFileWithData following Marco Stipek suggestion |
| 7084 | |
| 7085 | Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7086 | |
| 7087 | * valid.c: close bug #61550 when xml: wasn't considered a namespace |
| 7088 | |
| 7089 | Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7090 | |
| 7091 | * win32/dsp/libxml2.def.src: Igor Zlatkovic patches |
| 7092 | * DOCBparser.c HTMLparser.c parser.c: fixed typos |
| 7093 | |
| 7094 | Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7095 | |
| 7096 | * catalog.c: Justin Fletcher provided cleaup code in case |
| 7097 | HAVE_STAT is not defined |
| 7098 | * include/win32config.h: Igor Zlatkovic suggested to have |
| 7099 | HAVE_STAT defined there |
| 7100 | |
| 7101 | Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk> |
| 7102 | |
| 7103 | * catalog.c - fixed typing error reported by M. Barros |
| 7104 | |
| 7105 | Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 7106 | |
| 7107 | * xmllint.c - fixing typo |
| 7108 | |
| 7109 | Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk> |
| 7110 | |
| 7111 | * HTMLparser.c: small enhancement to prevent loop on |
| 7112 | unrecognizable data |
| 7113 | |
| 7114 | Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7115 | |
| 7116 | * parserInternals.c: applying patch from bug #60757 this |
| 7117 | should close it |
| 7118 | |
| 7119 | Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7120 | |
| 7121 | * catalog.c xmlcatalog.c: removed a couple of warning |
| 7122 | * xpath.c: try to solve the linking problem on platforms |
| 7123 | needing trio to compile |
| 7124 | |
| 7125 | Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7126 | |
| 7127 | * Makefile.am libxml.spec.in: backing up non-documented changes |
| 7128 | commited without review or aproval by Jens Finke <jens@gnome.org> |
| 7129 | * HACKING: made 100% clear that no commit should be done directly |
| 7130 | |
| 7131 | Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7132 | |
| 7133 | * configure.in: Joe Orton provided a patch fixing a problem |
| 7134 | when iconv is specified to be in a non-standard directory |
| 7135 | but wasn't exported in xml2-config --cflags |
| 7136 | |
| 7137 | Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7138 | |
| 7139 | * configure.in: let's ship 2.4.5 before getting too much |
| 7140 | troubles with 2.4.4 errors. |
| 7141 | |
| 7142 | Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7143 | |
| 7144 | * encoding.c entities.c: do not output hexadecimal charrefs |
| 7145 | when serializing HTML since some version of Netscape can't |
| 7146 | grok it, generate decimal ones. |
| 7147 | * result/HTML/doc3.htm: output changed due to previous test |
| 7148 | * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4 |
| 7149 | |
| 7150 | Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7151 | |
| 7152 | * libxml-2.0.pc.in: dohh generated the wrong include path :-( |
| 7153 | * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( |
| 7154 | |
| 7155 | Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7156 | Released 2.4.4 |
| 7157 | |
| 7158 | * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am |
| 7159 | libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml, |
| 7160 | updated the configuration scripts systems accordingly |
| 7161 | |
| 7162 | Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7163 | |
| 7164 | * configure.in: preparing for 2.4.4 |
| 7165 | * doc/xml.html doc/html/*: updated and rebuilt the docs |
| 7166 | |
| 7167 | Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7168 | |
| 7169 | * win32/dsp/libxml2.def.src: tried to incorporate comments |
| 7170 | from bug #59220 |
| 7171 | |
| 7172 | Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7173 | |
| 7174 | * parser.c result/noent/wml.xml: fixed bug #59981 related |
| 7175 | to handling of '&' in attributes when entities are substitued |
| 7176 | |
| 7177 | Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7178 | |
| 7179 | * libxml.h include/libxml/xmlversion.h.in |
| 7180 | include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: |
| 7181 | Tried to close bug #60131 |
| 7182 | |
| 7183 | Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7184 | |
| 7185 | * SAX.c: fixed a bug in the HTML parser introduced Sep 9 |
| 7186 | |
| 7187 | Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7188 | |
| 7189 | * SAX.c: fixing bug #59946 on xmlns="" |
| 7190 | |
| 7191 | Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7192 | |
| 7193 | * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple |
| 7194 | but allocates a new error code. |
| 7195 | |
| 7196 | Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7197 | |
| 7198 | * xmllint.c: John Fleck fixed typos in the options output |
| 7199 | * parser.c SAX.c: fix ignorable white space SAX selection |
| 7200 | |
| 7201 | Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7202 | |
| 7203 | * entities.c: Steve Underwood found the possibility of an |
| 7204 | ininite loop in case of error. |
| 7205 | |
| 7206 | Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7207 | |
| 7208 | * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD |
| 7209 | |
| 7210 | Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7211 | |
| 7212 | * parser.c: warn if version is not 1.0 but it's not |
| 7213 | strictly speaking an error after analyzing the spec |
| 7214 | |
| 7215 | Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 7216 | |
| 7217 | *doc/catalog.html - add link to the html version of the |
| 7218 | man page, other linguistic cleanups |
| 7219 | |
| 7220 | Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 7221 | |
| 7222 | * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 |
| 7223 | adding documentation for xmlcatalog. Note: xmlcatalog.1, the man |
| 7224 | file, has not yet been included in the build. |
| 7225 | |
| 7226 | Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7227 | |
| 7228 | * catalog.c: removed a duplicate affectation Justin Fletcher |
| 7229 | |
| 7230 | Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7231 | |
| 7232 | * tree.c: Armin Sander pointed a possible text coalescing |
| 7233 | problem, completed his patch. |
| 7234 | |
| 7235 | Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 7236 | |
| 7237 | * trionan.c: Fixed const and volatile re-definition problem |
| 7238 | |
| 7239 | Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7240 | |
| 7241 | * libxml.4 parser.c: doc updates from Heiko Rupp |
| 7242 | * parserInternals.c: 2 sanity checks from Heiko Rupp |
| 7243 | |
| 7244 | Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7245 | |
| 7246 | * tree.c: applied patch from Armin Sander to make some pointers |
| 7247 | const in xmlCopyNode() |
| 7248 | * include/libxml/tree.h: added fix to the header |
| 7249 | |
| 7250 | Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7251 | |
| 7252 | * xpath.c: hum, restrict the integer usage gcc bug workaround |
| 7253 | to only gcc compilers so that other architecture don't get |
| 7254 | penalized by this limitation. |
| 7255 | * include/libxml/xpath.h: small typo fix from Heiko W. Rupp |
| 7256 | |
| 7257 | Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7258 | |
| 7259 | * valid.c: fixed a Windows compiler warning (Chris Poblete) |
| 7260 | * xpath.c: fix for mod when dividend is 0 (Chris Poblete) |
| 7261 | |
| 7262 | Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7263 | |
| 7264 | * include/libxml/catalog.h catalog.c xmlcatalog.c: added a |
| 7265 | --convert option to xmlcatalog to convert SGML ones to |
| 7266 | the XML syntax. |
| 7267 | * xmllint.c: small cleanup for $SGML_CATALOG_FILES support. |
| 7268 | |
| 7269 | 2.4.3 got released at that point |
| 7270 | Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7271 | |
| 7272 | * catalog.c xmlIO.c: started some serious testing and fixed |
| 7273 | a few bug and optmization needs. |
| 7274 | |
| 7275 | Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7276 | |
| 7277 | * Makefile.am configure.in include/libxml/xmlwin32version.h: |
| 7278 | preparing for a 2.4.3 release even if it may not be ready yet |
| 7279 | * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected |
| 7280 | all file parsing lookup to go through the entity resolver, add |
| 7281 | to add an API to bypass it (needed to load catalogs themselves), |
| 7282 | some cleanup on the catalog code too. |
| 7283 | * nanoftp.c: small cleanup |
| 7284 | * doc/catalog.html: small update |
| 7285 | |
| 7286 | Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7287 | |
| 7288 | * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by |
| 7289 | Jun Kuriyama |
| 7290 | |
| 7291 | Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7292 | |
| 7293 | * doc/catalog.html: finished the catalog documentation |
| 7294 | |
| 7295 | Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7296 | |
| 7297 | * doc/catalog.html doc/xml.html: added documentation about |
| 7298 | Catalog support, misses an API description |
| 7299 | * doc/html/*: reextracted the API pages |
| 7300 | |
| 7301 | Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7302 | |
| 7303 | * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c: |
| 7304 | Added the part about section 7.2 on URI resolution, |
| 7305 | fixed a side effect in the HTML parser, look complete |
| 7306 | and ready to rock except the URI/SystemID part! |
| 7307 | |
| 7308 | Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7309 | |
| 7310 | * include/libxml/catalog.h include/libxml/parser.h |
| 7311 | include/libxml/xmlerror.h catalog.c parser.c parserInternals.c |
| 7312 | xmlIO.c: added support and APIs needed for the catalog PI |
| 7313 | * include/libxml/xmlIO.h: cleanup |
| 7314 | |
| 7315 | Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7316 | |
| 7317 | * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c |
| 7318 | include/libxml/catalog.h: starts to look okay, really |
| 7319 | plugged the new framework, cleaned a lot of stuff, |
| 7320 | added some APIs, except the PI's support missing this |
| 7321 | should be mostly complete |
| 7322 | * result/catalogs/* test/catalogs/*: added new test, enriched |
| 7323 | the existing one with URN ID tests |
| 7324 | |
| 7325 | Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7326 | |
| 7327 | * catalog.c: fixed nextCatalog |
| 7328 | * result/catalogs/docbook test/catalogs/*: started adding |
| 7329 | a small regression test |
| 7330 | |
| 7331 | Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7332 | |
| 7333 | * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h: |
| 7334 | more work on the XML catalog support. |
| 7335 | * parser.c include/libxml/parser.h: small cleanup seems using |
| 7336 | list as a public parameter name can give portability troubles |
| 7337 | * trionan.c trionan.h xpath.c include/libxml/trionan.h |
| 7338 | include/libxml/xpath.h include/libxml/Makefile.am: removed |
| 7339 | trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN |
| 7340 | wrappers |
| 7341 | |
| 7342 | Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 7343 | |
| 7344 | * Makefile.am trio.c triodef.h trionan.c xpath.c |
| 7345 | include/libxml/Makefile.am include/libxml/trionan.h: |
| 7346 | Re-worked Not-A-Number and Infinity support. |
| 7347 | * xmlcatalog.c: added readline include files |
| 7348 | |
| 7349 | Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7350 | |
| 7351 | * Makefile.am xmlcatalog.c libxml.spec.in: renaming |
| 7352 | testCatalog as xmlcatalog, making it an installed app |
| 7353 | adding a shell, and preparing it to be a /etc/xml/catalog |
| 7354 | management tool, though not ready yet |
| 7355 | * catalog.c include/libxml/catalog.h: adding support for |
| 7356 | XML Catalogs http://www.oasis-open.org/committees/entity/ |
| 7357 | not finished, there is some interesting tradeoffs and a |
| 7358 | few open questions left. |
| 7359 | |
| 7360 | Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7361 | |
| 7362 | * xmllint.c: fixed a line formatting problem |
| 7363 | |
| 7364 | Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7365 | |
| 7366 | * SAX.c: removed a couple of unused variable (Albert Chin) |
| 7367 | |
| 7368 | Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7369 | |
| 7370 | * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h: |
| 7371 | trying to fix some troubles w.r.t. function returning |
| 7372 | const xxxPtr. |
| 7373 | |
| 7374 | Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7375 | |
| 7376 | * win32/dsp/libxml2.def.src: another set of symbols conditionally |
| 7377 | defined |
| 7378 | |
| 7379 | Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7380 | |
| 7381 | * xpointer.c: removed unused var |
| 7382 | |
| 7383 | Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7384 | |
| 7385 | * testXPath.c: another small cleanup closing bug #59110 |
| 7386 | |
| 7387 | Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7388 | |
| 7389 | * win32/dsp/libxml2.def.src: small cleanup closing bug |
| 7390 | #59108 |
| 7391 | |
| 7392 | Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7393 | |
| 7394 | * example/gjobread.c: add xmlCleanupParser() before leaving |
| 7395 | |
| 7396 | Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7397 | |
| 7398 | * config.h.in configure.in include/libxml/xmlwin32version.h: |
| 7399 | released 2.4.2 |
| 7400 | |
| 7401 | Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7402 | |
| 7403 | * include/libxml/valid.h debugXML.c valid.c: deprecate |
| 7404 | the non-boundchecking Sprintf functions, add Snprintf |
| 7405 | this should close bug #57984 |
| 7406 | |
| 7407 | Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7408 | |
| 7409 | * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped |
| 7410 | URIs before doing the lookups (pointed by Mark Vakoc) |
| 7411 | |
| 7412 | Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7413 | |
| 7414 | * xpath.c: serious changes on Result Value Trees and NodeSets |
| 7415 | w.r.t. deallocation and collect operations. Probably not |
| 7416 | 100% clean (merge of allocated trees smells like a problem). |
| 7417 | Seems sufficient to close #58943 |
| 7418 | |
| 7419 | Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7420 | |
| 7421 | * xmllint.c: adding a --format option |
| 7422 | |
| 7423 | Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7424 | |
| 7425 | * xpath.c: count() was broken on Result Value Tree |
| 7426 | * xmlIO.c: fixed file:/// accesses on _WIN32 |
| 7427 | |
| 7428 | Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7429 | |
| 7430 | * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the |
| 7431 | macro was renamed, this should close bug #58683 |
| 7432 | |
| 7433 | Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7434 | |
| 7435 | * SAX.c: small fix fixing bug #58539 reported by coolo, in |
| 7436 | entity substitution mode text at the end of the entity might |
| 7437 | be added due to text coalescing. |
| 7438 | * nanoftp.c parser.c: small cleanup |
| 7439 | |
| 7440 | Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7441 | |
| 7442 | * HACKING: added John Fleck right to commit in the doc subdir |
| 7443 | |
| 7444 | Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7445 | |
| 7446 | * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h: |
| 7447 | allow to inherit attributes from the DTD directly in the |
| 7448 | tree, this is needed for XPath and can be a useful feature. |
| 7449 | Inherited namespaces are always provided at the tree level now |
| 7450 | * test/defattr* result/defattr* result/noent/defattr*: added a couple |
| 7451 | of tests for this feature (XSLT being the prime user). |
| 7452 | |
| 7453 | Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7454 | |
| 7455 | * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c |
| 7456 | testSAX.c xmlIO.c xmllint.c include/win32config.h |
| 7457 | include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h |
| 7458 | include/libxml/xmlwin32version.h.in win32/README.MSDev |
| 7459 | win32/dsp/*: applied Win32 Facelift No.2 patches from |
| 7460 | Igor Zlatkovic for Windows/MSC |
| 7461 | |
| 7462 | Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7463 | |
| 7464 | * SAX.c: unparsedEntityDecl() the URI computation of the |
| 7465 | entity wasn't done breaking XSLT unparsed-entity-uri() |
| 7466 | |
| 7467 | Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 7468 | |
| 7469 | * xpath.c: fixed a bug when walking the descendants and |
| 7470 | the current node has no children |
| 7471 | * debugXML.c: show up when a text node is supposed to not be escaped |
| 7472 | |
| 7473 | Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 7474 | |
| 7475 | * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it |
| 7476 | worked like the set:leading() function) |
| 7477 | * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains |
| 7478 | |
| 7479 | Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7480 | |
| 7481 | * nanohttp.c: protected an use of EAGAIN, Brian Stafford |
| 7482 | |
| 7483 | Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7484 | |
| 7485 | * include/libxml/xmlIO.h: apply change to close #58141 |
| 7486 | * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic |
| 7487 | |
| 7488 | Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7489 | |
| 7490 | * parser.c: when the internal subset uses a PE, then the |
| 7491 | included entity can use conditional sections. |
| 7492 | |
| 7493 | Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7494 | |
| 7495 | * xpath.c include/libxml/xpath.h: fixed a serious memory problen |
| 7496 | when walking the namespace axis showing up in |
| 7497 | libxst/tests/general/bug-12 |
| 7498 | * xmlmemory.c: added the possibility to trace a given block |
| 7499 | defined by its address |
| 7500 | |
| 7501 | Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7502 | |
| 7503 | * parser.c: don't override existing encoding specified before |
| 7504 | starting xmlParseDocument() |
| 7505 | |
| 7506 | Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7507 | |
| 7508 | * include/libxml/xmlwin32version.h: reinserted, needed for |
| 7509 | Windows users of CVS |
| 7510 | |
| 7511 | 2001-07-27 Darin Adler <darin@bentspoon.com> |
| 7512 | |
| 7513 | * encoding.c: (xmlIconvWrapper): Add cast to fix warning. |
| 7514 | * testCatalog.c: Add include of <libxml/parser.h>. |
| 7515 | |
| 7516 | 2001-07-27 Darin Adler <darin@bentspoon.com> |
| 7517 | |
| 7518 | * include/libxml/.cvsignore: |
| 7519 | * include/libxml/xmlwin32version.h: |
| 7520 | Remove this file from CVS because it's generated. |
| 7521 | |
| 7522 | Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7523 | |
| 7524 | * parser.c include/libxml/parser.h: applied const patches from |
| 7525 | Tom Moog #58002 |
| 7526 | |
| 7527 | Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 7528 | |
| 7529 | * xpath.c include/libxml/xpath{,Internals}.h: added a function |
| 7530 | lookup framework |
| 7531 | |
| 7532 | Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7533 | |
| 7534 | * tree.c: fixed xmlCopyNode() for documents |
| 7535 | |
| 7536 | Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7537 | |
| 7538 | * parser.c: fixed bugs #58073 reported by Greg Shtilman |
| 7539 | |
| 7540 | Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7541 | |
| 7542 | * parser.c: fixes bug #57652 reported by Morus Walter |
| 7543 | |
| 7544 | Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7545 | |
| 7546 | * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave |
| 7547 | |
| 7548 | Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7549 | |
| 7550 | * parser.c parserInternals.c: fixed the xmlLineNumbersDefault() |
| 7551 | errors, lesson don't add new functions at 1am before a release |
| 7552 | * xpath.c: integrated fix from Bjorn to avoid divide by zero |
| 7553 | from XPath initialization when possible. |
| 7554 | |
| 7555 | Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7556 | |
| 7557 | * result/scripts/base*: removing history/readline changed |
| 7558 | this slightly |
| 7559 | * include/libxml/parser.h SAX.c parser.c parserInternals.c |
| 7560 | xmllint.c: make element content line number generation |
| 7561 | optionnal to avoid breaking old apps added interface to switch |
| 7562 | |
| 7563 | Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7564 | |
| 7565 | * configure.in: get rid of the readline and libhistory |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 7566 | dependencies by default, release 2.4.1 with IA64 fix |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 7567 | * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h |
| 7568 | include/libxml/tree.h include/libxml/xmlIO.h: incorporated |
| 7569 | John Kroll fixes to allow saving to HTTP via PUT (or |
| 7570 | POST of needed). |
| 7571 | * doc/html/*.html: regenerated the docs |
| 7572 | |
| 7573 | Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 7574 | |
| 7575 | * hash.c include/libxml/hash.h: added xmlHashScannerFull, |
| 7576 | xmlHashScanFull and xmlHashScannFull3 to get passed the |
| 7577 | three keys as arguments to the callback function |
| 7578 | |
| 7579 | Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7580 | |
| 7581 | * configure.in Makefile.am: removed libxml softlink for good |
| 7582 | * include/libxml/*.h *.c doc/Makefile.am: cleanup to get |
| 7583 | 100% coverage by gtk-doc |
| 7584 | |
| 7585 | Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7586 | |
| 7587 | * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64, |
| 7588 | fixed serious troubles due to size_t vs. int mismatch |
| 7589 | |
| 7590 | Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7591 | |
| 7592 | * SAX.c xmlIO.c: cleaned up some warning on the Alpha |
| 7593 | |
| 7594 | Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 7595 | |
| 7596 | * include/libxml/xpath{,Internals}.h xpath.c: added a more |
| 7597 | convenient extension API for value and context managing |
| 7598 | Now handles external objects through xmlXPathPopExternal, |
| 7599 | xmlXPathWrapExternal and xmlXPathReturnExternal. |
| 7600 | Added functions for sets operations (intersection, etc.) |
| 7601 | |
| 7602 | Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7603 | |
| 7604 | * include/libxml/parserInternals.h include/libxml/HTMLparser.h |
| 7605 | xmlIO.c tree.c parserInternals.c entities.c encoding.c |
| 7606 | HTMLparser.c: cleanup of global variables, marking some |
| 7607 | const or private. |
| 7608 | |
| 7609 | Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 7610 | |
| 7611 | * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF} |
| 7612 | fixed xmlXPathNodeSetItem when passing index=0 |
| 7613 | |
| 7614 | Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7615 | |
| 7616 | * include/libxml/xmlwin32version.h.in: added xmlCheckVersion() |
| 7617 | |
| 7618 | Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7619 | |
| 7620 | * xmllint.c: fixed compilation under Cygwin #57503 |
| 7621 | * TODO: update |
| 7622 | |
| 7623 | 2001-07-13 Peter Williams <peterw@ximian.com> |
| 7624 | |
| 7625 | * config.h.in: add #undef HAVE_DLFCN_H |
| 7626 | |
| 7627 | * example/Makefile.am (INCLUDES): Compile fix when srcdir != |
| 7628 | builddir. |
| 7629 | |
| 7630 | Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7631 | |
| 7632 | * win32/libxml2/libxml2.def.src: added a couple of exported entries |
| 7633 | raised by #57348 and #57381 |
| 7634 | |
| 7635 | Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7636 | |
| 7637 | * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c |
| 7638 | tree.c xpointer.c: store the line numbder in element->content, |
| 7639 | may break some software, need a configuration mechanism |
| 7640 | |
| 7641 | 2001-07-10 Darin Adler <darin@bentspoon.com> |
| 7642 | |
| 7643 | * .cvsignore: |
| 7644 | * example/.cvsignore: |
| 7645 | * include/.cvsignore: |
| 7646 | * include/libxml/.cvsignore: |
| 7647 | Various things that are generated and should be ignored. |
| 7648 | |
| 7649 | Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7650 | |
| 7651 | * configure.in include/libxml/xmlwin32version.h: release of 2.4.0 |
| 7652 | * doc/xml.html doc/html/*: updated the docs |
| 7653 | |
| 7654 | Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7655 | |
| 7656 | * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements |
| 7657 | validation occured on content with element child |
| 7658 | |
| 7659 | Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7660 | |
| 7661 | * tree.c: fixed XML Base computation which was broken |
| 7662 | * debugXML.c: added a base function to the shell |
| 7663 | * Makefile.am result/scripts/* test/scripts/*: added scripts |
| 7664 | based regression tests, and adding 2 XML Base tests |
| 7665 | |
| 7666 | Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7667 | |
| 7668 | * tree.c: set properties doc and call xmlSetListDoc for properties |
| 7669 | content when grafting them in a different tree. |
| 7670 | * aclocal.m4: remove from CVS |
| 7671 | |
| 7672 | Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7673 | |
| 7674 | * win32/libxml2/libxml2.def.src: added some missing entry point |
| 7675 | for XPath (Mark Vakoc) |
| 7676 | |
| 7677 | Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7678 | |
| 7679 | * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O |
| 7680 | layer should URI-Unescape before trying to open resources. |
| 7681 | |
| 7682 | Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7683 | |
| 7684 | * xpath.c: fix the name() bug for elements in the default |
| 7685 | namespace reported by Charlie Bozeman |
| 7686 | |
| 7687 | Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7688 | |
| 7689 | * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this |
| 7690 | led to an XPath fix, improvements of SAX initialization, and |
| 7691 | an added option --nocdata to testXPath |
| 7692 | |
| 7693 | Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7694 | |
| 7695 | * doc/libxml-doc.el: Felix Natter provided anew version working |
| 7696 | with XEmacs too |
| 7697 | |
| 7698 | Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7699 | |
| 7700 | * include/libxml/xpath.h: small cleanup |
| 7701 | * doc/xml.html: update |
| 7702 | |
| 7703 | Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7704 | |
| 7705 | * Makefile.am configure.in include/libxml/xmlwin32version.h: |
| 7706 | released 2.3.14 |
| 7707 | |
| 7708 | Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7709 | |
| 7710 | * doc/html/*: rebuilt the docs for the release |
| 7711 | * doc/xml.html: added 2.3.14 release. |
| 7712 | |
| 7713 | Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7714 | |
| 7715 | * xpath.c: a bug reported by Stephan Kulow empty nodesets |
| 7716 | were not equal to empty strings |
| 7717 | |
| 7718 | Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7719 | |
| 7720 | * SAX.c: fixed a URI-Reference computation problem when validating |
| 7721 | * xmlIO.c: small cleanup |
| 7722 | |
| 7723 | Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7724 | |
| 7725 | * parser.c: improved the description of a couple of interfaces |
| 7726 | upon Larry Stamper suggestion |
| 7727 | |
| 7728 | Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7729 | |
| 7730 | * SAX.c entities.c parser.c: changed completely the way entities |
| 7731 | are handled when running the parser in entity substitution mode. |
| 7732 | This fixes a bug reported by Stephan Kulow and nearly divides |
| 7733 | by 3 the amount of memory required by libxslt to load and process |
| 7734 | DocBook TDG. |
| 7735 | |
| 7736 | Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7737 | |
| 7738 | * HTMLparser.c: fixing a too early root closing problem raised |
| 7739 | byt Prashanth Naidu |
| 7740 | |
| 7741 | Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7742 | |
| 7743 | * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS() |
| 7744 | raised by Mark Vakoc. |
| 7745 | |
| 7746 | Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7747 | |
| 7748 | * example/Makefile.am: fixed the include path to add srcdir/include |
| 7749 | * Makefile.am configure.in: fix from Albert Chin for iconv detection |
| 7750 | and some cleanup |
| 7751 | |
| 7752 | Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7753 | |
| 7754 | * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h: |
| 7755 | lot of optimization work, results in significant improvements |
| 7756 | when handling really complex XPath queries. Add a small optimizer |
| 7757 | for unions, improve [n] and [last()], avoid some costly ops. |
| 7758 | |
| 7759 | Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7760 | |
| 7761 | * include/libxml/parser.h parser.c: xmlStrstr args are both const |
| 7762 | * xpath.c: small cleanup |
| 7763 | * xmlGetNsList: reformated, fixed problems if used on Entities |
| 7764 | |
| 7765 | Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7766 | |
| 7767 | * doc/xml.html: added 1.8.14 and 2.3.13 releases |
| 7768 | |
| 7769 | Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7770 | |
| 7771 | * configure.in include/libxml/xmlwin32version.h: released 2.3.13 |
| 7772 | * Makefile.am example/Makefile.am: workaround automake generating |
| 7773 | erroneous deps |
| 7774 | |
| 7775 | Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7776 | |
| 7777 | * include/win32config.h: bug #56801 Yon Derek provided a patch |
| 7778 | to the windows config file. |
| 7779 | |
| 7780 | Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7781 | |
| 7782 | * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src |
| 7783 | libxml.h : Yon Derek provided a set of changes to compile from |
| 7784 | CVS on Windows/MSC |
| 7785 | |
| 7786 | Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7787 | |
| 7788 | * parser.c: fixed UTF8 BOM support in push mode |
| 7789 | * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml: |
| 7790 | added a specific testcase |
| 7791 | |
| 7792 | Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7793 | |
| 7794 | * Makefile.am: added --push regression tests |
| 7795 | * parserInternals.c: the XML parser segfaulted in --push mode |
| 7796 | |
| 7797 | Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7798 | |
| 7799 | * configure.in: moved the symlinks detection within a CVS |
| 7800 | check, this is not portable and will be removed soon. |
| 7801 | * xpath.c: small cleanup/speedup |
| 7802 | |
| 7803 | Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7804 | |
| 7805 | * configure.in doc/xml.html include/libxml/xmlwin32version.h: |
| 7806 | release of 2.3.12 |
| 7807 | * parser.c: make an error message if unknow entities in all cases |
| 7808 | |
| 7809 | Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7810 | |
| 7811 | * uri.c: fixed 2 uri normalization bugs on '//' reduction |
| 7812 | |
| 7813 | Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7814 | |
| 7815 | * include/libxml/Makefile.am: Laszlo Peter pointed out that |
| 7816 | includes were installed in the wrong dir |
| 7817 | |
| 7818 | Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7819 | |
| 7820 | * doc/html.xml: warn against sending code to exhibit bugs. |
| 7821 | |
| 7822 | Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7823 | |
| 7824 | * xpath.c: patch to xmlXPathFormatNumber for the optimizer on |
| 7825 | Tru64 from Thomas Leitner |
| 7826 | |
| 7827 | Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7828 | |
| 7829 | * AUTHORS: added William and Bjorn |
| 7830 | * include/libxml/*.h *.c README doc/*.html etc.: changed old email to |
| 7831 | daniel@veillard.com hopefully I won't have to do this again |
| 7832 | * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that |
| 7833 | docs can be rebuilt cleanly now |
| 7834 | * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h |
| 7835 | from CVs it's generated, added include/libxml/xmlwin32version.h |
| 7836 | also generated but which should change far less frequently. |
| 7837 | * catalog.c nanoftp.c: made sure to include libxml.h not |
| 7838 | libxml/xmlversion.h directly |
| 7839 | * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h |
| 7840 | when compiling on WIN32 and MSC |
| 7841 | |
| 7842 | Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7843 | |
| 7844 | * include/Makefile.am include/libxml/Makefile.am configure.in: |
| 7845 | fixed make distcheck and rebuilding the rpms |
| 7846 | |
| 7847 | Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7848 | |
| 7849 | * configure.in: should finish the migration of exported includes |
| 7850 | into a real include/libxml in CVS, at least for CVS users. |
| 7851 | * removed the exported headers, added in include/libxml (as well |
| 7852 | as xmlversion.h.in). |
| 7853 | |
| 7854 | Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7855 | |
| 7856 | * configure.in: fixed the way to detect symlink |
| 7857 | |
| 7858 | Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7859 | |
| 7860 | * configure.in: updated, include/libxml is now a real CVS dir |
| 7861 | |
| 7862 | Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7863 | |
| 7864 | * doc/libxml-doc.el: a new version of libxml-doc.el. This new |
| 7865 | version works with both libxml1 and libxml2 (it autodetects |
| 7866 | the prefix of the html-files) from Felix Natter. |
| 7867 | * doc/xml.html: updated doc accordingly |
| 7868 | |
| 7869 | Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7870 | |
| 7871 | * xpath.c: fixed the bug generating a template loop in libxslt |
| 7872 | when using docbook-xsl-1.4, * should filter out document nodes |
| 7873 | * HACKING: added William |
| 7874 | * TODO: updated |
| 7875 | |
| 7876 | Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7877 | |
| 7878 | * doc/FAQ.html: added a warning about gcc-3.0 |
| 7879 | * doc/xml.html: added reference to gdome2 and removed a confusing |
| 7880 | sentence |
| 7881 | |
| 7882 | Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7883 | |
| 7884 | * xmlversion.h: okay this is a generated file, but Windows |
| 7885 | users need it and they can't generate it, and I want CVS |
| 7886 | Windows users ... |
| 7887 | * win32/libxml2/libxml2_so.dsp: Windows project file for |
| 7888 | the shared lib version of libxml2 |
| 7889 | * win32/libxml2/libxml2.def.src: bug #56527 set of exported |
| 7890 | resources needed for libxslt/xsltproc by Yon Derek |
| 7891 | |
| 7892 | Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 7893 | |
| 7894 | * trio.c: MSVC fix (provided by Igor Zlatkovic) |
| 7895 | |
| 7896 | Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7897 | |
| 7898 | * include/win32config.h: another small fix for ATTRIBUTE_UNUSED |
| 7899 | |
| 7900 | Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7901 | |
| 7902 | * include/win32config.h: Yon Derek provided a first fix |
| 7903 | to be able to compile libxslt/xsltproc on Windows |
| 7904 | |
| 7905 | Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7906 | |
| 7907 | * xpath.c: attempt to work around what seemed a gcc optimizer |
| 7908 | bug when handling floats on i386 http://veillard.com/gcc.bug |
| 7909 | * tree.c entities.c encoding.c: doing some cleanups while |
| 7910 | chasing it |
| 7911 | |
| 7912 | Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7913 | |
| 7914 | * Makefile.am: cleanup when --without-debug is specified |
| 7915 | * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup |
| 7916 | w.r.t. --without-debug and other include points |
| 7917 | * catalog.h testCatalog.c: a bit of cleanup and prepare for XML |
| 7918 | Catalogs |
| 7919 | * configure.in entities.h tree.h HTMLparser.c: removed |
| 7920 | --without-corba, made the _private field mandatory |
| 7921 | |
| 7922 | Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7923 | |
| 7924 | * parser.c parserInternals.c encoding.c: Since Notepad on Win2k |
| 7925 | outputs a BOM in UTF8, an errata has been issued to avoid the |
| 7926 | problem, that was the most reasonable solution... Add support |
| 7927 | for a leading UTF8 BOM in entities. |
| 7928 | |
| 7929 | Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7930 | |
| 7931 | * valid.c: fixed a bug found when post validating an entity ref |
| 7932 | * xmllint.c: added --loaddtd and sligly changed --postvalid to |
| 7933 | activate it too |
| 7934 | |
| 7935 | Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7936 | |
| 7937 | * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of |
| 7938 | weakness in the node copy the XPointer and the XInclude |
| 7939 | implementations. Serious cleanup. |
| 7940 | |
| 7941 | Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7942 | |
| 7943 | * Makefile.am: Kjartan Maraas provided a small patch to |
| 7944 | add xml2-config.in to EXTRA_DIST |
| 7945 | |
| 7946 | Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7947 | |
| 7948 | * valid.c tree.c parserInternals.c parser.c: Stephan Kulow |
| 7949 | provided another failing case found in KDE, the way the |
| 7950 | ctxt->vctxt.nodeTab was allocated and freed changed over |
| 7951 | time but it wasn't completely cleaned up. This should fix it. |
| 7952 | |
| 7953 | Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7954 | |
| 7955 | * parser.c: Stephan Kulow also raised the fact that line number |
| 7956 | could get miscounted making debug harder, fixed the problem |
| 7957 | in xmlParseCharData() |
| 7958 | |
| 7959 | Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7960 | |
| 7961 | * valid.c: Stephan Kulow pointed out a problem when validating |
| 7962 | and using an empty entity, forgot a 'break' in a case. |
| 7963 | |
| 7964 | Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7965 | |
| 7966 | * tree.c: fixed xmlHasNsProp() accordingly to bug #55683 |
| 7967 | * doc/xml.html: updated with 2.3.11 |
| 7968 | |
| 7969 | Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7970 | |
| 7971 | * TODO: updated adding cleanup of generated doc |
| 7972 | * configure.in: prepared to release 2.3.11 |
| 7973 | * xmllint.c: added --version for bug reporting |
| 7974 | * doc/html/*.html: rebuilt the doc |
| 7975 | |
| 7976 | Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7977 | |
| 7978 | * xpath.c: first part of the work on selecting namespace to |
| 7979 | fix bug #56115 |
| 7980 | |
| 7981 | Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7982 | |
| 7983 | * Makefile.am example/Makefile.am: Laszlo PETER provided a fix |
| 7984 | when using -liconv |
| 7985 | * TODO: updated |
| 7986 | |
| 7987 | Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7988 | |
| 7989 | * HTMLtree.[ch]: more work on the HTML serialization routnes, |
| 7990 | cleanup, encoding support. |
| 7991 | |
| 7992 | Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7993 | |
| 7994 | * xpath.c: Thomas Broyer suggested a better patch for the / arg |
| 7995 | |
| 7996 | Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 7997 | |
| 7998 | * xpath.c: bug detected by Ankh when / is used as a function arg |
| 7999 | |
| 8000 | Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8001 | |
| 8002 | * HTMLparser.[ch] HTMLtree.c: stored the inline/block property |
| 8003 | of element and use it to avoid outputting formatting spaces at |
| 8004 | the wrong place. Implemented the format parameter for HTML save. |
| 8005 | * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm |
| 8006 | result/HTML/script.html result/HTML/test2.html result/HTML/test3.html |
| 8007 | result/HTML/wired.html: of course this impact the result of a |
| 8008 | number of HTML tests |
| 8009 | |
| 8010 | Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8011 | |
| 8012 | * HTMLtree.[ch]: started augmenting the HTML save API with |
| 8013 | encoding and formatting parameters |
| 8014 | |
| 8015 | Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8016 | |
| 8017 | * HTMLtree.h: cleanup and started evaluating the work needed on |
| 8018 | revamping the HTML output code |
| 8019 | |
| 8020 | Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8021 | |
| 8022 | * DOCBparser.c: handling of PIs and <?sgml-declaration in entities. |
| 8023 | |
| 8024 | Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8025 | |
| 8026 | * valid.c: fixed bug #56049, forgot one check in the |
| 8027 | validation routine |
| 8028 | |
| 8029 | Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8030 | |
| 8031 | * tree.[ch]: grrr ... namespace is a C++ reserved keyword |
| 8032 | |
| 8033 | Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8034 | |
| 8035 | * libxml.h: fixed an error in last commit |
| 8036 | * doc/FAQ.html: added an entry for compilation from CVS |
| 8037 | |
| 8038 | Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8039 | |
| 8040 | * xmlversion.h.in libxml.h: Cygwin patches |
| 8041 | * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one |
| 8042 | * tree.h: cleanup |
| 8043 | |
| 8044 | Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8045 | |
| 8046 | * tree.c: patched xmlFreeNode() to avoid freeing() a static |
| 8047 | memory block in a strange case where libxml is linked twice |
| 8048 | in the binary. |
| 8049 | |
| 8050 | Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8051 | |
| 8052 | * valid.c: (a? , b? , c? , ... , z?) was storing/restauring |
| 8053 | state far too often, simple fix used to avoid it. |
| 8054 | |
| 8055 | Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8056 | |
| 8057 | * xinclude.c: Raphael Hertzog had a trouble with DTD nodes |
| 8058 | being processed, applied his patch |
| 8059 | * tree.c: fixed a bug raised in xmlStaticCopyNodeList() |
| 8060 | |
| 8061 | Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8062 | |
| 8063 | * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic |
| 8064 | provided fixes to compile on MSCC again |
| 8065 | * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he |
| 8066 | also provided an update for the project files. |
| 8067 | |
| 8068 | Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8069 | |
| 8070 | * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix |
| 8071 | bug #55810 |
| 8072 | |
| 8073 | Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8074 | |
| 8075 | * tree.c: fixed xmlGetNsProp() to close bug #55683 |
| 8076 | Note this requires libxslt to use it's own function instead. |
| 8077 | |
| 8078 | Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8079 | |
| 8080 | * HTMLtree.c: when in a pre element no formatting space should |
| 8081 | be added. |
| 8082 | * test/HTML/pre.html result/HTML/pre.html*: added a regression test |
| 8083 | |
| 8084 | Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8085 | |
| 8086 | * configure.in: added tests for signal() and signal.h |
| 8087 | |
| 8088 | Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8089 | |
| 8090 | * xpath.c: robert pointed out xmlXPathNINF was not initialized |
| 8091 | |
| 8092 | Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8093 | |
| 8094 | * doc/libxml-doc.el: Felix Natter provided a new version for |
| 8095 | libxml2 |
| 8096 | |
| 8097 | Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8098 | |
| 8099 | * HTMLtree.c: when in a pre element no formatting space should |
| 8100 | be added. |
| 8101 | |
| 8102 | Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8103 | |
| 8104 | * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha |
| 8105 | |
| 8106 | Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8107 | |
| 8108 | * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> |
| 8109 | hack |
| 8110 | * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653 |
| 8111 | * uri.c: fixed a warning |
| 8112 | |
| 8113 | Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8114 | |
| 8115 | * HTMLtree.c: trying to close bug #55772 escaping in script |
| 8116 | elements |
| 8117 | * doc/xml.html: suggest to send mail to the list |
| 8118 | |
| 8119 | Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8120 | |
| 8121 | * error.c: attempt to fix the xmlGetVarStr breakage once and for |
| 8122 | good. Use a macro and based on the solution provided in |
| 8123 | vsnprintf manual page from GNU. |
| 8124 | |
| 8125 | Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 8126 | |
| 8127 | * error.c: Workaround for non-preserving variadic list. |
| 8128 | * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4 |
| 8129 | |
| 8130 | Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8131 | |
| 8132 | * doc/xml.html: added 2.3.10 release |
| 8133 | |
| 8134 | Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8135 | |
| 8136 | * configure.in: releasing 2.3.10 |
| 8137 | |
| 8138 | Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8139 | |
| 8140 | * xmlIO.c: Gary Pennington spotted a few troubles with file:/// |
| 8141 | |
| 8142 | Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8143 | |
| 8144 | * encoding.c: Robert Collins provided a patch to add the |
| 8145 | "US-ASCII" encoding alias |
| 8146 | |
| 8147 | Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8148 | |
| 8149 | * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8 |
| 8150 | string oriented functions and started cleaning the related areas |
| 8151 | in xpath.c which needed fixing in this respect |
| 8152 | |
| 8153 | Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8154 | |
| 8155 | * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug |
| 8156 | #55380 |
| 8157 | * tree.c: patch to xmlNodeGetContent() to get CDATA section content |
| 8158 | |
| 8159 | Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8160 | |
| 8161 | * TODO: updated |
| 8162 | * nanohttp.[ch] : started adding APIs to get the redirected URL |
| 8163 | when this occurs (needed for further base computation |
| 8164 | * tree.h: cleanup |
| 8165 | * encoding.c: cleanup |
| 8166 | * SAX.c: minor change around ctxt->loadsubset |
| 8167 | |
| 8168 | Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8169 | |
| 8170 | * Makefile.am include/Makefile.am: small change to have |
| 8171 | include/libxml rebuilt if working from CVS. |
| 8172 | * uri.c: applied another patch from Carl Douglas for URI escaping, |
| 8173 | this should close bug #51876 |
| 8174 | |
| 8175 | Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8176 | |
| 8177 | * xinclude.c: fixed XInclude recursive behaviour bug #54678 |
| 8178 | * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml |
| 8179 | test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent: |
| 8180 | added specific regression test |
| 8181 | * parser.h: preparing for the XSLT mode where DTD inherited |
| 8182 | attributes are added to the tree. |
| 8183 | |
| 8184 | Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8185 | |
| 8186 | * xinclude.[ch]: Updated the namespace for the Last Call version |
| 8187 | * result/XInclude/include test/XInclude/include: updated the |
| 8188 | testsuite accordingly |
| 8189 | |
| 8190 | Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8191 | |
| 8192 | * uri.[ch]: applied a patch from Carl Douglas for URI escaping, |
| 8193 | related to bug #51876 |
| 8194 | |
| 8195 | Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8196 | |
| 8197 | * tree.c: fixed a gross mistake in base computation, xml:base is |
| 8198 | not completely correct yet (need cascade). |
| 8199 | * xpath.[ch]: added the few things needed to find a function name |
| 8200 | and URI from the XPath context when it is called. |
| 8201 | |
| 8202 | Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8203 | |
| 8204 | * catalog.[ch]: fixes and add xmlLoadCatalogs() |
| 8205 | * DOCBparser.c: small cleanup |
| 8206 | * xmllint.c: added a --catalogs option to load catalogs from |
| 8207 | $SGML_CATALOG_FILES |
| 8208 | * tree.c: cleanup |
| 8209 | * configure.in: iconv library fixup, ICONV_LIBS |
| 8210 | |
| 8211 | Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8212 | |
| 8213 | * catalog.c: handling of CATALOG entries. detection of recursion, |
| 8214 | and a few bugfixes |
| 8215 | * xpath.c: fixing bug #54951 QNAME with no prefix should not match |
| 8216 | against the default namespace |
| 8217 | |
| 8218 | Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8219 | |
| 8220 | * xpath.c: Joe Orton reported a bug found with IRIx compiler. |
| 8221 | |
| 8222 | Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8223 | |
| 8224 | * parser.c: fixed propagation context info when parsing an |
| 8225 | external entity. |
| 8226 | * doc/html/*.html: regenerated a couple of docs |
| 8227 | |
| 8228 | Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8229 | |
| 8230 | * doc/xml.html: update with 2.3.9 informations |
| 8231 | |
| 8232 | Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8233 | |
| 8234 | * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c |
| 8235 | xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc |
| 8236 | * doc/html/* : rebuilt the docs |
| 8237 | * valid.c: small patch which may improve some case when |
| 8238 | validating. |
| 8239 | |
| 8240 | Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8241 | |
| 8242 | * HTMLparser.c: Closed bug #54891 |
| 8243 | * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test |
| 8244 | to the suite |
| 8245 | |
| 8246 | Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8247 | |
| 8248 | * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c: |
| 8249 | applied a documentation patch from LotR and filled in a few missing |
| 8250 | descriptions |
| 8251 | |
| 8252 | Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8253 | |
| 8254 | * xpath.c tree.c parser.c: speed optimizations at the parser level |
| 8255 | document tree freeing and xpath evaluation |
| 8256 | |
| 8257 | Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8258 | |
| 8259 | * parser.c parser.h parserInternals.h: fixed a couple of |
| 8260 | interfaces for handling memory buffer input to const char * |
| 8261 | upon suggestion of JamesH. |
| 8262 | |
| 8263 | Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8264 | |
| 8265 | * configure.in: LoTR sent a patch fixing the previous commit |
| 8266 | |
| 8267 | Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8268 | |
| 8269 | * configure.in: trying to deal again with the stoopid -R linking |
| 8270 | flag of Solaris |
| 8271 | |
| 8272 | Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8273 | |
| 8274 | * xpath.h: two nodeset access macros from Thomas Broyer |
| 8275 | |
| 8276 | Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8277 | |
| 8278 | * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup |
| 8279 | patch from Thomas Broyer |
| 8280 | |
| 8281 | Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8282 | |
| 8283 | * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test |
| 8284 | case |
| 8285 | * INSTALL: was empty added stuff from the FAQ |
| 8286 | |
| 8287 | Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8288 | |
| 8289 | * tree.[ch]: fixing bug #54446, by cleaning some bugs in the |
| 8290 | attributes handling and #54433 by adding xmlUnsetProp() |
| 8291 | and xmlUnsetNsProp() |
| 8292 | |
| 8293 | Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8294 | |
| 8295 | * HTMLparser.c: Patch from Jonas Borgström |
| 8296 | (htmlGetEndPriority): New function, returns |
| 8297 | the priority of a certain element. |
| 8298 | (htmlAutoCloseOnClose): Only close inline elements if they |
| 8299 | all have lower or equal priority. |
| 8300 | * result/HTML: this of course changed a number of tests results. |
| 8301 | |
| 8302 | Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8303 | |
| 8304 | * xmlIO.c catalog.c: plugged in the default catalog resolution |
| 8305 | * doc/gnome-xml.sgml: linked in the Docbook parser and catalog |
| 8306 | documentations |
| 8307 | * doc/html/libxml-*.html: rebuild added the missing ones to CVS |
| 8308 | |
| 8309 | Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8310 | |
| 8311 | * Makefile.am xmlversion.h.in configure.in include/Makefile.am: |
| 8312 | integrating catalogs |
| 8313 | * catalog.[ch] testCatalog.c: adding a small catalo API |
| 8314 | (only SGML catalog support). |
| 8315 | * parser.c: restaured xmlKeepBlanksDefault(0) API |
| 8316 | |
| 8317 | Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8318 | |
| 8319 | * tree.c: zb@bisp.com reported an error in xmlNodeGetLang() |
| 8320 | |
| 8321 | Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8322 | |
| 8323 | * parser.c: added xmlParseExternalEntityPrivate() to allow |
| 8324 | propagation of ctxt->_private when parsing external entities |
| 8325 | |
| 8326 | Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8327 | |
| 8328 | * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump |
| 8329 | |
| 8330 | Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8331 | |
| 8332 | * configure.in: fixed a small portability problem with AM_CONDITIONAL |
| 8333 | |
| 8334 | Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8335 | |
| 8336 | * valid.c: warn when indeterminist content model is detected |
| 8337 | * result/VC/ElementValid8: this adds a message |
| 8338 | * Makefile.am: add --novalid for VCM tests |
| 8339 | * parserInternals.c: added a call to Init memory |
| 8340 | |
| 8341 | Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8342 | |
| 8343 | * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion |
| 8344 | when both parameters are NULL. |
| 8345 | |
| 8346 | Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8347 | |
| 8348 | * valid.c: applied small patch from Gary Pennington, reindented |
| 8349 | some part of the code. |
| 8350 | |
| 8351 | Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8352 | |
| 8353 | * configure.in doc/xml.html doc/html/*: preparing for 2.3.8 |
| 8354 | release, updated and regenerated the docs |
| 8355 | |
| 8356 | Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8357 | |
| 8358 | * xpath.c result/XPath/expr/floats : clarified and cleanup |
| 8359 | printing of abnormal floats in tests. |
| 8360 | |
| 8361 | Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8362 | |
| 8363 | * HTMLparser.c: trying to fix the problem reported by Jonas Borgström |
| 8364 | * results/HTML/ : a few changes in the output of the HTML tests as |
| 8365 | a result. |
| 8366 | * configure.in: tying to fix -liconv where needed |
| 8367 | |
| 8368 | Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8369 | |
| 8370 | * Makefile.am: fixed a stupid error |
| 8371 | |
| 8372 | Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8373 | |
| 8374 | * configure.in Makefile.am: make the inclusion of the trio |
| 8375 | modules in the library conditional |
| 8376 | |
| 8377 | Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8378 | |
| 8379 | * DOCBparser.c: patche from László Kovács, fixed entities refs |
| 8380 | in attributes handling |
| 8381 | |
| 8382 | Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8383 | |
| 8384 | * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer |
| 8385 | flushing |
| 8386 | |
| 8387 | Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8388 | |
| 8389 | * xpath.c: fix of an XSLT namespace bug reported on the list |
| 8390 | general/bug-8- |
| 8391 | |
| 8392 | Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8393 | |
| 8394 | * strio.h trio.c: Dan McNichol suggested a couple of small |
| 8395 | fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler |
| 8396 | |
| 8397 | Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8398 | |
| 8399 | * tree.c parser.c encoding.c: spent a bit more time looking |
| 8400 | at the parsing speed and DOM handling. Added a few more |
| 8401 | speedups. |
| 8402 | |
| 8403 | Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8404 | |
| 8405 | * parser.c: small but effective parsing speed improvement |
| 8406 | |
| 8407 | Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8408 | |
| 8409 | * configure.in: default on the DocBook parser inclusion (for Gnome) |
| 8410 | * DOCBparser.h: fixed a header reference |
| 8411 | |
| 8412 | Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8413 | |
| 8414 | * configure.in xpath.c: applied Bjorn patches for FPE on the |
| 8415 | alpha |
| 8416 | |
| 8417 | Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8418 | |
| 8419 | * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add |
| 8420 | xmlSaveFormatFileTo() |
| 8421 | |
| 8422 | Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8423 | |
| 8424 | * xpath.c: simple and efficient optimization, XPath functions |
| 8425 | aways bind to the same code, cache this |
| 8426 | * TODO: updated (by saying some is obsolete) |
| 8427 | |
| 8428 | Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8429 | |
| 8430 | * xpath.c: more cleanup work on XPath name parsing routines |
| 8431 | |
| 8432 | Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8433 | |
| 8434 | * parserInternals.c xpath.[ch]: some UTF8 cleanup on |
| 8435 | xmlXPathParseName |
| 8436 | * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC |
| 8437 | * debugXML.c: avoid compilation problems if compiling without |
| 8438 | HTML support, Igor Zlatkovic |
| 8439 | * win32/libxml2/libxml2.def.src: being able to compile without |
| 8440 | XPath on Windows |
| 8441 | |
| 8442 | Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8443 | |
| 8444 | * libxml.m4: yet another patch from Toshio Kuratomi |
| 8445 | |
| 8446 | Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8447 | |
| 8448 | * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi |
| 8449 | |
| 8450 | Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8451 | |
| 8452 | * tree.[ch]: added xmlSaveFormatFile interface for saving |
| 8453 | and indenting a file. |
| 8454 | |
| 8455 | Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8456 | |
| 8457 | * xpath.c: fixed bug #53689 related to processing-instruction() |
| 8458 | |
| 8459 | Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8460 | |
| 8461 | * DOCBparser.c: patche from László Kovács |
| 8462 | |
| 8463 | Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8464 | |
| 8465 | * parser.c: applied fixes from Christian Glahn bug report #53391 |
| 8466 | |
| 8467 | Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8468 | |
| 8469 | * error.c: Jean François Lecomte provided a complete description |
| 8470 | and a fix to bug #53537 |
| 8471 | |
| 8472 | Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8473 | |
| 8474 | * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi |
| 8475 | |
| 8476 | Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8477 | |
| 8478 | * DOCBparser.c SAX.c: a bit more work on entities processing. |
| 8479 | Still Need to cleanup XML output and references in attributes |
| 8480 | |
| 8481 | Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8482 | |
| 8483 | * DOCBparser.c include/Makefile.am: two patches from László Kovács |
| 8484 | |
| 8485 | Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8486 | |
| 8487 | * tree.c: trying to fix #53574, not completely complete, |
| 8488 | I would like xmllint --copy --debug test/ent1 and |
| 8489 | xmllint --debug test/ent1 to show the same result. |
| 8490 | * xpath.c: fix a bug when trying to sort namespace nodes |
| 8491 | |
| 8492 | Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8493 | |
| 8494 | * HTMLtree.c: real fix for #53402 |
| 8495 | |
| 8496 | Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8497 | |
| 8498 | * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of |
| 8499 | PIs when using xsl:output |
| 8500 | * valid.c: closing #53537 some case generate segfaults if there |
| 8501 | is validity errors |
| 8502 | |
| 8503 | Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8504 | |
| 8505 | * SAX.c testDocbook.c DOCBparser.c: more work on the support |
| 8506 | of external parsed entities, added --noent to testDocbook |
| 8507 | * valid.c: Garry Pennington found an uninitialized variable |
| 8508 | access in xmlValidateElementContent() |
| 8509 | |
| 8510 | Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8511 | |
| 8512 | * HTMLparser.c : HTML parsing still sucks ... trying to deal |
| 8513 | with madness |
| 8514 | * result/HTML/ : this modified the result of the regression tests |
| 8515 | a lot. |
| 8516 | |
| 8517 | Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8518 | |
| 8519 | * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses |
| 8520 | to doc where it wasn't checked against NULL reported by |
| 8521 | Jens Laas |
| 8522 | |
| 8523 | Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8524 | |
| 8525 | * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements |
| 8526 | now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>. |
| 8527 | |
| 8528 | Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8529 | |
| 8530 | * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am |
| 8531 | xmlversion.h.in: started (re)integrating the DocBook SGML parser. |
| 8532 | * SAX.[ch]: cleanup and updates for DocBook |
| 8533 | * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or |
| 8534 | ex SGML identifier changes |
| 8535 | * valid.c: removed a static unused function. |
| 8536 | |
| 8537 | Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8538 | |
| 8539 | * HTMLtree.c: applied change for Paul Sponagl on script saving |
| 8540 | * Makefile.am: the warning about entity title.xml are normal. |
| 8541 | |
| 8542 | Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8543 | |
| 8544 | * configure.in: release of 2.3.7 |
| 8545 | * Makefile.am: fixing make distcheck |
| 8546 | |
| 8547 | Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8548 | |
| 8549 | * doc/html/* doc/xml.html: updated and regenerated the docs |
| 8550 | |
| 8551 | Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8552 | |
| 8553 | * xpath.c: fixed the XPointer problem introduced in 2.3.6 |
| 8554 | |
| 8555 | Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8556 | |
| 8557 | * tree.c: fixed #53388 with the provided patch |
| 8558 | |
| 8559 | Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8560 | |
| 8561 | * valid.c: Bjorn detected an invalid memory access. Fixed |
| 8562 | vstateVPush() |
| 8563 | |
| 8564 | Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8565 | |
| 8566 | * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr |
| 8567 | |
| 8568 | Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 8569 | |
| 8570 | * libxml.h: new header used only for the compilation of libxml |
| 8571 | * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c |
| 8572 | error.c hash.c list.c nanoftp.c nanohttp.c parser.c |
| 8573 | parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c |
| 8574 | tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c |
| 8575 | xmlmemory.c xpath.c xpointer.c: libxml.h integration |
| 8576 | * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio |
| 8577 | baseline (version 1.2 plus a single patch). |
| 8578 | * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses |
| 8579 | scientific notation for numbers. Tests added. |
| 8580 | * xpath.c: formatting of numbers changed to use sprintf |
| 8581 | (contribution from William Brack) |
| 8582 | |
| 8583 | Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8584 | |
| 8585 | * valid.c: cleanup, more useful debugging |
| 8586 | * parserInternals.c: cleanup vctxt.nodeTab (de)allocation |
| 8587 | * xmlIO.c: entity loading is printed as an error when validating |
| 8588 | |
| 8589 | Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8590 | |
| 8591 | * valid.c: fixed to validate within entities |
| 8592 | * test/VCM/v22.xml: added a specific testcase |
| 8593 | |
| 8594 | Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8595 | |
| 8596 | * valid.c: forgot an epsilon transition in for ()+ |
| 8597 | * test/VCM/v21.xml : added a specific test case |
| 8598 | |
| 8599 | Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8600 | |
| 8601 | * valid.c: removed a state explosion exhibited by RSS |
| 8602 | * test/valid/rss.xml result/valid/rss.xml*: added the testcase |
| 8603 | from bug #51872 |
| 8604 | |
| 8605 | Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8606 | |
| 8607 | * valid.[ch] tree.h: worked *hard* to get non-determinist content |
| 8608 | validation without using an ugly NFA -> DFA algo in the source. |
| 8609 | Made a specific algorithm easier to maintain, using a single |
| 8610 | stack and without recursion. |
| 8611 | * Makefile.am test/VCM/*.xml: added more tests to "make Validtests" |
| 8612 | * hash.c: made the growing routine static |
| 8613 | * tree.h parser.c: added the parent information to an |
| 8614 | xmlElementContent node. |
| 8615 | |
| 8616 | Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8617 | |
| 8618 | * SAX.c parser.c xpath.c: generating IDs when not validating |
| 8619 | from an external parsed entity was poisoning the ID has table |
| 8620 | with removed values. This was killing XSLT on the KDE help |
| 8621 | browser. |
| 8622 | |
| 8623 | Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8624 | |
| 8625 | * entities.h: andrew@ugh.net.au detected a double declaration |
| 8626 | |
| 8627 | Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8628 | |
| 8629 | * debugXML.c hash.c tree.h valid.c : some changes related to |
| 8630 | the validation suport to improve speed with DocBook |
| 8631 | * result/VC/OneID2 result/VC/OneID3 : this slightly changes |
| 8632 | the way validation errors get reported |
| 8633 | |
| 8634 | Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8635 | |
| 8636 | * HTMLparser.c HTMLtree.c: applied part of the patches provided |
| 8637 | by P C Chow and William M. Brack for XSLT HTML output |
| 8638 | |
| 8639 | Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8640 | |
| 8641 | * xmlversion.h.in win32config.h win32/libxml2/*: applied |
| 8642 | Igor Zlatkovic patches for MSC compilation and added his |
| 8643 | updates |
| 8644 | |
| 8645 | Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8646 | |
| 8647 | * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper |
| 8648 | prefix lookup. |
| 8649 | * parserInternals.c: fixed the bug reported by Morus Walter |
| 8650 | due to an off by one typo in xmlStringCurrentChar() |
| 8651 | |
| 8652 | Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8653 | |
| 8654 | * HTMLparser.c result/HTML/*: revamped the way the HTML |
| 8655 | parser handles end of tags or end of input |
| 8656 | |
| 8657 | Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8658 | |
| 8659 | * tree.[ch] : added xmlDocCopyNode for gdome2 support |
| 8660 | |
| 8661 | Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8662 | |
| 8663 | * tree.h: include xmlmemory.h this seems to havoid a nasty glibc |
| 8664 | bug where the linktime verions of free() won't work ... |
| 8665 | |
| 8666 | Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8667 | |
| 8668 | * config.h.in configure.in xmlversion.h.in: added ansidecl.h test |
| 8669 | |
| 8670 | Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8671 | |
| 8672 | * doc/xml.html: added 2.3.6 release |
| 8673 | |
| 8674 | Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8675 | |
| 8676 | * tree.c: fixed xmlStringGetNodeList() to handle charrefs |
| 8677 | * result/wml.xml: resulted in a small output change |
| 8678 | |
| 8679 | Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8680 | |
| 8681 | * tree.c: xmlNewDoc was missing the charset initialization |
| 8682 | * xmllint.c: added --auto to autogenerate a doc, allow to |
| 8683 | reproduce the problem fixed on xmlNewDoc |
| 8684 | |
| 8685 | Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8686 | |
| 8687 | * xpath.c: trying to get 52979 solved |
| 8688 | * tree.c result/ result/noent/: trying to get 52712 solved, this |
| 8689 | also made me clean up the fact that XML output in general should |
| 8690 | not add formating blanks by default, this changed the output of |
| 8691 | a few tests |
| 8692 | |
| 8693 | Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8694 | |
| 8695 | * xpath.c: Bill Brack pointer an error in detecting a null nodeset |
| 8696 | |
| 8697 | Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8698 | |
| 8699 | * configure.in: finally released 2.3.6 |
| 8700 | |
| 8701 | Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8702 | |
| 8703 | * xpath.c: checking for null pointer generated by new code |
| 8704 | |
| 8705 | Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8706 | |
| 8707 | * xpath.c: fixed a [] evaluation problem reported |
| 8708 | * test/XPath/tests/simpleaddr: extended test |
| 8709 | * result/XPath/simpleaddr: updated result |
| 8710 | |
| 8711 | Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8712 | |
| 8713 | * xmllint.c: Dan Timis reported a portability problem |
| 8714 | on Macs without mmap, fixed it. |
| 8715 | |
| 8716 | Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8717 | |
| 8718 | * testXPath.c : added a --tree option allowing to display the |
| 8719 | tree dump of the XPath expression |
| 8720 | |
| 8721 | Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8722 | |
| 8723 | * xpath.c: fixed a memleak when comparing nodesets |
| 8724 | * HTMLtree.c: don't invent the HTML doctype if not available (XSLT) |
| 8725 | * tree.c: added a TODO |
| 8726 | |
| 8727 | Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8728 | |
| 8729 | * configure.in Makefile.am config.h.in xmlversion.h.in: detect if |
| 8730 | we need string functions |
| 8731 | * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions |
| 8732 | to be able to use them where needed. Applied some changes |
| 8733 | to reduce name linking pollution and compile in only what's |
| 8734 | needed. |
| 8735 | * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c |
| 8736 | xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef |
| 8737 | for the string manipulation functions |
| 8738 | * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically |
| 8739 | to the free() function of xmlmemory.c |
| 8740 | * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c |
| 8741 | xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP |
| 8742 | usage. |
| 8743 | |
| 8744 | |
| 8745 | Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8746 | |
| 8747 | * error.c: applied the context output patch of the error |
| 8748 | handling submitted by Chuck Griffith |
| 8749 | * error/VC/*: this slightly change some error logs |
| 8750 | |
| 8751 | Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8752 | |
| 8753 | * parser.c: fixed line number reporting on error |
| 8754 | |
| 8755 | Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8756 | |
| 8757 | * parser.c: Sullivan and Darin found a parser bug, |
| 8758 | applied the patch. |
| 8759 | |
| 8760 | Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8761 | |
| 8762 | * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c |
| 8763 | testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c |
| 8764 | xmlversion.h.in xpointer.c: of course the way I defined |
| 8765 | UNUSED breaks on old gcc version. Try to be smart and |
| 8766 | also define it directly in xmlversion.h |
| 8767 | * configure.in: removed -ansi flag from the pedantic set |
| 8768 | |
| 8769 | Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8770 | Huge cleanup, I switched to compile with |
| 8771 | -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit |
| 8772 | -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat |
| 8773 | -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow |
| 8774 | -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return |
| 8775 | -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline |
| 8776 | * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch] |
| 8777 | encoding.h entities.c error.c list.[ch] nanoftp.c |
| 8778 | nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c |
| 8779 | testSAX.c testURI.c testXPath.c tree.[ch] uri.c |
| 8780 | valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c |
| 8781 | xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c: |
| 8782 | Cleanup, staticfied a number of non-exported functions, |
| 8783 | detected and cleaned up a dozen of problem found this way, |
| 8784 | avoided a lot of public function name/typedef/system names clashes |
| 8785 | * doc/xml.html: updated |
| 8786 | * configure.in: switched private flags to the really pedantic ones. |
| 8787 | |
| 8788 | Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8789 | |
| 8790 | * configure.in: 2.3.5 |
| 8791 | * doc/html/*: rebuilt the docs |
| 8792 | |
| 8793 | Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8794 | |
| 8795 | * parser.c: fixed a reported bug in NOTATION parsing |
| 8796 | * uri.c: accepted but not fixed bug 51876, added TODO |
| 8797 | * Makefile.am: fixed bug 51876 |
| 8798 | |
| 8799 | Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8800 | |
| 8801 | * config.h.in configure.in error.c: fix a compilation problem |
| 8802 | on platforms without vsnprintf (xml@thewrittenword.com) |
| 8803 | |
| 8804 | Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8805 | |
| 8806 | * parser.c: fixed a function name header typo |
| 8807 | * SAX.c: notations can also occur in external subset. |
| 8808 | |
| 8809 | Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8810 | |
| 8811 | * error.c: removed a C++ like comment |
| 8812 | |
| 8813 | Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8814 | |
| 8815 | * parser.c: fixing bug 52299 strange condition leading |
| 8816 | to a parser crash due to a buffer overflow |
| 8817 | * result/noent/attrib.xml result/attrib.xml test/attrib.xml: |
| 8818 | added the specific test case |
| 8819 | |
| 8820 | Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8821 | |
| 8822 | * xpath.[ch]: still a lot of cleanup based on XSLT, added |
| 8823 | xmlXPathConvert{String,Number,Boolean} to be able to make |
| 8824 | type casts without a context stack, fixed some implementation |
| 8825 | problems related to the absence of context at parse-time, |
| 8826 | added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr() |
| 8827 | in the public API too |
| 8828 | * xpointer.c xpathInternals.h: we need to know at parse time |
| 8829 | whether we are compiling an XPointer |
| 8830 | |
| 8831 | Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8832 | |
| 8833 | * xpath.[ch] xpointer.c: restaured the Binary and API compatibility |
| 8834 | cleaned up the parser internals, refactored XPath code, added |
| 8835 | new compilation based APIs and cleanly separated public and |
| 8836 | private APIs. |
| 8837 | |
| 8838 | Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8839 | |
| 8840 | * xpath.h: the comp field must be added at the end to avoid |
| 8841 | killing binary compat. |
| 8842 | |
| 8843 | Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8844 | |
| 8845 | * Makefile.am: detect XPath memleaks in regreson tests |
| 8846 | * error.c: fixed and error w.r.t. error reporting still using |
| 8847 | stderr |
| 8848 | * hash.c: added new line at end of file |
| 8849 | * tree.h: minor cleanup |
| 8850 | * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath |
| 8851 | expression parsing from evaluation, resulted in a number of |
| 8852 | changes internally, and in XPointer. Likely to break stuff |
| 8853 | using xpathInternals.h but should remain binary compatible, |
| 8854 | new interfaces will be added. |
| 8855 | |
| 8856 | Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8857 | |
| 8858 | * configure.in: fixed a couple of problems reported by |
| 8859 | okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling |
| 8860 | without gcc on non linux platforms. |
| 8861 | |
| 8862 | Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8863 | |
| 8864 | * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested |
| 8865 | a fix for --with-html-dir= configure support. I hope it won't |
| 8866 | break rpm generation |
| 8867 | |
| 8868 | Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8869 | |
| 8870 | * xmlIO.c: one function comment cleanup. |
| 8871 | |
| 8872 | Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8873 | |
| 8874 | * SAX.c: external subset notations were improperly registered |
| 8875 | in the internal subset. |
| 8876 | |
| 8877 | Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8878 | |
| 8879 | * README.cvs-commits: added, pointing to HACKING |
| 8880 | * HACKING: updated |
| 8881 | |
| 8882 | Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8883 | |
| 8884 | * parser.c: and Matt Sergeant found one in the XML push |
| 8885 | parser (erroneous check I forgot to remove when I fixed the |
| 8886 | main parser). |
| 8887 | |
| 8888 | Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8889 | |
| 8890 | * xpath.c: ptittom found a small bug in UnaryExpr |
| 8891 | |
| 8892 | Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8893 | |
| 8894 | * configure.in: bumped to 2.3.4 |
| 8895 | * error.c: fixed bug #51860 |
| 8896 | * tree.c: fixed bug #51861 |
| 8897 | * valid.c: cleanup, more debug, failed to fix one bug crap ... |
| 8898 | * tree.[ch] : added xmlDefaultBufferSize |
| 8899 | * nanoftp.c: typo in function name header block |
| 8900 | * doc/xml.html : updated, added link to XML::LibXSLT |
| 8901 | * doc/html/* : rebuilt the docs |
| 8902 | |
| 8903 | Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8904 | |
| 8905 | * parser.c SAX.c: the new content parsing code raised an |
| 8906 | ugly bug in the characters() SAX callback. Found it |
| 8907 | just because of strangeness in XSLT XML Rec ouptut :-( |
| 8908 | |
| 8909 | Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8910 | |
| 8911 | * Makefile.am: Martin Baulig suggested to add -lm |
| 8912 | * tree.c: found another bug in xmlNodeGetContent() |
| 8913 | |
| 8914 | Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8915 | |
| 8916 | * xpath.c: Bjorn found the error related to strictness of comparison. |
| 8917 | |
| 8918 | Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8919 | |
| 8920 | * parser.c: trying to fix the Dtd parsing problem reported |
| 8921 | by Gary, side effect of last week speed optimizations. |
| 8922 | |
| 8923 | Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8924 | |
| 8925 | * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg |
| 8926 | * parserInternals.c: removed unneeded test raised by Stric |
| 8927 | |
| 8928 | Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 8929 | |
| 8930 | * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported |
| 8931 | and fixed by William Brack). Added xmlXPathFormatNumber. |
| 8932 | Changed the sorting slightly. |
| 8933 | * configure.in Makefile.am example/Makefile.am: Added -lm. |
| 8934 | Please note that applications linking with libxml2, must |
| 8935 | also like with the math library from now on. |
| 8936 | |
| 8937 | Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8938 | |
| 8939 | * HTMLparser.c: fixed loop reported by Marc Sanfacon |
| 8940 | |
| 8941 | Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8942 | |
| 8943 | * parser.c: one must report spaces even if the Dtd element |
| 8944 | content proves that this is not part of the element content. |
| 8945 | * result/valid/*.xml: this changed the ouptu slightly |
| 8946 | |
| 8947 | Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8948 | |
| 8949 | * configure.in: bumped to 2.3.3 |
| 8950 | * doc/xml.html: updated |
| 8951 | |
| 8952 | Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8953 | |
| 8954 | * tree.c: minor doc fix |
| 8955 | * xpath.c: deallocation issues when a result tree has been |
| 8956 | converted to a node-set |
| 8957 | |
| 8958 | Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8959 | |
| 8960 | * doc/xml.html: oops corrected dates s/2000/2001 |
| 8961 | |
| 8962 | Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8963 | |
| 8964 | * valid.c: new patch from Gary Pennington |
| 8965 | |
| 8966 | Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8967 | |
| 8968 | * doc/xml.html: applied patch from Ankh |
| 8969 | |
| 8970 | Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8971 | |
| 8972 | * xinclude.c: fixed a problem building on Mac |
| 8973 | |
| 8974 | Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8975 | |
| 8976 | * parser.c: more work on increasing parsing ferformances |
| 8977 | |
| 8978 | Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8979 | |
| 8980 | * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c |
| 8981 | xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c: |
| 8982 | avoiding memcpy in production builds MEM_CLEANUP macro use |
| 8983 | * parser.[ch] parserInternals.c: optimizations of the tightest |
| 8984 | internal loops inside the parser. Better checking of I/O |
| 8985 | flushing/loading conditions |
| 8986 | * xmllint.c : added --timing |
| 8987 | |
| 8988 | Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8989 | |
| 8990 | * configure.in: bumped to 2.3.2 |
| 8991 | * doc/xml.html: updated for release |
| 8992 | |
| 8993 | Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8994 | |
| 8995 | * xpath.c: found a memleak and fixed a nasty bug |
| 8996 | |
| 8997 | Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 8998 | |
| 8999 | * xmllint.[c1] : added return code errors for xmllint |
| 9000 | * xpath.c: specific debug dump function for result value trees |
| 9001 | |
| 9002 | Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9003 | |
| 9004 | * xpath.c: finally implemented xmlXPathCompareNodeSets |
| 9005 | * test/XPath/expr/floats results/XPath/expr/floats: added |
| 9006 | a test for float expressions |
| 9007 | |
| 9008 | Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9009 | |
| 9010 | * tree.c: fixed xmlNodeGetContent, it was not recursing on child |
| 9011 | * parserInternals.[ch]: trying to speed up parsing |
| 9012 | * xpath.c : speeded up node set equality op |
| 9013 | |
| 9014 | Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9015 | |
| 9016 | * Makefile.am valid.c list.[ch]: Gary Pennington provided a |
| 9017 | better handling of ID/IDREF and the list modules associated |
| 9018 | * configure.in: small CFLAGS cleanup |
| 9019 | |
| 9020 | Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9021 | |
| 9022 | * configure.in: fixed iconv detection on AIX (stric) |
| 9023 | |
| 9024 | Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9025 | |
| 9026 | * xpath.c: fixed "*" (unbelievable !) and a couple of warnings |
| 9027 | |
| 9028 | Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 9029 | |
| 9030 | * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber, |
| 9031 | and optimized xmlXPathNodeSetSort |
| 9032 | |
| 9033 | Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9034 | |
| 9035 | * xpath.c: bug fix when context size is 0 |
| 9036 | * parser.c: I like Norm's Dtd because they still manage to break |
| 9037 | the parser occasionally |
| 9038 | |
| 9039 | Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9040 | |
| 9041 | * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now |
| 9042 | |
| 9043 | Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9044 | |
| 9045 | * tree.[ch] parser.c xpath.c: fixed the problem of addressing |
| 9046 | attributes within the XML-1.0 namespace |
| 9047 | |
| 9048 | Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9049 | |
| 9050 | * xpathInternals.h: exported a few axis functions |
| 9051 | * doc/xml.html: updated the doc |
| 9052 | |
| 9053 | Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9054 | |
| 9055 | * configure.in: applied patch from Daniel van Balen for OpenBSD |
| 9056 | and bumped version to 2.3.1 |
| 9057 | * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the |
| 9058 | attempt to find autoclosing was simply broken, removed it, |
| 9059 | updated the examples, this is better |
| 9060 | |
| 9061 | Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9062 | |
| 9063 | * hash.[ch]: added Paolo Casarini patch to provide Delete from |
| 9064 | hash functionnalities. |
| 9065 | * doc/html/* : rebuild the doc |
| 9066 | |
| 9067 | Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9068 | |
| 9069 | * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and |
| 9070 | on predicate |
| 9071 | * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err |
| 9072 | result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one |
| 9073 | really want to have tags closed on output even if we accept |
| 9074 | unclosed ones on input |
| 9075 | |
| 9076 | Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9077 | |
| 9078 | * xpath.c: ouch don't free NULL, rare case fixed |
| 9079 | * tree.c: don't coalesce text nodes if they don't have the |
| 9080 | same behaviour wrt escaping on output |
| 9081 | |
| 9082 | Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9083 | |
| 9084 | * xpath.c: small fixup |
| 9085 | * SAX.c: don't warn on empty namespaces. |
| 9086 | |
| 9087 | Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9088 | |
| 9089 | * README: a bit of cleanup |
| 9090 | * configure.in: preparing for 2.3.0 release |
| 9091 | |
| 9092 | Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9093 | |
| 9094 | * hash.[ch]: added a first version of xmlHashSize() |
| 9095 | * valid.c: another bug fix from Gary Pennington |
| 9096 | |
| 9097 | Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9098 | |
| 9099 | * valid.c: couple of bug fixes pointed by Gary Pennington |
| 9100 | * HTMLtree.c: #if 0 cleanup |
| 9101 | |
| 9102 | Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9103 | |
| 9104 | * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique() |
| 9105 | which removes a time consuming check of xmlXPathNodeSetAdd() |
| 9106 | and use it in places where we are sure to not break unicity |
| 9107 | |
| 9108 | Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9109 | |
| 9110 | * xpath.c: bug fixes found from XSLT |
| 9111 | * tree.c: preserve node->name special values when copying nodes. |
| 9112 | * parserInternals.[ch] parser.[ch] SAX.c : added a mode where |
| 9113 | external subset are fetched when available but without full |
| 9114 | validation. Added xmlLoadExtDtdDefaultValue, need a function. |
| 9115 | * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML |
| 9116 | output with encoding disabled. |
| 9117 | |
| 9118 | Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9119 | |
| 9120 | * xmliO.c: Harry Blundell pointed out that xmlCheckFilename |
| 9121 | xmlCheckFilename should not be called from xmlFileOpenW |
| 9122 | and xmlGzfileOpenW |
| 9123 | |
| 9124 | Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9125 | |
| 9126 | * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith |
| 9127 | * test/URI/smith.uri result/URI/smith.uri Makefile.am: |
| 9128 | added the new tests for URI normalization |
| 9129 | * testURI.c: fixed stoopid bugs |
| 9130 | * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration: |
| 9131 | the URI in the error messages are now properly normalized |
| 9132 | |
| 9133 | Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9134 | |
| 9135 | * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath |
| 9136 | |
| 9137 | Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9138 | |
| 9139 | * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing |
| 9140 | |
| 9141 | Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9142 | |
| 9143 | * xpath.c: fixed mod operator |
| 9144 | |
| 9145 | Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9146 | |
| 9147 | * parser.c: fixed xmlStrcat doc |
| 9148 | * tree.c: 2 fixes form Anders Carlson for copying nodes and |
| 9149 | trees. |
| 9150 | |
| 9151 | Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9152 | |
| 9153 | * xpath.c result/XPath/tests/chaptersbase |
| 9154 | result/XPath/tests/simplebase: fixed XPath node() |
| 9155 | * tree.c: small fix in xmlNewNs() |
| 9156 | * Makefile.am: removed extraneous xml2Conf.sh rule |
| 9157 | |
| 9158 | Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9159 | |
| 9160 | * Makefile.am configure.in libxml.spec.in example/Makefile.am: |
| 9161 | Changed the library name, in order to get libxml-devel and |
| 9162 | libxml2-devel to coexist on a single system |
| 9163 | * xml-config.1 xml-config.in xmlConf.sh.in: renamed |
| 9164 | * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files |
| 9165 | |
| 9166 | Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9167 | |
| 9168 | * Makefile.am configure.in libxml-2.0.pc.in: started working on getting |
| 9169 | libxml2-devel installable in // as libxml-devel. |
| 9170 | |
| 9171 | Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9172 | |
| 9173 | * doc/Makefile.am: fixed make rebuild in doc |
| 9174 | * doc/html/*.html: rebuilt the docs |
| 9175 | |
| 9176 | Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9177 | |
| 9178 | * tree.c: patch from Bjorn Reese on xmlBufferCCat |
| 9179 | |
| 9180 | Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9181 | |
| 9182 | * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get |
| 9183 | the HTML doc to go into the -devel RPM ... |
| 9184 | * aclocal.m4 config.h.in: some updates due to auto* magic |
| 9185 | |
| 9186 | Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9187 | |
| 9188 | * xpath.h: added a hook in the context structure allowing to |
| 9189 | link to extra support, needed for XSLT |
| 9190 | |
| 9191 | Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9192 | |
| 9193 | * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed |
| 9194 | xmlXPtrCmpPoints to use it. |
| 9195 | * propagated the following patch from Alejandro Forero |
| 9196 | * include/win32config.h xmlIO.c: applied further suggestions |
| 9197 | from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup |
| 9198 | * example/gjobread.c: fixed warnings, now that it builds |
| 9199 | |
| 9200 | Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com> |
| 9201 | |
| 9202 | * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks. |
| 9203 | |
| 9204 | * xmlIO.c (xmlCheckFilename): Function added to know whether a given |
| 9205 | filename points to a valid file (not a directory). |
| 9206 | * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW): |
| 9207 | Added calls to xmlCheckFilenameDir. |
| 9208 | |
| 9209 | * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass |
| 9210 | `path' (rather than `filename') as the parameter to gzopen and open. |
| 9211 | |
| 9212 | Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9213 | |
| 9214 | * Makefile.am: fixed a problem with EXTRA_DIST |
| 9215 | |
| 9216 | Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9217 | |
| 9218 | * Makefile.am example/Makefile.am: finally found the trick |
| 9219 | to build the example, i.e. add "." in SUBDIRS before example |
| 9220 | in the list <grin/> |
| 9221 | |
| 9222 | Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9223 | |
| 9224 | * doc/xml.html: updated with an XSLT section, removed pointer to |
| 9225 | W3C CVS base. |
| 9226 | |
| 9227 | Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9228 | |
| 9229 | * xpath.c: when copying a XSLT tree object teh tree need to be copied |
| 9230 | too, and deallocation need to occur the same way. |
| 9231 | |
| 9232 | Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9233 | |
| 9234 | * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE |
| 9235 | type correponding to an XSLT result tree fragment. Share most |
| 9236 | of the data format with node set, as well as operators. |
| 9237 | * HTMLtree.c: added a newline at the end of the doctype output |
| 9238 | whe this one is not present initially. |
| 9239 | * tree.c: make sure taht the parent and doc pointers are properly |
| 9240 | set when copying attributes (lists). |
| 9241 | |
| 9242 | Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9243 | |
| 9244 | * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput |
| 9245 | |
| 9246 | Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9247 | |
| 9248 | * xpath.c: seems I finally killed that ugly path evaluation |
| 9249 | context bug (tagged 9999 in case is is wrong) |
| 9250 | |
| 9251 | Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9252 | |
| 9253 | * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup() |
| 9254 | for XSLT |
| 9255 | |
| 9256 | Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9257 | |
| 9258 | * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix |
| 9259 | for xmlGzfileOpen() bug |
| 9260 | |
| 9261 | Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9262 | |
| 9263 | * xpath.c: removed an error found by XSLT usage |
| 9264 | * tree.c parserInternals.h: use a predefined static string |
| 9265 | for text and comment nodes, avoid freeing them in xmlFreeNode, |
| 9266 | exported the string name in parserInternals.h and added |
| 9267 | another value to disable encoding at output (for XSLT), |
| 9268 | gain memory, time. |
| 9269 | |
| 9270 | Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9271 | |
| 9272 | * win32/README.MSDev win32/libxml2/libxml2_a.dsp |
| 9273 | win32/libxml2/libxml2_so.dsp: new makefiles and update |
| 9274 | provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 9275 | |
| 9276 | Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9277 | |
| 9278 | * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from |
| 9279 | Gary Pennington |
| 9280 | |
| 9281 | Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9282 | |
| 9283 | * xpath.c: fixed the comaprision of values and nodelists, |
| 9284 | need to compare nodelist still ... |
| 9285 | * debugXML.c: avoided a possible core dump |
| 9286 | * HTMLparser.c: cleanup |
| 9287 | * nanohttp.c: contributed fix. |
| 9288 | * tree.c: fixes in properties handling added xmlSetNsProp |
| 9289 | needed by libxslt |
| 9290 | * xpathInternals.h: exported xmlXPathBooleanFunction, added a |
| 9291 | comment |
| 9292 | * TODO: updated |
| 9293 | |
| 9294 | Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9295 | |
| 9296 | * parser.c parserInternals.c: applied Bjorn Reese optimization |
| 9297 | patch |
| 9298 | |
| 9299 | Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9300 | |
| 9301 | * Makefile.am: applied patch fro make check from Martin Vidner |
| 9302 | |
| 9303 | Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9304 | |
| 9305 | * configure.in: preparing 2.2.11 |
| 9306 | * doc/html/*: rebuild the HTML files |
| 9307 | * doc/xml.html : updated |
| 9308 | |
| 9309 | Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9310 | |
| 9311 | * tree.c: fixed a stupid bug |
| 9312 | * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com> |
| 9313 | patches related to validation of an XInclude processing result |
| 9314 | * TODO: updated |
| 9315 | |
| 9316 | Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9317 | |
| 9318 | * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon |
| 9319 | on large files |
| 9320 | |
| 9321 | Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9322 | |
| 9323 | * xmlIO.c: fixed xmlParserInputBufferCreateMem doc |
| 9324 | |
| 9325 | Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9326 | |
| 9327 | * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue, |
| 9328 | reported by Jonas Borgström |
| 9329 | * nanohttp.c: Applied Bjorn Reese' IPV6 first patch |
| 9330 | |
| 9331 | Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9332 | |
| 9333 | * testXPath.c xpath.c: fixing the XPath union expressions problem |
| 9334 | reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz> |
| 9335 | |
| 9336 | Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 9337 | |
| 9338 | * xmllint.c: Made is so if the file name is "-" is will read form |
| 9339 | standard input. Sven Heinicke <sven@zen.org> |
| 9340 | * tree.c: fixed a problem when growing buffer |
| 9341 | * tree.h: fixed the comment of the node types following andersca |
| 9342 | comment |
| 9343 | * TODO: updated |
| 9344 | |
| 9345 | Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9346 | |
| 9347 | * HTMLparser.[ch]: added a way to avoid adding automatically |
| 9348 | omitted tags. htmlHandleOmittedElem() allows to change the |
| 9349 | default handling. |
| 9350 | * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and |
| 9351 | xmlDocDumpFormatMemoryEnc(), uses memory functions for output |
| 9352 | of xmllint too when using --memory flag, added a memory test |
| 9353 | suite at the Makefile level. |
| 9354 | * xpathInternals.h xpath.[ch] xpointer.c: fixed problems |
| 9355 | with namespace use when encountering QNames in XPath evalation, |
| 9356 | added xmlns() scheme in XPointer. |
| 9357 | * nanoftp.c : incorporated a fix |
| 9358 | * parser.c xmlIO.c: fixed problems raised with encoding when using |
| 9359 | the memory I/O |
| 9360 | * parserInternals.c: closed bug 25934 reported by |
| 9361 | torsten.landschoff@innominate.de |
| 9362 | * TODO: updated |
| 9363 | |
| 9364 | Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9365 | |
| 9366 | * configure.in doc/html/* doc/xml.html: made a 2.2.9 release |
| 9367 | on a non-updated tree :-(, made a 2.2.10 release to correct the |
| 9368 | situation |
| 9369 | |
| 9370 | Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9371 | |
| 9372 | * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c |
| 9373 | parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: |
| 9374 | integrated a set of OpenVMS changes from Howard Taylor |
| 9375 | <Howard.Taylor@pacoast.com> |
| 9376 | |
| 9377 | Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9378 | |
| 9379 | * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll |
| 9380 | * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net> |
| 9381 | |
| 9382 | Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9383 | |
| 9384 | * HTMLparser.c: some fixes on auto-open of html/head/body |
| 9385 | * encoding.c: fixed a compilation error on some gcc env |
| 9386 | * xpath.c xpointer.[ch] xpathInternals.h: improved the |
| 9387 | XPointer implementation |
| 9388 | * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added |
| 9389 | related XPointer tests and associated results |
| 9390 | |
| 9391 | Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9392 | |
| 9393 | * doc/xmldtd.html doc/xml.html: following a short step by step |
| 9394 | guidance on IRC to help maciej with DTDs I started a small |
| 9395 | page on the subject. |
| 9396 | |
| 9397 | Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9398 | |
| 9399 | * HTMLparser.c: fixed handling of broken charrefs |
| 9400 | * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows |
| 9401 | patches |
| 9402 | |
| 9403 | Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9404 | |
| 9405 | * doc/xml.html doc/html/* : rebuilt the docs after adding |
| 9406 | xinclude and updated page for 2.2.7 and 2.2.8 |
| 9407 | * configure.in: releasing 2.2.8 |
| 9408 | |
| 9409 | Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9410 | |
| 9411 | * parser.[ch] parserInternals.c: applied the conditional |
| 9412 | section processing fix from Jonathan P Springer |
| 9413 | <jonathan.springer2@gte.net> |
| 9414 | * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS |
| 9415 | project file, fixed iconv default non support |
| 9416 | * xpath.c: fixed the problem of evaluating relative expressions |
| 9417 | when a node context is provided. |
| 9418 | |
| 9419 | Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9420 | |
| 9421 | * nanoftp.c: fixed gcc 2.95 new warnings |
| 9422 | * SAX.c: fixed a stupid bug |
| 9423 | * tree.c: fixed a formatting problem when round-tripping |
| 9424 | from/to memory |
| 9425 | * xinclude.c: chased memleak, fixed a base problem |
| 9426 | * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ? |
| 9427 | xmlXPtrBuildNodeList() |
| 9428 | * TODO: updated |
| 9429 | * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude: |
| 9430 | adding a first small set of regression tests for XInclude |
| 9431 | |
| 9432 | Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9433 | |
| 9434 | * nanohttp.[ch]: applied Wayne Davison patches to access |
| 9435 | the WWW-Authorization header. |
| 9436 | * parser.c: Closed Bug#30847: Problems when switching encoding |
| 9437 | in short files by applying Simon Berg's patch. |
| 9438 | * valid.c: fixed a validation problem |
| 9439 | * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h |
| 9440 | xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from |
| 9441 | Wayne Davison |
| 9442 | * xpointer.[ch]: added first version of xmlXPtrBuildNodeList() |
| 9443 | need to be extended to non full nodes selections. |
| 9444 | * xinclude.c: starts to work decently |
| 9445 | |
| 9446 | Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9447 | |
| 9448 | * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c |
| 9449 | debugXML.c xmlversion.h.in: Started adding XInclude support, |
| 9450 | this is a new xmllint option |
| 9451 | * tree.c xpath.c: applied TOM patches for XPath |
| 9452 | * xpointer.c: fixed a couple of errors. |
| 9453 | * uri.c: added an escaping function needed for xinclude |
| 9454 | * testXPath.c hash.c HTMLtree.c: minor cleanups raised by |
| 9455 | new warning from RH70 gcc's version |
| 9456 | |
| 9457 | Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9458 | |
| 9459 | * HTMLparser.c: fixed loop on invalid char in scripts |
| 9460 | * parser.c: update to description of xmlIOParseDTD() |
| 9461 | * libxml.m4 xmlversion.h.in: changes contributed by |
| 9462 | Michael Schmeing <m.schmeing@internet-factory.de> |
| 9463 | * configure.in: preparing for 2.2.7 |
| 9464 | * Makefile.am: trying to avoid config.h and acconfig.h |
| 9465 | being included in the distrib |
| 9466 | * configure.in: released 2.2.7 |
| 9467 | |
| 9468 | Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9469 | |
| 9470 | * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's |
| 9471 | like namespaces for good. Unified xmlNs and xmlNode somewhat. |
| 9472 | |
| 9473 | Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9474 | |
| 9475 | * parser.[ch]: added xmlIOParseDTD() |
| 9476 | * xpointer.c: added support for the 2 extra parameters of |
| 9477 | string-range, fixed a stoopid error when '0' was present |
| 9478 | in XPointer expressions |
| 9479 | * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added |
| 9480 | testsuite for the above |
| 9481 | |
| 9482 | Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9483 | |
| 9484 | * libxml.spec.in: improved package descriptions |
| 9485 | |
| 9486 | Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9487 | |
| 9488 | * xpath.c xpathInternals.h: applied a large cleaning patch |
| 9489 | from TOM <ptittom@free.fr>, it also add namespace support |
| 9490 | for function and variables registration. |
| 9491 | |
| 9492 | Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9493 | |
| 9494 | * uri.c: Wayne Davison's patch fixing xmlBuildURI() |
| 9495 | * Makefile.mingw: Wayne Davison's update adding hash.c |
| 9496 | |
| 9497 | Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9498 | |
| 9499 | * xpath.c: fixed the root evaluation problems |
| 9500 | * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non |
| 9501 | ignorable spaces with <b> <bold> <em> |
| 9502 | * tree.c: fixed a loop in xmlSearchNsByHref() |
| 9503 | |
| 9504 | Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9505 | |
| 9506 | * xpath.c: applied another XPath patch from TOM |
| 9507 | * xpath.c include/makefile.am: applied another patch from |
| 9508 | china@thewrittenword.com (cleanup on IRIX). |
| 9509 | |
| 9510 | Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9511 | |
| 9512 | * xml-config.1: received a fixed version from Fredrik Hallenberg |
| 9513 | <hallon@lysator.liu.se> |
| 9514 | |
| 9515 | Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9516 | |
| 9517 | * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr> |
| 9518 | cleanup patch for XPath |
| 9519 | |
| 9520 | Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9521 | |
| 9522 | * patched to redirrect all "out of context" error messages to |
| 9523 | a reconfigurable routine. The changes are: |
| 9524 | * xmlerror.h : added the export of an error context type (void *) |
| 9525 | an error handler type xmlGenericErrorFunc there is an interface |
| 9526 | xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler); |
| 9527 | to reset the error handling routine and its argument |
| 9528 | (by default it's equivalent to respectively fprintf and stderr. |
| 9529 | * all the c files: all wild accesses to stderr or stdout within |
| 9530 | the library have been replaced to calls to the handler. |
| 9531 | |
| 9532 | Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9533 | |
| 9534 | * configure.in: release 2.2.6 |
| 9535 | * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h |
| 9536 | exporting the inner functions of xpath for extension modules |
| 9537 | * doc/*: updated and rebuilt the doc |
| 9538 | |
| 9539 | Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9540 | |
| 9541 | * nanohttp.c : applied Wayne HTTP cleanup patch |
| 9542 | * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase() |
| 9543 | and xmlNodeSetSpacePreserve() |
| 9544 | |
| 9545 | Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9546 | |
| 9547 | * xpath.c: closing bug #29260 |
| 9548 | |
| 9549 | Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9550 | |
| 9551 | * hash.[ch] debugXML.c: expanded/enhanced the API, added |
| 9552 | multikey tuples, made hash structure opaque |
| 9553 | * valid.[ch]: moved elements, attributes, notations decalarations |
| 9554 | as well as ID and refs to hash tables. |
| 9555 | * entities.c: hash cleanup |
| 9556 | * xmlmemory.c: fixed a dump problem in debug mode |
| 9557 | * include/Makefile.am: problem passing in DESTDIR= values patch |
| 9558 | from Marc Christensen <marc@calderasystems.com> |
| 9559 | * nanohttp.c: removed debugging remains |
| 9560 | * HTMLparser.c: the bogus tag should be ignored (Wayne) |
| 9561 | * HTMLparser.c parser.c: fixing a number of problems with the |
| 9562 | macros in the *parser.c files (Wayne). |
| 9563 | * HTMLparser.c: close the previous option when opening a new one |
| 9564 | (Marc Sanfacon). |
| 9565 | * result/HTML/*: updated the HTML results accordingly |
| 9566 | |
| 9567 | Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9568 | |
| 9569 | * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked |
| 9570 | hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched |
| 9571 | XPath functions and XML entities table to them. More to come... |
| 9572 | * xmlIO.c: fixed libxml closing FILEs it didn't open. |
| 9573 | |
| 9574 | Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9575 | |
| 9576 | * tree.c: coalesce adjacent text nodes |
| 9577 | * valid.c: handling of blank nodes in DTd validation (raised |
| 9578 | by problems with a posteriori validation). |
| 9579 | * nanohttp.c: changing behaviour on HTTP write stuff. |
| 9580 | * HTMLtree.c: forced body and html to be explicitely closed. |
| 9581 | * xpath.h: exported more XPath functions. |
| 9582 | |
| 9583 | Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9584 | |
| 9585 | * Release of 2.2.5 |
| 9586 | * xpointer.c: range() range-inside and other helper functions |
| 9587 | * parserInternals.c: fixed perf problem raised by rolf@pointsman.de |
| 9588 | |
| 9589 | Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9590 | |
| 9591 | * SAX.c: HTML attributes need normalization too (Bjorn Reese) |
| 9592 | * HTMLparser.[ch]: addded htmlIsScriptAttribute() |
| 9593 | |
| 9594 | Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9595 | |
| 9596 | * doc/*: rebuilt docs preparing for 2.2.5 release, added URI |
| 9597 | and XPointer modules |
| 9598 | |
| 9599 | Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9600 | |
| 9601 | * SAX.h: closed #25107 |
| 9602 | |
| 9603 | Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9604 | |
| 9605 | * testSAX.c: fixed problem with cdata reporting |
| 9606 | * SAXresult/* : updated |
| 9607 | |
| 9608 | Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9609 | |
| 9610 | * parser.c test/wap.xml result/noent/wap.xml result/wap.xml: |
| 9611 | Closed bug #27499, added to regression tests |
| 9612 | * TODO: updated |
| 9613 | |
| 9614 | Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9615 | |
| 9616 | * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML |
| 9617 | support for SCRIPT and STYLE with help from Bjorn Reese |
| 9618 | * test/HTML/* result/HTML/*: added simple testcase and updated |
| 9619 | the existing ones. |
| 9620 | |
| 9621 | Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9622 | |
| 9623 | * xpath.c xpointer.c: XPointer reorder of ranges start/end and |
| 9624 | string-range for empty strings |
| 9625 | * test/XPath/docs/str test/XPath/xptr/chaptersrange |
| 9626 | test/XPath/xptr/strrange: augmented the XPointer testsuite |
| 9627 | |
| 9628 | Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9629 | |
| 9630 | * doc/xml.html doc/xmlmem.html: added a module describing memory |
| 9631 | interfaces and use, updated the main page. |
| 9632 | |
| 9633 | Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9634 | |
| 9635 | * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch |
| 9636 | nanoftp code work on Windows too now |
| 9637 | |
| 9638 | Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9639 | |
| 9640 | * testXPath.c xpath.[ch]: moved some debug functions to xpath core |
| 9641 | * xpointer.c: implemented string-range() at least a good first version |
| 9642 | * test/XPath/docs/str test/XPath/xptr/strrange |
| 9643 | result/XPath/xptr/strrange: the string-range() tests |
| 9644 | |
| 9645 | Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9646 | |
| 9647 | * Makefile.am include/Makefile.am include/win32config.h |
| 9648 | win32/Makefile.mingw: fixed problems reported by Wayne Davison |
| 9649 | and make distcheck |
| 9650 | |
| 9651 | Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9652 | |
| 9653 | * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug |
| 9654 | xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com> |
| 9655 | * xpointer.c: slight extension of xmlXPtrLocationSetMerge |
| 9656 | |
| 9657 | Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9658 | |
| 9659 | * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in : |
| 9660 | patch for socklen_t detection by |
| 9661 | Albert Chin-A-Young <china@thewrittenword.com> |
| 9662 | |
| 9663 | Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9664 | |
| 9665 | * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs |
| 9666 | and added a --dtdvalid option to xmllint used to test it |
| 9667 | |
| 9668 | Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9669 | |
| 9670 | * xml-config.1 Makefile.am libxml.spec.in: adding a man page for |
| 9671 | xml-config by Fredrik Hallenberg <hallon@lysator.liu.se> |
| 9672 | |
| 9673 | Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9674 | |
| 9675 | * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable |
| 9676 | handlings (registration, lookup, cleanup) |
| 9677 | |
| 9678 | Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9679 | |
| 9680 | * configure.in Makefile.am include/makefile.am: adding XPointer |
| 9681 | and XPtrtests target |
| 9682 | * xpointer.[ch] : new files for XPointer support |
| 9683 | * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and |
| 9684 | more XPath tests |
| 9685 | |
| 9686 | Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9687 | |
| 9688 | * configure.in: fixed, very broken, make distcheck works again |
| 9689 | |
| 9690 | Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9691 | |
| 9692 | * More work toward 2.2.5, integrated a number of patches |
| 9693 | * configure.in Makefile.am win32config.h.in: trying to cleanup |
| 9694 | make distcheck .... huh ... |
| 9695 | * include/Makefile.am include/win32config.h: new directory |
| 9696 | for includes |
| 9697 | * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp |
| 9698 | updated teh makefiles and instructions for WIN32 |
| 9699 | * xpath.c: small fixes |
| 9700 | * test/XPath/ results/XPath: updated the testcases and results |
| 9701 | * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or |
| 9702 | suggested patches |
| 9703 | * valid.c: fixed an ID bug |
| 9704 | |
| 9705 | Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9706 | |
| 9707 | * moved xml-error.h to xmlerror.h: seems this allowed to bypass |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 9708 | the automake bug where wrong dependencies were generated. |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 9709 | * xpath.[ch]: worked on XPointer |
| 9710 | |
| 9711 | Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9712 | |
| 9713 | * configure.in Makefile.am: 2.2.5, ship the include in an |
| 9714 | include/libxml subdirectory, use symlinks when using CVS |
| 9715 | * testSAX.c: fixed small bug |
| 9716 | * testXPath.c: changed the way testfiles are parsed |
| 9717 | * debugXML.c: same kind of cleanup when parsing an argument expression |
| 9718 | XPath/XPointers can have blanks embedded |
| 9719 | * xpath.[ch]: more cleanup, reorgs for XPointer work |
| 9720 | * parserInternals.c parser.c HTMLparser.c: fixed wrong include |
| 9721 | * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff |
| 9722 | |
| 9723 | Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9724 | |
| 9725 | * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness |
| 9726 | in the XPath engine, rewrote large parts of it, now it's far |
| 9727 | cleaner and in sync with the REC not an old WD. Fixed a parsing |
| 9728 | problem in the interactive XML shell found when testing XPath. |
| 9729 | |
| 9730 | Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9731 | |
| 9732 | * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer, |
| 9733 | incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath |
| 9734 | examples with the extra test |
| 9735 | |
| 9736 | Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9737 | |
| 9738 | * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved |
| 9739 | the global init function. |
| 9740 | |
| 9741 | Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9742 | |
| 9743 | * HTMLparser.c: Doohhh, attribute name parsing was still case |
| 9744 | sensitive ! Fixed this ... |
| 9745 | * result/HTML/* : updated the tests results accordingly |
| 9746 | |
| 9747 | Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9748 | |
| 9749 | * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation |
| 9750 | engine, should be far more stable, incorporated a new version of |
| 9751 | preceding/following axis, need testing |
| 9752 | * uri.c: fixed file:///c:/a/b/c problem |
| 9753 | * test/XPath/tests/idsimple: augmented the XPath tests |
| 9754 | |
| 9755 | Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9756 | |
| 9757 | * doc/* rebuilding docs for 2.2.4 release |
| 9758 | |
| 9759 | Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9760 | |
| 9761 | * configure.in: releasing 2.2.4 |
| 9762 | * parser.[ch]: added xmlStrEqual() |
| 9763 | * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c |
| 9764 | tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to |
| 9765 | use xmlStrEqual instead |
| 9766 | * TODO: updated |
| 9767 | * added an XPath test |
| 9768 | |
| 9769 | Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9770 | |
| 9771 | * HTMLparser.c: fixed htmlStartCloseIndexinitialized init |
| 9772 | * entities.h: exported xmlInitializePredefinedEntities |
| 9773 | * parser.[ch] : added xmlInitParser() |
| 9774 | * parserInternals.h : had to export htmlInitAutoClose() |
| 9775 | |
| 9776 | Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9777 | |
| 9778 | * xpath.[ch] : fixed some serious XPath Predicate evaluation |
| 9779 | problems |
| 9780 | * Makefile.am : added XPath regression tests to normal tests |
| 9781 | * uri.c: fixed a problem with local paths, cleanup |
| 9782 | * parser.c: fixed a problem with large CData sections |
| 9783 | |
| 9784 | Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9785 | |
| 9786 | * configure.in xml-config.in: patch from "Ben Taylor" |
| 9787 | <sol7x86@hotmail.com> for solaris shared libs lookup |
| 9788 | |
| 9789 | 2000-09-30 Martin Baulig <baulig@suse.de> |
| 9790 | |
| 9791 | * libxml-2.0.pc.in: Provide pkg-config script. |
| 9792 | |
| 9793 | * configure.in: Create the libxml-2.0.pc script from the |
| 9794 | libxml-2.0.pc.in templates. |
| 9795 | * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc |
| 9796 | script in `$(libdir)/pkgconfig'. |
| 9797 | |
| 9798 | Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9799 | |
| 9800 | * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning |
| 9801 | when compiling with MSC |
| 9802 | |
| 9803 | Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9804 | |
| 9805 | * xpath.c: patch for normalize-string() substring-before(), |
| 9806 | substring-after() and translate() functions from Bjorn Reese |
| 9807 | <breese@mail1.stofanet.dk> |
| 9808 | * libxml.m4 Makefile.am: added libxml.m4 from Debian ? |
| 9809 | Fredrik Hallenberg <hallon@lysator.liu.se> |
| 9810 | * TODO: updated |
| 9811 | |
| 9812 | Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9813 | |
| 9814 | * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the |
| 9815 | problem of socklen_t being undefined on a number of platforms |
| 9816 | * debugXML.c: fixed a compilation problem when without snprintf |
| 9817 | |
| 9818 | Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9819 | |
| 9820 | * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting |
| 9821 | an URI bug and a fix for the control-character-induced infinite loop |
| 9822 | * nanohttp.c: preventive fix for compiling on WIN32 |
| 9823 | |
| 9824 | Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9825 | |
| 9826 | * xmlint.c: closing bug #25000 |
| 9827 | |
| 9828 | Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9829 | |
| 9830 | * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public |
| 9831 | * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and |
| 9832 | modified slightly Wayne Davison patch adding xmlStrcasecmp and |
| 9833 | related function, fixing xmlStrncmp(), and associated cleanup |
| 9834 | * result/HTML/entities.html.sax: updating result |
| 9835 | |
| 9836 | Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9837 | |
| 9838 | * uri.c: applied patch for URI escaping from Wayne Davison |
| 9839 | <wayned@blorf.net> |
| 9840 | * tree.c parserInternals.c HTMLparser.c: memset checks patches |
| 9841 | from Denis Barbier <barbier@imacs.polytechnique.fr> |
| 9842 | * HTMLparser.c: UTF8 characters in HTML tag-attribute values |
| 9843 | patch from Wayne Davison |
| 9844 | |
| 9845 | Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9846 | |
| 9847 | * doc/xml.html : updated with new releases, adding "how to help" |
| 9848 | |
| 9849 | Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9850 | |
| 9851 | * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: |
| 9852 | removed a few warnings in pedantic mode ... |
| 9853 | * parserInternals.c parser.c: moved encoding switching function |
| 9854 | to parserInternals.c |
| 9855 | * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 |
| 9856 | |
| 9857 | Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9858 | |
| 9859 | * HTMLparser.c parser.c: set ctxt->errNo before calling the |
| 9860 | error or warning handlers |
| 9861 | |
| 9862 | Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9863 | |
| 9864 | * parserInternals.c parserInternals.h parser.c Makefile.am: |
| 9865 | created a new module parserInternals.c, moved most of the |
| 9866 | code shared by the various parsers there, as well as |
| 9867 | deprecated code from parser.c. More cleanup of parser.c |
| 9868 | * uri.c: fixed a problem when URI is NULL |
| 9869 | * valid.c: speedup when looking for an attribute declaration |
| 9870 | |
| 9871 | Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9872 | |
| 9873 | * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished |
| 9874 | the cleanup of the computation of URI references when seeking |
| 9875 | external entities. The URI reference string and the resulting |
| 9876 | URI are both stored now. |
| 9877 | * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c: |
| 9878 | large s(n)printf checks and cleanup from Denis Barbier |
| 9879 | <barbier@imacs.polytechnique.fr> |
| 9880 | * xmlversion.h.in tree.h: couple of SGML declarations for a |
| 9881 | possible docbook module. |
| 9882 | * result/VC/ : a couple of test output changed due to the change |
| 9883 | of the entities URI |
| 9884 | |
| 9885 | Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9886 | |
| 9887 | * parser.h: added a _private field for linking user's data |
| 9888 | |
| 9889 | Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9890 | |
| 9891 | * parser.c parserInternals.h: demacroified most of the IS_XXX |
| 9892 | the gain in size is significant so ... |
| 9893 | |
| 9894 | Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9895 | |
| 9896 | * entities.c: cases where looking up entities with doc==NULL |
| 9897 | covered |
| 9898 | |
| 9899 | Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9900 | |
| 9901 | * uri.c: applied Wayne Davison patch |
| 9902 | * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests |
| 9903 | |
| 9904 | Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9905 | |
| 9906 | * uri.c testUri.c: applied Wayne Davison patches |
| 9907 | * test/URI/uri.data result/URI/uri.data: first set of tests/results |
| 9908 | * Makefile.in: added URItest and included thenin "make tests" |
| 9909 | |
| 9910 | Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9911 | |
| 9912 | * xmlversion.h.in: closed bug 22941 |
| 9913 | |
| 9914 | Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9915 | |
| 9916 | * doc/xmlio.html: added doc and example for entity loader |
| 9917 | redefinition. |
| 9918 | |
| 9919 | Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9920 | |
| 9921 | * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism |
| 9922 | used by libxml |
| 9923 | |
| 9924 | Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9925 | |
| 9926 | * parser.c: Fixed bug on invalid ontent characters and when using |
| 9927 | push. |
| 9928 | * xmllint.c: fixed xmllint endling of errors in push mode |
| 9929 | |
| 9930 | Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9931 | |
| 9932 | * HTMLparser.c testHTML.c: applied two new patches from |
| 9933 | Wayne Davison <wayned@users.sourceforge.net> |
| 9934 | * result/HTML/*.sax: regenerated HTML SAX output |
| 9935 | * parser.c: more cleanup. |
| 9936 | |
| 9937 | Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9938 | |
| 9939 | * HTMLparser.[ch] testHTML.c: applied the second set of |
| 9940 | patches from Wayne Davison <wayned@users.sourceforge.net>, |
| 9941 | adding htmlEncodeEntities() |
| 9942 | * HTMLparser.c: fixed an ignorable white space detection bug |
| 9943 | occuring when parsing with SAX only |
| 9944 | * result/HTML/*.sax: updated since the output is now HTML |
| 9945 | encoded... |
| 9946 | |
| 9947 | Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9948 | |
| 9949 | * HTMLparser.[ch]: applied some of Wayne Davison |
| 9950 | <wayned@users.sourceforge.net> patches |
| 9951 | |
| 9952 | Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9953 | |
| 9954 | * SAX.c tree.c debugXML.c: fixed bogus behaviour when an |
| 9955 | undeclared namespace prefix was used, added a warning. |
| 9956 | Cleaned up support w.r.t. entities, spilling out a warning |
| 9957 | and being pedantic on lookups. |
| 9958 | * test/warning/ent9 : added testcase for previous example. |
| 9959 | * TODO: updated |
| 9960 | * parserInternals.h parser.c: changed the way names are parsed |
| 9961 | now allow infinite size and decrease penalty for normal use |
| 9962 | * parser.c: Started a big cleanup/check of the parser code, |
| 9963 | fixed some of the most tortuous entity code, spotted code |
| 9964 | unused anymore |
| 9965 | * test/*: added tests for very long names and related nasty |
| 9966 | things. |
| 9967 | |
| 9968 | Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9969 | |
| 9970 | * doc/encoding.html: added encoding aliases doc |
| 9971 | * doc/xml.html: updates |
| 9972 | * encoding.[ch]: added EncodingAliases functions |
| 9973 | * entities.[ch] valid.[ch] debugXML.c: removed two serious |
| 9974 | bottleneck affecting large DTDs like Docbook |
| 9975 | * parser.[ch] xmllint.c: added a pedantic option, will be |
| 9976 | useful |
| 9977 | * SAX.c: redefinition of entities is reported in pedantic mode |
| 9978 | * testHTML.c: uninitialized warning from gcc |
| 9979 | * uri.c: fixed a couple of bugs |
| 9980 | * TODO: added issue raised by Michael |
| 9981 | |
| 9982 | Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9983 | |
| 9984 | * doc/encoding.html: propagated Martin Duerst suggestions |
| 9985 | |
| 9986 | Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9987 | |
| 9988 | * parser.c: Fixed Bug#21552: libxml fails to decode & |
| 9989 | * uri.c testUri.c patches, by Marc Sanfacon (1 left) |
| 9990 | * parser.c HTMLparser.c: HTML/encoding push problems reportedi |
| 9991 | by Wayne Davison |
| 9992 | |
| 9993 | Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9994 | |
| 9995 | * nanoftp.c nanohttp.c: small cleanup |
| 9996 | * TODO: updated |
| 9997 | |
| 9998 | Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 9999 | |
| 10000 | * added an old VC testcase and updated title.xml entity |
| 10001 | |
| 10002 | Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10003 | |
| 10004 | * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work |
| 10005 | done on auto-opening of <p> tags and cleanup of SAX output |
| 10006 | |
| 10007 | Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10008 | |
| 10009 | * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages |
| 10010 | |
| 10011 | Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10012 | |
| 10013 | * doc/xml.html libxml.* structure.*: updated the doc a bit |
| 10014 | |
| 10015 | Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10016 | |
| 10017 | * testSAX.c testHTML.c result/HTML/: cleanup of the output |
| 10018 | of SAX tests |
| 10019 | |
| 10020 | Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10021 | |
| 10022 | * Patch from Albert Chin-A-Young <china@thewrittenword.com>: |
| 10023 | * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0 |
| 10024 | |
| 10025 | Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10026 | |
| 10027 | * Patch from Dave Yearke <yearke@eng.buffalo.edu>: |
| 10028 | * testHTML.c: fix core dump on Solaris 2.x systems |
| 10029 | * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL |
| 10030 | * result/HTML/*.sax: previous bug fix lead to new results |
| 10031 | |
| 10032 | Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10033 | |
| 10034 | * Patch from Albert Chin-A-Young <china@thewrittenword.com>: |
| 10035 | * configure.in: added --with-readline=DIR to accept alternate |
| 10036 | path for readline include/library |
| 10037 | * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE |
| 10038 | for ANSI under HP-UX |
| 10039 | * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@ |
| 10040 | includes @LIBS@ |
| 10041 | |
| 10042 | Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10043 | |
| 10044 | * doc/* : rebuilt the docs |
| 10045 | * getting ready for 2.2.2 release |
| 10046 | |
| 10047 | Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10048 | |
| 10049 | * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() |
| 10050 | and xmlAddFeature() |
| 10051 | * tree.[ch]: added xmlAddChildList() |
| 10052 | * xmllint.c: MAP_FAILED macro test |
| 10053 | * parser.h: added xmlParseCtxtExternalEntity() |
| 10054 | * valid.c: applied bug fixes removed warning |
| 10055 | * tree.c: added CDATA block to elements content |
| 10056 | * testSAX.c: cleanup of output |
| 10057 | * testHTML.c: added SAX testing |
| 10058 | * encoding.c: better error recovery |
| 10059 | * SAX.c, parser.c: fixed one of the external entity processing |
| 10060 | of the OASis testsuite |
| 10061 | * Makefile.am: added HTML SAX regression tests |
| 10062 | * configure.in: bumped to 2.2.2 |
| 10063 | * test/HTML/ result/HTML: added a few of HTML tests, and added the |
| 10064 | SAX results |
| 10065 | |
| 10066 | Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10067 | |
| 10068 | * configure.in: patch for HP compiler |
| 10069 | |
| 10070 | 2000-08-04 Sven Heinicke <sven@zen.org> |
| 10071 | |
| 10072 | * xmllint.c: Was coredumping sometimes when the file given didn't |
| 10073 | exist. |
| 10074 | |
| 10075 | Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10076 | |
| 10077 | * parser.c xmlIO.[ch]: fixed the problem of encoding support |
| 10078 | |
| 10079 | when using in memory parsing. Need some cleanup. |
| 10080 | * xmllint.c configure.in: added a --memory flag to test memory |
| 10081 | parsing |
| 10082 | |
| 10083 | Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10084 | |
| 10085 | * nanohttp.c: fixed socklen_t replacement to unsigned int |
| 10086 | * parser.c: fixed a space handdling missing at the end of |
| 10087 | production 28 DOCTYPE. |
| 10088 | * xmlmemory.c: fixed a stupid bug on the routine to override |
| 10089 | allocation functions |
| 10090 | * TODO: updated |
| 10091 | |
| 10092 | Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10093 | |
| 10094 | * doc/ regenerated the docs |
| 10095 | |
| 10096 | Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10097 | |
| 10098 | * doc/encoding.html doc/xml.html: added I18N doc |
| 10099 | * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding |
| 10100 | improvements, both parser and filters, added ASCII & HTML, |
| 10101 | fixed the ISO-Latin-1 one |
| 10102 | * xmllint.c testHTML.c: added/made visible --encode |
| 10103 | * debugXML.c : cleanup |
| 10104 | * most .c files: applied patches due to warning on Windows and |
| 10105 | when using Sun Pro cc compiler |
| 10106 | * xpath.c : cleanup memleaks |
| 10107 | * nanoftp.c : added a TESTING preprocessor flag for standalong |
| 10108 | compile so that people can report bugs more easilly |
| 10109 | * nanohttp.c : ditched socklen_t which was a portability mess |
| 10110 | and replaced it with unsigned int. |
| 10111 | * tree.[ch]: added xmlHasProp() |
| 10112 | * TODO: updated |
| 10113 | * test/ : added more test for entities, NS, encoding, HTML, wap |
| 10114 | * configure.in: preparing for 2.2.0 release |
| 10115 | |
| 10116 | Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10117 | |
| 10118 | * nanoftp.c: fixed the way the control connection is handled |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 10119 | * libxml.spec.in: fixed the dependencies and cleanup |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 10120 | |
| 10121 | Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10122 | |
| 10123 | * doc/xml.html: changed the xmlsoft.org structure, updated the |
| 10124 | examples w.r.t. root and childs |
| 10125 | |
| 10126 | Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10127 | |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 10128 | * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel |
Daniel Veillard | 7b4b2f9 | 2003-01-06 13:11:20 +0000 | [diff] [blame] | 10129 | |
| 10130 | Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10131 | |
| 10132 | * HTMLparser.c: Work on character encoding support for the HTML parser |
| 10133 | * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser |
| 10134 | * encoding.c: Fixed a potential memleak in the encoding stuff |
| 10135 | |
| 10136 | Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10137 | |
| 10138 | * doc/FAQ.html doc/Makefile.am : added a FAQ |
| 10139 | |
| 10140 | Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10141 | |
| 10142 | * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup |
| 10143 | of the HTML parser to force it to not bypass SAX |
| 10144 | |
| 10145 | Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10146 | |
| 10147 | * win32config.h.in: updated |
| 10148 | * xmlversion.h.in: crap forgot to update this, this mean 2.1.0 |
| 10149 | lacks iconv support :-( need to release 2.1.1 |
| 10150 | * configure.in: release 2.1.1 |
| 10151 | * HTMLparser: fixed bug #14784 |
| 10152 | * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised |
| 10153 | by Windows compiler |
| 10154 | * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in |
| 10155 | the SAX startDocument() callback. |
| 10156 | * TODO: updated |
| 10157 | |
| 10158 | Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10159 | |
| 10160 | * added xmlStopParser() |
| 10161 | |
| 10162 | Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10163 | |
| 10164 | * configure.in: 2.1.0 prerelease |
| 10165 | * Large resync between W3C and Gnome tree |
| 10166 | * nanoftp, nanohttp.c: fixed stalled connections probs |
| 10167 | * HTMLtree.c SAX.c : support for attribute without values in |
| 10168 | HTML for andersca |
| 10169 | * valid.c: Fixed most validation + namespace problems |
| 10170 | * HTMLparser.c: start document callback for andersca |
| 10171 | * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology |
| 10172 | * parser.h, SAX.c: serious speed improvement for large |
| 10173 | CDATA blocks |
| 10174 | * encoding.[ch] xmlIO.[ch]: Improved seriously saving to |
| 10175 | different encoding |
| 10176 | * example/Makefile.am example/gjobread.c tree.h: work on |
| 10177 | libxml1 libxml2 convergence. |
| 10178 | * config.h.in parser.c xmllint.c: added xmlCheckVersion() |
| 10179 | and the LIBXML_TEST_VERSION macro |
| 10180 | |
| 10181 | Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10182 | |
| 10183 | * doc/xml.html: various patches and improvements typo fixed by |
| 10184 | Felix Natter |
| 10185 | * doc/libxml-doc.el: Emacs module to lookup the libxml documentation |
| 10186 | from Felix Natter <fnatter@gmx.net> |
| 10187 | |
| 10188 | Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10189 | |
| 10190 | * doc/upgrade.html: updated with instructions for support of both |
| 10191 | libxml-1.x and libxml-2.x |
| 10192 | * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch |
| 10193 | for 2.x support and also fixed includes |
| 10194 | |
| 10195 | |
| 10196 | Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10197 | |
| 10198 | * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped |
| 10199 | the encoding support, added iconv support, so now libxml if |
| 10200 | compiled with iconv automatically support japanese encodings |
| 10201 | among others. Work based on initial patch from Yuan-Chen Cheng |
| 10202 | I may have broken binary compat in the encoding handler |
| 10203 | registration scheme, but that was so utterly broken I don't |
| 10204 | expect anybody to have used this feature until now. |
| 10205 | * parserInternals.h: fixup on the CHAR range macro |
| 10206 | * xml-error.h, parser.c: catch URL/URI errors using the uri.c |
| 10207 | code. |
| 10208 | * tree.[ch]: added xmlBufferGrow(), was needed for iconv |
| 10209 | * uri.c: added xmlParseURI() I can't believe I forgot to |
| 10210 | implement this one in 2.0 !!! |
| 10211 | * SAX.c: moved doc->encoding update in the endDocument() call. |
| 10212 | * TODO: updated. |
| 10213 | |
| 10214 | Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10215 | |
| 10216 | * tree.h: removed extraneous xmlRemoveProp definition |
| 10217 | * TODO: added item about --disable-corba configure switch |
| 10218 | * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation |
| 10219 | * nanoftp.c: fixed include problems giving troubles on AIX and |
| 10220 | slowlaris |
| 10221 | * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c |
| 10222 | parser.c nanoftp.c nanohttp.c SAX.c testSAX.c : |
| 10223 | comment and headers changes to lower gtk-doc number of warnings |
| 10224 | * doc/html/*: rebuilt docs |
| 10225 | |
| 10226 | Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10227 | |
| 10228 | * HACKING: documented the tag for 1.x and instructions |
| 10229 | |
| 10230 | Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10231 | |
| 10232 | * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions |
| 10233 | xmlNewIOInputStream, xmlParserInputBufferCreateIO, |
| 10234 | xmlCreateIOParserCtxt |
| 10235 | * parser.c parserInternals.h: speedup of IS_CHAR like macros, |
| 10236 | significant overall improvement |
| 10237 | * xmllint.c: added I/O test to xmllint |
| 10238 | * testSAX.c: added a speed test |
| 10239 | * doc/* : updated/regenerated |
| 10240 | |
| 10241 | Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10242 | |
| 10243 | * xpath.c uri.h parserInternals.h: cosmetic changes from |
| 10244 | "Timur I. Bakeyev" <timur@bat.ru>, including making |
| 10245 | xmlCreateURI() public |
| 10246 | |
| 10247 | Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10248 | |
| 10249 | * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess |
| 10250 | and the code at the same time. Added a clean mechanism for |
| 10251 | overload or added input methods: xmlRegisterInputCallbacks() |
| 10252 | * tree.c: fixed xmlPrevSibling and xmlNextSibling per |
| 10253 | Christophe Le Gal (Christophe.Le-Gal@imag.fr) input |
| 10254 | * TODO: updated |
| 10255 | * doc/* : updated/regenerated |
| 10256 | * doc/Makefile.am: tweaks to avoid problem with libxml link in the |
| 10257 | source dir |
| 10258 | |
| 10259 | Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10260 | |
| 10261 | * testURI.c: yet another forgotten commit, I should get some sleep ! |
| 10262 | |
| 10263 | Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10264 | |
| 10265 | * xmllint.c: forgot to commit this too ? |
| 10266 | |
| 10267 | Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10268 | |
| 10269 | * xmlversion.h.in : forgot to commit this previously |
| 10270 | |
| 10271 | Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10272 | |
| 10273 | * configure.in: preparing libxml-2.0.0 version looks Ok so far |
| 10274 | * README TODO: updated for release |
| 10275 | * uri.c uri.h: added authority parsing/saving |
| 10276 | * uri.c testURI.c Makefile.am: moved the testing code to testURI.c |
| 10277 | * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h |
| 10278 | debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c |
| 10279 | tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c |
| 10280 | Makefile.am : added compile-time customization of libxml |
| 10281 | --with-ftp --with-http --with-html --with-xpath --with-debug |
| 10282 | --with-mem-debug |
| 10283 | * *.[ch] autoconf.sh : moved to an absolute adressing of includes : |
| 10284 | #include <libxml/xxx.h> I hope it won't break too much stuff |
| 10285 | and will be manageable in the future... |
| 10286 | * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c |
| 10287 | and added xmllint to the installed programs |
| 10288 | * uri.h: added xmlFreeURI() |
| 10289 | |
| 10290 | Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10291 | |
| 10292 | * uri.c uri.h: finished the escaping handling, the base support |
| 10293 | and the URI path normalization. Looks good just lacks the |
| 10294 | authority content parsing code. |
| 10295 | * Makefile.am: added instructions to generate testURI |
| 10296 | * TODO: updated |
| 10297 | * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated, |
| 10298 | added links and icons for W3C and Gnome |
| 10299 | |
| 10300 | Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10301 | |
| 10302 | * xmlmemory.[ch] : seems I forgot to actually update the files in |
| 10303 | the last commit :-) |
| 10304 | * doc/xml.html doc/html/* : updated and uploaded the docs |
| 10305 | |
| 10306 | Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10307 | |
| 10308 | * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS) |
| 10309 | * TODO: updated |
| 10310 | * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override |
| 10311 | libxml default allocation function with another set (like gmalloc/ |
| 10312 | gfree). |
| 10313 | * Makefile.am, uri.c, uri.h: added a set of functions to do |
| 10314 | exact (litteraly copied from the RFC 2396 productions) parsing |
| 10315 | and handling of URI. Will be needed for XLink, one XML WFC, |
| 10316 | XML Base and reused in the nano[ftp/http] modules. Still work |
| 10317 | to be done. |
| 10318 | |
| 10319 | Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10320 | |
| 10321 | * configure.in, libxml.spec.in : libxml2 |
| 10322 | * doc/* : updated the doc page, rebuilt the docs |
| 10323 | |
| 10324 | Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10325 | |
| 10326 | * all: tagged LIB_XML_1_X |
| 10327 | * *.c *.h : updated from W3C CVS tree |
| 10328 | * configure.in : 2.0.0-beta |
| 10329 | * libxml.spec.in : libxml2 package nam |
| 10330 | * result/* : new version of the tests output |
| 10331 | |
| 10332 | Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10333 | |
| 10334 | * doc/xml.html, doc/update.html: updated docs, 1.8.7 |
| 10335 | |
| 10336 | Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10337 | |
| 10338 | * doc/* : rebuilt the docs |
| 10339 | * parser.c: final patch on #6766 |
| 10340 | * valid.c: small patch on validity checks. |
| 10341 | |
| 10342 | Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10343 | |
| 10344 | * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x |
| 10345 | added |
| 10346 | * parser.c: adding xmlKeepBlanksDefault() as a way to manage |
| 10347 | compatibility w.r.t. XML spec and existing code. |
| 10348 | |
| 10349 | Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10350 | |
| 10351 | * parser.c: seems a better solution to <a> </a> exists, |
| 10352 | will try it for a while |
| 10353 | |
| 10354 | Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10355 | |
| 10356 | * parser.c: tried to remove the <a> </a> generating <a/> |
| 10357 | this is hard. Left a flag for that purpose. Fixed bug #6766 |
| 10358 | * configure.in: prepared 1.8.7 not released, due to previous |
| 10359 | problem |
| 10360 | |
| 10361 | Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10362 | |
| 10363 | * doc/xml.html : applied second patch from Paul DuBois |
| 10364 | |
| 10365 | Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10366 | |
| 10367 | * doc/xml.html : applied patch from Paul DuBois |
| 10368 | |
| 10369 | Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10370 | |
| 10371 | * parser.c HTMLparser.c: do a bit of bufferization in push mode. |
| 10372 | |
| 10373 | Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10374 | |
| 10375 | * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed |
| 10376 | compilation warnings on various platforms. |
| 10377 | * parser.c: Fixed #5281 validity error callbacks are now desactived |
| 10378 | by default if not validating. |
| 10379 | |
| 10380 | Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10381 | |
| 10382 | * nanoftp.c, win32config.h.in: patches to compile on WIN32 |
| 10383 | |
| 10384 | Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10385 | |
| 10386 | * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos |
| 10387 | <gkatsi@cs.toronto.edu> |
| 10388 | |
| 10389 | Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10390 | |
| 10391 | * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when |
| 10392 | processing URLs |
| 10393 | |
| 10394 | Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10395 | |
| 10396 | * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added |
| 10397 | xmlNanoFTPUpdateURL for persistent control connections. |
| 10398 | * configure.in: 1.8.6 |
| 10399 | |
| 10400 | Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10401 | |
| 10402 | * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support |
| 10403 | * tree.[ch] : added xmlSaveNoEmptyTags |
| 10404 | |
| 10405 | 2000-01-29 James Henstridge <james@daa.com.au> |
| 10406 | |
| 10407 | * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP. |
| 10408 | |
| 10409 | * Makefile.am: added nanoftp.[ch] to the build. |
| 10410 | |
| 10411 | Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10412 | |
| 10413 | * nanoftp.[ch]: cleanup, comments, API |
| 10414 | * debugXML.c : fixed a bug in the cat command |
| 10415 | * doc/*: regenerated the docs |
| 10416 | |
| 10417 | Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10418 | |
| 10419 | * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation |
| 10420 | * debugXML.c : fixed a bug in the cat command |
| 10421 | * valid.c: fixing some small probs |
| 10422 | * libxml.spec.in: get rid of the SNAP suffix |
| 10423 | * doc/xml.html: updated the status |
| 10424 | |
| 10425 | Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10426 | |
| 10427 | * xml-config.in: xml-config --version to just return the |
| 10428 | version number |
| 10429 | * xpath.c: some cleanup w.r.t. axis when the current node is |
| 10430 | an attribute. |
| 10431 | * TODO: updated |
| 10432 | |
| 10433 | Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10434 | |
| 10435 | * configure.in: prepared for libxml-1.8.5 |
| 10436 | * doc/* recompiled the documentation |
| 10437 | |
| 10438 | 2000-01-17 Jody Goldberg <jgoldberg@home.com> |
| 10439 | |
| 10440 | * configure.in : WARNING autoconf subtlety alert : |
| 10441 | Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER |
| 10442 | when looking for zlib.h so that HAVE_ZLIB_H is defined. |
| 10443 | * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will |
| 10444 | get defined by AC_CHECK_HEADERS. |
| 10445 | |
| 10446 | Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10447 | |
| 10448 | * tree.c: fixed a hideous bug in xmlGetProp() thanks to |
| 10449 | Rune.Djurhuus@fast.no |
| 10450 | |
| 10451 | Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10452 | |
| 10453 | * TODO: updated |
| 10454 | * tree.c, parser.c: made sure that only memory alloc problems |
| 10455 | and internal parser errors are allowed to write to stdout or |
| 10456 | stderr. |
| 10457 | |
| 10458 | Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10459 | |
| 10460 | * tree.c : restored xmlNewGlobalNs since this seems used by |
| 10461 | a lot of existing code :-(, fixed a bug in xmlNewNs |
| 10462 | * nanohttp.c: fixed a problem with INCLUDE_WINSOCK |
| 10463 | * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls |
| 10464 | to exit() from the library code. |
| 10465 | * xpath.c, parser.c: removed bugs or unused code detected by |
| 10466 | Windows compilers |
| 10467 | * parser.c: started adding interfaces for parsing well balanced |
| 10468 | XML fragments |
| 10469 | * configure.in: releasing 1.8.4 |
| 10470 | * doc/* : rebuilt the docs |
| 10471 | |
| 10472 | Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10473 | |
| 10474 | * tree.[ch] : added xmlNewDocFragment() for DOM |
| 10475 | * testHTML.c: uninitialized variable. |
| 10476 | |
| 10477 | Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10478 | |
| 10479 | * doc/* : rebuild the docs |
| 10480 | |
| 10481 | Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10482 | |
| 10483 | * acconfig.h: readline and history patch |
| 10484 | * valid.[ch]: added xmlRemoveID() and xmlRemoveRef() |
| 10485 | * tree.c: added check and handling when possibly removing an ID |
| 10486 | * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing |
| 10487 | and saving. |
| 10488 | * test/HTML/entities.html result/HTML/entities.html* : test for |
| 10489 | various entities reference cases |
| 10490 | * result/HTML/* : as a result output of some testcase have |
| 10491 | changed |
| 10492 | * HTMLparser.c, parser.c: fixed a bug in the push mode triggered |
| 10493 | by previous example. added xmlParseTryOrFinish(). |
| 10494 | * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h |
| 10495 | entities.h debugXML.h HTMLparser.h: changed the way struct are |
| 10496 | declared to allow gtk-doc to expose those |
| 10497 | * parser.c: closed bug #4960 |
| 10498 | * Makefile.am configure.in: Applied patch from |
| 10499 | Albert Chin-A-Young <china@thewrittenword.com> for better zlib |
| 10500 | and math/socket libs detection |
| 10501 | |
| 10502 | Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10503 | |
| 10504 | * configure.in, Makefile.am: link tester against readline |
| 10505 | * doc/xml.html doc/*/*: updated and rebuilt the documentation pages |
| 10506 | |
| 10507 | Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10508 | |
| 10509 | * tree.[ch]: added xmlRemoveProp |
| 10510 | * win32config.h.in nanohttp.c: avoid including the Windows |
| 10511 | socket stuff in every C files |
| 10512 | * parser.c: removed an indetermination xmLDecl/PI(xml...) in |
| 10513 | the XmL parser(s) |
| 10514 | * test/ns4 result/ns4 etc...: added test case for previous prob |
| 10515 | * tree.c: xmlNewNs wasn't checking for double definition |
| 10516 | * Makefile.in: fixed a problem with dist-hook duplicates |
| 10517 | * parser.[hc], xmlIO.c: fixed the loading of external entities |
| 10518 | APIs, now xmlLoadExternalEntity() is used everywhere and |
| 10519 | setting up an app specific front-end using the |
| 10520 | * SAX.c parser.c: some fixes, now the xhtml spec validates |
| 10521 | with the xhtml DTD. |
| 10522 | * error.c: fixed crashes in case of no input stream |
| 10523 | * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds |
| 10524 | to the validation tests and results |
| 10525 | |
| 10526 | Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10527 | |
| 10528 | * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser |
| 10529 | too htmlCreatePushParserCtxt() and htmlParseChunk() |
| 10530 | * parser.c: a bit of cleanup. |
| 10531 | * SAX.c, HTMLparser.c: some attributes may not have values (contrary |
| 10532 | to XML) removed the last mem leak known |
| 10533 | * HTMLtree.c: output message cleanup |
| 10534 | * xmlmemory.c: display content info about memory blocks |
| 10535 | * result/HTML/wired.* : missing att value warning change |
| 10536 | |
| 10537 | Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10538 | |
| 10539 | * doc/* : rebuilt the documentation |
| 10540 | |
| 10541 | Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10542 | |
| 10543 | * parser.[ch] parserInternals.h: Push parser for XML, |
| 10544 | seems to work fine now |
| 10545 | * tester.c debugXML.[ch]: Added an XML shell debug facility and |
| 10546 | --push for push testing |
| 10547 | * xpath.[ch] : cleaned up for Shell usage, added missing APIs |
| 10548 | * testSAX.c: added --push |
| 10549 | * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the |
| 10550 | subtree |
| 10551 | * xmlIO.[ch] : enriched API + fixes for push mode |
| 10552 | * entities.[ch]: added the entity content length to the struct. |
| 10553 | * xmlmemory.[ch]: new API to show the last entries for the shell |
| 10554 | * valid.c: added required attribute testing |
| 10555 | * SAX.c: the cdata callback now merge contiguous fragments |
| 10556 | * HTMLparser.c: cleanup of some macros |
| 10557 | |
| 10558 | Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10559 | |
| 10560 | * parser.c: fix for PIs name starting with xml |
| 10561 | * tree.c: fixed a potential problem with || and && ops |
| 10562 | * *.c, configure.in win32config.h.in : generate win32config.h for |
| 10563 | those on the Other Side ! |
| 10564 | |
| 10565 | Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10566 | |
| 10567 | * parser.c: fixed a stupid = vs. == bug :-( |
| 10568 | * doc/gnome-xml.sgml: s/glade/xml/ |
| 10569 | |
| 10570 | Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10571 | |
| 10572 | * configure.in, doc/xml.html : bug fix release 1.8.2 |
| 10573 | * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h : |
| 10574 | Hopefully the end of that silly C++ include problem |
| 10575 | * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling, |
| 10576 | xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement |
| 10577 | * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid |
| 10578 | troubles with autoclosed elements when the stree shape doesn't |
| 10579 | follow the DtD specs. Added htmlIsAutoClosed() and |
| 10580 | htmlAutoCloseTag() |
| 10581 | * result/HTML/*.htm*: Updated the HTML examples regression tests output |
| 10582 | * SAX.c tree.c: fixed bug on defaulting namespaces on attributes |
| 10583 | * debugXML.c: fixed a bug on printing default namespaces. |
| 10584 | * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML |
| 10585 | |
| 10586 | Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10587 | |
| 10588 | * result/HTML/*.htm[l] : updated the HTML regression tests according |
| 10589 | to the new output |
| 10590 | * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h |
| 10591 | HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty |
| 10592 | problem due to intermix of extern "C" { ... } declarations for C++ |
| 10593 | and recursive includes in the headers |
| 10594 | |
| 10595 | 1999-12-20 Chris Lahey <clahey@umich.edu> |
| 10596 | |
| 10597 | * HTMLtree.c: Made it so that html nodes with a single child do |
| 10598 | not insert a carriage return before or after the child node. |
| 10599 | |
| 10600 | Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10601 | |
| 10602 | * configure.in, doc/xml.html : bug fix release 1.8.1 |
| 10603 | * parser.c: fixed bug #4344 |
| 10604 | * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h |
| 10605 | added the glue to avoid C++ problems |
| 10606 | * doc/* : regenerated the documentation |
| 10607 | |
| 10608 | Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10609 | |
| 10610 | * tree.c: fixed a bug introduced in 1.8.0 and breaking default |
| 10611 | namespace recognition, and Dia as a resul :-( |
| 10612 | * encoding.c: closed bug #3950 |
| 10613 | |
| 10614 | Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10615 | |
| 10616 | * valid.c: debugging a posteriori validation, except URI expansion |
| 10617 | stuff this should be fixed now |
| 10618 | * parserInternals.h: fixed a bug in IS_BASECHAR reported by |
| 10619 | Carl Nygard <cnygard@bellatlantic.net> |
| 10620 | * tester.c: added --postvalid, cleaning of the code |
| 10621 | * tree.[ch]: added xmlDocGetRootElement() |
| 10622 | |
| 10623 | Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com> |
| 10624 | |
| 10625 | * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround |
| 10626 | c++ losage. |
| 10627 | |
| 10628 | Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10629 | |
| 10630 | * configure.in, doc/xml.html : bumped to 1.8.0 |
| 10631 | * xlink.[ch], Makefile.am : added framework for link detection |
| 10632 | * parser.h: added nbChars to parser context, needed for cleanup. |
| 10633 | * xmlmemory.c: removed a nasty bug when out of mem |
| 10634 | * valid.[ch]: adding namespace support for attribute decl |
| 10635 | * tester.c: added --debugent option |
| 10636 | * debugXML.[ch]: added xmlDebugDumpEntities() |
| 10637 | * parser.c: cleanup, avoiding use of CUR_PTR like plague, using |
| 10638 | buffers instead, this was really needed, validation was breaking |
| 10639 | in strange ways due to that. Added xmlParseStringPEReference() |
| 10640 | and other parsing from strings functions. Entities processing |
| 10641 | modified again, but PERef are still not handled correcly but |
| 10642 | unless you're Eve Maller you won't notice :-) |
| 10643 | * HTMLparser.c: large changes toward reliability, and switched to |
| 10644 | lowercase internal tags, XHTML is lowercase, so it will help |
| 10645 | that output is closer to next version. |
| 10646 | * doc/* : regenerated the documentation, it is now hosted at |
| 10647 | http://xmlsoft.org/ (same bits I just bought the domain :-) |
| 10648 | |
| 10649 | |
| 10650 | Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10651 | |
| 10652 | * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the |
| 10653 | doc generation |
| 10654 | * parser.c: fixed bugs #3908 and #3937 and a memory leak |
| 10655 | in the SAX API |
| 10656 | * doc/*: rebuilt the doc making sure everything appears in the |
| 10657 | HTML files |
| 10658 | |
| 10659 | Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10660 | |
| 10661 | * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in: |
| 10662 | added the patch from Carl Nygard <cnygard@bellatlantic.net> |
| 10663 | which allow impressive speed improvement on dataset with |
| 10664 | large text pieces, but at the cost of broken binary |
| 10665 | compatibility and slightly bigger memory usage. |
| 10666 | Configure with --with-buffers to activate them, they |
| 10667 | are protected with XML_USE_BUFFER_CONTENT define. |
| 10668 | * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(), |
| 10669 | goal is 0 memory left allocated once parser is no more used |
| 10670 | * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we |
| 10671 | call xmlCleanupParser() and xmlMemoryDump() |
| 10672 | |
| 10673 | Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10674 | |
| 10675 | * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic |
| 10676 | * parser.[ch] encoding.[ch]: added memory cleanup routines |
| 10677 | * parser.c: closing bug #3788 |
| 10678 | * doc/*: rebuilt the doc |
| 10679 | |
| 10680 | Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10681 | |
| 10682 | * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(), |
| 10683 | xmlNewTextChild() and xmlSetCompressMode() behaviour. |
| 10684 | * tester.c: added --compress option |
| 10685 | * doc/*: rebuilt the documentation |
| 10686 | |
| 10687 | Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10688 | |
| 10689 | * HTMLparser.c: bugfixing, the damn thing MUST not crash even |
| 10690 | if given /proc/kcore as input ! |
| 10691 | * doc/xml.html doc/*: updated and rebuilt the documentation |
| 10692 | |
| 10693 | Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10694 | |
| 10695 | * parser.c: Fixed some wrongly space collapsing code due to |
| 10696 | a misreading of the spec. |
| 10697 | * result/*: fixed the output accordingly |
| 10698 | |
| 10699 | Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10700 | |
| 10701 | * encoding.c: bug fix and typos |
| 10702 | * xmlIO.[ch] parser.c: first bits toward real progressive parsing |
| 10703 | * parser.c: added attribute normalization closing bug #3597 |
| 10704 | * test/att* result/att* SAXresult/att*: testcase for attribute |
| 10705 | normalization |
| 10706 | |
| 10707 | Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10708 | |
| 10709 | * configure.in: closing bug #3163 by adding extra flags for the |
| 10710 | cc compiler on HP-UX |
| 10711 | |
| 10712 | Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10713 | |
| 10714 | * valid.[ch] : removed a typo and an enumerated type bug in the |
| 10715 | xmlAddElementDecl() function |
| 10716 | * tree.c : I changed xmlSetProp() and xmlNewProp() to do the |
| 10717 | call to xmlEncodeEntitiesReentrant() so that the functions |
| 10718 | New, Set and Get are at the same level. |
| 10719 | * parser.c HTMLparser.c: extra memory allocation bug for |
| 10720 | attributes detected by someone using libxml in embedded systems :-) |
| 10721 | |
| 10722 | Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10723 | |
| 10724 | * xmlmemory.h: turned off mem debug :-\ |
| 10725 | |
| 10726 | Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10727 | |
| 10728 | * parser.c: closed bug #2784 a one line fix, but worth pushing |
| 10729 | a new release out |
| 10730 | * HTMLparser.c: fixed auto-close bugs on list items, zeroing |
| 10731 | some structures, comments before and after the |
| 10732 | main element, and other nastyness |
| 10733 | * HTMLtree.c tree.c: accomodate the extended HTML supported |
| 10734 | * configure.in: pushing 1.7.4 |
| 10735 | * test/ent8 and related outputs : added a new test for bug #2784 |
| 10736 | * test/HTML/wired.html and related output: a nasty HTML example |
| 10737 | * Makefile.am: improved the test scripts |
| 10738 | * docs/* : reran the documentation extractor, updated xml.html |
| 10739 | |
| 10740 | Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10741 | |
| 10742 | * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the |
| 10743 | HTMLparser and debugged the HTML related code. HTML documents |
| 10744 | now have their own type |
| 10745 | * entities.c: do not dump ' for HTML output |
| 10746 | * xmlmemory.c: improvement, breakpoint mechanism |
| 10747 | * testHTML.c: added --sax --repeat ... |
| 10748 | * Makefile.am: improved the HTML tests |
| 10749 | * valid.[ch]: added xmlValidGetValidElements and |
| 10750 | xmlValidGetPotentialChildren |
| 10751 | * tester.c: added --insert to test the 2 new functions |
| 10752 | * test//* result//* SAXresult//* : regression test cleanup |
| 10753 | and extension. |
| 10754 | * doc/html : added doc for new modules gnome-xml-xmlmemory.html and |
| 10755 | gnome-xml-nanohttp.html |
| 10756 | |
| 10757 | Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10758 | |
| 10759 | * HTMLparser.c: fixed problems with some autoclose tags |
| 10760 | * tree.c: fixed XML output problems. |
| 10761 | * result/* SAXresult/*: update of the tests output |
| 10762 | |
| 10763 | Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10764 | |
| 10765 | * Makefile.am: Arturo patch for xmlConf.sh version info |
| 10766 | * parser.c: Tim Josling patch for single quoted items |
| 10767 | * tester.c: Tim Josling patch for tester options usage |
| 10768 | * tree.h: indent cleanup |
| 10769 | |
| 10770 | Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10771 | |
| 10772 | * HTMLparser.c parser.h : Fixed problems with HTML parsing |
| 10773 | reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk> |
| 10774 | |
| 10775 | Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10776 | |
| 10777 | * tree.c : Raph patch for initialization of CORBA fields |
| 10778 | * parser.c, xpath.c, ...: modification of doc comments |
| 10779 | * xpath.c : allow spaces in xpath expressions |
| 10780 | |
| 10781 | Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10782 | |
| 10783 | * xmlmemory.h: turning off memory debug :-( |
| 10784 | |
| 10785 | Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10786 | |
| 10787 | * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory() |
| 10788 | better SAX interfaces. |
| 10789 | * testSAX.c: uses the new SAX routine, avoid fetching any remote |
| 10790 | entity. |
| 10791 | * configure.in: 1.7.2 |
| 10792 | |
| 10793 | Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10794 | |
| 10795 | * libxml.spec.in: fixed the URL |
| 10796 | * doc/xml.html: improved the documentation front-end |
| 10797 | |
| 10798 | Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10799 | |
| 10800 | * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF |
| 10801 | |
| 10802 | Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10803 | |
| 10804 | * libxml.spec.in: fixed the alpha compile problem |
| 10805 | * parser.[ch]: changed errno to errNo in the parser context :-( |
| 10806 | * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32 |
| 10807 | * doc/xml.html: changed CHAR to xmlChar |
| 10808 | * doc/html/*: recompiled the documentation |
| 10809 | * configure.in: 1.7.1 |
| 10810 | |
| 10811 | Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10812 | |
| 10813 | * parser.h: modified the parser context struct to regain 1.4.0 |
| 10814 | binary compatibility |
| 10815 | * parser.c, xml-error.h: added errno ot teh context and defined |
| 10816 | a set of errors values with update of errno |
| 10817 | * nanohttp.[ch]: minimalist HTTP front-end for fetching remote |
| 10818 | DTDs and entities |
| 10819 | * *.h, *.c: complete cleanup of the use of config.h and include |
| 10820 | protection depending on the current setup. |
| 10821 | * overalll debugging, maintenance and bug-fixing on all modules |
| 10822 | * updated the documentation |
| 10823 | * ready for 1.7.0 |
| 10824 | |
| 10825 | Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10826 | |
| 10827 | * HTMLparser.c : cleanup |
| 10828 | * SAX.c valid.c valid.h: added ID/IDREF checking |
| 10829 | * tree.c tree.h: extended doc structure for refs |
| 10830 | * configure.in: 1.6.2 |
| 10831 | * parser.c: patched bug in SAX user arg call |
| 10832 | * parserInternals.h: patched missing close in C++ wrapping |
| 10833 | * testXPath.c xpath.c xpath.h: prepared for extensibility, |
| 10834 | especially upcoming XPointer implementation. |
| 10835 | * doc/xml.html: augmented, typo |
| 10836 | |
| 10837 | Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru> |
| 10838 | |
| 10839 | * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" - |
| 10840 | not all invocations of install understand -d. |
| 10841 | |
| 10842 | Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru> |
| 10843 | |
| 10844 | * Makefile.am: prepend all the test* calls with $(top_builddir) - |
| 10845 | to make 'check' works, when builddir != srcdir. |
| 10846 | |
| 10847 | Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10848 | |
| 10849 | * doc/xml.html : updated the documentation |
| 10850 | |
| 10851 | Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10852 | |
| 10853 | * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase |
| 10854 | not deallocated memory blocks |
| 10855 | * *.c : replaces all calls to malloc() free() and realloc() to |
| 10856 | the wrapper functions/macros |
| 10857 | * tree.c : removed memory leaks dues to calling xmlFreeNode() |
| 10858 | instead of xmlFreeNodeList() |
| 10859 | |
| 10860 | Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10861 | |
| 10862 | * HTMLparser.c: corrected a stupid bug leading to core dump at |
| 10863 | tree deallocation. Removed warnings indicated by |
| 10864 | Stephane.Conversy@lri.fr |
| 10865 | * entities.c: Fixes Yet Another Stupid Bug, entities were not |
| 10866 | looked for in the external subset |
| 10867 | |
| 10868 | Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10869 | |
| 10870 | * parser.c valid.[ch] xpath.c: patched compilation warnings reported |
| 10871 | on SGI by Stephane.Conversy@lri.fr |
| 10872 | |
| 10873 | Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10874 | |
| 10875 | * all .h : changed the prototype declaration indent as in gtk |
| 10876 | * most .c : working on reducing the TODOs in the code |
| 10877 | * most .c : cleanup though -pedantic and Insure++ |
| 10878 | * improvements on validation ID checkings. |
| 10879 | * tree.[ch] SAX.c: added support for namespace on attributes #2022 |
| 10880 | * xml-config.in: closed #1810 |
| 10881 | |
| 10882 | Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10883 | |
| 10884 | * tree.h, valid.c, valid.h: more work on validity, IDs |
| 10885 | * xpath.c: added/fixed comparidon and equlity, added a new isinf |
| 10886 | definition for AIX |
| 10887 | |
| 10888 | Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10889 | |
| 10890 | * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in |
| 10891 | the distribution due to a cut'n paste error at last commit |
| 10892 | |
| 10893 | Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10894 | |
| 10895 | * configure.in: upgraded to version 1.4.0 |
| 10896 | * valid.[ch], SAX.c, parser.[ch] parserInternals.h ... |
| 10897 | Big update, added a large part of the validation process, |
| 10898 | it should be usable, but some parts are missing |
| 10899 | * xpath.c: improved the implementation w.r.t. root. |
| 10900 | * Makefile.am: added more tests |
| 10901 | * test and result trees: added a lot of tests |
| 10902 | * libxml.spec.in: export libxml.so.0 and libxml.so.1 |
| 10903 | |
| 10904 | Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10905 | |
| 10906 | * Added an HACKING file |
| 10907 | |
| 10908 | Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10909 | |
| 10910 | * xpath.[ch] : improvements and debug of the XPath implementation |
| 10911 | * parser.c, HTMLparser.c : modified the parsers to be progressive |
| 10912 | * tree.[ch] : extended the Buffer promitives |
| 10913 | * xmlIO.[ch] : added basic I/O routines providing progressive |
| 10914 | parsing and ready for I18N conversion plugins |
| 10915 | * SAXresult/* : the SAX callback sequence maybe slightly different |
| 10916 | now |
| 10917 | * test*.c : improved/updated the tests programs |
| 10918 | * doc/* : recompiled the docs. |
| 10919 | |
| 10920 | 1999-07-26 Michael Meeks <michael@edenproject.org> |
| 10921 | |
| 10922 | * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild |
| 10923 | |
| 10924 | * tree.c: Ditto. |
| 10925 | |
| 10926 | Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10927 | |
| 10928 | * configure.in: upgraded to version 1.4.0 |
| 10929 | * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath |
| 10930 | draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly |
| 10931 | XML query language, see http://www.w3.org/TR/xpath for more details. |
| 10932 | * parser.c, parser.h: added CHAR* related string functions for XPath |
| 10933 | * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities. |
| 10934 | * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation, |
| 10935 | rebuild the docs. |
| 10936 | * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target |
| 10937 | and regression testing capabilities for XPath. |
| 10938 | |
| 10939 | Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10940 | |
| 10941 | * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com> |
| 10942 | closing bug #1646 |
| 10943 | |
| 10944 | Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10945 | |
| 10946 | * Makefile.am, example/Makefile.am: closed bug #1683 |
| 10947 | |
| 10948 | Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10949 | |
| 10950 | * example/Makefile.am, configure.in: added the makefile for the |
| 10951 | gjobread example |
| 10952 | |
| 10953 | Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl> |
| 10954 | |
| 10955 | * doc/Makefile.am: |
| 10956 | - fix which allow "make install DESTDIR=</install/prefix>". |
| 10957 | |
| 10958 | Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10959 | |
| 10960 | * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com> |
| 10961 | which fixed a problem on the file reading-code. |
| 10962 | |
| 10963 | Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10964 | |
| 10965 | * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and |
| 10966 | output. |
| 10967 | * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt |
| 10968 | |
| 10969 | Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10970 | |
| 10971 | * parser.h : Oops removed the binary compatibility problem |
| 10972 | * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump |
| 10973 | * parser.c, HTMLparser.c: applied patches for reading from stdin |
| 10974 | |
| 10975 | Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10976 | |
| 10977 | * parser.c, entities.c, valid.c: cleanup bug #1591 |
| 10978 | * configure.in: cleanup bug #1592 |
| 10979 | * HTMLparser.[ch], testHTML.c: started adding an HTML parser using |
| 10980 | the same tree back-end. Hence gdome will be available for it. |
| 10981 | * doc/Makefile.am: close bug #617 |
| 10982 | |
| 10983 | Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10984 | |
| 10985 | * parser.c: alloctate a per parser context SAX interface block |
| 10986 | |
| 10987 | Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10988 | |
| 10989 | * released 1.3.0 with xmlEncodeEntities restoring old behaviour |
| 10990 | and xmlEncodeEntitiesReentrant with the correct one :-\ |
| 10991 | |
| 10992 | Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 10993 | |
| 10994 | * commit of my internal XML base changes, quite a lot of |
| 10995 | changes, cleanups, better entities support, framework for |
| 10996 | new I/O and charset detection and handling |
| 10997 | * Fixed the configure/Makefile stuff to generate shared libs |
| 10998 | with the proper version info, so we jumped on rev from |
| 10999 | 0.0.0 to 1.2.0 ! The binary interfaces have been broken, |
| 11000 | xmlEncodeEntities() result need to be freed now, and a string |
| 11001 | xmlParserVersion provide the current library version. |
| 11002 | |
| 11003 | Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org> |
| 11004 | |
| 11005 | * parser.c: fixed a buffer overrun for when you have a very long |
| 11006 | attribute with no entities in it. |
| 11007 | |
| 11008 | Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11009 | |
| 11010 | * added example directory |
| 11011 | * added example/gjobs.xml gjobread.c, still need a Makefile.in |
| 11012 | |
| 11013 | Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11014 | |
| 11015 | * Release of libxml-1.1, nearly everything has been touched for |
| 11016 | this. |
| 11017 | * Added more regression tests |
| 11018 | * Updated the documentation |
| 11019 | |
| 11020 | Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11021 | |
| 11022 | * tree.[ch]: unified the XML_NO_CORBA defines. |
| 11023 | * parser.c encoding.[ch]: started plugging in char encoding detection |
| 11024 | |
| 11025 | Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu> |
| 11026 | |
| 11027 | * tree.c: (xmlSaveFile) - removed double call of xmlContentDump. |
| 11028 | Also freed allocated buffer. |
| 11029 | |
| 11030 | Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11031 | * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main |
| 11032 | reentrancy problem at printing. One is left in entities.c, to |
| 11033 | remove ASAP |
| 11034 | * testSAX.c : added a test example showing the use of the SAX |
| 11035 | interface if one doesn't want to build the DOM tree. |
| 11036 | * html/gnome-xml-*.html html/index.sgml: regenerated the documentation |
| 11037 | |
| 11038 | Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11039 | |
| 11040 | * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]: |
| 11041 | large revamping of the parser to use SAX callbacks |
| 11042 | http://www.megginson.com/SAX/ (or at least a C like interface |
| 11043 | a la Expat). It's now possible to set up your own callbacks |
| 11044 | and the parser will not build a DOM tree. |
| 11045 | * test/* result/*: updated the test suite, I finally removed |
| 11046 | the old Namespace draft support (PI based). |
| 11047 | |
| 11048 | Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11049 | |
| 11050 | * Makefile.am: added test result to EXTRA_DIST for make tests |
| 11051 | |
| 11052 | Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11053 | |
| 11054 | * parser.c, parserInternals.h: moved the chars macro definitions |
| 11055 | to parserInternals.h |
| 11056 | * parser.c, error.c: applied patches from "Knut Ã…kesson" |
| 11057 | <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o |
| 11058 | |
| 11059 | Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11060 | |
| 11061 | * xml-config.in : applied patch to make --version work |
| 11062 | |
| 11063 | 1999-03-05 Raja R Harinath <harinath@cs.umn.edu> |
| 11064 | |
| 11065 | * Makefile.am (check-local): Alias for `tests' target. This will |
| 11066 | cause `make check' to do the right thing. |
| 11067 | (tests): Don't run tests in srcdir. Also, replaced calls to |
| 11068 | basename with a `sed' "equivalent". |
| 11069 | |
| 11070 | Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11071 | |
| 11072 | * Renamed error.h to xml-error.h, corrected Makefile.am to list |
| 11073 | it in the header and not the sources, updated the doc. |
| 11074 | Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for |
| 11075 | pointing this out. |
| 11076 | |
| 11077 | Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11078 | |
| 11079 | * parser.c, parser.h, parserInternals.h: memory leak hunting, |
| 11080 | exported the inputStream routines. |
| 11081 | * doc/html/* : updated accordingly |
| 11082 | |
| 11083 | Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11084 | |
| 11085 | * parser.c, parser.h, parserInternals.h: added a few extra |
| 11086 | internal calls to allocate and free parser contexts ... |
| 11087 | * doc/html/* : updated accordingly |
| 11088 | |
| 11089 | Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11090 | |
| 11091 | * configure.in, Makefile.am, doc/makefile.am : General changes for |
| 11092 | 1.0.0 release and including the generated HTML documentation. |
| 11093 | |
| 11094 | Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11095 | |
| 11096 | * makefile.am : added parserInternals.h, oops. |
| 11097 | |
| 11098 | Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11099 | |
| 11100 | * parserInternals.h: added this header giving access to the parser |
| 11101 | internal functions. |
| 11102 | * doc/Makefile.am : added a rebuild target which rebuilds the full |
| 11103 | set of documentations |
| 11104 | * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing |
| 11105 | the internal subset. |
| 11106 | * *.c *.h: modifications needed to generate the documentation using |
| 11107 | gtk-doc, cleanup of functions blocks, reorganisation of struct |
| 11108 | declarations. |
| 11109 | |
| 11110 | Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11111 | |
| 11112 | * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing |
| 11113 | the tar and spec file to include the beginning of the doc. |
| 11114 | |
| 11115 | 1999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt> |
| 11116 | |
| 11117 | * doc/.cvsignore: Added this file. |
| 11118 | |
| 11119 | Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11120 | |
| 11121 | * tree.c: fixed xmlGetProp to return "" when the attribute |
| 11122 | exists, even if the node-list is NULL. |
| 11123 | |
| 11124 | Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11125 | |
| 11126 | * tree.c: patched an error outputting empty attribute values. |
| 11127 | * Makefile.am and doc/makefile.am: have been updated during the |
| 11128 | week-end. Sorry for an empty CVS log, I got a shell problem. |
| 11129 | |
| 11130 | Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11131 | |
| 11132 | * tree.h: cleaned up using enums instead of defines |
| 11133 | * parser.c, valid.[ch]: more work on parsing/output of element |
| 11134 | declarations |
| 11135 | |
| 11136 | Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11137 | |
| 11138 | * valid.[ch], tree.c, parser.c : more work toward full parsing |
| 11139 | of XML DTDs. |
| 11140 | * README: added informations about mailing-list and on-line |
| 11141 | documentation |
| 11142 | |
| 11143 | 1999-01-27 Raja R Harinath <harinath@cs.umn.edu> |
| 11144 | |
| 11145 | * configure.in (XML_INCLUDEDIR): Use -I not -L for includes. |
| 11146 | |
| 11147 | Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11148 | |
| 11149 | * parser.c, tree.[ch] : more work toward conformance testing, |
| 11150 | added a last element to accelerate parsing of very flat structures |
| 11151 | started working on internal subset Element content declaration. |
| 11152 | * valid.[ch] : first cut at adding code toward validation. |
| 11153 | * previous changes had also small impact on most files, especially |
| 11154 | the conformance testing using James Clark test suite. |
| 11155 | |
| 11156 | Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11157 | |
| 11158 | * test/* : updated the examples, most of them were not well |
| 11159 | formed (humm), and added rdf2. |
| 11160 | * result/* : resulting changes in the output. |
| 11161 | |
| 11162 | Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11163 | |
| 11164 | * tree.c: changed the behaviour of xmlGetProp on NULL values. |
| 11165 | |
| 11166 | Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11167 | |
| 11168 | * tree.c: patched a bug in the generation of empty attributes |
| 11169 | |
| 11170 | Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11171 | |
| 11172 | * entities.[ch], tree.[ch], tester.c: added copy interfaces |
| 11173 | for node/trees/documents/... Biggest problem is namespace |
| 11174 | support when copying subtrees. |
| 11175 | |
| 11176 | Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11177 | |
| 11178 | * parser.c, entities.c: improve entities and char ref encoding, |
| 11179 | and cleanups of error messages. |
| 11180 | |
| 11181 | Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11182 | |
| 11183 | * parser.c, entities.c: simple bug hunting done during rpm2html and |
| 11184 | rpmfind integration. |
| 11185 | |
| 11186 | Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11187 | |
| 11188 | * parser.[ch]: Added interfaces allowing to specify a SAX |
| 11189 | handler before parsing. |
| 11190 | |
| 11191 | Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11192 | |
| 11193 | * parser.c: redirrect all errors reporting through the SAX |
| 11194 | error function |
| 11195 | |
| 11196 | Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11197 | |
| 11198 | * entities.c: rather use HAVE_SNPRINTF and not depend on glib |
| 11199 | * libtool, tlmain ...: update of the libtool files |
| 11200 | |
| 11201 | 1998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx> |
| 11202 | |
| 11203 | * entities.c: Use g_snprintf insteda of snprintf. |
| 11204 | |
| 11205 | Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11206 | |
| 11207 | * entities.c, parser.c: debug and cleanup of CharRef handling/saving. |
| 11208 | added ent5 test for this purpose. |
| 11209 | * parser.c, parser.h: formatting, comments and UTF-8 planning. |
| 11210 | |
| 11211 | Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11212 | |
| 11213 | * parser.c: fixed? a strange error due to compression on a GWP |
| 11214 | document. |
| 11215 | |
| 11216 | Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11217 | |
| 11218 | * tree.[ch]: bug fixing |
| 11219 | * entities.[ch]: defined a specific type for predefined entities |
| 11220 | * doc/xml.html: more documentation on the library, how to use it, |
| 11221 | overview of the interfaces. |
| 11222 | |
| 11223 | Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11224 | |
| 11225 | * tree.[ch]: more cleanup on the API, made the tree mor conformant. |
| 11226 | |
| 11227 | Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11228 | |
| 11229 | * tree.c: corrected a small bug |
| 11230 | * doc/xml.html: continuing writing documentation. |
| 11231 | |
| 11232 | Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11233 | |
| 11234 | * debugXML.h debugXML.c: added debugging utilities. |
| 11235 | * tester.c: added --debug switch. |
| 11236 | * tree.c: patched an incorrect node->type assignment. |
| 11237 | * parser.c: formatting, ensure that node->doc != NULL in attributes |
| 11238 | |
| 11239 | Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11240 | |
| 11241 | * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve |
| 11242 | entity support and provide an internal representation close to |
| 11243 | DOM one (entity ref nodes, and attribute value as tree). I tried |
| 11244 | to preserve the interface but this will surely break some apps |
| 11245 | (I have to change rpm2html/rpmfind for example). I had to change |
| 11246 | two interfaces, and the generated tree is somewhat different. |
| 11247 | * doc/* : started documenting the XML library, the tree and |
| 11248 | DOM/Corba. This is a first step. |
| 11249 | |
| 11250 | Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11251 | |
| 11252 | * parser.c: Set up the fonctions comment block, boring but useful. |
| 11253 | * parser.h, SAX.c, parser.c: now attributes are processed through |
| 11254 | the SAX interface. The problem is that my SAX interface diverged |
| 11255 | quite a bit from the original one, well this is not an official |
| 11256 | spec, and translating it from Java to C is hairy anyway... |
| 11257 | |
| 11258 | Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11259 | |
| 11260 | * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the |
| 11261 | fonctions comment block, boring but useful. |
| 11262 | |
| 11263 | Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11264 | |
| 11265 | * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1 |
| 11266 | conversion routines. However they are not yet used to convert the |
| 11267 | inputs. The core will run with UTF-8. |
| 11268 | |
| 11269 | Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11270 | |
| 11271 | * tree.c : make sure that the type id is properly set-up when |
| 11272 | a new object is allocated, needed for DOM. |
| 11273 | |
| 11274 | Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11275 | |
| 11276 | * tree.h, tree.c: Ok, the main objects in the tree will be native |
| 11277 | corba objects, it costs 8 bytes per Node, Attribute and Document |
| 11278 | but it simplifies the Corba integration a lot (no extra interface |
| 11279 | objects to allocate/free). |
| 11280 | |
| 11281 | Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11282 | |
| 11283 | * tree.h, tree.c, parser.c: added prev and doc pointers to Node, |
| 11284 | and changed NODEs contants for conformity with DOM Level 1 |
| 11285 | |
| 11286 | Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11287 | |
| 11288 | * added hooks to keep track of servants when creating objects |
| 11289 | xmlDoc and xmlNode (for Corba export). |
| 11290 | |
| 11291 | Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11292 | |
| 11293 | * added xml-config script. |
| 11294 | |
| 11295 | Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11296 | |
| 11297 | * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr> |
| 11298 | to autoupdate libtool and automake conf files. |
| 11299 | |
| 11300 | 1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx> |
| 11301 | |
| 11302 | * Makefile.am: Use '?' to separate the sed |
| 11303 | commands as ',' is used when people pass -Wl,something. |
| 11304 | |
| 11305 | |
| 11306 | Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11307 | |
| 11308 | * tree.c, tree.h: added a per-document compression interface. |
| 11309 | |
| 11310 | Tue Sep 22 20:47:38 EDT 1998 |
| 11311 | |
| 11312 | * tree.c, tree.h: added saving with compression and added interfaces |
| 11313 | to control the compression level (xmlGetCompressMode, |
| 11314 | xmlSetCompressMode) and a new save to filename function (xmlSaveFile). |
| 11315 | |
| 11316 | Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11317 | |
| 11318 | * parser.c: corrected a loop for files of size 0 |
| 11319 | |
| 11320 | 1998-08-20 Raja R Harinath <harinath@cs.umn.edu> |
| 11321 | |
| 11322 | * error.h: New file. Contains prototyes from `error.c'. |
| 11323 | |
| 11324 | Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com> |
| 11325 | |
| 11326 | * Makefile.am (xmlincdir): New macro. |
| 11327 | (xmlinc_HEADERS): Renamed from include_HEADERS. |
| 11328 | |
| 11329 | Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11330 | |
| 11331 | * applied small patch on numeric entities from |
| 11332 | Christopher Blizzard <blizzard@appliedtheory.com> |
| 11333 | |
| 11334 | Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11335 | |
| 11336 | * New release 0.2, removed the old xml_* files so that it's |
| 11337 | coherent with the other CVS base (W3C), far better conformance |
| 11338 | to standard, new namespaces, decent entities support, beginning |
| 11339 | of a SAX-like interface. Nearly nothing left intact, even the |
| 11340 | test examples ... |
| 11341 | |
| 11342 | 1998-07-30 Christopher Blizzard <blizzard@appliedtheory.com> |
| 11343 | |
| 11344 | * .cvsignore: Add .deps dir |
| 11345 | |
| 11346 | Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11347 | |
| 11348 | * xml_tree: changed the memory allocation scheme for name in xmlNewNode |
| 11349 | |
| 11350 | Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11351 | |
| 11352 | * configure.in: added test for CPP |
| 11353 | * AUTHORS, Changelog: the original ones didn't get commited but the |
| 11354 | glib ones instead, fixed. |
| 11355 | * Makefile.am: corrected an error in library naming |
| 11356 | |
| 11357 | Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 11358 | |
| 11359 | * integrated code developped at W3C |
| 11360 | * changed the original Copyright |
| 11361 | * migrated to automake |
| 11362 | * prefixed the filenames by xml_ to avoid filename clashes |
| 11363 | |
Daniel Veillard | e0ed10c | 2003-01-06 11:06:26 +0000 | [diff] [blame] | 11364 | Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11365 | |
| 11366 | * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc |
| 11367 | should not be called. |
| 11368 | |
Daniel Veillard | 0aaaacd | 2003-01-06 10:59:57 +0000 | [diff] [blame] | 11369 | Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11370 | |
| 11371 | * libxml-2.0.pc.in: applied the patch to fix #101894 |
| 11372 | |
Daniel Veillard | 8a1b185 | 2003-01-05 22:37:17 +0000 | [diff] [blame] | 11373 | Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11374 | |
| 11375 | * tree.c : applied patch from Lukas Schroeder for register callbacks |
| 11376 | * valid.c: modified patch from Lukas Schroeder to test |
| 11377 | register callbacks with --chkregister |
| 11378 | |
Daniel Veillard | 067bae5 | 2003-01-05 01:27:54 +0000 | [diff] [blame] | 11379 | Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11380 | |
| 11381 | * xmlreader.c: seriously changed the way data are pushed to |
| 11382 | the underlying parser, go by block of 512 bytes instead of |
| 11383 | tryng to detect tag boundaries at that level. Changed the |
| 11384 | way empty element are detected and tagged. |
| 11385 | * python/tests/reader.py python/tests/reader2.py |
| 11386 | python/tests/reader3.py: small changes mostly due to context |
| 11387 | reporting being different and DTD node being reported. Some |
| 11388 | errors previously undetected are now caught and fixed. |
| 11389 | * doc/xmlreader.html: flagged last section as TODO |
| 11390 | |
Daniel Veillard | 51a447a | 2003-01-04 19:42:46 +0000 | [diff] [blame] | 11391 | Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11392 | |
| 11393 | * python/libxml.py: integrated the Python 2.2 optimizations |
| 11394 | from Hannu Krosing, while maintaining compatibility with |
| 11395 | 1.5 and 2.1 |
| 11396 | |
Daniel Veillard | e59494f | 2003-01-04 16:35:29 +0000 | [diff] [blame] | 11397 | Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11398 | |
| 11399 | * xmllint.c: a bit of cleanup |
| 11400 | * xmlreader.c: small fix |
| 11401 | * doc/xmlreader.html: more work on the XmlTextReader tutorial |
| 11402 | * python/libxml.py: a few fixes pointed out by Hannu Krosing |
| 11403 | |
Daniel Veillard | 623a9eb | 2003-01-04 12:47:20 +0000 | [diff] [blame] | 11404 | Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11405 | |
| 11406 | * python/setup.py.in: patch from Stéphane Bidoul to include |
| 11407 | drv_libxml2.py in setup.py |
| 11408 | |
Daniel Veillard | 66b8289 | 2003-01-04 00:44:13 +0000 | [diff] [blame] | 11409 | Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11410 | |
| 11411 | * doc/xmlreader.html: starting documenting the new XmlTextReader |
| 11412 | interface. |
| 11413 | |
Daniel Veillard | 7704fb1 | 2003-01-03 16:19:51 +0000 | [diff] [blame] | 11414 | Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11415 | |
| 11416 | * xmllint.c: added the --stream flag to use the TextReader API |
| 11417 | * xmlreader.c: small performance tweak |
| 11418 | |
Daniel Veillard | a80ff6e | 2003-01-03 12:52:08 +0000 | [diff] [blame] | 11419 | Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11420 | |
| 11421 | * xmlreader.c python/tests/reader2py: okay the DTD validation |
| 11422 | code on top of the XMLTextParser API should be solid now. |
| 11423 | |
Daniel Veillard | 1fdfd11 | 2003-01-03 01:18:43 +0000 | [diff] [blame] | 11424 | Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11425 | |
| 11426 | * xmlreader.c python/tests/reader2py: Fixing some more mess |
| 11427 | with validation and recursive entities while using the |
| 11428 | reader interface, it's getting a bit messy... |
| 11429 | |
Daniel Veillard | dab8ea9 | 2003-01-02 14:16:45 +0000 | [diff] [blame] | 11430 | Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11431 | |
| 11432 | * xmlreader.c python/tests/reader.py: another couple of problem |
| 11433 | related to IsEmptyElement reported by Stéphane Bidoul needed |
| 11434 | some fixes. |
| 11435 | |
Daniel Veillard | 4f86020 | 2003-01-02 13:00:02 +0000 | [diff] [blame] | 11436 | Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11437 | |
| 11438 | * libxml.spec.in python/Makefile.am python/drv_libxml2.py: |
| 11439 | integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul |
| 11440 | based on the python XmlTextReader interface. |
| 11441 | |
Daniel Veillard | 3c265e4 | 2003-01-01 21:06:49 +0000 | [diff] [blame] | 11442 | Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11443 | |
| 11444 | * tree.c: backing out one change in the last patch which broke the |
| 11445 | regression tests |
| 11446 | |
Daniel Veillard | 5335dc5 | 2003-01-01 20:59:38 +0000 | [diff] [blame] | 11447 | Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11448 | |
| 11449 | * global.data globals.c tree.c include/libxml/globals.h: applied |
| 11450 | an old patch from Lukas Schroeder to track node creation and |
| 11451 | destruction. Probably missing a lot of references at the moment |
| 11452 | and not usable reliably. |
| 11453 | |
Daniel Veillard | 8ba1741 | 2003-01-01 19:13:12 +0000 | [diff] [blame] | 11454 | Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11455 | |
| 11456 | * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file |
| 11457 | from doc/news.html and a stylesheet |
| 11458 | |
Daniel Veillard | e3c036e | 2003-01-01 15:11:05 +0000 | [diff] [blame] | 11459 | Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11460 | |
| 11461 | * xmlreader.c python/tests/reader.py: fixed another couple of |
| 11462 | xmlreader bugs reported by Stéphane Bidoul and added tests. |
| 11463 | |
Daniel Veillard | 9e395c2 | 2003-01-01 14:50:44 +0000 | [diff] [blame] | 11464 | Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com> |
| 11465 | |
| 11466 | * xmlreader.c python/tests/reader2.py: fixed another validity |
| 11467 | checking in external parsed entities raised by Stéphane Bidoul |
| 11468 | and added a specific regression test. |
| 11469 | * python/tests/reader3.py: cleanup |
| 11470 | |
Daniel Veillard | d589614 | 2002-12-31 14:45:26 +0000 | [diff] [blame] | 11471 | Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11472 | |
| 11473 | * xmlreader.c python/tests/reader2.py: fixed a problem with |
| 11474 | validation within entities pointed by Stéphane Bidoul, augmented |
| 11475 | the tests to catch those. |
| 11476 | |
Daniel Veillard | dc85f28 | 2002-12-31 11:18:37 +0000 | [diff] [blame] | 11477 | Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11478 | |
| 11479 | * python/generator.py: modified the generator to allow keeping |
| 11480 | class references when creating new classes, needed to fix a bug |
| 11481 | pointed by Stéphane Bidoul where the input buffer of the |
| 11482 | xmlTextReader instance gets destroyed if the python wrapper for |
| 11483 | the input is not referenced anymore. |
| 11484 | |
Daniel Veillard | 4d8db8a | 2002-12-30 18:40:42 +0000 | [diff] [blame] | 11485 | Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11486 | |
| 11487 | * xmlreader.c python/tests/reader.py: fixed another pair of problem |
| 11488 | pointed by Stéphane Bidoul: depth start at 0 and a parse problem. |
| 11489 | |
Daniel Veillard | 571b889 | 2002-12-30 12:37:59 +0000 | [diff] [blame] | 11490 | Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11491 | |
| 11492 | * xmlreader.c python/tests/reader.py: fixed another problem |
| 11493 | pointed by Stéphane Bidoul |
| 11494 | |
Daniel Veillard | aaa105b | 2002-12-30 11:42:17 +0000 | [diff] [blame] | 11495 | Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11496 | |
| 11497 | * xmlreader.c python/tests/reader.py: fixed a limit case problem |
| 11498 | with "<a/>" |
| 11499 | |
Daniel Veillard | ecaba49 | 2002-12-30 10:55:29 +0000 | [diff] [blame] | 11500 | Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11501 | |
| 11502 | * SAX.c: warn on xmlns:prefix="foo" |
| 11503 | * xmlreader.c python/tests/reader.py: fixed a couple of problem |
| 11504 | for namespace attributes handling. |
| 11505 | |
Daniel Veillard | 2d84a89 | 2002-12-30 00:01:08 +0000 | [diff] [blame] | 11506 | Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11507 | |
| 11508 | * entities.c parser.c tree.c include/libxml/entities.h: Fixed |
| 11509 | a really nasty problem raised by a DocBook XSLT transform |
| 11510 | provided by Sebastian Bergmann |
| 11511 | |
Daniel Veillard | 29b3e28 | 2002-12-29 11:14:41 +0000 | [diff] [blame] | 11512 | Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11513 | |
| 11514 | * xmlreader.c python/tests/reader.py: fixed a bug pointed out |
| 11515 | by Stéphane Bidoul and integrated it into the tests |
| 11516 | |
Daniel Veillard | e18fc18 | 2002-12-28 22:56:33 +0000 | [diff] [blame] | 11517 | Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11518 | |
| 11519 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: |
| 11520 | extended the XmlTextReader API a bit, addding accessors for |
| 11521 | the current doc and node, and an entity substitution mode for |
| 11522 | the parser. |
| 11523 | * python/libxml.py python/libxml2class.txt: related updates |
| 11524 | * python/tests/Makefile.am python/tests/reader.py |
| 11525 | python/tests/reader2.py python/tests/reader3.py: updated a bit |
| 11526 | the old tests and added a new one to test the entities handling |
| 11527 | |
Daniel Veillard | aba976d | 2002-12-28 21:14:18 +0000 | [diff] [blame] | 11528 | Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11529 | |
| 11530 | * python/generator.py python/libxml2class.txt |
| 11531 | python/tests/reader.py python/tests/reader2.py: changed the |
| 11532 | generator to provide casing for the XmlTextReader similar to |
| 11533 | C# so that examples and documentation are more directly transposable. |
| 11534 | Fixed the couple of tests in the suite. |
| 11535 | |
Daniel Veillard | 8329884 | 2002-12-28 15:12:33 +0000 | [diff] [blame] | 11536 | Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11537 | |
| 11538 | * doc/guidelines.html: added a document on guildeline for |
| 11539 | publishing and deploying XML |
| 11540 | |
Daniel Veillard | 336fc7d | 2002-12-27 19:37:04 +0000 | [diff] [blame] | 11541 | Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11542 | |
| 11543 | * valid.c xmlreader.c: final touch running DTD validation |
| 11544 | on the XmlTextReader |
| 11545 | * python/tests/Makefile.am python/tests/reader2.py: added a |
| 11546 | specific run based on the examples from test/valid/*.xml |
| 11547 | |
Daniel Veillard | f25b4ca | 2002-12-27 15:18:35 +0000 | [diff] [blame] | 11548 | Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11549 | |
| 11550 | * python/libxml.py: added a few predefined xmlTextReader parser |
| 11551 | configuration values. |
| 11552 | |
Daniel Veillard | 0e9dafa | 2002-12-27 11:58:25 +0000 | [diff] [blame] | 11553 | Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11554 | |
| 11555 | * python/libxml_wrap.h: trying to fix #102037 |
| 11556 | |
Daniel Veillard | 8dbd495 | 2002-12-27 11:34:48 +0000 | [diff] [blame] | 11557 | Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11558 | |
| 11559 | * SAX.c: fixing bug #95296, when the predefined entities |
| 11560 | are redefined in the DTD the default one must be used |
| 11561 | instead anyway. |
| 11562 | |
MST 2002 John Fleck | 6647aed | 2002-12-26 02:23:24 +0000 | [diff] [blame] | 11563 | Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net> |
| 11564 | |
| 11565 | * doc/xmllint.xml |
| 11566 | * doc/xmllint.1 |
| 11567 | Add discussion of XML_DEBUG_CATALOG to xmllint man |
| 11568 | page - bug #100907 |
| 11569 | |
| 11570 | |
Daniel Veillard | df512f4 | 2002-12-23 15:56:21 +0000 | [diff] [blame] | 11571 | Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11572 | |
| 11573 | * xmlreader.c: Fixed the empty node detection to avoid reporting |
| 11574 | an inexistant close tag. |
| 11575 | |
Daniel Veillard | 0d132cf | 2002-12-23 14:43:32 +0000 | [diff] [blame] | 11576 | Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11577 | |
| 11578 | * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul |
| 11579 | for Python 2.1 |
| 11580 | |
Daniel Veillard | fe8aab9 | 2002-12-22 10:25:41 +0000 | [diff] [blame] | 11581 | Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11582 | |
| 11583 | * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS |
| 11584 | |
Daniel Veillard | 4258b9c | 2002-12-20 10:29:40 +0000 | [diff] [blame] | 11585 | Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11586 | |
| 11587 | * doc/libxml2-api.xml python/tests/reader.py: one really need |
| 11588 | to provide the base URI information when creating a reader parser |
| 11589 | from an input stream. Updated the API and the example using it. |
| 11590 | |
Daniel Veillard | ea7751d | 2002-12-20 00:16:24 +0000 | [diff] [blame] | 11591 | Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11592 | |
| 11593 | * testReader.c xmlreader.c valid.c include/libxml/tree.h |
| 11594 | include/libxml/valid.h include/libxml/xmlreader.h: working on |
| 11595 | DTD validation on top of xml reader interfaces. Allows to |
| 11596 | validate arbitrary large instances. This required some extensions |
| 11597 | to the valid module interface and augmenting the size of xmlID |
| 11598 | and xmlRef structs a bit. |
| 11599 | * uri.c xmlregexp.c: simple cleanup. |
| 11600 | |
Daniel Veillard | beb70bd | 2002-12-18 14:53:54 +0000 | [diff] [blame] | 11601 | Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11602 | |
| 11603 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more |
| 11604 | work on the xml reader interfaces. |
| 11605 | * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the |
| 11606 | Web page for the Windows binaries. |
| 11607 | |
Daniel Veillard | 4a6d39b | 2002-12-17 18:33:01 +0000 | [diff] [blame] | 11608 | Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11609 | |
| 11610 | * xmlIO.c: applied a patch for VMS following the report by |
| 11611 | Nigel Hall |
| 11612 | |
Daniel Veillard | 3772de3 | 2002-12-17 10:31:45 +0000 | [diff] [blame] | 11613 | Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11614 | |
| 11615 | * parser.c: the parseStartTag bug fix wasn't complete. |
| 11616 | |
Daniel Veillard | 67df809 | 2002-12-16 22:04:11 +0000 | [diff] [blame] | 11617 | Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11618 | |
| 11619 | * parser.c: Vyacheslav Pindyura managed to trigger a bug in |
| 11620 | parseStartTag, fixing it. |
| 11621 | * test/att4 result/att4 result/noent/att4: adding the test |
| 11622 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added |
| 11623 | more methods to XmlTextReader. |
| 11624 | |
Igor Zlatkovic | d453c63 | 2002-12-16 18:45:48 +0000 | [diff] [blame] | 11625 | Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11626 | |
| 11627 | * win32/libxml2.def.src: added more xml reader exports |
| 11628 | * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface |
| 11629 | to the build |
| 11630 | |
MST 2002 John Fleck | 7c67a83 | 2002-12-16 13:38:06 +0000 | [diff] [blame] | 11631 | Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net> |
| 11632 | |
| 11633 | * doc/tutorial/xmltutorial.xml |
| 11634 | plus generated html and pdf |
| 11635 | Updating tutorial again based on further comments from Niraj |
| 11636 | Tolia on the last iteration |
| 11637 | |
MST 2002 John Fleck | 44aacb3 | 2002-12-16 04:34:57 +0000 | [diff] [blame] | 11638 | Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net> |
| 11639 | |
| 11640 | * doc/tutorial/xmltutorial.xml |
| 11641 | * doc/tutorial/includekeyword.c |
| 11642 | * doc/tutorial/includegetattribute.c |
| 11643 | plus generated html and pdf |
| 11644 | Adding fix from Niraj Tolia to tutorial to properly free memory. |
| 11645 | |
| 11646 | |
Daniel Veillard | da46d2d | 2002-12-15 23:36:49 +0000 | [diff] [blame] | 11647 | Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11648 | |
| 11649 | * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added |
| 11650 | more methods of XmlTextReader. |
| 11651 | * python/libxml2class.txt python/tests/reader.py: this increased the |
| 11652 | methods in the bndings, augmented the test to check those new |
| 11653 | functions. |
| 11654 | |
Daniel Veillard | 0eb38c7 | 2002-12-14 23:00:35 +0000 | [diff] [blame] | 11655 | Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11656 | |
| 11657 | * xmlreader.c doc/libxml2-api.xml: added the close and getattribute |
| 11658 | methods of XmlTextReader. |
| 11659 | * python/generator.py python/libxml_wrap.h python/types.c |
| 11660 | python/libxml2class.txt: added the reader to the Python bindings |
| 11661 | * python/tests/Makefile.am python/tests/reader.py: added a specific |
| 11662 | test for the Python bindings of the Reader APIs |
| 11663 | * parser.c: small cleanup. |
| 11664 | |
Daniel Veillard | 0650345 | 2002-12-13 10:42:08 +0000 | [diff] [blame] | 11665 | Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11666 | |
| 11667 | * xinclude.c: fallback was only copying the first child not the |
| 11668 | full child list of the fallback element, closes #89684 as reopened |
| 11669 | by Bernd Kuemmerlen |
| 11670 | |
Igor Zlatkovic | 2d45f52 | 2002-12-12 12:33:43 +0000 | [diff] [blame] | 11671 | Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11672 | |
| 11673 | * win32/libxml2.def.src: exported htmlNodeDumpOutput |
| 11674 | |
Daniel Veillard | 000eafb | 2002-12-12 10:04:22 +0000 | [diff] [blame] | 11675 | Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11676 | |
Daniel Veillard | c1eed32 | 2002-12-12 11:01:32 +0000 | [diff] [blame] | 11677 | * configure.in: preparing release of 2.4.30 |
Daniel Veillard | 000eafb | 2002-12-12 10:04:22 +0000 | [diff] [blame] | 11678 | * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder, |
Daniel Veillard | c1eed32 | 2002-12-12 11:01:32 +0000 | [diff] [blame] | 11679 | gives enum values, fix functype return type, put back fields in |
| 11680 | structs |
| 11681 | * doc/*: updated the docs rebuilt |
Daniel Veillard | 000eafb | 2002-12-12 10:04:22 +0000 | [diff] [blame] | 11682 | |
Daniel Veillard | 024b570 | 2002-12-12 00:15:55 +0000 | [diff] [blame] | 11683 | Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11684 | |
| 11685 | * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok |
| 11686 | about htmlNodeDumpOutput location. |
| 11687 | * xpath.c: removed an undefined function signature |
| 11688 | * doc/apibuild.py doc/libxml2-api.xml: the script was exporting |
| 11689 | too many symbols in the API breaking the python bindings. |
| 11690 | Updated with the libxslt/libexslt changes. |
| 11691 | |
Daniel Veillard | 9b4bb4d | 2002-12-11 19:28:47 +0000 | [diff] [blame] | 11692 | Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11693 | |
| 11694 | * configure.in: preparing release of 2.4.29 |
| 11695 | * doc/*: rebuilt the docs and API |
| 11696 | * xmlreader.c: a few more fixes for the XmlTextReader API |
| 11697 | |
Igor Zlatkovic | f6273a0 | 2002-12-11 17:00:54 +0000 | [diff] [blame] | 11698 | Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11699 | |
| 11700 | * include/win32config.h: applied mingw patch from Magnus Henoch |
| 11701 | |
Daniel Veillard | 5aad832 | 2002-12-11 15:59:44 +0000 | [diff] [blame] | 11702 | Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11703 | |
| 11704 | * catalog.c doc/libxml2-api.xml: a bit more cleanup |
| 11705 | |
Daniel Veillard | a9b66d0 | 2002-12-11 14:23:49 +0000 | [diff] [blame] | 11706 | Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11707 | |
| 11708 | * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API |
| 11709 | building Python script, does the C parsing directly, generates |
| 11710 | a better API description including structure fieds defs and |
| 11711 | enums. Still a couple of bugs, but good enough for the python |
| 11712 | wrappers now. |
| 11713 | * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c |
| 11714 | valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c |
| 11715 | include/libxml/schemasInternals.h include/libxml/tree.h: more |
| 11716 | cleanup based on the python analysis script reports. |
| 11717 | * libxml.spec.in: make sure the API XML description is part of the |
| 11718 | devel package. |
| 11719 | |
Daniel Veillard | 01c13b5 | 2002-12-10 15:19:08 +0000 | [diff] [blame] | 11720 | Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11721 | |
| 11722 | * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c |
| 11723 | nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c |
| 11724 | testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c |
| 11725 | xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c: |
| 11726 | code cleanup, especially the function comments. |
| 11727 | * tree.c: fixed a small bug when freeing nodes which are XInclude ones. |
| 11728 | |
Daniel Veillard | e1ca503 | 2002-12-09 14:13:43 +0000 | [diff] [blame] | 11729 | Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11730 | |
| 11731 | * Makefile.am xmlreader.c include/libxml/Makefile.am |
| 11732 | include/libxml/xmlreader.h: Adding a new set of APIs based on |
| 11733 | the C# TextXmlReader API but converted to C. Allow to parse |
| 11734 | in constant memory usage, far simpler to program and explain |
| 11735 | than the SAX like APIs, unfinished but working. |
| 11736 | * testReader.c: test program |
| 11737 | |
Igor Zlatkovic | 70a296c | 2002-12-08 17:34:54 +0000 | [diff] [blame] | 11738 | Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11739 | |
| 11740 | * win32/libxml2.def.src: applied YALDSP from Mark Vakoc |
| 11741 | |
Daniel Veillard | 64b3528 | 2002-12-04 15:10:40 +0000 | [diff] [blame] | 11742 | Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11743 | |
| 11744 | * tree.c: Chip turner indicated that XHTML1 serialization |
| 11745 | rule for style actually break on both IE and Mozilla, |
| 11746 | try to avoid the rule if escaping ain't necessary |
| 11747 | |
Daniel Veillard | 8efff67 | 2002-12-04 11:44:48 +0000 | [diff] [blame] | 11748 | Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11749 | |
| 11750 | * nanhttp.c: handle HTTP URL escaping, problem reported by |
| 11751 | Glen Nakamura and Stefano Zacchiroli |
| 11752 | |
Daniel Veillard | 1c732d2 | 2002-11-30 11:22:59 +0000 | [diff] [blame] | 11753 | Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11754 | |
| 11755 | * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup |
| 11756 | |
Daniel Veillard | fdd27d2 | 2002-11-28 11:55:38 +0000 | [diff] [blame] | 11757 | Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11758 | |
| 11759 | * uri.c: Johann Richard pointed out some XPointer problems for |
| 11760 | URN based URI references in XInclude. Modified the URI parsing |
| 11761 | and saving routines to allow correct parsing and saving of |
| 11762 | XPointers, especially when attached to "opaque" scheme accordingly |
| 11763 | to RFC 2396 |
| 11764 | |
Daniel Veillard | 8db67d2 | 2002-11-27 19:39:27 +0000 | [diff] [blame] | 11765 | Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11766 | |
| 11767 | * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind |
| 11768 | of refactoring to the HTML saving code. |
| 11769 | * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected |
| 11770 | in the doc. |
| 11771 | |
Daniel Veillard | ebc4ca9 | 2002-11-27 11:43:05 +0000 | [diff] [blame] | 11772 | Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11773 | |
| 11774 | * tree.c include/libxml/tree.h: refactored the XML dump of a node |
| 11775 | to a buffer API to reuse the generic dump to an OutputIO layer, |
| 11776 | this reduces code, fixes xmlNodeDump() for XHTML, also made |
| 11777 | xmlNodeDump() now return the number of byte written. |
| 11778 | |
Daniel Veillard | 9d5ea17 | 2002-11-27 08:02:06 +0000 | [diff] [blame] | 11779 | Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11780 | |
| 11781 | * python/setup.py.in: another patch from Stéphane Bidoul for |
| 11782 | Python bindings on Windows |
| 11783 | * doc/parsedecl.py: small cleanup |
| 11784 | |
Daniel Veillard | 9715c17 | 2002-11-25 16:33:40 +0000 | [diff] [blame] | 11785 | Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11786 | |
| 11787 | * libxml.spec.in configure.in: add a line in %changelog for releases |
| 11788 | |
Daniel Veillard | 9bc5310 | 2002-11-25 13:20:04 +0000 | [diff] [blame] | 11789 | Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11790 | |
| 11791 | * parser.c: patch from Marcus Clarke fixing a problem in entities |
| 11792 | parsing that was detected in KDe documentations environment. |
| 11793 | |
Daniel Veillard | faa35ff | 2002-11-24 13:53:43 +0000 | [diff] [blame] | 11794 | Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org> |
| 11795 | |
| 11796 | * python/libxml.c (libxml_prev): Return the previous as opposed to |
| 11797 | the next node (I guess this is the result of some cut & paste programming:) |
| 11798 | |
Daniel Veillard | 80d7b90 | 2002-11-23 16:23:08 +0000 | [diff] [blame] | 11799 | Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11800 | |
| 11801 | * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile. |
| 11802 | |
Daniel Veillard | a1196ed | 2002-11-23 11:22:49 +0000 | [diff] [blame] | 11803 | Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11804 | |
| 11805 | * python/generator.py python/libxml.c python/setup.py.in: trying |
| 11806 | to fix the Python bindings build on Windows (Stéphane Bidoul) |
| 11807 | |
Igor Zlatkovic | 9ab7155 | 2002-11-22 21:41:43 +0000 | [diff] [blame] | 11808 | Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11809 | |
| 11810 | * win32/configure.js: added option for python bindings |
| 11811 | * win32/libxml2.def.src: added more exports |
| 11812 | |
Igor Zlatkovic | ace7cd2 | 2002-11-22 18:07:00 +0000 | [diff] [blame] | 11813 | Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11814 | |
| 11815 | * win32/Makefile.mingw: fixed unresolved symbols when linking with |
| 11816 | pthreads |
| 11817 | * win32/wince/*: applied updates to Windows CE port from Javier |
| 11818 | |
Daniel Veillard | f9c4cad | 2002-11-22 15:57:07 +0000 | [diff] [blame] | 11819 | Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11820 | |
| 11821 | * configure.in: preparing 2.4.28 |
| 11822 | * libxml.spec.in doc/Makefile.am: some cleanup |
| 11823 | * doc/*: updated the news and regenerated. |
| 11824 | |
Daniel Veillard | fee408f | 2002-11-22 13:18:30 +0000 | [diff] [blame] | 11825 | Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11826 | |
| 11827 | * HTMLparser.c: final touch at closing #87235 </p> end tags |
| 11828 | need to be generated. |
| 11829 | * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html: |
| 11830 | this change slightly the output of a few tests |
| 11831 | * doc/*: regenerated |
| 11832 | |
Daniel Veillard | d2ff039 | 2002-11-22 12:28:38 +0000 | [diff] [blame] | 11833 | Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11834 | |
| 11835 | * parserInternals.c: fixing bug #99190 when UTF8 document are |
| 11836 | parsed using the progressive parser and the end of the chunk |
| 11837 | is in the middle of an UTF8 multibyte character. |
| 11838 | |
William M. Brack | 8b2c7f1 | 2002-11-22 05:07:29 +0000 | [diff] [blame] | 11839 | Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 11840 | |
| 11841 | * threads.c: fixed initialization problem in xmlNewGlobalState |
| 11842 | which was causing crash. |
| 11843 | * globals.c: removed duplicate call to initxmlDefaultSAXHandler |
| 11844 | in xmlInitializeGlobalState. |
| 11845 | * parserInternals.c: cleaned up ctxt->sax initialisation. |
| 11846 | |
Daniel Veillard | d5c2f92 | 2002-11-21 14:10:52 +0000 | [diff] [blame] | 11847 | Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11848 | |
| 11849 | * tree.c include/libxml/tree.h: modified the existing APIs |
| 11850 | to handle XHTML1 serialization rules automatically, also add |
| 11851 | xmlIsXHTML() to libxml2 API. Some tweaking to make sure |
| 11852 | libxslt serialization uses it when needed without changing |
| 11853 | the library API. |
| 11854 | * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml |
| 11855 | result/xhtml1: added a new test specifically for xhtml1 output |
| 11856 | and updated the result of one XHTML1 test |
| 11857 | |
Daniel Veillard | d076a20 | 2002-11-20 13:28:31 +0000 | [diff] [blame] | 11858 | Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11859 | |
| 11860 | * xinclude.c parserInternals.c encoding.c: fixed #99082 |
| 11861 | for xi:include encoding="..." support on text includes. |
| 11862 | * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml |
| 11863 | test/XInclude/ents/isolatin.txt : added a specific regression test |
| 11864 | * python/generator.py python/libxml2class.txt: fixed the generator |
| 11865 | the new set of comments generated for doc/libxml2-api.xml were |
| 11866 | breaking the python generation. |
| 11867 | |
Daniel Veillard | 817e70b | 2002-11-19 22:28:48 +0000 | [diff] [blame] | 11868 | Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11869 | |
| 11870 | * doc/Makefile.am: repair some problem if gtk-doc fail or such |
| 11871 | * configure.in: patch for Solaris on new autoconf closes #98880 |
| 11872 | * doc/parsedecl.py: repair the frigging API building script, |
| 11873 | did I say that python xmllib sucks ? |
| 11874 | * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering |
| 11875 | and some comment are no more truncated. |
| 11876 | |
Daniel Veillard | a7e05b4 | 2002-11-19 08:11:14 +0000 | [diff] [blame] | 11877 | Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11878 | |
| 11879 | * parser.c: Martin Stoilov pointed out a potential leak in |
| 11880 | xmlCreateMemoryParserCtxt |
| 11881 | |
Daniel Veillard | bc6e1a3 | 2002-11-18 15:07:25 +0000 | [diff] [blame] | 11882 | Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11883 | |
| 11884 | * HTMLparser.c: fixed bug #98879 a corner case when 0 is |
| 11885 | included in HTML documents and using the push parser. |
| 11886 | |
Daniel Veillard | 4efd3be | 2002-11-18 09:11:13 +0000 | [diff] [blame] | 11887 | Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org> |
| 11888 | |
| 11889 | * configure.in (PYTHON_SITE_PACKAGES): If --with-python is |
| 11890 | specified, look for the Python interpreter not just in the |
| 11891 | specified root but also in the specified location. Fixes #98825 |
| 11892 | |
Daniel Veillard | a8c0adb | 2002-11-17 22:37:35 +0000 | [diff] [blame] | 11893 | Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11894 | |
| 11895 | * python/libxml.c: fixing bug #98792 , node may have no doc |
| 11896 | and dereferencing without checking ain't good ... |
| 11897 | |
Daniel Veillard | dad3f68 | 2002-11-17 16:47:27 +0000 | [diff] [blame] | 11898 | Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11899 | |
| 11900 | * configure.in: preparing release 2.4.27 |
| 11901 | * doc/* : updated and rebuilt the docs |
| 11902 | * doc/Makefile.am libxml.spec.in: try to make sure the tutorial |
| 11903 | and all the docs are actually packaged and in the final RPMs |
| 11904 | * parser.c parserInternals.c include/libxml/parser.h: restore |
| 11905 | xmllint --recover feature. |
| 11906 | |
Daniel Veillard | 68e9e74 | 2002-11-16 15:35:11 +0000 | [diff] [blame] | 11907 | Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11908 | |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 11909 | * parser.c xpath.c: fixing #96925 wich was also dependent on the |
Daniel Veillard | 68e9e74 | 2002-11-16 15:35:11 +0000 | [diff] [blame] | 11910 | processing of parsed entities, and XPath computation on sustitued |
| 11911 | entities. |
| 11912 | * testXPath.c: make sure entities are substitued. |
| 11913 | |
Daniel Veillard | 328f48c | 2002-11-15 15:24:34 +0000 | [diff] [blame] | 11914 | Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11915 | |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 11916 | * parser.c: fixed #96594, which was totally dependent on the |
Daniel Veillard | 328f48c | 2002-11-15 15:24:34 +0000 | [diff] [blame] | 11917 | processing of internal parsed entities, which had to be changed. |
| 11918 | |
Daniel Veillard | 66651aa | 2002-11-15 11:21:43 +0000 | [diff] [blame] | 11919 | Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11920 | |
| 11921 | * Makefile.am python/Makefile.am python/tests/Makefile.am: |
| 11922 | trying to fix bug #98517 about building outside the source tree |
| 11923 | * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585 |
| 11924 | |
Igor Zlatkovic | 2772cea | 2002-11-14 17:45:20 +0000 | [diff] [blame] | 11925 | Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11926 | |
| 11927 | * include/win32config.h: cleanup |
| 11928 | * win32/Makefile.mingw: integrated mingw in JScript configure |
| 11929 | * win32/Makefile.msvc: modified to allow mingw coexistence |
| 11930 | * win32/configure.js: integrated mingw |
| 11931 | * win32/Readme.txt: cleanup |
| 11932 | |
Daniel Veillard | 8dd86a5 | 2002-11-12 21:14:17 +0000 | [diff] [blame] | 11933 | Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11934 | |
| 11935 | * HTMLparser.c: strengthen the guard in the Pop macros, |
| 11936 | like in the XML parser, closes bug #97315 |
| 11937 | |
Daniel Veillard | 0821b15 | 2002-11-12 20:57:47 +0000 | [diff] [blame] | 11938 | Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11939 | |
| 11940 | * include/libxml/parser.h: fixed bug #98338 , fatalError SAX |
| 11941 | callback is never used. |
| 11942 | |
Daniel Veillard | 8606bbb | 2002-11-12 12:36:52 +0000 | [diff] [blame] | 11943 | Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11944 | |
| 11945 | * parserInternals.c: fixed the initialization of the SAX structure |
| 11946 | which was breaking xsltproc |
| 11947 | * xpath.c: patch from Petr Pajas for CDATA nodes |
| 11948 | * tree.c: patch from Petr Pajas improving xmlGetNodePath() |
| 11949 | * parser.c include/libxml/parser.h: patch from Peter Jones |
| 11950 | removing a leak in xmlSAXParseMemory() and adding the |
| 11951 | function xmlSAXParseMemoryWithData() |
| 11952 | |
MST 2002 John Fleck | f854d99 | 2002-11-12 03:49:05 +0000 | [diff] [blame] | 11953 | Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net> |
| 11954 | |
| 11955 | adding pdf of tutorial, changing web page to link to it |
| 11956 | * doc/tutorial/xmltutorial.pdf |
| 11957 | * doc/xml.html |
| 11958 | * doc/docs.html |
| 11959 | |
MST 2002 John Fleck | 52717f3 | 2002-11-11 03:49:33 +0000 | [diff] [blame] | 11960 | Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net> |
| 11961 | |
| 11962 | * doc/tutorial/ar01s08.html |
| 11963 | adding file what I forgot for tutorial |
| 11964 | |
| 11965 | |
MST 2002 John Fleck | bd3b4fd | 2002-11-11 03:41:11 +0000 | [diff] [blame] | 11966 | Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net> |
| 11967 | |
| 11968 | Adding encoding discussion to tutorial |
| 11969 | Added: |
| 11970 | * doc/tutorial/images/*.png: DocBook admonition image files |
| 11971 | * doc/tutorial/apf.html, apg.html: new generated html |
| 11972 | * doc/tutorial/includeconvert.c: conversion code entity file |
| 11973 | changed: |
| 11974 | * doc/tutorial/xmltutorial.xml: DocBook original |
| 11975 | * doc/tutorial/*.html: generated html |
| 11976 | |
Igor Zlatkovic | 22bafff | 2002-11-08 17:19:08 +0000 | [diff] [blame] | 11977 | Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11978 | |
| 11979 | * include/libxml/*.h: retired xmlwin32version.h |
| 11980 | * doc/Makefile.am: retired xmlwin32version.h |
| 11981 | * win32/configure.js: retired xmlwin32version.h |
| 11982 | |
Igor Zlatkovic | a2258da | 2002-11-08 15:55:33 +0000 | [diff] [blame] | 11983 | Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 11984 | |
| 11985 | * win32/libxml2.def.src: exported additional symbols |
Igor Zlatkovic | 22bafff | 2002-11-08 17:19:08 +0000 | [diff] [blame] | 11986 | * include/libxml/xmlmemory.h: exported the rest of the xmlMem* |
| 11987 | sisterhood |
Igor Zlatkovic | a2258da | 2002-11-08 15:55:33 +0000 | [diff] [blame] | 11988 | |
Daniel Veillard | 7216cfd | 2002-11-08 15:10:00 +0000 | [diff] [blame] | 11989 | Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11990 | |
| 11991 | * globals.c: fixed a typo pointed out by Igor |
| 11992 | * xpath.c: try to speed up node compare using line numbers |
| 11993 | if available. |
| 11994 | |
Daniel Veillard | a70d62f | 2002-11-07 14:18:03 +0000 | [diff] [blame] | 11995 | Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 11996 | |
| 11997 | * tree.c: make xmlFreeNode() handle attributes correctly. |
| 11998 | |
Igor Zlatkovic | b8e99cc | 2002-11-06 22:52:29 +0000 | [diff] [blame] | 11999 | Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12000 | |
| 12001 | * catalog.c: completed the #96963 fix, as reported by Karl |
| 12002 | Eichwalder |
| 12003 | |
Daniel Veillard | 56f21f2 | 2002-11-06 15:49:46 +0000 | [diff] [blame] | 12004 | Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 12005 | |
| 12006 | * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke |
| 12007 | |
Daniel Veillard | 91ad879 | 2002-11-04 17:06:52 +0000 | [diff] [blame] | 12008 | Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 12009 | |
| 12010 | * Makefile.am: switched the order of a couple of includes |
| 12011 | to fix bugs #97100 |
| 12012 | |
Igor Zlatkovic | 2bb82ee | 2002-10-31 16:15:43 +0000 | [diff] [blame] | 12013 | Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12014 | |
| 12015 | * catalog.c: fixed bug #96963, reverted to the old behaviour of |
| 12016 | xmlLoadCatalogs that used to separate directories with a ':'. |
| 12017 | |
Igor Zlatkovic | 9fdd8f3 | 2002-10-31 16:01:23 +0000 | [diff] [blame] | 12018 | Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12019 | |
| 12020 | * threads.c: improvements to the Windows-side of thread handling |
| 12021 | * testThreads.c: conditionally excluded unistd.h |
| 12022 | * testThradsWin32.c: broke overlong lines |
| 12023 | * include/win32config.h: adapted thread-related macros to the new |
| 12024 | scheme and for pthreads on Windows |
| 12025 | * win32/Makefile.msvc: introduced a more flexible thread build, |
| 12026 | added testThreads[Win32].c to the build |
| 12027 | * win32/configure.js: introduced a more flexible thread config |
| 12028 | |
John Fleck | 61f6fb6 | 2002-10-31 15:23:29 +0000 | [diff] [blame] | 12029 | 2002-10-31 John Fleck <jfleck@inkstain.net> |
| 12030 | |
| 12031 | * doc/xml.html (and, by implication, FAQ.html) |
| 12032 | added UTF-8 conversaion FAQ from Marcus Labib Iskander |
| 12033 | |
Igor Zlatkovic | f95b56b | 2002-10-29 17:33:35 +0000 | [diff] [blame] | 12034 | Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12035 | |
| 12036 | * configure.in: removed xmlwin32version.h |
| 12037 | * include/libxml/Makefile.am: removed xmlwin32version.h |
| 12038 | |
Daniel Veillard | ce66ce1 | 2002-10-28 19:01:59 +0000 | [diff] [blame] | 12039 | Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 12040 | |
| 12041 | * tree.c: applied patch from Brian Stafford to fix a bug |
| 12042 | in xmlReconciliateNs() |
| 12043 | |
Daniel Veillard | 7e3f140 | 2002-10-28 18:52:57 +0000 | [diff] [blame] | 12044 | Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 12045 | |
| 12046 | * tree.c: applied patch from Christian Glahn to allow |
| 12047 | xmlNewChild() on document fragment nodes |
| 12048 | |
Daniel Veillard | b39bc39 | 2002-10-26 19:29:51 +0000 | [diff] [blame] | 12049 | Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12050 | |
| 12051 | * parser.c: Christian Glahn found a problem with a recent |
| 12052 | patch to xmlParseBalancedChunkMemoryRecover() |
| 12053 | * xmlschemas.c: Charles Bozeman fixed some Schemas validation |
| 12054 | problems |
| 12055 | * result/schemas/elem* result/schemas/seq* test/schemas.elem* |
| 12056 | test/schemas/seq*: added the test cases from Charles |
| 12057 | |
Daniel Veillard | 366a915 | 2002-10-23 20:43:53 +0000 | [diff] [blame] | 12058 | Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12059 | |
| 12060 | * Makefile.am config.h.in libxml.spec.in doc/Makefile.am: |
| 12061 | serious cleanup of the spec file and associated changes |
| 12062 | in the Makefiles. |
| 12063 | * valid.c: try to remove some warnings on x86_64 |
| 12064 | |
Daniel Veillard | d033d02 | 2002-10-23 14:55:02 +0000 | [diff] [blame] | 12065 | Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12066 | |
| 12067 | * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to |
| 12068 | fix bug #96586 |
| 12069 | |
Daniel Veillard | ce02dbc | 2002-10-22 19:14:58 +0000 | [diff] [blame] | 12070 | Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12071 | |
| 12072 | * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML |
| 12073 | parsing, applied his patch |
| 12074 | * result/HTML/attrents.html result/HTML/attrents.html.err |
| 12075 | result/HTML/attrents.html.sax test/HTML/attrents.html: |
| 12076 | added the test and result case provided by Mikhail Sogrine |
| 12077 | |
Daniel Veillard | e645e8c | 2002-10-22 17:35:37 +0000 | [diff] [blame] | 12078 | Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12079 | |
| 12080 | * vms/build_libxml.com vms/config.vms vms/readme.vms |
| 12081 | include/libxml/parser.h include/libxml/parserInternals.h |
| 12082 | include/libxml/tree.h include/libxml/xmlIO.h |
| 12083 | HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c |
| 12084 | tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c: |
| 12085 | Applied the VMS update patch from Craig A. Berry |
| 12086 | * doc/*.html: update |
| 12087 | |
Daniel Veillard | f000f07 | 2002-10-22 14:28:17 +0000 | [diff] [blame] | 12088 | Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12089 | |
| 12090 | * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public |
| 12091 | |
Daniel Veillard | 1e20822 | 2002-10-22 14:25:25 +0000 | [diff] [blame] | 12092 | Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12093 | |
| 12094 | * debugXML.c: adding a grep command to --shell in xmllint |
| 12095 | for T.V. Raman |
| 12096 | |
Daniel Veillard | 9cdcf36 | 2002-10-22 14:23:59 +0000 | [diff] [blame] | 12097 | Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12098 | |
| 12099 | * xmlcatalog.c: tried to fix some of the problem with --sgml |
| 12100 | |
Daniel Veillard | 935494a | 2002-10-22 14:22:46 +0000 | [diff] [blame] | 12101 | Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12102 | |
| 12103 | * parser.c: tried to fix bug #91500 where doc->children may |
| 12104 | be overriden by a call to xmlParseBalancedChunkMemory() |
| 12105 | |
| 12106 | Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12107 | |
| 12108 | * catalog.c: tried to fix bug #90945 w.r.t. parsing of system |
| 12109 | identifiers in SGML catalogs containing '&' |
| 12110 | |
Daniel Veillard | c0ac069 | 2002-10-20 21:31:50 +0000 | [diff] [blame] | 12111 | Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12112 | |
| 12113 | * python/types.c: fixed bugs when passing result value tree |
| 12114 | to Python functions. |
| 12115 | |
Daniel Veillard | 4826743 | 2002-10-18 11:21:38 +0000 | [diff] [blame] | 12116 | Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12117 | |
| 12118 | * configure.in: preparing the release of 2.4.26 |
| 12119 | * doc/*: updated and rebuilt the documentation |
| 12120 | |
Daniel Veillard | bb284f4 | 2002-10-16 18:02:47 +0000 | [diff] [blame] | 12121 | Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12122 | |
| 12123 | * parser.c: fixed a XML Namespace compliance bug reported by |
| 12124 | Alexander Grimalovsky |
| 12125 | |
Daniel Veillard | 44892f7 | 2002-10-16 15:23:26 +0000 | [diff] [blame] | 12126 | Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12127 | |
| 12128 | * HTMLtree.c: fixed serialization of script and style when |
| 12129 | they are not lowercase (i.e. added using the API to the tree). |
| 12130 | |
Daniel Veillard | 2fd8542 | 2002-10-16 14:32:41 +0000 | [diff] [blame] | 12131 | Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12132 | |
| 12133 | * valid.c: make xmlValidateDocument emit a warning msg if there |
| 12134 | is no DTD, pointed by Christian Glahn |
| 12135 | |
Daniel Veillard | 3237023 | 2002-10-16 14:08:14 +0000 | [diff] [blame] | 12136 | Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12137 | |
| 12138 | * xmlregexp.c xmlschemas.c: fixed the validation of sequences |
| 12139 | content model when some of the blocks have min or max, and a couple |
| 12140 | of bugs found in the process. |
| 12141 | * result/schemas/list0* test/schemas/list0*: added some specific |
| 12142 | regression tests |
| 12143 | |
Daniel Veillard | a2e8c5c | 2002-10-15 10:41:43 +0000 | [diff] [blame] | 12144 | Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12145 | |
| 12146 | * README: updated the contact informations |
| 12147 | |
Daniel Veillard | 6318673 | 2002-10-15 08:43:17 +0000 | [diff] [blame] | 12148 | Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12149 | |
| 12150 | * Makefile.am: use test -f instead of test -e since Solaris /bin/sh |
| 12151 | misses it, reported by Peter Bray. |
| 12152 | |
Daniel Veillard | 96c3a3b | 2002-10-14 15:39:04 +0000 | [diff] [blame] | 12153 | Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12154 | |
| 12155 | * tree.c: investigating xmlNodeGetContent() on namespace nodes |
| 12156 | and removed a few warnings |
| 12157 | |
Daniel Veillard | 819d5cb | 2002-10-14 11:15:18 +0000 | [diff] [blame] | 12158 | Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12159 | |
| 12160 | * parser.c: Christian Glahn found a small bug in the push parser. |
| 12161 | * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename |
| 12162 | public |
| 12163 | |
Daniel Veillard | 6045c90 | 2002-10-09 21:13:59 +0000 | [diff] [blame] | 12164 | Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12165 | |
| 12166 | * xmlschemas.c include/libxml/xmlschemas.h: added |
| 12167 | xmlSchemaNewMemParserCtxt to parse a schemas from a memory area |
| 12168 | * testSchemas.c: added --memory to test the new interface |
| 12169 | |
Daniel Veillard | f007012 | 2002-10-09 14:24:17 +0000 | [diff] [blame] | 12170 | Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12171 | |
| 12172 | * doc/index.py doc/search.php: integrated the XSLT indexing, |
| 12173 | a few fixed in the indexer, added a scope selection at the |
| 12174 | search level. |
| 12175 | |
Daniel Veillard | 01992e0 | 2002-10-09 10:20:30 +0000 | [diff] [blame] | 12176 | Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12177 | |
| 12178 | * valid.c: Joe Marcus Clarke reported a segfault on FBsd |
| 12179 | this was due to uninitialized parts of the validation context |
| 12180 | |
Daniel Veillard | 321be0c | 2002-10-08 21:26:42 +0000 | [diff] [blame] | 12181 | Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12182 | |
| 12183 | * debugXML.c: applied patch from Mark Vakoc except the API |
| 12184 | change, preserved it. |
| 12185 | * doc/*: updated the docs to point to the search engine for |
| 12186 | information lookup or before bug/help reports. |
| 12187 | |
Daniel Veillard | 01e87d2 | 2002-10-08 16:55:06 +0000 | [diff] [blame] | 12188 | Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12189 | |
| 12190 | * doc/index.py doc/search.php: added mailing-list archives |
| 12191 | indexing and lookup |
| 12192 | |
Daniel Veillard | 9dc1cf1 | 2002-10-08 08:26:11 +0000 | [diff] [blame] | 12193 | Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12194 | |
| 12195 | * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath() |
| 12196 | |
Daniel Veillard | 9b00613 | 2002-10-07 11:13:27 +0000 | [diff] [blame] | 12197 | Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12198 | |
| 12199 | * doc/index.py: improved HTML indexing |
| 12200 | * doc/search.php: make the queries also lookup the HTML based indexes |
| 12201 | |
Daniel Veillard | 141d04b | 2002-10-06 21:51:18 +0000 | [diff] [blame] | 12202 | Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12203 | |
| 12204 | * doc/index.py: added HTML page indexing |
| 12205 | |
Igor Zlatkovic | 91a6270 | 2002-10-04 13:34:16 +0000 | [diff] [blame] | 12206 | Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12207 | |
Igor Zlatkovic | d7f3c33 | 2002-10-04 13:38:53 +0000 | [diff] [blame] | 12208 | * xmlIO.c: extended Windows path normalisation to fix the base |
Igor Zlatkovic | 91a6270 | 2002-10-04 13:34:16 +0000 | [diff] [blame] | 12209 | problem in libxslt. |
| 12210 | * catalog.c: fixed list handling in XML_CATALOG_FILES |
| 12211 | |
Daniel Veillard | ceb09b9 | 2002-10-04 11:46:37 +0000 | [diff] [blame] | 12212 | Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12213 | |
| 12214 | * valid.c: typo/bug found by Christian Glahn |
| 12215 | |
Igor Zlatkovic | 9d66fa1 | 2002-09-29 17:54:36 +0000 | [diff] [blame] | 12216 | Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12217 | |
| 12218 | * xmlIO.c: applied Windows CE patch from Javier. |
| 12219 | * win32/wince: new directory, contains support for the PocketPC |
| 12220 | with Windows CE from Javier. |
| 12221 | * include/win32config.h: reorganised, removed duplicate |
| 12222 | definitions and applied WinCE patch from Javier. |
| 12223 | * include/wsockcompat.h: new file, now contains WinSock |
| 12224 | compatibility macros. |
| 12225 | * win32/Makefile.msvc: introduced double-run compilation. |
| 12226 | |
Daniel Veillard | e16b574 | 2002-09-26 17:50:03 +0000 | [diff] [blame] | 12227 | Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12228 | |
| 12229 | * configure.in include/libxml/xmlwin32version.h: preparing release |
| 12230 | of 2.4.25 |
| 12231 | * doc/*: updated and regenerated teh docs and web pages. |
| 12232 | |
Daniel Veillard | 90d68fb | 2002-09-26 16:10:21 +0000 | [diff] [blame] | 12233 | Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12234 | |
| 12235 | * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation |
| 12236 | error were not covering namespace declarations. |
| 12237 | * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid, |
| 12238 | it was missing the attribute declaration for the namespace |
| 12239 | * result/VC/NS3: the fix now report breakages in that test |
| 12240 | |
Daniel Veillard | abe0174 | 2002-09-26 12:40:03 +0000 | [diff] [blame] | 12241 | Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12242 | |
| 12243 | * HTMLtree.c: fixing bug #94241 on HTML boolean attributes |
| 12244 | |
Daniel Veillard | 2ace195 | 2002-09-26 12:28:02 +0000 | [diff] [blame] | 12245 | Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12246 | |
| 12247 | * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode |
| 12248 | and regenerated the docs and web site |
| 12249 | |
Daniel Veillard | dda8f1b | 2002-09-26 09:47:36 +0000 | [diff] [blame] | 12250 | Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12251 | |
| 12252 | * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure |
| 12253 | ATTRIBUTE_UNUSED is always put after the attribute declaration, |
| 12254 | not before |
| 12255 | |
Daniel Veillard | d4cb1e8 | 2002-09-26 09:34:23 +0000 | [diff] [blame] | 12256 | Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12257 | |
| 12258 | * python/generator.py python/libxml2class.txt: fixed a stupid error |
| 12259 | breaking the python API |
| 12260 | |
Daniel Veillard | b7c29c3 | 2002-09-25 22:44:43 +0000 | [diff] [blame] | 12261 | Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12262 | |
| 12263 | * trio.c trio.h triodef.h trionan.c trionan.h triop.h |
| 12264 | triostr.c triostr.h: applied a trio update patch from |
| 12265 | Bjorn Reese which should work with MinGW |
| 12266 | |
Daniel Veillard | bd9afb5 | 2002-09-25 22:25:35 +0000 | [diff] [blame] | 12267 | Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12268 | |
| 12269 | * tree.c: improving some documentation comments |
| 12270 | * xmlregexp.c: found and fixed a mem leak with python regression tests |
| 12271 | * doc/*: rebuilt the doc and the API XML file including the |
| 12272 | xmlregexp.h xmlautomata.h and xmlunicode.h headers |
| 12273 | * python/generator.py python/libxml2class.txt python/libxml_wrap.h |
| 12274 | python/types.c: added access to the XML Schemas regexps from |
| 12275 | python |
| 12276 | * python/tests/Makefile.am python/tests/regexp.py: added a |
| 12277 | simple regexp bindings test |
| 12278 | |
MDT 2002 John Fleck | 30c7054 | 2002-09-24 14:24:54 +0000 | [diff] [blame] | 12279 | Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 12280 | |
Daniel Veillard | bd9afb5 | 2002-09-25 22:25:35 +0000 | [diff] [blame] | 12281 | * doc/xml.html: |
| 12282 | fixing ftp links - thanks to Vitaly Ostanin |
MDT 2002 John Fleck | 30c7054 | 2002-09-24 14:24:54 +0000 | [diff] [blame] | 12283 | |
Daniel Veillard | 118aed7 | 2002-09-24 14:13:13 +0000 | [diff] [blame] | 12284 | Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12285 | |
| 12286 | * xmlregexp.c: fixed the data callback on transition functionality |
| 12287 | which was broken when using the compact form |
| 12288 | * result/schemas/*: updated the results, less verbose, all tests |
| 12289 | pass like before |
| 12290 | * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c |
| 12291 | testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c |
| 12292 | xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of |
| 12293 | annoying warnings |
| 12294 | * xpath.c: try to provide better error report when possible |
| 12295 | |
Daniel Veillard | 7233615 | 2002-09-21 13:08:14 +0000 | [diff] [blame] | 12296 | Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12297 | |
| 12298 | * Makefile.am: fixed a breakage raised by Jacob |
| 12299 | |
Igor Zlatkovic | 3f1e94b | 2002-09-20 18:08:17 +0000 | [diff] [blame] | 12300 | Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12301 | |
| 12302 | * include/win32config.h: added HAVE_ERRNO_H definition for parts |
| 12303 | which don't use sockets |
| 12304 | |
Igor Zlatkovic | 0128058 | 2002-09-20 16:40:34 +0000 | [diff] [blame] | 12305 | Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12306 | |
| 12307 | * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger |
| 12308 | * win32/configure.js: applied zlib patch from Daniel Gehriger |
| 12309 | |
Igor Zlatkovic | 9a4efcb | 2002-09-20 13:41:55 +0000 | [diff] [blame] | 12310 | Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12311 | |
| 12312 | * win32/configure.js: applied the patch from Mark Vakoc for |
| 12313 | regexp support |
| 12314 | * win32/libxml2.def.src: applied the patch from Mark Vakoc |
| 12315 | for regexp support |
| 12316 | |
Daniel Veillard | b5c0573 | 2002-09-20 13:36:25 +0000 | [diff] [blame] | 12317 | Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12318 | |
| 12319 | * xmlschemastypes.c: as pointed by Igor Float and Double |
| 12320 | parsing ain't finished yet |
| 12321 | |
Daniel Veillard | 40b1134 | 2002-09-20 12:01:39 +0000 | [diff] [blame] | 12322 | Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12323 | |
| 12324 | * Makefile.am configure.in: trying to fix #88412 by bypassing |
| 12325 | all the python subdir if python ain't detected |
| 12326 | |
Daniel Veillard | 23e7357 | 2002-09-19 19:56:43 +0000 | [diff] [blame] | 12327 | Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12328 | |
| 12329 | * Makefile.am configure.in include/libxml/xmlversion.h.in: |
| 12330 | made configuring with regexps/automata/unicode the default |
| 12331 | but without schemas ATM |
| 12332 | * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h: |
| 12333 | fixed the regexp based DTD validation performance and memory |
| 12334 | problem by switching to a compact form for determinist regexps |
| 12335 | and detecting the determinism property in the process. Seems |
| 12336 | as fast as the old DTD validation specific engine :-) despite |
| 12337 | the regexp built and compaction process. |
| 12338 | |
Daniel Veillard | 5acfd6b | 2002-09-18 16:29:02 +0000 | [diff] [blame] | 12339 | Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12340 | |
| 12341 | * valid.c: determinism is debugged, new DTD checking code now works |
| 12342 | but xmlFAComputesDeterminism takes far too much CPU and the whole |
| 12343 | set usues too much memory to be really usable as-is |
| 12344 | |
Daniel Veillard | 0f04f8e | 2002-09-17 23:04:40 +0000 | [diff] [blame] | 12345 | Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12346 | |
| 12347 | * tree.c: fixed another stupid bug in xmlGetNodePath() |
| 12348 | * xmllint.c: --version now report the options compiled in |
| 12349 | |
Daniel Veillard | a646cfd | 2002-09-17 21:50:03 +0000 | [diff] [blame] | 12350 | Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12351 | |
| 12352 | * HTMLparser.c: small cleanup |
| 12353 | * valid.c xmlregexp.c: switched DTD validation to use only regexp |
| 12354 | when configured with them. A bit of debugging around the determinism |
| 12355 | checks is still needed |
| 12356 | |
Daniel Veillard | 63b01c2 | 2002-09-17 19:25:28 +0000 | [diff] [blame] | 12357 | Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12358 | |
| 12359 | * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com |
| 12360 | |
Daniel Veillard | 9272704 | 2002-09-17 17:59:20 +0000 | [diff] [blame] | 12361 | Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12362 | |
| 12363 | * xmlIO.c: small portability glitch fixed. |
| 12364 | |
Daniel Veillard | 84d70a4 | 2002-09-16 10:51:38 +0000 | [diff] [blame] | 12365 | Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12366 | |
| 12367 | * xmlschemastypes.c: incomplete steps for real/double support |
| 12368 | * testAutomata.c include/libxml/xmlautomata.h |
| 12369 | include/libxml/xmlregexp.h: avoiding a compilation problem |
| 12370 | * valid.c include/libxml/valid.h: starting the work toward using |
| 12371 | the regexps for actual DTD validation |
| 12372 | |
Daniel Veillard | aeb258a | 2002-09-13 14:48:12 +0000 | [diff] [blame] | 12373 | Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12374 | |
| 12375 | * hash.c: cosmetic cleanup |
| 12376 | * valid.c include/libxml/tree.h include/libxml/valid.h: started |
| 12377 | integrating a DTD validation layer based on the regexps |
| 12378 | |
Daniel Veillard | 4402ab4 | 2002-09-12 16:02:56 +0000 | [diff] [blame] | 12379 | Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12380 | |
| 12381 | * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff, |
| 12382 | the determinism was tested before eliminating the epsilon |
| 12383 | transitions :-( |
| 12384 | |
Daniel Veillard | c6d4a93 | 2002-09-12 15:00:57 +0000 | [diff] [blame] | 12385 | Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12386 | |
| 12387 | * python/generator.py python/libxml.c python/libxml.py |
| 12388 | python/libxml2-python-api.xml python/libxml2class.txt |
| 12389 | python/libxml_wrap.h python/types.c: updated the python |
| 12390 | bindings, added code for easier File I/O, and the ability to |
| 12391 | define a resolver from Python fixing bug #91635 |
| 12392 | * python/tests/Makefile.am python/tests/inbuf.py |
| 12393 | python/tests/outbuf.py python/tests/pushSAXhtml.py |
| 12394 | python/tests/resolver.py python/tests/serialize.py: updated |
| 12395 | and augmented the set of Python tests. |
| 12396 | |
Igor Zlatkovic | 353bf58 | 2002-09-10 19:07:14 +0000 | [diff] [blame] | 12397 | Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12398 | |
| 12399 | * win32/configure.js: added more readme info for the binary |
| 12400 | package. |
| 12401 | |
Daniel Veillard | 607b35c | 2002-09-10 12:16:19 +0000 | [diff] [blame] | 12402 | Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12403 | |
| 12404 | * xmlIO.c: fixed a stupid out of bound array error |
| 12405 | |
| 12406 | Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12407 | |
| 12408 | * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c: |
| 12409 | messing around with support for Windows path, cleanups, |
| 12410 | trying to identify and fix the various code path to the |
| 12411 | filename access. Added xmlNormalizeWindowsPath() |
| 12412 | |
Daniel Veillard | 7657576 | 2002-09-05 14:21:15 +0000 | [diff] [blame] | 12413 | Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12414 | |
| 12415 | * error.c valid.c: working on better error reporting of validity |
| 12416 | errors, especially providing an accurate context. |
| 12417 | * result/valid/xlink.xml.err result/valid/rss.xml.err: better |
| 12418 | error reports in those cases. |
| 12419 | |
Daniel Veillard | 3487c8d | 2002-09-05 11:33:25 +0000 | [diff] [blame] | 12420 | Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12421 | |
| 12422 | * DOCBparser.c HTMLparser.c c14n.c entities.c list.c |
| 12423 | parser.c parserInternals.c xmlIO.c: get rid of all the |
| 12424 | perror() calls made in the library execution paths. This |
| 12425 | should fix both #92059 and #92385 |
| 12426 | |
Daniel Veillard | 19aa702 | 2002-09-05 11:14:19 +0000 | [diff] [blame] | 12427 | Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12428 | |
| 12429 | * xmllint.c: memory leak reporting was broken after a change |
| 12430 | of the preprocessor symbol used to activate it. |
| 12431 | |
Daniel Veillard | ec6725e | 2002-09-05 11:12:45 +0000 | [diff] [blame] | 12432 | Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12433 | |
| 12434 | * tree.c: try to make the copy function work for node of |
| 12435 | type XML_DOCUMENT_FRAG_NODE, they are only created by the |
| 12436 | DOM layers though, not libxml2 itself. |
| 12437 | |
Daniel Veillard | b9cd8b4 | 2002-09-05 10:58:49 +0000 | [diff] [blame] | 12438 | Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12439 | |
| 12440 | * valid.c: try to provide file and line informations, not all |
| 12441 | messages are covered, but it's a (good) start |
| 12442 | |
Daniel Veillard | bbc72c3 | 2002-09-05 10:52:10 +0000 | [diff] [blame] | 12443 | Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12444 | |
| 12445 | * xinclude.c: reimplemented a large part of the XInclude |
| 12446 | processor, trying to minimize resources used, James Henstridge |
| 12447 | provided a huge test case which was exhibiting severe memory |
| 12448 | consumption problems. |
| 12449 | |
Daniel Veillard | 2206dbf | 2002-09-05 08:09:37 +0000 | [diff] [blame] | 12450 | Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12451 | |
| 12452 | * python/Makefile.am: applied patch from Christophe Merlet to |
| 12453 | reestablish DESTDIR |
| 12454 | |
Daniel Veillard | 5643b5a | 2002-09-04 12:27:06 +0000 | [diff] [blame] | 12455 | Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12456 | |
| 12457 | * libxml.spec.in: fixes libary path for x86_64 AMD |
| 12458 | |
John Fleck | be98b33 | 2002-09-04 03:16:23 +0000 | [diff] [blame] | 12459 | Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 12460 | |
| 12461 | * doc/tutorial/includekeyword.c |
Daniel Veillard | 5643b5a | 2002-09-04 12:27:06 +0000 | [diff] [blame] | 12462 | * doc/tutorial/xmltutorial.xml: |
John Fleck | be98b33 | 2002-09-04 03:16:23 +0000 | [diff] [blame] | 12463 | (plus resulting generated html files) |
| 12464 | fixing one spot I missed in the tutorial where I hadn't freed |
| 12465 | memory properly |
| 12466 | |
MDT 2002 John Fleck | 77e4d35 | 2002-09-01 01:37:11 +0000 | [diff] [blame] | 12467 | Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 12468 | |
| 12469 | * doc/tutorial/includeaddattribute.c |
| 12470 | * doc/tutorial/includeaddkeyword.c |
| 12471 | * doc/tutorial/includegetattribute.c |
| 12472 | * doc/tutorial/includekeyword.c |
| 12473 | * doc/tutorial/xmltutorial.xml |
Daniel Veillard | 5643b5a | 2002-09-04 12:27:06 +0000 | [diff] [blame] | 12474 | * doc/tutorial/*.html: |
MDT 2002 John Fleck | 77e4d35 | 2002-09-01 01:37:11 +0000 | [diff] [blame] | 12475 | update tutorial to properly free memory (thanks to Christopher |
| 12476 | R. Harris for pointing out that this needs to be done) |
Daniel Veillard | 5643b5a | 2002-09-04 12:27:06 +0000 | [diff] [blame] | 12477 | * doc/tutorial/images/callouts/*.png: |
MDT 2002 John Fleck | 77e4d35 | 2002-09-01 01:37:11 +0000 | [diff] [blame] | 12478 | added image files so the callouts are graphical, making it |
| 12479 | easier to read ( use "--param callout.graphics 1" to generate |
| 12480 | html with graphical callouts) |
| 12481 | |
Daniel Veillard | e166254 | 2002-08-28 11:50:59 +0000 | [diff] [blame] | 12482 | Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12483 | |
| 12484 | * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif: |
| 12485 | nice logos generated by Marc Liyanage |
| 12486 | * doc/site.xsl *.html: changed the stylesheet to show the new |
| 12487 | logo and regenerated the pages |
| 12488 | |
Daniel Veillard | b212bbb | 2002-08-25 14:39:16 +0000 | [diff] [blame] | 12489 | Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12490 | |
| 12491 | * xmlIO.c: handle Windows sepecific file://localhost/ semantic ... |
| 12492 | |
Daniel Veillard | 42766c0 | 2002-08-22 20:52:17 +0000 | [diff] [blame] | 12493 | Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12494 | |
| 12495 | * xpath.c: possible mem leak patch from Jason Adams |
| 12496 | |
| 12497 | Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12498 | |
| 12499 | * xpath.c: integrated xf:escape-uri() from Wesley Terpstra |
| 12500 | in the XQuery namespace |
| 12501 | * configure.in: preparing 2.4.24 |
| 12502 | * doc/*.html: updated the web pages |
| 12503 | |
| 12504 | Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12505 | |
| 12506 | * python/generator.py: closing bug #85258 by generating conditional |
| 12507 | compile check to avoid linking to routines not configured in. |
| 12508 | |
Havoc Pennington | 84ec40a | 2002-08-22 13:59:35 +0000 | [diff] [blame] | 12509 | 2002-08-22 Havoc Pennington <hp@pobox.com> |
| 12510 | |
| 12511 | * autogen.sh: update error message for missing automake |
| 12512 | |
Daniel Veillard | 08cccaa | 2002-08-22 09:47:29 +0000 | [diff] [blame] | 12513 | Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12514 | |
| 12515 | * python/Makefile.am: typo in target name resulted in libxml2.py |
| 12516 | to not be rebuilt. fixed DESTDIR similary to the libxslt one. |
| 12517 | |
Daniel Veillard | 22669b2 | 2002-08-22 07:17:11 +0000 | [diff] [blame] | 12518 | Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12519 | |
| 12520 | * win32/win32/Makefile.mingw: updated with version from |
| 12521 | Elizabeth Barham at http://soggytrousers.net/repository/ |
| 12522 | |
Igor Zlatkovic | a40adbc | 2002-08-20 14:42:32 +0000 | [diff] [blame] | 12523 | Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12524 | |
| 12525 | * win32/Makefile.msvc: added the prefix location to the include |
| 12526 | and lib search path. |
| 12527 | |
Havoc Pennington | 830e897 | 2002-08-18 22:22:13 +0000 | [diff] [blame] | 12528 | 2002-08-18 Havoc Pennington <hp@pobox.com> |
| 12529 | |
| 12530 | * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with |
| 12531 | both automake 1.6 and 1.4 installed get the right automake. Means |
| 12532 | compilation from CVS will now require the latest automake 1.4 |
| 12533 | release, or manually creating symlinks called "automake-1.4" and |
| 12534 | "aclocal-1.4" |
| 12535 | |
Daniel Veillard | b6984ef | 2002-08-14 16:55:31 +0000 | [diff] [blame] | 12536 | Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12537 | |
| 12538 | * configure.in python/Makefile.am: more AMD 64 induced changes from |
| 12539 | Frederic Crozat |
| 12540 | |
Daniel Veillard | c4bad4a | 2002-08-14 14:45:25 +0000 | [diff] [blame] | 12541 | Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12542 | |
| 12543 | * xinclude.c: oops I was missing the xml:base fixup too |
| 12544 | * result/XInclude/*.xml: this adds xml:base attributes to most |
| 12545 | results of the tests |
| 12546 | |
Daniel Veillard | e3b7d9a | 2002-08-14 14:11:30 +0000 | [diff] [blame] | 12547 | Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12548 | |
| 12549 | * xinclude.c: quick but apparently working implementation of |
| 12550 | xi:fallback, should close bug #89684 |
| 12551 | * Makefile.am test/XInclude/docs/fallback.xml |
| 12552 | result/XInclude/fallback.xml: added a basic test for fallback, |
| 12553 | and run with --nowarning to avoid a spurious warning |
| 12554 | * configure.in: applied patch from Frederic Crozat for python |
| 12555 | bindings on AMD 64bits machines. |
| 12556 | |
Daniel Veillard | 9e92351 | 2002-08-14 08:48:52 +0000 | [diff] [blame] | 12557 | Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12558 | |
| 12559 | * parser.c: xmlSAXUserParseMemory() really ought to fail if |
| 12560 | the caller don't pass a SAX callback block. |
| 12561 | |
Daniel Veillard | c1a0da3 | 2002-08-14 08:32:18 +0000 | [diff] [blame] | 12562 | Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12563 | |
| 12564 | * tree.c: applied the same fix for the XML-1.0 namespace to |
| 12565 | xmlSearchNsByHref() as was done for xmlSearchNs() |
| 12566 | |
Daniel Veillard | ad11b30 | 2002-08-12 14:53:41 +0000 | [diff] [blame] | 12567 | Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12568 | |
| 12569 | * libxml.3: small cleanup of the man page |
| 12570 | * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec |
| 12571 | when serializing HREF attributes generated by XSLT. |
| 12572 | |
Daniel Veillard | c084e47 | 2002-08-12 13:27:28 +0000 | [diff] [blame] | 12573 | Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12574 | |
| 12575 | * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up |
| 12576 | version of Marc Liyanage' patch for boolean attributes in HTML |
| 12577 | output |
| 12578 | |
Daniel Veillard | 5f91b37 | 2002-08-12 12:13:01 +0000 | [diff] [blame] | 12579 | Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12580 | |
| 12581 | * python/tests/serialize.py: fixed the test results, indenting |
| 12582 | behaviour changed slightly |
| 12583 | |
Aleksey Sanin | 9e95176 | 2002-08-08 18:02:41 +0000 | [diff] [blame] | 12584 | Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 12585 | |
| 12586 | * win32/dsp/libxml2.def.src win32/libxml2.def.src: added |
| 12587 | new c14n function to Windows def files |
| 12588 | |
Aleksey Sanin | ea4272a | 2002-08-02 23:50:03 +0000 | [diff] [blame] | 12589 | Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 12590 | |
| 12591 | * c14n.c: fixed a memory leak in c14n code |
| 12592 | |
Daniel Veillard | 58e44c9 | 2002-08-02 22:19:49 +0000 | [diff] [blame] | 12593 | Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12594 | |
| 12595 | * parser.c include/libxml/parser.h: adding a new API for Christian |
| 12596 | Glahn: xmlParseBalancedChunkMemoryRecover |
| 12597 | * valid.c: patch from Rick Jones for some grammar cleanup in |
| 12598 | validation messages |
| 12599 | * result/VC/* result/valid/*: this slightly change some of the |
| 12600 | regression tests outputs |
| 12601 | |
Daniel Veillard | 0bf2900 | 2002-08-01 12:54:11 +0000 | [diff] [blame] | 12602 | Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12603 | |
| 12604 | * tree.c: trying to fix a problem in namespaced attribute handling |
| 12605 | raised by Christian Glahn |
| 12606 | |
Daniel Veillard | 6f46f6c | 2002-08-01 12:22:24 +0000 | [diff] [blame] | 12607 | Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12608 | |
| 12609 | * encoding.c include/libxml/encoding.h: Opening the interface |
| 12610 | xmlNewCharEncodingHandler as requested in #89415 |
| 12611 | * python/generator.py python/setup.py.in: applied cleanup |
| 12612 | patches from Marc-Andre Lemburg |
| 12613 | * tree.c: fixing bug #89332 on a specific case of loosing |
| 12614 | the XML-1.0 namespace on xml:xxx attributes |
| 12615 | |
Aleksey Sanin | 2c135a1 | 2002-08-01 06:31:50 +0000 | [diff] [blame] | 12616 | Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 12617 | |
| 12618 | * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces |
| 12619 | corner case from new Merlin's test suite and added a callback |
| 12620 | that will be used to improve xmlsec performance |
| 12621 | |
| 12622 | |
Daniel Veillard | 0b22def | 2002-07-29 16:23:03 +0000 | [diff] [blame] | 12623 | Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12624 | |
| 12625 | * HTMLtree.c: trying to fix the <style> escaping problem in |
| 12626 | HTML serialization bug #89342 |
| 12627 | |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 12628 | Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12629 | |
| 12630 | * doc/xml.html doc/*.html: applied syntax patch from Rick Jones |
| 12631 | and rebuilt the web site. |
| 12632 | |
PDT 2002 Aleksey Sanin | 8e8a703 | 2002-07-22 18:03:11 +0000 | [diff] [blame] | 12633 | Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 12634 | |
PDT 2002 Aleksey Sanin | 8e8a703 | 2002-07-22 18:03:11 +0000 | [diff] [blame] | 12635 | * include/libxml/tree.h: added _private member to xmlNs struct |
| 12636 | |
Daniel Veillard | 1d99527 | 2002-07-22 16:43:32 +0000 | [diff] [blame] | 12637 | Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12638 | |
| 12639 | * HTMLparser.c: fixing bug #84876 based on the xml working |
| 12640 | code. |
| 12641 | |
William M. Brack | 61eaba5 | 2002-07-21 11:14:18 +0000 | [diff] [blame] | 12642 | Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 12643 | |
| 12644 | * python/Makefile.am: enhanced to fix bug 72012 (errors |
| 12645 | when using '-jX' make parameter) |
| 12646 | |
William M. Brack | ef61d20 | 2002-07-19 08:32:00 +0000 | [diff] [blame] | 12647 | Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 12648 | |
| 12649 | * xpath.c: small additional enhancement for booleans |
| 12650 | compared to nodesets |
| 12651 | |
Daniel Veillard | 3a42f3f | 2002-07-17 17:57:34 +0000 | [diff] [blame] | 12652 | Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12653 | |
| 12654 | * HTMLtree.c: changed the order of the encoding declaration |
| 12655 | attributes in the meta tags due to a bug in IE/Mac |
| 12656 | |
William M. Brack | 0c022ad | 2002-07-12 00:56:01 +0000 | [diff] [blame] | 12657 | Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 12658 | |
| 12659 | * xpath.c: enhanced handling of booleans (especially '=' |
| 12660 | and '!=' for nodesets) - fixes bug 85256. Added new |
| 12661 | routine xmlXPathNotEqualValues for more proper handling |
| 12662 | of '!=' when nodesets are involved. |
| 12663 | |
Daniel Veillard | 06944e2 | 2002-07-11 19:55:18 +0000 | [diff] [blame] | 12664 | Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12665 | |
| 12666 | * doc/Makefile.am: fixing Red Hat bug #68614 by adding the |
| 12667 | doc/xmlcatalog_man.xml to the source distribution |
| 12668 | |
Igor Zlatkovic | 6ac3017 | 2002-07-10 19:22:48 +0000 | [diff] [blame] | 12669 | Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12670 | |
| 12671 | * win32/Makefile.msvc: Added a copy *.pdb to install, few have |
| 12672 | asked for this. |
| 12673 | |
Daniel Veillard | 539638b | 2002-07-06 19:55:14 +0000 | [diff] [blame] | 12674 | Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12675 | |
| 12676 | * configure.in: preparing 2.4.23 |
| 12677 | * doc/*: rebuilt the docs |
| 12678 | |
Daniel Veillard | 176d99f | 2002-07-06 19:22:28 +0000 | [diff] [blame] | 12679 | Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12680 | |
| 12681 | * parser.c: fixing bug #84169 by fixing the |
| 12682 | comment of xmlCreatePushParserCtxt to describe the |
| 12683 | encoding detection parameters better. |
| 12684 | |
Daniel Veillard | 37f961d | 2002-07-06 17:53:56 +0000 | [diff] [blame] | 12685 | Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12686 | |
| 12687 | * valid.c: fixing bug #79331 in one path the lookup for |
| 12688 | ID attributes on a namespaced node wasn't handled correctly :-\ |
| 12689 | |
Daniel Veillard | 8c9872c | 2002-07-05 18:17:10 +0000 | [diff] [blame] | 12690 | Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12691 | |
| 12692 | * HTMLparser.c: trying to fix 87235 about discarded white |
| 12693 | spaces in the HTML parser. |
| 12694 | * result/HTML/*: this changes the output of a number of HTML |
| 12695 | regression tests |
| 12696 | |
Daniel Veillard | fdc9156 | 2002-07-01 21:52:03 +0000 | [diff] [blame] | 12697 | Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12698 | |
| 12699 | * xpath.c: applied patch from Richard Jinks for the namespace |
| 12700 | axis + fixed a memory error. |
| 12701 | * parser.c parserInternals.c: applied patches from Peter Jacobi |
| 12702 | removing ctxt->token for good. |
| 12703 | * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks |
| 12704 | popped out by the regression tests. |
| 12705 | * Makefile.am: patch for threads makefile from Gary Pennington |
| 12706 | |
William M. Brack | 6000af5 | 2002-06-28 11:43:13 +0000 | [diff] [blame] | 12707 | Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk> |
| 12708 | |
Daniel Veillard | fdc9156 | 2002-07-01 21:52:03 +0000 | [diff] [blame] | 12709 | * xpath.c: enhanced behaviour of position() after usage of |
William M. Brack | 6000af5 | 2002-06-28 11:43:13 +0000 | [diff] [blame] | 12710 | expressions involving preceding-sibling (et al). |
| 12711 | |
Daniel Veillard | 153120c | 2002-06-18 07:58:35 +0000 | [diff] [blame] | 12712 | Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12713 | |
| 12714 | * hash.c: applied a patch from Peter Jacobi to solve a problem |
| 12715 | when compiling with the Watcom C on Win32 |
| 12716 | * result/schemas/*.err: the change of hashing algo generated |
| 12717 | permutations in the output |
| 12718 | |
Daniel Veillard | 5f7f991 | 2002-06-17 17:03:00 +0000 | [diff] [blame] | 12719 | Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12720 | |
| 12721 | * hash.c: applied patch from Sander Vesik improving the quality of |
| 12722 | the hash function. |
| 12723 | |
Aleksey Sanin | a5808b9 | 2002-06-14 17:07:41 +0000 | [diff] [blame] | 12724 | 2002-06-14 Aleksey Sanin <aleksey@aleksey.com> |
Aleksey Sanin | 49cc975 | 2002-06-14 17:07:10 +0000 | [diff] [blame] | 12725 | |
| 12726 | * DOCBparser.c HTMLparser.c debugXML.c encoding.c |
| 12727 | nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c |
| 12728 | xmllint.c xpath.c: replaced sprintf() with snprintf() |
| 12729 | to prevent possible buffer overflow (the bug was pointed |
| 12730 | out by Anju Premachandran) |
| 12731 | |
Daniel Veillard | e059b89 | 2002-06-13 15:32:10 +0000 | [diff] [blame] | 12732 | Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12733 | |
| 12734 | * parser.c: removed an uninitialized data error popped by valgrind |
| 12735 | on PE references |
| 12736 | |
MDT 2002 John Fleck | d7ca7f9 | 2002-06-13 03:41:03 +0000 | [diff] [blame] | 12737 | Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 12738 | |
| 12739 | * doc/xml.html |
| 12740 | adding tutorial reference to the web page |
| 12741 | |
MDT 2002 John Fleck | 5452083 | 2002-06-13 03:30:26 +0000 | [diff] [blame] | 12742 | Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 12743 | |
| 12744 | * doc/tutorial/xmltutorial.xml |
| 12745 | * doc/tutorial/ar01s07.html |
| 12746 | * doc/tutorial/ape.html |
| 12747 | * doc/tutorial/includegetattribute.c |
| 12748 | adding section to tutorial about retrieving an attribute |
| 12749 | value |
| 12750 | |
Daniel Veillard | f5582f1 | 2002-06-11 10:08:16 +0000 | [diff] [blame] | 12751 | Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12752 | |
| 12753 | * parser.c: applied a couple of patches from Peter Jacobi to start |
| 12754 | to get rid of ctxt->token, with a possible significant speed |
| 12755 | improvement to be gained once done. Better compliance with PE |
| 12756 | references constructs in DTDs too. |
| 12757 | * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests |
| 12758 | from Peter too |
| 12759 | |
Daniel Veillard | 38d80e2 | 2002-06-11 07:24:56 +0000 | [diff] [blame] | 12760 | Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12761 | |
| 12762 | * parser.c: Babak Vahedipour-Kunze reported that openTag in |
| 12763 | xmlParseElement was likely to have been deallocated at the |
| 12764 | time of the report, possibly leading to segfault. Just report |
| 12765 | the tag name now. |
| 12766 | |
Daniel Veillard | 9e41230 | 2002-06-10 15:59:44 +0000 | [diff] [blame] | 12767 | Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12768 | |
| 12769 | * xpath.c: patch from Richard Jinks for XPath substring() function |
| 12770 | * result/XPath/expr/strings test/XPath/expr/strings: new set of tests |
| 12771 | |
Aleksey Sanin | a5808b9 | 2002-06-14 17:07:41 +0000 | [diff] [blame] | 12772 | 2002-06-06 Aleksey Sanin <aleksey@aleksey.com> |
Aleksey Sanin | 9c45ba8 | 2002-06-06 21:46:13 +0000 | [diff] [blame] | 12773 | |
| 12774 | * xmlIO.c: patch from Rachel Hestilow to fix bug #84340 |
| 12775 | |
MDT 2002 John Fleck | a63f3ff | 2002-06-06 02:14:01 +0000 | [diff] [blame] | 12776 | Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 12777 | |
| 12778 | *doc/FAQ.html |
| 12779 | fixing typos in FAQ, thanks to Robert Funnell for the |
| 12780 | editing help |
| 12781 | |
Daniel Veillard | d2fd1b6 | 2002-06-05 12:52:34 +0000 | [diff] [blame] | 12782 | Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12783 | |
| 12784 | * NEWS: got complaints from rpmlint that it was empty |
| 12785 | |
MDT 2002 John Fleck | 598f6eb | 2002-06-04 15:10:36 +0000 | [diff] [blame] | 12786 | Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net> |
| 12787 | |
| 12788 | * added doc/tutorial, including: |
| 12789 | apa.html |
| 12790 | apb.html |
| 12791 | apc.html |
| 12792 | apd.html |
| 12793 | ar01s02.html |
| 12794 | ar01s03.html |
| 12795 | ar01s04.html |
| 12796 | ar01s05.html |
| 12797 | ar01s06.html |
| 12798 | includeaddattribute.c |
| 12799 | includeaddkeyword.c |
| 12800 | includekeyword.c |
| 12801 | includestory.xml |
| 12802 | index.html |
| 12803 | xmltutorial.xml |
| 12804 | libxml tutorial, including generated html |
| 12805 | |
Aleksey Sanin | f8cb6dd | 2002-06-04 04:27:06 +0000 | [diff] [blame] | 12806 | Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 12807 | |
| 12808 | * result/c14n/exc-without-comments/merlin-c14n-two-* |
| 12809 | result/c14n/without-comments/merlin-c14n-two-* |
| 12810 | test/c14n/exc-without-comments/merlin-c14n-two-* |
| 12811 | test/c14n/without-comments/merlin-c14n-two-* |
| 12812 | testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for |
| 12813 | c14n/exc-c14n and slightly modified test script to handle |
| 12814 | these test cases |
| 12815 | * c14n.c: fixed bugs for complicated nodes set (namespace |
| 12816 | without node and others from merlin-c14n-two.tar.gz) |
| 12817 | * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src |
| 12818 | win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function |
| 12819 | for xmlsec performance patch |
| 12820 | * xpath.c: fixed self::node() for namespaces and attributes |
| 12821 | |
Daniel Veillard | d2fd1b6 | 2002-06-05 12:52:34 +0000 | [diff] [blame] | 12822 | Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com> |
| 12823 | |
| 12824 | * tree.h: added xmlDocFormatDump which is just as xmlDocDump |
| 12825 | but with the format parameter |
| 12826 | * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump |
| 12827 | |
Aleksey Sanin | c57f9c1 | 2002-05-31 19:14:57 +0000 | [diff] [blame] | 12828 | Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 12829 | |
| 12830 | * Makefile.am: updated c14n tests suite |
| 12831 | * c14n.c: performance improvement for previous c14n patch |
| 12832 | |
Daniel Veillard | e72c756 | 2002-05-31 09:47:30 +0000 | [diff] [blame] | 12833 | Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12834 | |
| 12835 | * parser.c: another peroformance patch from Peter Jacobi, that |
| 12836 | time on parsing attribute values. |
| 12837 | |
Aleksey Sanin | 508a101 | 2002-05-31 06:32:32 +0000 | [diff] [blame] | 12838 | Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 12839 | |
| 12840 | * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated |
| 12841 | into LibXML2 test suite |
| 12842 | |
Aleksey Sanin | dffd5c8 | 2002-05-31 04:24:13 +0000 | [diff] [blame] | 12843 | Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com> |
| 12844 | |
| 12845 | * c14n.c: propagating xpath ancesstors node fix to c14n |
| 12846 | plus small performance improvement to reduce number of |
| 12847 | mallocs |
| 12848 | * xpath.c: fixed ancestors axis processing for namespace nodes |
| 12849 | |
Daniel Veillard | 46de64e | 2002-05-29 08:21:33 +0000 | [diff] [blame] | 12850 | Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12851 | |
| 12852 | * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from |
| 12853 | Peter Jacobi |
| 12854 | |
Daniel Veillard | d5e22ef | 2002-05-27 21:17:57 +0000 | [diff] [blame] | 12855 | Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12856 | |
| 12857 | * configure.in: preparing 2.4.22 |
| 12858 | |
Daniel Veillard | 1b31e4a | 2002-05-27 14:44:50 +0000 | [diff] [blame] | 12859 | Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12860 | |
| 12861 | * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src |
| 12862 | include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument |
| 12863 | a public entry point. |
| 12864 | * doc/*: rebuilt the API and docs |
| 12865 | |
Daniel Veillard | ed23b7d | 2002-05-27 12:16:02 +0000 | [diff] [blame] | 12866 | Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12867 | |
| 12868 | * xpath.c: patch from Richard Jinks to fix a problem introduced |
| 12869 | in the previous patch and pointed by Norm |
| 12870 | |
Daniel Veillard | c692481 | 2002-05-24 11:10:43 +0000 | [diff] [blame] | 12871 | Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12872 | |
| 12873 | * libxml.spec.in: fixing bug #81112 |
| 12874 | |
Daniel Veillard | 234bc4e | 2002-05-24 11:03:05 +0000 | [diff] [blame] | 12875 | Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12876 | |
| 12877 | * uri.c: fixing bug #82848 |
| 12878 | |
Daniel Veillard | a287897 | 2002-05-24 07:54:39 +0000 | [diff] [blame] | 12879 | Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12880 | |
| 12881 | * result/catalogs/mycatalog.full: Aleksey's commit changed the |
| 12882 | output of one catalog test |
| 12883 | |
Aleksey Sanin | 114e475 | 2002-05-24 07:20:27 +0000 | [diff] [blame] | 12884 | Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
Daniel Veillard | a287897 | 2002-05-24 07:54:39 +0000 | [diff] [blame] | 12885 | |
Aleksey Sanin | 114e475 | 2002-05-24 07:20:27 +0000 | [diff] [blame] | 12886 | * global.data globals.c tree.c include/libxml/globals.h |
| 12887 | win32/libxml2.def.src win32/dsp/libxml2.def.src: changed |
| 12888 | default value for global parameter xmlIndentTreeOutput to 1 and |
| 12889 | introduced new global parameter xmlTreeIndentString (the string |
| 12890 | used to do one-level indent) with default value " " (as it was |
| 12891 | in tree.c) |
| 12892 | |
Daniel Veillard | 49d5af8 | 2002-05-23 11:55:49 +0000 | [diff] [blame] | 12893 | Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12894 | |
| 12895 | * Makefile.am: Merijn Broeren pointed out a problem when compiling |
| 12896 | with trio and schemas. |
| 12897 | |
Daniel Veillard | 7c13af4 | 2002-05-22 09:57:32 +0000 | [diff] [blame] | 12898 | Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12899 | |
| 12900 | * xpath.c: patch from Richard Jinks to fix the problem raised in |
| 12901 | http://mail.gnome.org/archives/xml/2002-April/msg00246.htm |
| 12902 | |
Daniel Veillard | 5a87241 | 2002-05-22 06:40:27 +0000 | [diff] [blame] | 12903 | Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12904 | |
| 12905 | * xmlschemas.c: a bit of work on import. |
| 12906 | * xmlschemastypes.c: Charles Bozeman provided a compare function |
| 12907 | for date/time types so min/max facet restrictions should work, |
| 12908 | indeterminate comparisons return an error instead of equal. |
| 12909 | * test/schemas/date_0* result/schemas/date_0_0: specific test |
| 12910 | from Charles Bozeman too |
| 12911 | |
Daniel Veillard | 10b6da4 | 2002-05-18 07:55:20 +0000 | [diff] [blame] | 12912 | Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12913 | |
| 12914 | * libxml.3 doc/buildDocBookCatalog: apply a couple of patches |
| 12915 | from Christian Cornelssen fixing the man pages and the Catalog |
| 12916 | building script. |
| 12917 | * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet |
| 12918 | next step is <xs:import> I now have a reasonable understanding |
| 12919 | of how it works. |
| 12920 | |
Daniel Veillard | e535449 | 2002-05-16 08:43:22 +0000 | [diff] [blame] | 12921 | Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12922 | |
| 12923 | * xmlIO.c: applied a small buffer performance patch from Gary Pennington |
| 12924 | |
Igor Zlatkovic | 1396e18 | 2002-05-14 22:22:40 +0000 | [diff] [blame] | 12925 | Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 12926 | |
| 12927 | * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs() |
| 12928 | |
Daniel Veillard | 088bf11 | 2002-05-14 11:03:59 +0000 | [diff] [blame] | 12929 | Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12930 | |
| 12931 | * xpath.c: fixing an XPath function evalutation bug pointed out |
| 12932 | by Alexey Efimov where the context was lost when evaluating |
| 12933 | the function arguments |
| 12934 | |
Aleksey Sanin | 79376ba | 2002-05-14 06:41:32 +0000 | [diff] [blame] | 12935 | Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com> |
Daniel Veillard | 088bf11 | 2002-05-14 11:03:59 +0000 | [diff] [blame] | 12936 | |
Aleksey Sanin | 79376ba | 2002-05-14 06:41:32 +0000 | [diff] [blame] | 12937 | * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs() |
| 12938 | function public for XMLSec performance optimizations |
| 12939 | |
Daniel Veillard | 3cd7240 | 2002-05-13 10:33:30 +0000 | [diff] [blame] | 12940 | Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12941 | |
| 12942 | * python/generator.py python/libxml2class.txt : fixed a problem |
| 12943 | with the HTML parser pointed by Gary Benson |
| 12944 | * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the |
| 12945 | example |
| 12946 | |
Aleksey Sanin | e48a318 | 2002-05-09 18:20:01 +0000 | [diff] [blame] | 12947 | Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 12948 | * parser.c: fixed bug #81159 (memory growth in SAX) |
| 12949 | |
Aleksey Sanin | 50fe8b1 | 2002-05-07 16:21:36 +0000 | [diff] [blame] | 12950 | Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 12951 | * xpath.c: fixed bug #78858 (the real fix) |
| 12952 | |
Aleksey Sanin | 29b6f76 | 2002-05-05 06:59:57 +0000 | [diff] [blame] | 12953 | Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com> |
Aleksey Sanin | 50fe8b1 | 2002-05-07 16:21:36 +0000 | [diff] [blame] | 12954 | * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem) |
Aleksey Sanin | 29b6f76 | 2002-05-05 06:59:57 +0000 | [diff] [blame] | 12955 | |
Daniel Veillard | 4cbe470 | 2002-05-05 06:57:27 +0000 | [diff] [blame] | 12956 | Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12957 | |
| 12958 | * tree.c: modified xmlNodeSetBase to allow changing the |
| 12959 | base of a document. |
| 12960 | |
Daniel Veillard | 070803b | 2002-05-03 07:29:38 +0000 | [diff] [blame] | 12961 | Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12962 | |
| 12963 | * xmlschemastypes.c: patch Charles Bozeman for validation of |
| 12964 | all the date, time, and duration types |
| 12965 | * test/schemas/dur_0* result/schemas/dur_0*: associated tests |
| 12966 | * configure.in: fixed an error pointed by an user |
| 12967 | * xml2-config.in: fixed an error pointed by an user |
| 12968 | |
Aleksey Sanin | 5aac8b8 | 2002-05-01 18:32:28 +0000 | [diff] [blame] | 12969 | Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com> |
| 12970 | |
| 12971 | * include/libxml/xmlIO.h win32/dsp/libxml2.def.src |
| 12972 | win32/libxml2.def.src xmlIO.c: exported default |
| 12973 | 'file:', 'http:' and 'ftp:' protocols input handlers |
| 12974 | and maked protocols comparisson case insensitive |
| 12975 | |
Daniel Veillard | 34de97f | 2002-04-30 14:29:22 +0000 | [diff] [blame] | 12976 | Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12977 | |
| 12978 | * configure.in: Neven Has detected a typo |
| 12979 | |
Daniel Veillard | 28577c3 | 2002-04-30 06:48:41 +0000 | [diff] [blame] | 12980 | Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12981 | |
| 12982 | * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com> |
| 12983 | as one of the persons allowed to commit directly to the |
| 12984 | module. |
| 12985 | |
Daniel Veillard | fc57b41 | 2002-04-29 15:50:14 +0000 | [diff] [blame] | 12986 | Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12987 | |
| 12988 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21 |
| 12989 | * valid.c: raised a too low limit |
| 12990 | * doc/*: rebuilt the docs |
| 12991 | |
Daniel Veillard | eca8281 | 2002-04-24 11:42:02 +0000 | [diff] [blame] | 12992 | Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12993 | |
| 12994 | * test/XPath/expr/floats test/XPath/expr/functions |
| 12995 | result/XPath/expr/floats result/XPath/expr/functions |
| 12996 | xpath.c: another XPath conformance patch from Richard Jinks |
| 12997 | |
Daniel Veillard | 13e04c6 | 2002-04-23 17:51:29 +0000 | [diff] [blame] | 12998 | Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 12999 | |
| 13000 | * xmlschemas.c: fixed validation of attribute groups. |
| 13001 | * test/schemas result/schemas: added an example from the primer |
| 13002 | |
Daniel Veillard | 88c5891 | 2002-04-23 07:12:20 +0000 | [diff] [blame] | 13003 | Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13004 | |
| 13005 | * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas |
| 13006 | * test/schemas result/schemas: updated the test list |
| 13007 | |
Daniel Veillard | e19fc23 | 2002-04-22 16:01:24 +0000 | [diff] [blame] | 13008 | Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13009 | |
| 13010 | * TODO: updated a bit |
| 13011 | * parser.c: made a comment more specific |
| 13012 | * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the |
| 13013 | Schemas conformance. |
| 13014 | * test/schemas result/schemas: updated the test list |
| 13015 | |
Daniel Veillard | 441bc32 | 2002-04-20 17:38:48 +0000 | [diff] [blame] | 13016 | Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13017 | |
| 13018 | * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: |
| 13019 | implementing xs:all with minOccurs = 0 |
| 13020 | * tes/schemas/* result/schemas/*: added more tests covering |
| 13021 | xs:all |
| 13022 | |
Daniel Veillard | 8a001f6 | 2002-04-20 07:24:11 +0000 | [diff] [blame] | 13023 | Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13024 | |
| 13025 | * xmlregexp.c: first implementation of the all particle, this |
| 13026 | may need to be revisited for case where not all transitions |
| 13027 | must be crossed. |
| 13028 | |
Daniel Veillard | 7646b18 | 2002-04-20 06:41:40 +0000 | [diff] [blame] | 13029 | Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13030 | |
| 13031 | * tree.c: another entity processing update from Markus Henke |
| 13032 | |
Bjorn Reese | 54d02fb | 2002-04-19 15:16:01 +0000 | [diff] [blame] | 13033 | Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net> |
| 13034 | |
| 13035 | * trionan.c: fixed crash on OSF/1 |
| 13036 | |
Daniel Veillard | b439896 | 2002-04-19 07:01:55 +0000 | [diff] [blame] | 13037 | Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13038 | |
| 13039 | * xmlschemas.c: more Schemas work |
| 13040 | * test/schemas/* result/schemas/*: added more tests coming |
| 13041 | from the spec. |
| 13042 | |
Daniel Veillard | 5476113 | 2002-04-18 21:00:44 +0000 | [diff] [blame] | 13043 | Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13044 | |
| 13045 | * c14n.c: patch from Aleksey Sanin reflecting a change in the |
| 13046 | ExcC14N specification |
| 13047 | |
Daniel Veillard | bf8dae8 | 2002-04-18 16:39:10 +0000 | [diff] [blame] | 13048 | Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13049 | |
| 13050 | * tree.c: patch from Markus Henke, fix for recursive entities. |
| 13051 | |
Daniel Veillard | 23b1f37 | 2002-04-18 15:50:05 +0000 | [diff] [blame] | 13052 | Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13053 | |
| 13054 | * xpath.c: fix a problem with string() on a document node. |
| 13055 | |
Daniel Veillard | decd64d | 2002-04-18 14:41:51 +0000 | [diff] [blame] | 13056 | Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13057 | |
| 13058 | * Makefile.am xmlschemas.c: more Schemas work |
| 13059 | * test/schemas/* result/schemas/*: added more tests coming |
| 13060 | from the spec. |
| 13061 | |
Daniel Veillard | 6231e84 | 2002-04-18 11:54:04 +0000 | [diff] [blame] | 13062 | Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13063 | |
| 13064 | * HTMLtree.c: fixed & serialization bug introduced in 2.4.20 |
| 13065 | * result/HTML/*: this changes a few things in the results |
| 13066 | |
Igor Zlatkovic | 648b8e9 | 2002-04-17 18:35:57 +0000 | [diff] [blame] | 13067 | Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 13068 | |
| 13069 | * include/libxml/tree.h: eliminated 'declaration different than |
| 13070 | prototype' warning |
| 13071 | * include/win32config.h: "resolved" conflicts with errno.h |
| 13072 | |
Daniel Veillard | b509f15 | 2002-04-17 16:28:10 +0000 | [diff] [blame] | 13073 | Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13074 | |
| 13075 | * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work |
| 13076 | on the automata interfaces and debug of counted choices |
| 13077 | * test/schemas/* result/schemas/*: added a number of tests |
| 13078 | |
Daniel Veillard | 8651f53 | 2002-04-17 09:06:27 +0000 | [diff] [blame] | 13079 | Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13080 | |
| 13081 | * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: |
| 13082 | a bit of work on Schemas |
| 13083 | * testSchemas.c: try to make it more useful |
| 13084 | * test/schemas/* result/schemas/* Makefile.am: changed the |
| 13085 | Schemas regression test procedure, started adding a few samples |
| 13086 | |
Igor Zlatkovic | a6f2d90 | 2002-04-16 17:57:17 +0000 | [diff] [blame] | 13087 | Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de> |
| 13088 | |
| 13089 | * include/libxml/encoding.h: Patch for the Borland C++ builder |
| 13090 | * include/libxml/tree.h: Patch for the Borland C++ builder |
| 13091 | * threads.c: Patch for the Borland C++ builder |
Igor Zlatkovic | e1eff38 | 2002-04-16 19:00:21 +0000 | [diff] [blame] | 13092 | * win32/bcb5: New directory for the Borland C++ builder |
| 13093 | project files |
Igor Zlatkovic | a6f2d90 | 2002-04-16 17:57:17 +0000 | [diff] [blame] | 13094 | |
Igor Zlatkovic | ea5148d | 2002-04-16 17:46:25 +0000 | [diff] [blame] | 13095 | Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de> |
| 13096 | |
| 13097 | * win32/Makefile.msvc: Update for XML Schema support |
| 13098 | * win32/configure.js: Update for XML Schema support |
| 13099 | * win32/libxml2.def.src: Update for XML Schema support |
| 13100 | |
Daniel Veillard | 4255d50 | 2002-04-16 15:50:10 +0000 | [diff] [blame] | 13101 | Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13102 | |
| 13103 | * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c |
| 13104 | testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c |
| 13105 | xmlunicode.c include/libxml/Makefile.am |
| 13106 | include/libxml/schemasInternals.h include/libxml/xmlautomata.h |
| 13107 | include/libxml/xmlregexp.h include/libxml/xmlschemas.h |
| 13108 | include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h |
| 13109 | include/libxml/xmlversion.h.in : merged the current state of |
| 13110 | XML Schemas implementation, it is not configured in by default, |
| 13111 | a specific --schemas configure option has been added. |
| 13112 | * test/automata test/regexp test/schemas Makefile.am |
| 13113 | result/automata result/regexp result/schemas: |
| 13114 | merged automata/regexp/schemas regression tests |
| 13115 | |
Daniel Veillard | bc6f759 | 2002-04-16 07:49:59 +0000 | [diff] [blame] | 13116 | Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13117 | |
| 13118 | * xpath.c: Gary found a compile time problem, fixes #78823 |
| 13119 | |
Daniel Veillard | a7084cd | 2002-04-15 17:12:47 +0000 | [diff] [blame] | 13120 | Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13121 | |
| 13122 | * configure.in: release of 2.4.20 |
| 13123 | * doc/*: updated and rebuilt the docs |
| 13124 | |
Daniel Veillard | f544f19 | 2002-04-15 12:56:56 +0000 | [diff] [blame] | 13125 | Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13126 | |
| 13127 | * python/Makefile.am: patch from Cristian Gafton to build on |
| 13128 | Red Hat 6.2, should also fix #75779 |
| 13129 | |
Daniel Veillard | 940492d | 2002-04-15 10:15:25 +0000 | [diff] [blame] | 13130 | Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13131 | |
| 13132 | * valid.c: first part of fixing #78729 |
| 13133 | |
Daniel Veillard | eb475a3 | 2002-04-14 22:00:22 +0000 | [diff] [blame] | 13134 | Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13135 | |
| 13136 | * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper |
| 13137 | escaping of URI when saving HTML files. |
| 13138 | * result/HTML/*: this impacted some tests |
| 13139 | |
Daniel Veillard | 9b731d7 | 2002-04-14 12:56:08 +0000 | [diff] [blame] | 13140 | Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13141 | |
| 13142 | * configure.in: trying to fix #77441 |
| 13143 | |
Daniel Veillard | a8a89fe | 2002-04-12 21:03:34 +0000 | [diff] [blame] | 13144 | Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13145 | |
| 13146 | * include/libxml/xmlIO.h: Hallski complained it could not be |
| 13147 | included by itself. |
| 13148 | |
Daniel Veillard | cb5b4d6 | 2002-04-11 08:24:26 +0000 | [diff] [blame] | 13149 | Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13150 | |
| 13151 | * configure.in: applied an IEEE flag patch for OSF/1 #77825 |
| 13152 | |
Igor Zlatkovic | 9425ce2 | 2002-04-10 21:57:11 +0000 | [diff] [blame] | 13153 | Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 13154 | |
| 13155 | * win32/configure.js: patch from Nilo for the c14n option |
| 13156 | * win32/Makefile.msvc: fixed libxml2.def generation with threads |
| 13157 | |
Daniel Veillard | da423da | 2002-04-10 19:25:38 +0000 | [diff] [blame] | 13158 | Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13159 | |
| 13160 | * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti |
| 13161 | pointed erroneous use of LIBXML_THREADS_ENABLED instead of |
| 13162 | LIBXML_THREAD_ENABLED |
| 13163 | |
Daniel Veillard | 0eafdef | 2002-04-10 16:14:34 +0000 | [diff] [blame] | 13164 | Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13165 | |
| 13166 | * xpath.c: another patch from Richard Jinks for substring conformance |
| 13167 | * test/XPath/expr/floats test/XPath/expr/strings |
| 13168 | result/XPath/expr/floats result/XPath/expr/strings: update of the |
| 13169 | test suite to check those. |
| 13170 | |
Daniel Veillard | 01917aa | 2002-04-10 11:30:41 +0000 | [diff] [blame] | 13171 | Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13172 | |
| 13173 | * xpath.c: patch from Richard Jinks for .x float parsing. |
| 13174 | |
Daniel Veillard | 46d6c44 | 2002-04-09 16:10:39 +0000 | [diff] [blame] | 13175 | Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13176 | |
| 13177 | * parser.c: patch from Markus Henke when an encoding ain't recognized |
| 13178 | |
Daniel Veillard | 88e0ad4 | 2002-04-09 13:48:02 +0000 | [diff] [blame] | 13179 | Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13180 | |
| 13181 | * libxml.m4: got a report that #include <string.h> was needed |
| 13182 | |
Daniel Veillard | 6e4f1c0 | 2002-04-09 09:55:20 +0000 | [diff] [blame] | 13183 | Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13184 | |
| 13185 | * xmllint.c: applied a fix from Anthony Jones for -o /--output |
| 13186 | |
MST 2002 John Fleck | 823e5b2 | 2002-04-03 03:28:57 +0000 | [diff] [blame] | 13187 | Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net> |
| 13188 | |
Daniel Veillard | 6e4f1c0 | 2002-04-09 09:55:20 +0000 | [diff] [blame] | 13189 | * doc/example.html: fixing typo |
MST 2002 John Fleck | 823e5b2 | 2002-04-03 03:28:57 +0000 | [diff] [blame] | 13190 | |
Daniel Veillard | bd6e631 | 2002-04-01 08:04:14 +0000 | [diff] [blame] | 13191 | Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com> |
| 13192 | |
| 13193 | * xpath.c: fixed a bug in the nodeset to boolean comparison code |
| 13194 | pointed out by Melvyn Sopacua. |
| 13195 | |
Daniel Veillard | e979e3b | 2002-03-29 22:43:00 +0000 | [diff] [blame] | 13196 | Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13197 | |
| 13198 | * libxml.m4: Frédéric Crozat gave a patch related to the change |
| 13199 | of Include paths breaking the libxml.m4 |
| 13200 | |
Daniel Veillard | 7089d6b | 2002-03-29 17:28:10 +0000 | [diff] [blame] | 13201 | Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13202 | |
| 13203 | * xpath.c: Fix bug #76927 forgot to save some context |
| 13204 | when evaluating binary expressions |
| 13205 | |
Daniel Veillard | d30be4a | 2002-03-28 18:25:31 +0000 | [diff] [blame] | 13206 | Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13207 | |
| 13208 | * configure.in: fixed configure for MPE/iX from Markus Henke |
| 13209 | * xmlmemory.c: fixed initialization problems |
| 13210 | * xpath.c: another set of patches from Richard Jinks this |
| 13211 | fixes "make XPathtests" on linux |
| 13212 | |
Daniel Veillard | 21458c8 | 2002-03-27 16:12:22 +0000 | [diff] [blame] | 13213 | Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13214 | |
| 13215 | * trionan.c trionan.h xpath.c: more patches from Richard Jinks |
| 13216 | * test/XPath/expr/compare test/XPath/expr/equality |
| 13217 | test/XPath/expr/floats test/XPath/expr/functions |
| 13218 | test/XPath/expr/strings result/XPath/expr/compare |
| 13219 | result/XPath/expr/equality result/XPath/expr/floats |
| 13220 | result/XPath/expr/functions result/XPath/expr/strings: Updated |
| 13221 | tests though they show a divergence on Linux |
| 13222 | |
Daniel Veillard | 28dfed1 | 2002-03-27 09:08:17 +0000 | [diff] [blame] | 13223 | Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13224 | |
| 13225 | * xpath.c trionan.c: previous commit also included patches |
| 13226 | from Richard Jinks on some IEEE support corner case |
| 13227 | |
Daniel Veillard | 5fc1f08 | 2002-03-27 09:05:40 +0000 | [diff] [blame] | 13228 | Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13229 | |
| 13230 | * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer |
| 13231 | * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed |
| 13232 | that $(datadir) should be used for docs |
| 13233 | |
Daniel Veillard | db1dc39 | 2002-03-26 12:44:39 +0000 | [diff] [blame] | 13234 | Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13235 | |
| 13236 | * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2 |
| 13237 | could leak filedescriptors |
| 13238 | |
Daniel Veillard | dd4b912 | 2002-03-26 07:58:43 +0000 | [diff] [blame] | 13239 | Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13240 | |
| 13241 | * configure.in nanohttp.c: applied patch from Allan Clark for |
| 13242 | UnixWare/OpenServer |
| 13243 | |
Daniel Veillard | 1927409 | 2002-03-25 16:48:03 +0000 | [diff] [blame] | 13244 | Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13245 | |
| 13246 | * configure.in: preparing 2.4.19 |
| 13247 | * doc/*: rebuilt the docs |
| 13248 | |
Daniel Veillard | 56b2db7 | 2002-03-25 16:35:28 +0000 | [diff] [blame] | 13249 | Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13250 | |
| 13251 | * nanohttp.c: fixing #76043, got fed up with non-portability |
| 13252 | of that piece of code. |
| 13253 | |
Daniel Veillard | 6f4561a | 2002-03-25 12:10:14 +0000 | [diff] [blame] | 13254 | Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13255 | |
| 13256 | * valid.c SAX.c: Never commit without running "make tests" :-( |
| 13257 | fix a couple of stupidities in the previous commit |
| 13258 | * result/*: a few changes in some attribute order result of previous |
| 13259 | commit. |
| 13260 | |
Daniel Veillard | d85f4f4 | 2002-03-25 10:48:46 +0000 | [diff] [blame] | 13261 | Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13262 | |
| 13263 | * valid.c SAX.c: fixed bug #76168, attribute redeclared in |
| 13264 | the internal subset should not raise duplicate ID errors, |
| 13265 | also there was a small bug in conjunction to namespace |
| 13266 | declarations defaulted and xml:xxx attributes DTD definitions. |
| 13267 | |
Daniel Veillard | 56cd18b | 2002-03-22 14:14:43 +0000 | [diff] [blame] | 13268 | Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13269 | |
| 13270 | * xpath.c: Richard Jinks also raised some rounding problems |
| 13271 | this tries to fix them |
| 13272 | |
Daniel Veillard | 4e2df54 | 2002-03-22 12:23:14 +0000 | [diff] [blame] | 13273 | Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13274 | |
| 13275 | * xpath.c: Richard Jinks spotted an incoherent memory allocation |
| 13276 | behaviour in xmlXPathCastToString() |
| 13277 | |
Daniel Veillard | db55291 | 2002-03-21 13:27:59 +0000 | [diff] [blame] | 13278 | Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13279 | |
| 13280 | * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder |
| 13281 | raised by Morus Walter |
| 13282 | |
Daniel Veillard | 9e53793 | 2002-03-21 13:08:08 +0000 | [diff] [blame] | 13283 | Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13284 | |
| 13285 | * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups |
| 13286 | from Igor |
| 13287 | |
Daniel Veillard | 6fbcf42 | 2002-03-21 12:32:59 +0000 | [diff] [blame] | 13288 | Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13289 | |
| 13290 | * xpath.c: fixing #75619, related to a problem when trying |
| 13291 | to evaluate condition when the current node set resulting |
| 13292 | from that sub-step evaluation is empty. Also fixes 2 potential |
| 13293 | problem with previous-sibling and next-siblings axis. |
| 13294 | |
Daniel Veillard | 1840ef0 | 2002-03-21 08:05:23 +0000 | [diff] [blame] | 13295 | Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13296 | |
| 13297 | * c14n.c: patch from Mark Vakoc to build C14N if DocBook and |
| 13298 | HTML support is not configured in. |
| 13299 | |
Daniel Veillard | 561b7f8 | 2002-03-20 21:55:57 +0000 | [diff] [blame] | 13300 | Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13301 | |
| 13302 | * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c |
| 13303 | include/libxml/tree.h: dohh I really didn't intended to commit |
| 13304 | this test version :-( |
| 13305 | |
Daniel Veillard | e50f3b5 | 2002-03-20 19:24:21 +0000 | [diff] [blame] | 13306 | Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13307 | |
| 13308 | * testSAX.c: I wanted to see the real speed at the SAX interface |
| 13309 | after a little too many Ximianer started complaining about the |
| 13310 | parser speed. |
| 13311 | added a --quiet option: |
| 13312 | paphio:~/XML -> ls -l db100000.xml |
| 13313 | -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml |
| 13314 | paphio:~/XML -> time ./testSAX --quiet db100000.xml |
| 13315 | 3200006 callbacks generated |
| 13316 | real 0m1.270s |
| 13317 | Which means 16MBytes/s and 3Mcallback/s |
| 13318 | |
Daniel Veillard | c62a147 | 2002-03-19 18:35:12 +0000 | [diff] [blame] | 13319 | Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13320 | |
| 13321 | * xpath.c: valgrind spotted another error that time when running |
| 13322 | on libxslt regression tests |
| 13323 | |
Daniel Veillard | 4b3a84f | 2002-03-19 14:36:46 +0000 | [diff] [blame] | 13324 | Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13325 | |
| 13326 | * Makefile.am: adding "make valgrind" running the full regression |
| 13327 | tests (except python ones) under Valgrind (using valgrind -q |
| 13328 | which was kindly added by the author). |
| 13329 | * valid.c: stupid bug pinpointed by Valgrind, the regression tests |
| 13330 | passes cleanly now except an obcure floating point initialization |
| 13331 | raised in log10() in one XPath regression test ??? |
| 13332 | * tree.c: edited some comments to close #75244 |
| 13333 | |
Daniel Veillard | 28cac6b | 2002-03-19 11:25:30 +0000 | [diff] [blame] | 13334 | Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13335 | |
| 13336 | * xpath.c: pretty insane thing, the xmlXPathFormatNumber() |
| 13337 | was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the |
| 13338 | context of ScrollKeeper, made sure that if the number is |
| 13339 | an integer, the serialization follows the description at |
| 13340 | http://www.w3.org/TR/xpath#section-String-Functions |
| 13341 | |
Daniel Veillard | 5997aca | 2002-03-18 18:36:20 +0000 | [diff] [blame] | 13342 | Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13343 | |
Daniel Veillard | 34ce8be | 2002-03-18 19:37:11 +0000 | [diff] [blame] | 13344 | * configure.in: preparing 2.4.18 |
| 13345 | * doc/*: updated and rebuilt the web site |
| 13346 | * *.c libxml.h: implement the new IN_LIBXML scheme discussed with |
| 13347 | the Windows and Cygwin maintainers. |
Daniel Veillard | 5997aca | 2002-03-18 18:36:20 +0000 | [diff] [blame] | 13348 | * parser.c: humm, changed the way the SAX parser work when |
| 13349 | xmlSubstituteEntitiesDefault(1) is set, it will then |
| 13350 | do the entity registration and loading by itself in case the |
| 13351 | user provided SAX getEntity() returns NULL. |
| 13352 | * testSAX.c: added --noent to test the behaviour. |
| 13353 | |
Daniel Veillard | b5a60ec | 2002-03-18 11:45:56 +0000 | [diff] [blame] | 13354 | Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13355 | |
| 13356 | * parser.c: Wilfried Teiken provided a hackish but working |
| 13357 | way to get context reported back on entities when parsing |
| 13358 | with SAX and without breaking the DOM build. |
| 13359 | |
Daniel Veillard | 2d347fa | 2002-03-17 10:34:11 +0000 | [diff] [blame] | 13360 | Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13361 | |
| 13362 | * c14n.c: applied a new patch from Aleksey Sanin |
| 13363 | * doc/site.xsl doc/xml.html doc/*.html: updated the documentation |
| 13364 | to reference Aleksey implementation of XML digital Signatures |
| 13365 | |
Daniel Veillard | 38bf6f0 | 2002-03-16 22:03:31 +0000 | [diff] [blame] | 13366 | Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13367 | |
| 13368 | * xpath.c: small fix to avoid potential problem due to |
| 13369 | ordering of freeing data |
| 13370 | * python/Makefile.am: people were complaining about |
| 13371 | the generated file in python dir not being built |
| 13372 | |
Daniel Veillard | d237901 | 2002-03-15 22:24:56 +0000 | [diff] [blame] | 13373 | Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13374 | |
| 13375 | * libxml.spec.in python/Makefile.am python/tests/Makefile.am |
| 13376 | python/generator.py python/libxml.c python/types.c: Cleanup |
| 13377 | of the python Makefiles based on Jacob and James feedback, |
| 13378 | fixed the spec file accordingly, fixed the number of warning |
| 13379 | that passing my pedantic CFLAGS was generating. Conclusion |
| 13380 | is that Python includes are real crap. |
| 13381 | |
Daniel Veillard | e7dd2b8 | 2002-03-15 18:44:02 +0000 | [diff] [blame] | 13382 | Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13383 | |
| 13384 | * configure,in: it was reported quite a few times that |
| 13385 | xml2-config --cflags should not output |
| 13386 | -I$includeprefix/libxml2/libxml because libxml2 header names |
| 13387 | clashes with existing names like list.h from C++ stl. |
| 13388 | Includes should be #include<libxml/xxx.h> so ... |
| 13389 | |
Daniel Veillard | 6f293b1 | 2002-03-15 09:42:33 +0000 | [diff] [blame] | 13390 | Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13391 | |
| 13392 | * c14n.c: another patch from Aleksey Sanin |
| 13393 | |
Daniel Veillard | 5c39654 | 2002-03-15 07:57:50 +0000 | [diff] [blame] | 13394 | Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13395 | |
| 13396 | * c14n.c: applied patch from Aleksey Sanin fixing a problem in the |
| 13397 | canonicalization algorithm |
| 13398 | * doc/xml.html doc/index.html: added the C14N references on the |
| 13399 | index page. |
| 13400 | |
jacob berkman | 9be6586 | 2002-03-14 02:15:56 +0000 | [diff] [blame] | 13401 | 2002-03-13 jacob berkman <jacob@ximian.com> |
| 13402 | |
| 13403 | * python/Makefile.am: remove LDADD and CFLAGS as this is broken |
| 13404 | usage, redundant, and gcc specific |
| 13405 | |
Daniel Veillard | 75be013 | 2002-03-13 10:03:35 +0000 | [diff] [blame] | 13406 | Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13407 | |
| 13408 | * xpath.c: speedup some node selection operations, this can |
| 13409 | have a significant impact on DocBook Norm's stylesheets |
| 13410 | * nanohttp.c: someone reported that SOCKLEN_T may not be defined |
| 13411 | make sure it's always the case |
| 13412 | * debugXML.c: distinguish CDATA and comments in ls operations |
| 13413 | |
Daniel Veillard | 61f2617 | 2002-03-12 18:46:39 +0000 | [diff] [blame] | 13414 | Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13415 | |
| 13416 | * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments |
| 13417 | to generate better API descriptions etc... |
| 13418 | |
Daniel Veillard | 9ff8817 | 2002-03-11 09:15:32 +0000 | [diff] [blame] | 13419 | Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13420 | |
| 13421 | * c14n.c: Fixing #74186, made sure all boolean expressions |
| 13422 | get fully parenthesized, ran indent on the output |
| 13423 | * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c |
| 13424 | include/libxml/tree.h: also #74186 related, removed the |
| 13425 | --with-buffers option, and all the preprocessor conditional |
| 13426 | sections that were resulting from it. |
| 13427 | |
Daniel Veillard | bb4e46d | 2002-03-10 16:49:08 +0000 | [diff] [blame] | 13428 | Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13429 | |
| 13430 | * valid.c: applied patch from Dodji Seketeli fixing an |
| 13431 | uninitailized variable in xmlValidGetValidElements() |
| 13432 | |
Daniel Veillard | db1bdba | 2002-03-09 14:13:11 +0000 | [diff] [blame] | 13433 | Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13434 | |
| 13435 | * c14n.c: fixed a few comments |
| 13436 | * doc/*.html doc/*/*.html: regenerated the docs and added |
| 13437 | the C14N API |
| 13438 | * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs |
| 13439 | |
Daniel Veillard | fa49d87 | 2002-03-09 10:20:00 +0000 | [diff] [blame] | 13440 | Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13441 | |
| 13442 | * check-xml-test-suite.py: fix to adapt varaiations in the |
| 13443 | bindings |
| 13444 | * configure.in python/setup.py python/setup.py.in: fixed to |
| 13445 | have the version of the python scripts automatically updated |
| 13446 | |
Daniel Veillard | a3db2e3 | 2002-03-08 15:46:57 +0000 | [diff] [blame] | 13447 | Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13448 | |
| 13449 | * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner |
| 13450 | in xmlCopyProp() |
| 13451 | |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 13452 | Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13453 | |
| 13454 | * configure.in: preparing 2.4.17 release |
| 13455 | * doc/*: updated and rebuilt the docs |
| 13456 | * xpath.c: fixed a comment |
| 13457 | * python/libxml.c: fixed a possible reentrancy problem |
| 13458 | |
Daniel Veillard | ef6c46f | 2002-03-07 22:21:56 +0000 | [diff] [blame] | 13459 | Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13460 | |
| 13461 | * tree.c python/tests/Makefile.am python/tests/attribs.py: |
| 13462 | fixed xmlHasNsProp() bugs for defaulted from DTD attribs, |
| 13463 | added a specific regression test |
| 13464 | * python/generator.py: xmlHasNsProp() and xmlHasProp() shall |
| 13465 | not raise exceptions when failing to find the attribute. |
| 13466 | |
Daniel Veillard | 90bc371 | 2002-03-07 15:12:58 +0000 | [diff] [blame] | 13467 | Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13468 | |
| 13469 | * configure.in xmllint.c: owen pointed out a problem with the |
| 13470 | ftme fix, gettimeofday() was not detected by configure and |
| 13471 | the ftime header wasn't included, dohhh |
| 13472 | |
Daniel Veillard | 8c1ae60 | 2002-03-07 11:21:00 +0000 | [diff] [blame] | 13473 | Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13474 | |
| 13475 | * configure.in xmllint.c: trying to fix #71457 for timing |
| 13476 | precision when gettimeofday() is not availble but ftime() is |
| 13477 | |
Daniel Veillard | f5a457a | 2002-03-07 10:25:29 +0000 | [diff] [blame] | 13478 | Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13479 | |
| 13480 | * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images |
| 13481 | are now copied on install and part of the -devel RPM |
| 13482 | |
Daniel Veillard | 7b41613 | 2002-03-07 08:36:03 +0000 | [diff] [blame] | 13483 | Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13484 | |
| 13485 | * xpath.c: trying to avoid bug #72150 which was apparently |
| 13486 | caused by a gcc bug (or a processor problem) as detailed |
| 13487 | at http://veillard.com/gcc.bug |
| 13488 | |
Daniel Veillard | f742d34 | 2002-03-07 00:05:35 +0000 | [diff] [blame] | 13489 | Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13490 | |
| 13491 | * tree.c python/tests/Makefile.am python/tests/cutnpaste.py: |
| 13492 | fixed xmlReconciliateNs(), added a Python test/example for |
| 13493 | inter-document cut'n paste |
| 13494 | * python/libxml.py: fixed node.doc on document nodes and added |
| 13495 | xpathEval() onto node objects |
| 13496 | |
Daniel Veillard | 4e0e297 | 2002-03-06 21:39:42 +0000 | [diff] [blame] | 13497 | Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13498 | |
| 13499 | * HTMLtree.c: fixed some htmlSetMetaEncoding() problems |
| 13500 | * python/libxml.c python/tests/Makefile.am python/tests/serialize.py: |
| 13501 | fixup and integrated tests for the serialization stuff |
| 13502 | |
Daniel Veillard | e915b2d | 2002-03-06 18:42:40 +0000 | [diff] [blame] | 13503 | Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13504 | |
| 13505 | * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570 |
| 13506 | moved the libxml man page to section 3 |
| 13507 | |
Daniel Veillard | 1e77438 | 2002-03-06 17:35:40 +0000 | [diff] [blame] | 13508 | Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13509 | |
| 13510 | * tree.c: fix bug #72490 |
| 13511 | * python/libxml.c python/libxml.py: added methods serialize() |
| 13512 | and saveTo() to all node elements. |
| 13513 | |
Daniel Veillard | ddffd2a | 2002-03-05 20:28:20 +0000 | [diff] [blame] | 13514 | Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13515 | |
| 13516 | * xmlIO.c: closed #73430, don't read from an input source |
| 13517 | which indicated an end-of-file or an error. |
| 13518 | |
Daniel Veillard | 8d24cc1 | 2002-03-05 15:41:29 +0000 | [diff] [blame] | 13519 | Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13520 | |
| 13521 | * parser.c: make sure SAX endDocument is always called as |
| 13522 | this could result in a Python memory leak otherwise (it's |
| 13523 | used to decrement ref-counting) |
| 13524 | * python/generator.py python/libxml.c python/libxml.py |
| 13525 | python/libxml2-python-api.xml python/libxml2class.txt |
| 13526 | python/tests/error.py python/tests/xpath.py: implemented |
| 13527 | the suggestions made by Gary Benson and extended the tests |
| 13528 | to match it. |
| 13529 | |
Daniel Veillard | ba5e18a | 2002-03-05 09:36:43 +0000 | [diff] [blame] | 13530 | Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13531 | |
| 13532 | * python/generator.py: applied patch fixing #73450 |
| 13533 | |
Daniel Veillard | 044fc6b | 2002-03-04 17:09:44 +0000 | [diff] [blame] | 13534 | Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13535 | |
| 13536 | * xpath.c: fixing #61290 "namespace nodes have no parent" |
| 13537 | long standing divergence from the XPath REC. NodeSets |
| 13538 | simply hold a copy of namespace nodes and those node ->next |
| 13539 | points to the parent (which may not be the node carrying the |
| 13540 | definition). |
| 13541 | * include/libxml/xpath.h: flagged but didn't added a possible |
| 13542 | speedup |
| 13543 | * DOCBparser.c HTMLparser.c: removed some warnings from push |
| 13544 | parser due to new state being added. |
| 13545 | * tree.c: new fix from Boris Erdmann |
| 13546 | * configure.in c14n.c include/libxml/c14n.h testC14N.c: added |
| 13547 | the XML Canonalization support from Aleksey Sanin |
| 13548 | |
Daniel Veillard | d4f41aa | 2002-03-03 14:13:46 +0000 | [diff] [blame] | 13549 | Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13550 | |
| 13551 | * tree.c: patch from Boris Erdmann fixing some namespace odities |
| 13552 | with xmlCopyNode() |
| 13553 | |
Daniel Veillard | c661304 | 2002-03-02 09:34:02 +0000 | [diff] [blame] | 13554 | Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13555 | |
| 13556 | * xmlIO.c: fix bug #72706 when loading a NULL entity |
| 13557 | |
Daniel Veillard | c0fef77 | 2002-03-01 16:16:31 +0000 | [diff] [blame] | 13558 | Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13559 | |
| 13560 | * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could |
| 13561 | actually change in a future XML Namespace revision. |
| 13562 | |
Daniel Veillard | 79426f2 | 2002-03-01 16:14:17 +0000 | [diff] [blame] | 13563 | Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13564 | |
| 13565 | * python/types.c python/tests/Makefile.am python/tests/xpathret.py: |
| 13566 | added the possibility of returning nodesets from XPath extension |
| 13567 | functions written in Python |
| 13568 | |
Daniel Veillard | a94ec6f | 2002-03-01 13:00:53 +0000 | [diff] [blame] | 13569 | Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13570 | |
| 13571 | * python/*: commiting some Python bindings work done while travelling |
| 13572 | |
Daniel Veillard | 9730051 | 2002-03-01 09:13:41 +0000 | [diff] [blame] | 13573 | Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13574 | |
| 13575 | * xmllint.c: close #72663 and #72658, don't memdump unless compiled |
| 13576 | explicitely with memory debugging switched on |
| 13577 | |
Daniel Veillard | 6361da0 | 2002-02-23 10:10:33 +0000 | [diff] [blame] | 13578 | Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13579 | |
| 13580 | * python/generator.py python/libxml.c python/libxml2-python-api.xml |
| 13581 | python/libxml2class.txt python/libxml_wrap.h python/types.c: |
| 13582 | Added wrapper for the xmlURIPtr type, provided accessors, fixed |
| 13583 | the accessor generator for strings |
| 13584 | * python/tests/Makefile.am python/tests/tstURI.py: added a specific |
| 13585 | regression test. |
| 13586 | |
Daniel Veillard | 0fea6f4 | 2002-02-22 22:51:13 +0000 | [diff] [blame] | 13587 | Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13588 | |
| 13589 | * python/README python/generator.py python/libxml.c python/setup.py: |
| 13590 | added the 'usual' setup.py to allow building a libxml2-python |
| 13591 | module based on the same code. The initialization is however |
| 13592 | different the 2 .so files fo libxml2 and libxslt are identical and |
| 13593 | they entry point initialize both libraries. this is done to avoid |
| 13594 | some possible nasty problem since the Python don't merge the maps |
| 13595 | of all shared modules. |
| 13596 | |
Daniel Veillard | 158a4d2 | 2002-02-20 22:17:58 +0000 | [diff] [blame] | 13597 | Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13598 | |
| 13599 | * parser.c: fixed a push/encoding bug reported by Michael |
| 13600 | on librsvg |
| 13601 | |
Daniel Veillard | 7839e16 | 2002-02-20 18:54:48 +0000 | [diff] [blame] | 13602 | Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13603 | |
| 13604 | * include/libxml/parserInternals.h: fixes a misplaced #endif |
| 13605 | |
Daniel Veillard | d54fa3e | 2002-02-20 16:48:52 +0000 | [diff] [blame] | 13606 | Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13607 | |
| 13608 | * parser.c valid.c: found and fixed a couple of allocation bugs |
| 13609 | |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 13610 | Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13611 | |
| 13612 | * doc/xml.html doc/python.html doc/*: added a Python and binding |
| 13613 | page describing the current state of the Python bindings and |
| 13614 | giving pointers to the other languages wrappers. |
| 13615 | |
Daniel Veillard | 5f4b599 | 2002-02-20 10:22:49 +0000 | [diff] [blame] | 13616 | Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13617 | |
| 13618 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 |
| 13619 | * doc/* python/libxml2class.txt: updated and rebuilt the docs, |
| 13620 | rebuilt the API and web site |
| 13621 | * xpath.c: fixed #71978 portability bugs |
| 13622 | |
Daniel Veillard | 8aff247 | 2002-02-19 21:50:43 +0000 | [diff] [blame] | 13623 | Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13624 | |
| 13625 | * SAX.c: oops broke automatic defaulting of namespaces attributes. |
| 13626 | |
Daniel Veillard | 8dc16a6 | 2002-02-19 21:08:48 +0000 | [diff] [blame] | 13627 | Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13628 | |
| 13629 | * include/libxml/parserInternals.h parser.c: had to change |
| 13630 | 2 internal parsing API when processing document content |
| 13631 | to check the start and end of element content are defined |
| 13632 | in the same entity |
| 13633 | * valid.c include/libxml/valid.h: attribute normalization can |
| 13634 | generate a validity error added xmlValidCtxtNormalizeAttributeValue() |
| 13635 | with the context to report it. |
| 13636 | * SAX.c: fixed the last known bugs, crazy validation constraints |
| 13637 | when a document is standalone seems correctly handled. There |
| 13638 | is a couple of open issues left which need consideration especially |
| 13639 | PE93 on external unparsed entities and standalone status. |
| 13640 | Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s. |
| 13641 | The 2 tests left failing are actually in error. Cleanup done. |
| 13642 | |
Daniel Veillard | d6dc4cb | 2002-02-19 14:18:08 +0000 | [diff] [blame] | 13643 | Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13644 | |
| 13645 | * valid.c: implemented E59 spaces in CDATA does not match the |
| 13646 | nonterminal S |
| 13647 | |
Daniel Veillard | 878eab0 | 2002-02-19 13:46:09 +0000 | [diff] [blame] | 13648 | Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13649 | |
| 13650 | * SAX.c parser.c valid.c: more validation test fixups |
| 13651 | * check-xml-test-suite.py: added duration info for the tests |
| 13652 | |
Daniel Veillard | d01fd3e | 2002-02-18 22:27:47 +0000 | [diff] [blame] | 13653 | Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13654 | |
| 13655 | * parser.c valid.c: a couple of errors were reported but not |
| 13656 | saved back as such in the parsing context. Down to 1% failure rate |
| 13657 | Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error |
| 13658 | |
Daniel Veillard | 4a7ae50 | 2002-02-18 19:18:17 +0000 | [diff] [blame] | 13659 | Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13660 | |
| 13661 | * xmlInternald.c: isExtender was missing a char |
| 13662 | * parser.c include/libxml/parser.h: % are acceptable in the |
| 13663 | internal subset if within a PUBLIC ID |
| 13664 | |
Daniel Veillard | 8ab0f58 | 2002-02-18 18:31:38 +0000 | [diff] [blame] | 13665 | Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13666 | |
| 13667 | * SAX.c parserInternals.c valid.c: more work on the conformance |
| 13668 | suite. Took the step to finally block documents with encoding |
| 13669 | errors. It's a fatal error per the spec, people should have fixed |
| 13670 | their documents by now. |
| 13671 | |
Daniel Veillard | 55253e2 | 2002-02-18 14:32:39 +0000 | [diff] [blame] | 13672 | Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13673 | |
| 13674 | * check-xml-test-suite.py: fixed the test script after some discussion |
| 13675 | on the semantic of TYPE="error" |
| 13676 | * Makefile.am: added the script to the distrib |
| 13677 | |
Daniel Veillard | 2875770 | 2002-02-18 11:19:30 +0000 | [diff] [blame] | 13678 | Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13679 | |
| 13680 | * SAX.c entities.c: fixed a couple of conformances issues deep |
| 13681 | into the validation code (standalone and undeclared Notations) |
| 13682 | |
Daniel Veillard | 82ac6b0 | 2002-02-17 23:18:55 +0000 | [diff] [blame] | 13683 | Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13684 | |
| 13685 | * parser.c: fixed #71741 supid typo an a bug about encoding parsing |
| 13686 | stayed there for years ! |
| 13687 | |
Daniel Veillard | 7aea52d | 2002-02-17 23:07:47 +0000 | [diff] [blame] | 13688 | Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13689 | |
| 13690 | * valid.c SAX.c: fixed #71740 NotationDecl with a required field |
| 13691 | missing |
| 13692 | |
Daniel Veillard | c761299 | 2002-02-17 22:47:37 +0000 | [diff] [blame] | 13693 | Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13694 | |
| 13695 | * check-xml-test-suite.py: improved the behaviour a bit as |
| 13696 | well as the logs |
| 13697 | * parser.c valid.c SAX.c: fixed a few more bugs |
| 13698 | "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error" |
| 13699 | |
Daniel Veillard | bb7ddb3 | 2002-02-17 21:26:33 +0000 | [diff] [blame] | 13700 | Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13701 | |
| 13702 | * check-xml-test-suite.py: python script to run regression tests |
| 13703 | against the XML Test suite of W3C/OASis |
| 13704 | * SAX.c: fixed a validation bug |
| 13705 | * parser.c: fixed 3 errors pointed by the test suite |
| 13706 | * doc/buildDocBookCatalog: fixed a typo pointed by drake |
| 13707 | * python/Makefile.am: fixed a dependendy |
| 13708 | |
Daniel Veillard | 9f28f30 | 2002-02-15 20:48:08 +0000 | [diff] [blame] | 13709 | Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13710 | |
| 13711 | * xmlmemory.c: avoid a warning bug #71594 |
| 13712 | |
Daniel Veillard | 144024e | 2002-02-13 21:14:46 +0000 | [diff] [blame] | 13713 | Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13714 | |
| 13715 | * xmlmemory.c: Jesse Perry provided a patch to remove a few |
| 13716 | warning on alpha/Tru64 |
| 13717 | |
Daniel Veillard | e4301c8 | 2002-02-13 13:32:35 +0000 | [diff] [blame] | 13718 | Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13719 | |
| 13720 | * include/libxml/entities.h: fixing a comment |
| 13721 | * valid.c: fixing some troubles with validity check on namespaces |
| 13722 | * result/VC/NS3 test/VC/NS3: added a specific regression test |
| 13723 | |
Daniel Veillard | a6d0538 | 2002-02-13 13:07:41 +0000 | [diff] [blame] | 13724 | Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13725 | |
| 13726 | * tree.c: Fixing #71342 serializing '\n' in attribute values |
| 13727 | * result/noent/att3 result/att3 test/att3: added a specific |
| 13728 | test. |
| 13729 | |
Daniel Veillard | 797a565 | 2002-02-12 13:46:21 +0000 | [diff] [blame] | 13730 | Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13731 | |
| 13732 | * python/libxml.c: couple of bug fixes |
| 13733 | |
Daniel Veillard | 01a6d41 | 2002-02-11 18:42:20 +0000 | [diff] [blame] | 13734 | Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13735 | |
| 13736 | * python/*.py: removed tabs and used spaces. |
| 13737 | |
Daniel Veillard | 397ff11 | 2002-02-11 18:27:20 +0000 | [diff] [blame] | 13738 | Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13739 | |
| 13740 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15 |
| 13741 | * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs |
| 13742 | |
Daniel Veillard | 0351754 | 2002-02-11 13:54:40 +0000 | [diff] [blame] | 13743 | Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13744 | |
| 13745 | * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707 |
| 13746 | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707 |
| 13747 | |
Daniel Veillard | 6c4ffaf | 2002-02-11 08:54:05 +0000 | [diff] [blame] | 13748 | Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13749 | |
| 13750 | * include/libxml/encoding.h include/libxml/entities.h |
| 13751 | include/libxml/globals.h include/libxml/parser.h |
| 13752 | include/libxml/threads.h include/libxml/tree.h |
| 13753 | include/libxml/xmlmemory.h: trying to fix the include mess |
| 13754 | |
Daniel Veillard | 1a612ed | 2002-02-11 07:54:45 +0000 | [diff] [blame] | 13755 | Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13756 | |
| 13757 | * include/libxml/xmlmemory.h: reverted part of the previous |
| 13758 | attempt to provide #69655, this was breaking the build. |
| 13759 | |
Daniel Veillard | 0ba5923 | 2002-02-10 13:20:39 +0000 | [diff] [blame] | 13760 | Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13761 | |
| 13762 | * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c |
| 13763 | globals.c parser.c threads.c tree.c valid.c xmlmemory.c |
| 13764 | xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h |
| 13765 | include/libxml/parserInternals.h include/libxml/tree.h |
| 13766 | include/libxml/xmlmemory.h include/libxml/xpathInternals.h: |
| 13767 | Tentatively fixed #69655 , make compiling with -Wredundant-decls |
| 13768 | clean. |
| 13769 | * python/libxml.c: fixed a warning. |
| 13770 | |
Daniel Veillard | c5f05ad | 2002-02-10 11:57:22 +0000 | [diff] [blame] | 13771 | Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13772 | |
| 13773 | * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude |
| 13774 | copying of node, merge back IDs in the target document. |
| 13775 | * result/XInclude/docids.xml test/XInclude/docs/docids.xml |
| 13776 | test/XInclude/ents/ids.xml: test case |
| 13777 | * result/VC/ElementValid4: output changed due to a typo fix |
| 13778 | |
Daniel Veillard | 1c18e30 | 2002-02-09 22:16:40 +0000 | [diff] [blame] | 13779 | Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13780 | |
| 13781 | * python/Makefile.am: seems some version of automake didn't |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 13782 | generate the dependencies right as Jacob found out. Add |
| 13783 | an extra dependency rule. |
Daniel Veillard | 1c18e30 | 2002-02-09 22:16:40 +0000 | [diff] [blame] | 13784 | |
Daniel Veillard | 5e5c2d0 | 2002-02-09 18:03:01 +0000 | [diff] [blame] | 13785 | Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13786 | |
| 13787 | * parserInternals.c valid.c: Justin Fletcher found some parts |
| 13788 | of the code needing cleanup |
| 13789 | * libxml.spec.in python/Makefile.am python/generator.py |
| 13790 | python/libxml.c python/libxml.py: Fixed the python Makefiles |
| 13791 | corrected a bug showing up on ia64, changed the name of the |
| 13792 | python internal module too |
| 13793 | |
Daniel Veillard | 07be19b | 2002-02-08 14:20:35 +0000 | [diff] [blame] | 13794 | Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13795 | |
| 13796 | * Makefile.am: applied patch from Andris Pavenis for binary |
| 13797 | name suffixes |
| 13798 | |
Daniel Veillard | f216d46 | 2002-02-08 13:44:24 +0000 | [diff] [blame] | 13799 | Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13800 | |
| 13801 | * xmllint.c win32/win32config.h: fixing #68748 |
| 13802 | |
Daniel Veillard | d455d79 | 2002-02-08 13:37:46 +0000 | [diff] [blame] | 13803 | Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13804 | |
| 13805 | * valid.c: fixing #70166 |
| 13806 | |
| 13807 | Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13808 | |
| 13809 | * valid.c: fixing #70077 |
| 13810 | |
Daniel Veillard | c575b99 | 2002-02-08 13:28:40 +0000 | [diff] [blame] | 13811 | Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13812 | |
| 13813 | * Copyright Makefile.am README configure.in libxml.spec.in: |
| 13814 | Changed to the MIT Licence |
| 13815 | * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html |
| 13816 | doc/xmlio.html: updated the doc accordingly |
| 13817 | * include/libxml/xmlwin32version.h configure.in: preparing |
| 13818 | 2.4.14 release |
| 13819 | * python/generator.py python/libxml.c python/libxml2-python-api.xml |
| 13820 | python/libxml2class.txt python/libxml_wrap.h python/types.c: |
| 13821 | fixed the const xmlChar * wrapper and generator, XPath extension |
| 13822 | functions now use the context as first argument |
| 13823 | * python/tests/tstxpath.py python/tests/xpath.py |
| 13824 | python/tests/xpathext.py: Updated the tests accordingly |
| 13825 | * tree.c: fixed bug #70067 |
| 13826 | |
Daniel Veillard | 7db3871 | 2002-02-07 16:39:11 +0000 | [diff] [blame] | 13827 | Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13828 | |
| 13829 | * Makefile.am: cleanup |
| 13830 | * debugXML.c: always use stdout if output is NULL |
| 13831 | * xmlIO.c: don't close filedescriptors passed to outputBuffers |
| 13832 | * python/Makefile.am python/generator.py python/libxml2class.txt |
| 13833 | python/libxml_wrap.h python/types.c: augmented the number of bindings |
| 13834 | handling FILE * and XPath contexts |
| 13835 | * python/tests/Makefile.am: avoid a stupid problem due to the |
| 13836 | use of TEST. |
| 13837 | |
Daniel Veillard | 15a143b | 2002-02-06 22:40:50 +0000 | [diff] [blame] | 13838 | Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13839 | |
| 13840 | * configure.in: fixed stupid bug #70738 found by alfons hoogervorst |
| 13841 | |
Daniel Veillard | 70cab35 | 2002-02-06 16:06:58 +0000 | [diff] [blame] | 13842 | Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13843 | |
| 13844 | * python/TODO python/libxml.c: cleanup the extension function lookup |
| 13845 | * xmlmemory.c include/libxml/xmlmemory.h: always compile the list |
| 13846 | |
Daniel Veillard | 7a96efc | 2002-02-05 16:34:33 +0000 | [diff] [blame] | 13847 | Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13848 | |
| 13849 | * configure.in python/Makefile.am: do not install outside |
| 13850 | of prefix |
| 13851 | |
Daniel Veillard | 33caa0b | 2002-02-04 14:07:26 +0000 | [diff] [blame] | 13852 | Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13853 | |
| 13854 | * python/TODO python/libxml.c: started adding SAX interfaces |
| 13855 | * python/tests/Makefile.am python/tests/pushSAX.py: added a basic |
| 13856 | SAX test |
| 13857 | |
Daniel Veillard | 36eea2d | 2002-02-04 00:17:01 +0000 | [diff] [blame] | 13858 | Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13859 | |
| 13860 | * tree.c: hardened the addChild function |
| 13861 | * python/generator.py python/libxml.c python/libxml2-python-api.xml |
| 13862 | python/libxml2class.txt python/libxml_wrap.h python/TODO: |
| 13863 | added accessors needed for xmlNode, a bit more testing and |
| 13864 | extension of interfaces |
| 13865 | * python/tests/Makefile.am python/tests/build.py: added a test |
| 13866 | build from scratch/save/load/check |
| 13867 | |
Daniel Veillard | 4e1b26c | 2002-02-03 20:13:06 +0000 | [diff] [blame] | 13868 | Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13869 | |
| 13870 | * parserInternals.c: change a small bit in the way valididy |
| 13871 | error messages get initialized |
| 13872 | * python/TODO python/libxml.c python/libxml2-python-api.xml |
| 13873 | python/libxml2class.txt python/libxml_wrap.h python/types.c: |
| 13874 | added some memory debugging to track leaks at the libxml2 level |
| 13875 | * python/tests/*.py: changed all tests to check for leaks, |
| 13876 | there is just one left in XPath extension registrations. |
| 13877 | |
Daniel Veillard | 26f1dcc | 2002-02-03 16:53:19 +0000 | [diff] [blame] | 13878 | Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13879 | |
| 13880 | * python/TODO python/generator.py python/libxml2-python-api.xml |
| 13881 | python/libxml2class.txt: more accessor classes for the parser |
| 13882 | context, allow to switch on and check validity |
| 13883 | * python/tests/Makefile.am python/tests/error.py |
| 13884 | python/tests/invalid.xml python/tests/valid.xml |
| 13885 | python/tests/validate.py: attded more test and and added error.py |
| 13886 | which I forgot to commit in the last step |
| 13887 | |
Daniel Veillard | 3ce5257 | 2002-02-03 15:08:05 +0000 | [diff] [blame] | 13888 | Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13889 | |
| 13890 | * python/Makefile.am python/types.c: cleanup |
| 13891 | * python/libxml.c python/libxml.py python/libxml_wrap.h |
| 13892 | python/generator.py python/libxml2-python-api.xml |
| 13893 | python/libxml2class.txt: added class for parser context, added |
| 13894 | first cut for push mode support. Added a framework to generate |
| 13895 | accessors functions. |
| 13896 | * python/tests/Makefile.am python/tests/push.py: added a push |
| 13897 | test |
| 13898 | |
Daniel Veillard | cfb0546 | 2002-02-02 23:18:22 +0000 | [diff] [blame] | 13899 | Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13900 | |
| 13901 | * python/Makefile.am python/TODO python/libxml.py: fixed a small |
| 13902 | bug a bit of cleanup. |
| 13903 | |
Daniel Veillard | 5d81903 | 2002-02-02 21:49:17 +0000 | [diff] [blame] | 13904 | Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13905 | |
| 13906 | * python/Makefile.am python/libxml.c python/libxml2-python-api.xml |
| 13907 | python/libxml2class.txt: adding error redirections and preformat |
| 13908 | to a python handler |
| 13909 | * python/tests/Makefile.am python/tests/*.py: cleanup made all |
| 13910 | tests self checking |
| 13911 | |
Daniel Veillard | 7fd7a94 | 2002-02-02 12:19:46 +0000 | [diff] [blame] | 13912 | Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13913 | |
| 13914 | * python/libxml.c python/libxml.py: fixed a stupid bug when renaming |
| 13915 | a function |
| 13916 | |
Daniel Veillard | 9589d45 | 2002-02-02 10:28:17 +0000 | [diff] [blame] | 13917 | Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13918 | |
| 13919 | * libxml.spec.in python/Makefile.am python/TODO python/generator.py |
| 13920 | python/libxml.c python/libxml2-python-api.xml |
| 13921 | python/libxml2class.txt: Progressing through the TODOs, class |
| 13922 | description output, extra XML API, RPM now builds the wrappers |
| 13923 | for all python installed versions |
| 13924 | |
Daniel Veillard | 253aa2c | 2002-02-02 09:17:16 +0000 | [diff] [blame] | 13925 | Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13926 | |
| 13927 | * configure.in libxml.spec.in python/Makefile.am python/TODO |
| 13928 | python/generator.py python/libxml2class.txt: added more informations |
| 13929 | in the libxml2-python package including docs. Slightly changed |
| 13930 | the class hierarchy |
| 13931 | * python/tests/*: added basic regression tests infrastructure too |
| 13932 | |
| 13933 | Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13934 | |
| 13935 | * configure.in libxml.spec.in example/Makefile.am python/Makefile.am: |
| 13936 | added libxml2-python as part of the packages installed |
| 13937 | |
Daniel Veillard | a7340c8 | 2002-02-01 17:56:45 +0000 | [diff] [blame] | 13938 | Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13939 | |
| 13940 | * python/Makefile.am python/generator.py python/libxml.c |
| 13941 | python/libxml.py: more work, now able to extend the |
| 13942 | XPath interpreter with functions written in python. |
| 13943 | |
Daniel Veillard | c3e3944 | 2002-02-01 09:29:41 +0000 | [diff] [blame] | 13944 | Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13945 | |
| 13946 | * python/Makefile.am: Jacob sent a patch to allow building from |
| 13947 | tarfile. |
| 13948 | |
Daniel Veillard | f1d0e6b | 2002-01-31 23:42:44 +0000 | [diff] [blame] | 13949 | Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13950 | |
| 13951 | * python/Makefile.am python/libxml.c configure.in Makefile.am: |
| 13952 | inserted the python wrappers build, I hope this won't be too |
| 13953 | unportable |
| 13954 | |
Daniel Veillard | 1971ee2 | 2002-01-31 20:29:19 +0000 | [diff] [blame] | 13955 | Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13956 | |
| 13957 | * xpath.c: minor optimization |
| 13958 | * python/generator.py python/libxml.c python/libxml.py |
| 13959 | python/libxml_wrap.h: more work on the python bindings, |
| 13960 | they now support XPath and there is no evident leak |
| 13961 | |
Daniel Veillard | 36ed529 | 2002-01-30 23:49:06 +0000 | [diff] [blame] | 13962 | Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13963 | |
| 13964 | * python/generator.py python/libxml.c python/libxml.py: |
| 13965 | more work on the python bindings generator. |
| 13966 | |
Daniel Veillard | 96fe095 | 2002-01-30 20:52:23 +0000 | [diff] [blame] | 13967 | Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13968 | |
| 13969 | * python/generator.py python/libxml.c python/libxml_wrap.h: |
| 13970 | more work on the python bindings. |
| 13971 | |
Daniel Veillard | d2897fd | 2002-01-30 16:37:32 +0000 | [diff] [blame] | 13972 | Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13973 | |
| 13974 | * python/generator.py python/libxml.c python/libxml.py |
| 13975 | python/libxml_wrap.h: commited early version of a python binding |
| 13976 | for private use only ATM |
| 13977 | |
Daniel Veillard | 8ee9c8f | 2002-01-26 21:42:58 +0000 | [diff] [blame] | 13978 | Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13979 | |
| 13980 | * entities.c tree.c include/libxml/entities.h: applied patch |
| 13981 | from Anthony Jones to implement copy of DTD subtree too. Had |
| 13982 | just to keep 2 function private which really ought to become |
| 13983 | public ones. |
| 13984 | |
Daniel Veillard | a42f25f | 2002-01-25 14:15:40 +0000 | [diff] [blame] | 13985 | Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13986 | |
| 13987 | * xmllint.c: added pointers to the web pages in the usage() |
| 13988 | |
Daniel Veillard | bd227ae | 2002-01-24 16:05:41 +0000 | [diff] [blame] | 13989 | Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13990 | |
| 13991 | * tree.c: more fixes from Petr Kozelka for attribute handling |
| 13992 | in the tree API to align the semantic with DOM. |
| 13993 | |
Daniel Veillard | 3606581 | 2002-01-24 15:02:46 +0000 | [diff] [blame] | 13994 | Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 13995 | |
| 13996 | * valid.c tree.c entities.c: another set of patches from |
| 13997 | Anthony Jones for copy operations cleanup and robustness |
| 13998 | |
Daniel Veillard | f859256 | 2002-01-23 17:58:17 +0000 | [diff] [blame] | 13999 | Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14000 | |
| 14001 | * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated |
| 14002 | an alphabetic index based on comments content |
| 14003 | * doc/*: rebuilt the web site with the new references |
| 14004 | |
Daniel Veillard | c8c7be4 | 2002-01-23 17:53:44 +0000 | [diff] [blame] | 14005 | Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14006 | |
| 14007 | * parserInternals.h: Greg Sjaardema suggested to use an |
| 14008 | eponential buffer groth policy in xmlParserAddNodeInfo() |
| 14009 | |
Daniel Veillard | 3bf65be | 2002-01-23 12:36:34 +0000 | [diff] [blame] | 14010 | Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14011 | |
| 14012 | * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html |
| 14013 | doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml |
| 14014 | doc/parsedecl.py doc/Makefile.am: updated the python extractor |
| 14015 | to generate cross-references, and added/updated the stylesheets |
| 14016 | to generate and link API indexes. The generic keyword index |
| 14017 | is not done yet. |
| 14018 | * doc/*.html: regenerated all the usual docs too |
| 14019 | |
Daniel Veillard | 2070c48 | 2002-01-22 22:12:19 +0000 | [diff] [blame] | 14020 | Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14021 | |
| 14022 | * debugXML.c: added an xpath function to the shell for T. V. Raman |
| 14023 | |
| 14024 | Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
Daniel Veillard | 5e926fa | 2002-01-22 21:44:25 +0000 | [diff] [blame] | 14025 | |
| 14026 | * debugXML.c: patch from Anthony Jones to catch NULL nodes in |
| 14027 | debug routines. |
| 14028 | |
Daniel Veillard | c169f8b | 2002-01-22 21:40:13 +0000 | [diff] [blame] | 14029 | Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14030 | |
| 14031 | * tree.c: apply an patch from Petr Kozelka for unlink and replace |
| 14032 | support of attribute nodes |
| 14033 | |
Daniel Veillard | 9d06d30 | 2002-01-22 18:15:52 +0000 | [diff] [blame] | 14034 | Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14035 | |
| 14036 | * doc/libxml2-api.xml doc/parsedecl.py: Build a new version |
| 14037 | hopefully near complete and fully documented of the API in XML |
| 14038 | * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c |
| 14039 | xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h |
| 14040 | include/libxml/list.h include/libxml/parser.h include/libxml/tree.h |
| 14041 | include/libxml/parserInternals.h include/libxml/valid.hi |
| 14042 | include/libxml/xmlIO.h include/libxml/xmlerror.hi |
| 14043 | include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini |
| 14044 | include/libxml/xpath.h include/libxml/xpathInternals.h: |
| 14045 | Cleaned up the doc comments a lot in the process, the interface |
| 14046 | coverage is now 100% |
| 14047 | |
Daniel Veillard | 2d1464f | 2002-01-21 23:16:56 +0000 | [diff] [blame] | 14048 | Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14049 | |
| 14050 | * doc/libxml2-api.xml doc/parsedecl.py: improved the script to |
| 14051 | extracts comments from the gtk-doc DocBook output (a bit |
| 14052 | convoluted but seems to work). |
| 14053 | |
Daniel Veillard | 6100647 | 2002-01-21 17:31:47 +0000 | [diff] [blame] | 14054 | Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14055 | |
| 14056 | * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py: |
| 14057 | added an XML description of the API, moved the script generating |
| 14058 | it here. Added a "make api" target |
| 14059 | |
Daniel Veillard | d2f2300 | 2002-01-21 13:36:00 +0000 | [diff] [blame] | 14060 | Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14061 | |
| 14062 | * tree.c: Adam Lounds pointed out a bug in xmlSearchNs() |
| 14063 | |
Daniel Veillard | 99e55eb | 2002-01-21 08:56:29 +0000 | [diff] [blame] | 14064 | Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14065 | |
| 14066 | * xpath.c include/libxml/xpathInternals.h: the change made to |
| 14067 | xmlXPathFuncLookupFunc was incompatible roll it back |
| 14068 | |
Daniel Veillard | 963d2ae | 2002-01-20 22:08:18 +0000 | [diff] [blame] | 14069 | Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14070 | |
| 14071 | * SAX.c: cleanup patch from Anthony Jones |
| 14072 | * doc/Makefile.am: fix the headers to avoid in make scan |
| 14073 | * parserInternals.c xpath.c include/libxml/*.h: cleanup of the |
| 14074 | includes, * vs Ptr and general cleanup |
| 14075 | * parsedecl.py: first version of a script to extract the |
| 14076 | module interfaces, the goal will be to provide .decl or XML |
| 14077 | specification of the interfaces to build wrappers. |
| 14078 | |
Daniel Veillard | 0f5f162 | 2002-01-20 12:42:06 +0000 | [diff] [blame] | 14079 | Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14080 | |
| 14081 | * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog |
| 14082 | now provides return codes in case of errors |
| 14083 | |
Bjorn Reese | 026d29f | 2002-01-19 15:40:18 +0000 | [diff] [blame] | 14084 | Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net> |
| 14085 | |
| 14086 | * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am: |
| 14087 | Upgraded to trio baseline 1.6 |
| 14088 | * strio.h strio.c: Replaced by triostr.h and triostr.c |
| 14089 | |
Daniel Veillard | 572577e | 2002-01-18 16:23:55 +0000 | [diff] [blame] | 14090 | Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14091 | |
| 14092 | * globals.c xmlIO.c xmlcatalog.c: removed the last occurences |
| 14093 | of strdup usage in the code |
| 14094 | |
Daniel Veillard | db5850a | 2002-01-18 11:49:26 +0000 | [diff] [blame] | 14095 | Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14096 | |
| 14097 | * parser.c error.c: Keith Isdale complained rightly that |
| 14098 | xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc |
| 14099 | |
Daniel Veillard | cfa0d81 | 2002-01-17 08:46:58 +0000 | [diff] [blame] | 14100 | Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14101 | |
| 14102 | * tree.c: fixed the funxtion to set the xml: attributes |
| 14103 | * debugXML.c: added "setbase" to test it. |
| 14104 | |
Daniel Veillard | 2c748c6 | 2002-01-16 15:37:50 +0000 | [diff] [blame] | 14105 | Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14106 | |
| 14107 | * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen() |
| 14108 | to allow updating an attribute content |
| 14109 | |
Daniel Veillard | 8de85c6 | 2002-01-15 17:10:15 +0000 | [diff] [blame] | 14110 | Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14111 | |
| 14112 | * libxml.h: try to avoid problems when compiling on Windows |
| 14113 | |
Daniel Veillard | 314cfa0 | 2002-01-14 17:58:01 +0000 | [diff] [blame] | 14114 | Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14115 | |
| 14116 | * hash.c: patch from Anthony Jones for hash.c allocation size |
| 14117 | * Makefile.am: trying to work around Yet Another Libtool Madness |
| 14118 | and build the 2.4.13 release finally ... |
| 14119 | |
Daniel Veillard | 744683d | 2002-01-14 17:30:20 +0000 | [diff] [blame] | 14120 | Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14121 | |
| 14122 | * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13 |
| 14123 | * doc/* : update of the documentation |
| 14124 | |
Daniel Veillard | e6a5519 | 2002-01-14 17:11:53 +0000 | [diff] [blame] | 14125 | Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14126 | |
| 14127 | * debugXML.c tree.c: some cleanup after an unsuccessful attempt |
| 14128 | at fixing #61290 :-( |
| 14129 | |
Daniel Veillard | fb25a51 | 2002-01-13 20:32:08 +0000 | [diff] [blame] | 14130 | Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14131 | |
| 14132 | * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL |
| 14133 | Fixes bug #67229 |
| 14134 | |
Daniel Veillard | acb2bda | 2002-01-13 16:15:43 +0000 | [diff] [blame] | 14135 | Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14136 | |
| 14137 | * tree.c: trying to avoid troubles when a subtree is copied |
| 14138 | and coalesced in part with the target tree. Should fix |
| 14139 | bug #67407 |
| 14140 | |
Daniel Veillard | d8224e0 | 2002-01-13 15:43:22 +0000 | [diff] [blame] | 14141 | Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14142 | |
| 14143 | * valid.c: fixed validation of attributes content of type |
| 14144 | NAME NAMES NMTOKEN and NMTOKENS to accept internationalized |
| 14145 | values, very old bug. Fixes #67671 |
| 14146 | |
Daniel Veillard | 8107a22 | 2002-01-13 14:10:10 +0000 | [diff] [blame] | 14147 | Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14148 | |
| 14149 | * parser.c include/libxml/parserInternals.h tree.c: integrated |
| 14150 | a couple of fixes and a new API function xmlSetEntityReferenceFunc() |
| 14151 | from Keith Isdale and dedicated to xsldbg the XSLT debugger. |
| 14152 | |
Daniel Veillard | db0eb8d | 2002-01-13 13:35:00 +0000 | [diff] [blame] | 14153 | Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14154 | |
| 14155 | * threads.c: applied Serguei Narojnyi's patch to add native |
| 14156 | thread support on the Win32 platform |
| 14157 | * testThreadsWin32.c Makefile.am: added the test program also |
| 14158 | from Serguei, Win32 specific |
| 14159 | * include/win32config.h include/libxml/xmlwin32version.h.in: |
| 14160 | added patch from Igor for the Windows thread specific defines. |
| 14161 | |
Daniel Veillard | 845cce4 | 2002-01-09 11:51:37 +0000 | [diff] [blame] | 14162 | Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14163 | |
| 14164 | * entities.c: Anthony Jones pointed a bug in xmlCopyEntity() |
| 14165 | |
Daniel Veillard | 7b602b4 | 2002-01-08 13:26:00 +0000 | [diff] [blame] | 14166 | Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14167 | |
| 14168 | * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html |
| 14169 | output page into XMLinfo.html. Close bug #66951 and |
| 14170 | raised by Robert Collins too. |
| 14171 | |
Daniel Veillard | 73c6e53 | 2002-01-08 13:15:33 +0000 | [diff] [blame] | 14172 | Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14173 | |
| 14174 | * encoding.c: Paul Keogh pointed out a possibility of segfault |
| 14175 | on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias(). |
| 14176 | Closes bug # 68238 |
| 14177 | |
Daniel Veillard | 4a85920 | 2002-01-08 11:49:22 +0000 | [diff] [blame] | 14178 | Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14179 | |
| 14180 | * doc/*.html: updated the Gdome2 links |
| 14181 | |
Daniel Veillard | 3c5ed91 | 2002-01-08 10:36:16 +0000 | [diff] [blame] | 14182 | Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14183 | |
| 14184 | * libxml.h: Applied following patches from Robert Collins |
| 14185 | and make sure IN_LIBXML is defined when compiling it |
| 14186 | ------- |
| 14187 | * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin |
| 14188 | as well as Visual C. |
| 14189 | * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin. |
| 14190 | * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin. |
| 14191 | * strio.c (PLATFORM_UNIX): Define for Cygwin. |
| 14192 | * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin. |
| 14193 | * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin. |
| 14194 | Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory |
| 14195 | xmlSysIDExists xmlNoNetExists). |
| 14196 | * xmllint.c: Don't include winsock2.h for Cygwin. |
| 14197 | |
Daniel Veillard | 401c211 | 2002-01-07 16:54:10 +0000 | [diff] [blame] | 14198 | Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14199 | |
| 14200 | * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl() |
| 14201 | when the version info is not present. |
| 14202 | |
Daniel Veillard | 6f42c13 | 2002-01-06 23:05:13 +0000 | [diff] [blame] | 14203 | Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14204 | |
| 14205 | * tree.c: Anthony Jones pointed out a problem in |
| 14206 | xmlStringGetNodeList() and provided a fix for it |
| 14207 | |
Daniel Veillard | aa39a0f | 2002-01-06 12:47:22 +0000 | [diff] [blame] | 14208 | Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14209 | |
Daniel Veillard | db5850a | 2002-01-18 11:49:26 +0000 | [diff] [blame] | 14210 | * parser.c: patch from Frank J Franklin to remove a bug in |
Daniel Veillard | aa39a0f | 2002-01-06 12:47:22 +0000 | [diff] [blame] | 14211 | xmlCreatePushParserCtxt() when the initial buffer passed |
| 14212 | is large. |
| 14213 | |
Daniel Veillard | 0e47ee2 | 2002-01-05 18:25:52 +0000 | [diff] [blame] | 14214 | Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14215 | |
| 14216 | * win32/*: big cleanup of the Windows/MSVC project files |
| 14217 | from Igor Zlatkovic |
| 14218 | |
Daniel Veillard | cebb136 | 2002-01-02 13:13:30 +0000 | [diff] [blame] | 14219 | Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14220 | |
| 14221 | * doc/Makefile.am: should fix #67674 and avoid troubles if |
| 14222 | xsltproc is not available or fails in the prefix provided |
| 14223 | |
Daniel Veillard | 26908ab | 2002-01-01 16:50:03 +0000 | [diff] [blame] | 14224 | Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com> |
| 14225 | |
| 14226 | * xmlmemory.c: one more doc patch from Charlie Bozeman. |
| 14227 | |
Daniel Veillard | 5344c60 | 2001-12-31 16:37:34 +0000 | [diff] [blame] | 14228 | Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14229 | |
| 14230 | * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h |
| 14231 | include/libxml/xmlerror.h include/libxml/xpathInternals.h: |
| 14232 | Fixed a few other problems raised by Charlie Bozeman. |
| 14233 | * result/VC/ElementValid[5-7]: fixed the output |
| 14234 | |
Daniel Veillard | cbaf399 | 2001-12-31 16:16:02 +0000 | [diff] [blame] | 14235 | Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14236 | |
| 14237 | * *.c include/libxml/*.h doc/html/*: applied 42 documentation |
| 14238 | patches from Charlie Bozeman. Regenerated the HTML docs. |
| 14239 | |
Daniel Veillard | 7f9a680 | 2001-12-20 14:01:47 +0000 | [diff] [blame] | 14240 | Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14241 | |
| 14242 | * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes |
| 14243 | for Windows from Igor |
| 14244 | |
Daniel Veillard | 1df3dfc | 2001-12-18 11:14:16 +0000 | [diff] [blame] | 14245 | Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14246 | |
| 14247 | * xmllint.c: applied Justin Fletcher patch for --output or -o |
| 14248 | |
Daniel Veillard | d3b29d2 | 2001-12-18 07:53:16 +0000 | [diff] [blame] | 14249 | Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14250 | |
| 14251 | * win32/libxml2/libxml2.def.src: close #67019 |
| 14252 | |
Daniel Veillard | 01db67c | 2001-12-18 07:09:59 +0000 | [diff] [blame] | 14253 | Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14254 | |
| 14255 | * xmllint.c: applied Justin Fletcher generic timing patch |
| 14256 | similar to the one already applied to xsltproc. |
| 14257 | |
Daniel Veillard | d164092 | 2001-12-17 15:30:10 +0000 | [diff] [blame] | 14258 | Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14259 | |
| 14260 | * include/libxml/tree.h tree.c: applied documentation patches |
| 14261 | from Charlie Bozeman |
| 14262 | |
MST 2001 John Fleck | 2323ac2 | 2001-12-14 04:24:50 +0000 | [diff] [blame] | 14263 | Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net> |
| 14264 | |
| 14265 | *doc/xmllint.xml, xmllint.1 - document --dropdtd |
| 14266 | |
Daniel Veillard | 29e4399 | 2001-12-13 22:21:58 +0000 | [diff] [blame] | 14267 | Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14268 | |
| 14269 | * valid.c: fix the xmlStrdup() used in the previous patch. |
| 14270 | * valid.c: added --dropdtd |
| 14271 | * tree.c: fixed xmlUnlinkNode so it also removes the references |
| 14272 | from the document if the node is a DTD |
| 14273 | |
Daniel Veillard | 86fd5a7 | 2001-12-13 14:55:21 +0000 | [diff] [blame] | 14274 | Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14275 | |
| 14276 | * HTMLtree.c valid.c: cleanup some static declarations |
| 14277 | |
Daniel Veillard | 9ae4b7a | 2001-12-13 14:24:09 +0000 | [diff] [blame] | 14278 | Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14279 | |
| 14280 | * xmllint.c: removed another strdup() |
| 14281 | * doc/FAQ: removed the HP/UX entry |
| 14282 | |
Daniel Veillard | ed472f3 | 2001-12-13 08:48:14 +0000 | [diff] [blame] | 14283 | Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14284 | |
| 14285 | * valid.c: fix bug #66816 when validating. |
| 14286 | * xmllint.c: don't use sys/time.h if configure did not found it |
| 14287 | |
MST 2001 John Fleck | 3fc555e | 2001-12-11 04:41:24 +0000 | [diff] [blame] | 14288 | Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net> |
| 14289 | |
| 14290 | * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html, |
| 14291 | xmlcatalog_man.xml |
| 14292 | |
Daniel Veillard | 2d8a93b | 2001-12-10 21:07:19 +0000 | [diff] [blame] | 14293 | Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14294 | |
| 14295 | * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that |
| 14296 | xmlInitMemory() was declared twice |
| 14297 | |
Daniel Veillard | b82c166 | 2001-12-09 14:00:54 +0000 | [diff] [blame] | 14298 | Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14299 | |
| 14300 | * globals.c: do not reference strdup() ! |
| 14301 | * configure.in libxml-2.0.pc.in: trying to fix the libs |
| 14302 | of the various config extraction modules |
| 14303 | |
Daniel Veillard | ef90ba7 | 2001-12-07 14:24:22 +0000 | [diff] [blame] | 14304 | Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14305 | |
| 14306 | * configure.in : preparing 2.4.12 |
| 14307 | * doc/* : updated and rebuilt the docs |
| 14308 | |
Daniel Veillard | 220346d | 2001-12-07 11:33:54 +0000 | [diff] [blame] | 14309 | Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14310 | |
| 14311 | * uri.c: closed bug #66159 |
| 14312 | * testURI.c: added --escape option |
| 14313 | * configure.in: some cleanup for xml2-config --cflags |
| 14314 | |
Daniel Veillard | 2a90682 | 2001-12-06 14:34:08 +0000 | [diff] [blame] | 14315 | Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14316 | |
| 14317 | * globals.c testThreads.c: removed some misplaced includes |
| 14318 | of xmlversion.h |
| 14319 | |
Daniel Veillard | e28313b | 2001-12-06 14:08:31 +0000 | [diff] [blame] | 14320 | Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com> |
| 14321 | |
| 14322 | * threads.c: patch from Gary Pennington fixing a possible |
| 14323 | problem at initialization time. |
| 14324 | |
Daniel Veillard | d3b0882 | 2001-12-05 12:03:33 +0000 | [diff] [blame] | 14325 | Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14326 | |
| 14327 | * configure.in libxml.h parser.c testThreads.c macos/: integrated |
Daniel Veillard | e28313b | 2001-12-06 14:08:31 +0000 | [diff] [blame] | 14328 | Eric Lavigne contribution to build libxml2 on MacOS using |
Daniel Veillard | d3b0882 | 2001-12-05 12:03:33 +0000 | [diff] [blame] | 14329 | CodeWarrior. |
| 14330 | |
Daniel Veillard | a786693 | 2001-12-04 13:14:44 +0000 | [diff] [blame] | 14331 | Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14332 | |
| 14333 | * xmllint.c: applied Geert Kloosterman's patch to fix |
| 14334 | --repeat --timing output |
| 14335 | |
Daniel Veillard | 1984094 | 2001-11-29 16:11:38 +0000 | [diff] [blame] | 14336 | Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14337 | |
| 14338 | * parser.c: Robin Berjon <robin@knowscape.com> found a case |
| 14339 | where non-wellformed XML declaractions were not detected. |
| 14340 | |
Daniel Veillard | e85d934 | 2001-11-28 14:43:12 +0000 | [diff] [blame] | 14341 | Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14342 | |
| 14343 | * xpointer.c: fixed a compilation bug pointed by Danny Jamshy |
| 14344 | |
Daniel Veillard | 22f25a8 | 2001-11-28 09:12:23 +0000 | [diff] [blame] | 14345 | Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14346 | |
| 14347 | * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized |
| 14348 | gets reset by xmlCleanupInputCallbacks() and this makes the |
| 14349 | function useless. Same for output. |
| 14350 | |
Daniel Veillard | 107ccaa | 2001-11-27 16:23:50 +0000 | [diff] [blame] | 14351 | Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14352 | |
| 14353 | * xmlIO.c: robert pointed out a loop error in callback cleanups |
| 14354 | |
Daniel Veillard | 8faa783 | 2001-11-26 15:58:08 +0000 | [diff] [blame] | 14355 | Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14356 | |
| 14357 | * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h: |
| 14358 | moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, |
| 14359 | they are not really tied to debugging |
| 14360 | |
Daniel Veillard | bd9b0e8 | 2001-11-26 10:32:08 +0000 | [diff] [blame] | 14361 | Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14362 | |
| 14363 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11 |
| 14364 | * xmllint.c: better --catalogs description |
| 14365 | |
Daniel Veillard | 4855c8c | 2001-11-25 10:35:25 +0000 | [diff] [blame] | 14366 | Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14367 | |
| 14368 | * tree.c: fixed a couple of problems in xmlSetProp() |
| 14369 | |
Daniel Veillard | cd337f0 | 2001-11-22 18:20:37 +0000 | [diff] [blame] | 14370 | Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14371 | |
| 14372 | * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing |
| 14373 | unappropriate stdout output. |
| 14374 | |
Daniel Veillard | 566d4df | 2001-11-22 13:00:53 +0000 | [diff] [blame] | 14375 | Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14376 | |
| 14377 | * include/libxml/tree.h: Fixed a couple of macro errors pointed out |
| 14378 | by Denis Beurive, closes #65111 |
| 14379 | |
Daniel Veillard | b4545fd | 2001-11-20 09:37:09 +0000 | [diff] [blame] | 14380 | Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14381 | |
| 14382 | * valid.c: in case of content model validity error, don't |
| 14383 | print it if validity warnings were not requested. |
| 14384 | |
Daniel Veillard | c69e0b1 | 2001-11-20 08:35:07 +0000 | [diff] [blame] | 14385 | Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14386 | |
| 14387 | * nanoftp.c: applied a couple of patches from Brian D Ripley. |
| 14388 | * parserInternals.c: removed the last exit() call. Print an |
| 14389 | unmaskable error on stderr instead (library mismatch detection) |
| 14390 | |
MST 2001 John Fleck | 4230404 | 2001-11-18 00:18:06 +0000 | [diff] [blame] | 14391 | Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net> |
| 14392 | |
| 14393 | * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with |
| 14394 | shell instructions from Heiko Rupp |
| 14395 | |
Daniel Veillard | f7b094f | 2001-11-15 13:54:39 +0000 | [diff] [blame] | 14396 | Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14397 | |
| 14398 | * catalog.c: use the URL notation file:// for default catalog paths |
| 14399 | |
Daniel Veillard | 0ec9863 | 2001-11-14 15:04:32 +0000 | [diff] [blame] | 14400 | Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14401 | |
| 14402 | * include/libxml/tree.h: better comments for _private fields |
| 14403 | * tree.c: removed a problem when copying an entity reference. |
| 14404 | |
Daniel Veillard | d33cfbf | 2001-11-13 15:24:36 +0000 | [diff] [blame] | 14405 | Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14406 | |
| 14407 | * vms/*: updated instructions and diffs from John A Fotheringham |
| 14408 | |
Daniel Veillard | a11001b | 2001-11-12 22:45:36 +0000 | [diff] [blame] | 14409 | Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14410 | |
| 14411 | * include/libxml/xmlerror.h: avoid an include problem if |
| 14412 | #include <libxml/xmlerror.h> happens first in code |
| 14413 | seems to be the case in KDE libs |
| 14414 | |
Daniel Veillard | 8e3943c | 2001-11-12 21:35:44 +0000 | [diff] [blame] | 14415 | Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14416 | |
| 14417 | * win32/dsp/* include/libxml/xmlwin32version.h.in: update |
| 14418 | from Igor for Windows |
| 14419 | |
| 14420 | Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14421 | |
| 14422 | * Makefile.am: Gary Pennington pointed out a missing prefix |
| 14423 | |
Daniel Veillard | 43d3f61 | 2001-11-10 11:57:23 +0000 | [diff] [blame] | 14424 | Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14425 | |
| 14426 | * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10 |
| 14427 | * doc/*: upgraded and rebuilt the docs |
| 14428 | |
Daniel Veillard | c1f7834 | 2001-11-10 11:43:05 +0000 | [diff] [blame] | 14429 | Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14430 | |
| 14431 | * HTMLparser.c: fix comment in scripts element parsing. |
| 14432 | * result/HTML/doc3*: updated the results. |
| 14433 | |
| 14434 | Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14435 | |
| 14436 | * uri.c: another URI bug fix #63336, using Joel Young patch. |
| 14437 | |
Daniel Veillard | c6e013a | 2001-11-10 10:08:57 +0000 | [diff] [blame] | 14438 | Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14439 | |
| 14440 | * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath() |
| 14441 | a cleaned up version of the Pwd shell string generation. |
| 14442 | |
Daniel Veillard | be480fb | 2001-11-08 23:36:42 +0000 | [diff] [blame] | 14443 | Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14444 | |
| 14445 | * valid.c include/libxml/tree.h: trying to fix namespaces + |
| 14446 | validation problems for good, closing #63619 in the process |
| 14447 | * result/valid/dia.xml test/valid/dia.xml: the Dia test was |
| 14448 | wrong in this respect, fixed it. |
| 14449 | |
Daniel Veillard | d536f70 | 2001-11-08 17:32:47 +0000 | [diff] [blame] | 14450 | Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14451 | |
| 14452 | * xmllint.c: Morus Walter patch to allow --format and --encode |
| 14453 | |
Daniel Veillard | 5004f42 | 2001-11-08 13:53:05 +0000 | [diff] [blame] | 14454 | Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14455 | |
| 14456 | * debugXML.c: Stefan Kost provided an help command for the shell |
| 14457 | |
Daniel Veillard | a6825e8 | 2001-11-07 13:33:59 +0000 | [diff] [blame] | 14458 | Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14459 | |
| 14460 | * debugXML.c: Heiko Rupp pointed that the shell would crash |
| 14461 | on empty nodesets returns. |
| 14462 | |
Daniel Veillard | 03f848d | 2001-11-07 12:53:46 +0000 | [diff] [blame] | 14463 | Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14464 | |
| 14465 | * Makefile.am: Weiqi Gao pointed out that xmlcatalog |
| 14466 | migh need the history libraries |
| 14467 | |
Daniel Veillard | 957fdcf | 2001-11-06 22:50:19 +0000 | [diff] [blame] | 14468 | Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14469 | |
| 14470 | * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*: |
| 14471 | handle the case of < in quoted attributes, Bastian Kleineidam |
| 14472 | |
Daniel Veillard | c853b32 | 2001-11-06 15:24:37 +0000 | [diff] [blame] | 14473 | Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14474 | |
| 14475 | * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9 |
| 14476 | fixing catalog breakages |
| 14477 | * Makefile.am catalog.c result/catalogs/catal |
| 14478 | result/catalogs/mycatalog.* test/catalogs/catal*: |
| 14479 | fixed more problems in catalog support, added more regression tests |
| 14480 | for both XML and SGML catalog handling |
| 14481 | |
Daniel Veillard | 66870c7 | 2001-11-05 19:27:49 +0000 | [diff] [blame] | 14482 | Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14483 | |
| 14484 | * debugXML.c: applied an improvement to xmlGetLineNo() from |
| 14485 | Keith Isdale |
| 14486 | |
Daniel Veillard | ffe09c9 | 2001-11-05 14:21:47 +0000 | [diff] [blame] | 14487 | Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14488 | |
| 14489 | * catalog.c: dohhhh XML catalog add and remove ops were broken too. |
| 14490 | Side effect of the progressive catalog loading |
| 14491 | |
Daniel Veillard | ad661b9 | 2001-11-05 11:43:15 +0000 | [diff] [blame] | 14492 | Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14493 | |
| 14494 | * Makefile.am: confexecdir and confexec_DATA were defined twice |
| 14495 | pointed out by Karl Eichwalder |
| 14496 | |
Daniel Veillard | 6eb1772 | 2001-11-04 22:19:27 +0000 | [diff] [blame] | 14497 | Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14498 | |
| 14499 | * xmlcatalog.c: avoid unlink() and use remove() instead. |
| 14500 | |
Daniel Veillard | ea89828 | 2001-11-04 22:13:45 +0000 | [diff] [blame] | 14501 | Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14502 | |
| 14503 | * libxml.spec.in: cleanup |
| 14504 | * include/libxml/xmlwin32version.h: updated with 2.4.8 |
| 14505 | |
Daniel Veillard | a4617b8 | 2001-11-04 20:19:12 +0000 | [diff] [blame] | 14506 | Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14507 | |
| 14508 | * encoding.c global.data globals.c testThreads.c: fix bug #63752 |
| 14509 | of compiling libxml with a non standard set of options |
| 14510 | |
John Fleck | 027edfb | 2001-11-04 20:13:58 +0000 | [diff] [blame] | 14511 | Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net |
| 14512 | |
| 14513 | * doc/xmllint.xml, xmllint.1 - updating xmllint man page to |
| 14514 | document --sgml option, fixing gnome bugzilla #63382 |
| 14515 | |
Daniel Veillard | cd21dc7 | 2001-11-04 20:03:38 +0000 | [diff] [blame] | 14516 | Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14517 | |
| 14518 | * include/libxml/catalog.h catalog.c: Fixed SGML catalogs |
| 14519 | breakage of 2.4.7, added a couple of really needed APIs |
| 14520 | like xmlCatalogIsEmpty() and xmlNewCatalog() |
| 14521 | * xmlcatalog.c: updated --sgml --noout to be a suitable replacement |
| 14522 | for install-catalog |
| 14523 | * configure.in: preparing 2.4.8 |
| 14524 | |
CET 2001 Daniel Veillard | 5a37bde | 2001-11-01 14:31:22 +0000 | [diff] [blame] | 14525 | Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14526 | |
| 14527 | * HTMLtree.c tree.c include/libxml/HTMLtree.h |
| 14528 | include/libxml/tree.h include/libxml/xmlIO.h: more include |
| 14529 | cleanups, export cleanly one html output + format function. |
| 14530 | |
| 14531 | Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14532 | |
| 14533 | * parser.c: removed initGenericErrorDefaultFunc call from |
| 14534 | xmlInitParser() since it could destroy previous calls to |
| 14535 | xsltSetGenericErrorFunc() effects |
| 14536 | |
Daniel Veillard | ebd38c5 | 2001-11-01 08:38:12 +0000 | [diff] [blame] | 14537 | Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14538 | |
| 14539 | * debugXML.c include/libxml/debugXML.h: bool can be a reserved |
| 14540 | keyword. |
| 14541 | |
Daniel Veillard | 8bdb91d | 2001-10-31 17:52:43 +0000 | [diff] [blame] | 14542 | Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14543 | |
| 14544 | * Makefile.am: cleanup |
| 14545 | * threads.c: cleanup too |
| 14546 | * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader() |
| 14547 | from xsltproc |
| 14548 | * include/libxml/tree.h include/libxml/parser.h: trying to break a |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 14549 | dependency loop. |
Daniel Veillard | 8bdb91d | 2001-10-31 17:52:43 +0000 | [diff] [blame] | 14550 | |
Daniel Veillard | 91c0040 | 2001-10-30 17:41:38 +0000 | [diff] [blame] | 14551 | Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14552 | |
| 14553 | * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog |
| 14554 | was not used anymore ! |
| 14555 | |
Daniel Veillard | 52dcab3 | 2001-10-30 12:51:17 +0000 | [diff] [blame] | 14556 | Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14557 | |
| 14558 | * configure.in: preparing 2.4.7 |
| 14559 | * Makefile.am doc/Makefile.am: switched to the latest xmllint |
| 14560 | manual page from John |
| 14561 | * doc/*: updated the doc and rebuilt the generated pages |
| 14562 | |
Daniel Veillard | a9e65e8 | 2001-10-30 10:32:36 +0000 | [diff] [blame] | 14563 | Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14564 | |
| 14565 | * xmlIO.c: closing bug #62711, the library should never |
| 14566 | close stdin or stdout. |
| 14567 | |
Daniel Veillard | 4def3bd | 2001-10-30 09:47:47 +0000 | [diff] [blame] | 14568 | Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14569 | |
| 14570 | * uri.c: second pass at fixing #63336, using Joel Young |
| 14571 | final patch. looks okay. |
| 14572 | |
Daniel Veillard | bb6808e | 2001-10-29 23:59:27 +0000 | [diff] [blame] | 14573 | Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14574 | |
| 14575 | * uri.c include/libxml/uri.h: trying to clear #63336 |
| 14576 | allowing the escaping routine to parse unconformant |
| 14577 | URI-References. |
| 14578 | |
Daniel Veillard | acf7ff0 | 2001-10-29 20:21:47 +0000 | [diff] [blame] | 14579 | Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14580 | |
| 14581 | * vms/readme.vms vms/build_libxml.com nanoftp.c |
| 14582 | include/libxml/xmlversion.h.in: a few VMS updates from |
| 14583 | John A Fotheringham |
| 14584 | * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks() |
| 14585 | and xmlCleanupOutputCallbacks() for the Perl binding people. |
| 14586 | |
Daniel Veillard | 635ef72 | 2001-10-29 11:48:19 +0000 | [diff] [blame] | 14587 | Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com> |
| 14588 | |
| 14589 | * parser.c globals.c DOCBparser.c HTMLparser.c error.c: |
| 14590 | apply fixes to close #63271 and avoid segfaults when |
| 14591 | the error routine gets callbed before xmlInitParser() |
| 14592 | get called. |
| 14593 | * nanoftp.c error.c: Applied patches from Justin Fletcher |
| 14594 | correcting some xmlGenericError misuses. |
| 14595 | |
MDT 2001 John Fleck | fd32de6 | 2001-10-27 20:14:01 +0000 | [diff] [blame] | 14596 | Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14597 | |
| 14598 | *doc/xmllint.xml, doc/xmllint.1 |
| 14599 | New and improved man page for xmllint - .xml is the original, .1 |
| 14600 | is the generated man page |
| 14601 | |
Daniel Veillard | c948420 | 2001-10-24 12:35:52 +0000 | [diff] [blame] | 14602 | Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14603 | |
| 14604 | * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate |
| 14605 | the web site from the main HTML document. |
| 14606 | |
Daniel Veillard | 5151c06 | 2001-10-23 13:10:19 +0000 | [diff] [blame] | 14607 | Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14608 | |
| 14609 | * parser.c: fixed an erroneous validation bug when PE refs |
| 14610 | occurs in external parsed entities referenced from the |
| 14611 | internals subset |
| 14612 | * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd |
| 14613 | test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*: |
| 14614 | added the associated testcase, it's a nice one. |
| 14615 | * HTMLparser.c: generate the DTD node as HTML still ... |
| 14616 | * HTMLtree.c: fixed errors in Set/GetMetaEncoding |
| 14617 | |
Daniel Veillard | b6b0fd8 | 2001-10-22 12:31:11 +0000 | [diff] [blame] | 14618 | Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14619 | |
| 14620 | * HTMLparser.c: fixed a bug in htmlNewDoc() |
| 14621 | |
Daniel Veillard | 89cad53 | 2001-10-22 09:46:13 +0000 | [diff] [blame] | 14622 | Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14623 | |
| 14624 | * test/threads/*: added entities testing to the Thread test |
| 14625 | * testThreads.c: make the test reasonable |
| 14626 | * DOCBparser.c: fix the DTD public and system ID |
| 14627 | * xmllint.c: added --sgml for SGML DocBook importing |
| 14628 | * Makefile.am: added Docbtests target |
| 14629 | |
Daniel Veillard | 9ae1eba | 2001-10-19 09:48:35 +0000 | [diff] [blame] | 14630 | Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14631 | |
| 14632 | * nanoftp.c: use only "anonymous@" string for anonymous passwds |
| 14633 | * testThreads.c: removed bogus include |
| 14634 | |
Daniel Veillard | ce2c2f0 | 2001-10-18 14:57:24 +0000 | [diff] [blame] | 14635 | Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14636 | |
| 14637 | * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err: |
| 14638 | fixed a very serious (looping) validation bug |
| 14639 | |
Daniel Veillard | 3c01b1d | 2001-10-17 15:58:35 +0000 | [diff] [blame] | 14640 | Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com> |
| 14641 | |
| 14642 | * include/libxml/globals.h include/libxml/threads.h threads.c |
| 14643 | testThreads.c: far more testing, cleaning up bugs |
| 14644 | * *.c : make sure globals.h is always included. |
| 14645 | |
Daniel Veillard | 7cc95c0 | 2001-10-17 15:45:12 +0000 | [diff] [blame] | 14646 | Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14647 | |
| 14648 | * HTMLparser.c: try to get rid of parser loops for good. |
| 14649 | |
Daniel Veillard | ab7488e | 2001-10-17 11:30:37 +0000 | [diff] [blame] | 14650 | Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14651 | |
| 14652 | * configure.in: fixed some bugs in CFLAGS passing. |
| 14653 | * test/threads Makefile.am testThreads.c: added a specific |
| 14654 | threaded test case (really nasty, guaranteed). |
| 14655 | |
Daniel Veillard | 85c11fa | 2001-10-16 21:03:08 +0000 | [diff] [blame] | 14656 | Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14657 | |
| 14658 | * catalog.c: serious cleanup on the management of the |
| 14659 | XML catalog tree, more tests done, especially with |
| 14660 | the catalog PI. |
| 14661 | |
Daniel Veillard | 364789a | 2001-10-16 12:45:00 +0000 | [diff] [blame] | 14662 | Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com> |
| 14663 | |
| 14664 | * catalog.c: avoid a problem in catalog cleanup on SMP if |
| 14665 | catalogs were not initialized. |
| 14666 | |
Daniel Veillard | 8146394 | 2001-10-16 12:34:39 +0000 | [diff] [blame] | 14667 | Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14668 | |
| 14669 | * catalog.c xpath.c: trying to cleanup the not thread safe |
| 14670 | parts of the library. |
| 14671 | |
Daniel Veillard | 64a411c | 2001-10-15 12:32:07 +0000 | [diff] [blame] | 14672 | Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14673 | |
| 14674 | * include/libxml/globals.h configure.in global.data: make |
| 14675 | the allocation be per-thread a configure option |
| 14676 | * encoding.c include/libxml/parser.h: fixed compilation |
| 14677 | errors |
| 14678 | |
Daniel Veillard | 5ee57fc | 2001-10-15 10:46:16 +0000 | [diff] [blame] | 14679 | Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14680 | |
| 14681 | * include/libxml/parser.h: Norm reported that a few lines |
| 14682 | added were breaking libxslt compile, removed them for now |
| 14683 | |
Daniel Veillard | 6f35029 | 2001-10-14 09:56:15 +0000 | [diff] [blame] | 14684 | Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com> |
| 14685 | |
| 14686 | * parser.c parserInternals.c threads.c: debugged and fixed |
| 14687 | initialization problems which were giving troubles on SMP |
| 14688 | boxes. |
| 14689 | |
Daniel Veillard | 6661ffa | 2001-10-13 14:18:17 +0000 | [diff] [blame] | 14690 | Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14691 | |
| 14692 | * include/libxml/Makefile.am: missing globals.h |
| 14693 | |
Daniel Veillard | e709061 | 2001-10-13 12:18:28 +0000 | [diff] [blame] | 14694 | Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com> |
Jaka Mocnik | 77d19ae | 2001-10-13 12:06:09 +0000 | [diff] [blame] | 14695 | |
Daniel Veillard | e709061 | 2001-10-13 12:18:28 +0000 | [diff] [blame] | 14696 | * globals.c: added a couple of standard includes. |
Jaka Mocnik | 77d19ae | 2001-10-13 12:06:09 +0000 | [diff] [blame] | 14697 | |
Daniel Veillard | d046356 | 2001-10-13 09:15:48 +0000 | [diff] [blame] | 14698 | Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14699 | |
| 14700 | * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h |
| 14701 | include/libxml/parserInternals.h include/libxml/tree.h |
| 14702 | include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c |
| 14703 | nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c |
| 14704 | testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c: |
| 14705 | Applied the last patches from Gary, cleanup, activated threading |
| 14706 | all user accessible global variables are now handled in globals.[ch] |
| 14707 | Still a bit rought but make tests passes with either |
| 14708 | --with-threads defined at configure time or not. |
| 14709 | * Makefile.am example/Makefile.am: added globals.[ch] and threads |
| 14710 | linking options |
| 14711 | |
Daniel Veillard | b847864 | 2001-10-12 17:29:10 +0000 | [diff] [blame] | 14712 | Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14713 | |
| 14714 | * Makefile.am include/libxml/Makefile.am |
| 14715 | include/libxml/globals.h globals.c include/libxml/threads.h |
| 14716 | threads.c build_glob.py global.data xmlcatalog.c acconfig.h |
| 14717 | configure.in: started integrating the core of the thread support |
| 14718 | not activated yet but half integrated. The code should still |
| 14719 | compile and work anyway. |
| 14720 | |
Daniel Veillard | b44025c | 2001-10-11 22:55:55 +0000 | [diff] [blame] | 14721 | Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14722 | |
| 14723 | * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c |
| 14724 | parser.c valid.c xmlmemory.c xpath.c xpointer.c: started |
| 14725 | integrating the non-controversial parts of Gary Pennington |
| 14726 | multithread patches |
| 14727 | * catalog.c: corrected a small bug introduced |
| 14728 | |
Daniel Veillard | 75b9682 | 2001-10-11 18:59:45 +0000 | [diff] [blame] | 14729 | Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14730 | |
| 14731 | * catalog.c include/libxml/catalog.h: very serious cleanup, |
| 14732 | isolating unportable code and as much as possible the accesses |
| 14733 | to the global shared catalog. May need more testing ! |
| 14734 | |
Daniel Veillard | 78d1209 | 2001-10-11 09:12:24 +0000 | [diff] [blame] | 14735 | Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14736 | |
| 14737 | * include/libxml/debugXML.h debugXML.c tree.c: integrating |
| 14738 | Keith Isdale patches for the XSLT debugger interfaces. Some |
| 14739 | cleanup |
| 14740 | |
Daniel Veillard | ff0b731 | 2001-10-11 06:46:09 +0000 | [diff] [blame] | 14741 | Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14742 | |
| 14743 | * win32/Makefile.mingw: update from Tobias Peters for 2.4.5 |
| 14744 | * DOCBparser.c: generate line nubers in elements |
| 14745 | |
Daniel Veillard | 60087f3 | 2001-10-10 09:45:09 +0000 | [diff] [blame] | 14746 | Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14747 | |
| 14748 | * configure.in: preparing 2.4.6 release |
| 14749 | * doc/xml.html doc/html/*: updated and rebuilt the docs |
| 14750 | * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos |
| 14751 | |
MDT 2001 John Fleck | 60416fa | 2001-10-09 02:41:50 +0000 | [diff] [blame] | 14752 | Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14753 | |
| 14754 | * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html |
| 14755 | adding documentation for DV's supercatalog support |
| 14756 | |
Daniel Veillard | 82d7533 | 2001-10-08 15:01:59 +0000 | [diff] [blame] | 14757 | Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14758 | |
| 14759 | * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML |
| 14760 | super catalog support adding one API and one flag --sgml to |
| 14761 | xmlcatalog |
| 14762 | |
MDT 2001 John Fleck | 0e22993 | 2001-10-07 22:46:00 +0000 | [diff] [blame] | 14763 | Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14764 | |
| 14765 | * doc/xmlcatalog_man.xml, xmlcatalog.1 |
| 14766 | One more crack at |
| 14767 | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392 |
| 14768 | |
| 14769 | |
Thomas Broyer | 47334c0 | 2001-10-07 16:41:52 +0000 | [diff] [blame] | 14770 | Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 14771 | |
| 14772 | * xpath.c: implemented xmlXPathObjectCopy for external objects |
| 14773 | * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal |
| 14774 | |
MDT 2001 John Fleck | ac941e3 | 2001-10-06 22:30:16 +0000 | [diff] [blame] | 14775 | Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14776 | |
| 14777 | *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 |
| 14778 | finishing up fix to |
| 14779 | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making |
| 14780 | the xmlcatalog man page display more elegantly |
| 14781 | |
Daniel Veillard | 3fbe8e3 | 2001-10-06 13:30:33 +0000 | [diff] [blame] | 14782 | Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14783 | |
| 14784 | * configure.in: closing bug #61832 |
| 14785 | * HTMLparser.c: removed a warning |
| 14786 | |
Daniel Veillard | 6ab3838 | 2001-10-06 13:08:27 +0000 | [diff] [blame] | 14787 | Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14788 | |
| 14789 | * xpath.c: fixing #61673 part I, do not loose doc information |
| 14790 | when copying result value trees. |
| 14791 | |
Daniel Veillard | 556c668 | 2001-10-06 09:59:51 +0000 | [diff] [blame] | 14792 | Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14793 | |
| 14794 | * xpath.c: trying to harden the XPath interpreter |
| 14795 | |
MDT 2001 John Fleck | 9f82dc6 | 2001-10-06 02:40:10 +0000 | [diff] [blame] | 14796 | Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14797 | |
| 14798 | * doc/xmlcatalog.1 updated using a new stylesheet to address, in |
| 14799 | part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392 |
| 14800 | |
William M. Brack | 1633d18 | 2001-10-05 15:41:19 +0000 | [diff] [blame] | 14801 | Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk> |
| 14802 | |
| 14803 | * HTMLparser: repaired another loop problem |
| 14804 | |
Daniel Veillard | 20ee8c0 | 2001-10-05 09:18:14 +0000 | [diff] [blame] | 14805 | Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14806 | |
| 14807 | * uri.c: applied fix from Mathias Hasselmann about a bug in URI |
| 14808 | parsing. |
| 14809 | * xpath.c: fix bug #61291 the default XML namespace node is |
| 14810 | missing from the namespace axis. |
| 14811 | * tree.c: refuse to create namespaces nodes with prefix "xml" |
| 14812 | |
Daniel Veillard | 651f947 | 2001-10-04 14:51:06 +0000 | [diff] [blame] | 14813 | Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14814 | |
| 14815 | * SAX.c: ouch a non-defined namespace could lead to a crash, |
| 14816 | fixed #61215 |
| 14817 | |
Daniel Veillard | 7dd0570 | 2001-10-04 14:25:12 +0000 | [diff] [blame] | 14818 | Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14819 | |
| 14820 | * parserInternals.c: closed bug #61054 |
| 14821 | |
Daniel Veillard | 5e6d10a | 2001-10-03 13:21:13 +0000 | [diff] [blame] | 14822 | Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14823 | |
| 14824 | * include/libxml/Makefile.am: closing #60708 |
| 14825 | |
Daniel Veillard | a293c32 | 2001-10-02 13:54:14 +0000 | [diff] [blame] | 14826 | Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14827 | |
| 14828 | * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c: |
| 14829 | adding xmlSAXParseFileWithData following Marco Stipek suggestion |
| 14830 | |
Daniel Veillard | f4309d7 | 2001-10-02 09:28:58 +0000 | [diff] [blame] | 14831 | Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14832 | |
| 14833 | * valid.c: close bug #61550 when xml: wasn't considered a namespace |
| 14834 | |
Daniel Veillard | f6ed8bc | 2001-10-02 09:22:47 +0000 | [diff] [blame] | 14835 | Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14836 | |
| 14837 | * win32/dsp/libxml2.def.src: Igor Zlatkovic patches |
| 14838 | * DOCBparser.c HTMLparser.c parser.c: fixed typos |
| 14839 | |
Daniel Veillard | 16756b6 | 2001-10-01 07:36:25 +0000 | [diff] [blame] | 14840 | Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14841 | |
| 14842 | * catalog.c: Justin Fletcher provided cleaup code in case |
| 14843 | HAVE_STAT is not defined |
| 14844 | * include/win32config.h: Igor Zlatkovic suggested to have |
| 14845 | HAVE_STAT defined there |
| 14846 | |
William M. Brack | 5e1cac1 | 2001-09-28 16:19:18 +0000 | [diff] [blame] | 14847 | Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk> |
| 14848 | |
| 14849 | * catalog.c - fixed typing error reported by M. Barros |
| 14850 | |
MDT 2001 John Fleck | bbb9e43 | 2001-09-24 03:08:43 +0000 | [diff] [blame] | 14851 | Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14852 | |
| 14853 | * xmllint.c - fixing typo |
| 14854 | |
William M. Brack | d28e48a | 2001-09-23 01:55:08 +0000 | [diff] [blame] | 14855 | Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk> |
| 14856 | |
| 14857 | * HTMLparser.c: small enhancement to prevent loop on |
| 14858 | unrecognizable data |
| 14859 | |
Daniel Veillard | b1d6287 | 2001-09-21 09:47:08 +0000 | [diff] [blame] | 14860 | Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14861 | |
| 14862 | * parserInternals.c: applying patch from bug #60757 this |
| 14863 | should close it |
| 14864 | |
Daniel Veillard | c0631a6 | 2001-09-20 13:56:06 +0000 | [diff] [blame] | 14865 | Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14866 | |
| 14867 | * catalog.c xmlcatalog.c: removed a couple of warning |
| 14868 | * xpath.c: try to solve the linking problem on platforms |
| 14869 | needing trio to compile |
| 14870 | |
Daniel Veillard | 1a12361 | 2001-09-19 08:06:23 +0000 | [diff] [blame] | 14871 | Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com> |
CEST 2001 Jens Finke | de8c8af | 2001-09-19 07:20:40 +0000 | [diff] [blame] | 14872 | |
Daniel Veillard | 1a12361 | 2001-09-19 08:06:23 +0000 | [diff] [blame] | 14873 | * Makefile.am libxml.spec.in: backing up non-documented changes |
| 14874 | commited without review or aproval by Jens Finke <jens@gnome.org> |
| 14875 | * HACKING: made 100% clear that no commit should be done directly |
CEST 2001 Jens Finke | de8c8af | 2001-09-19 07:20:40 +0000 | [diff] [blame] | 14876 | |
Daniel Veillard | f5b44e4 | 2001-09-17 17:19:54 +0000 | [diff] [blame] | 14877 | Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14878 | |
| 14879 | * configure.in: Joe Orton provided a patch fixing a problem |
| 14880 | when iconv is specified to be in a non-standard directory |
| 14881 | but wasn't exported in xml2-config --cflags |
| 14882 | |
Daniel Veillard | 2fc2db7 | 2001-09-14 17:33:51 +0000 | [diff] [blame] | 14883 | Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14884 | |
Daniel Veillard | f5b44e4 | 2001-09-17 17:19:54 +0000 | [diff] [blame] | 14885 | * configure.in: let's ship 2.4.5 before getting too much |
Daniel Veillard | 2fc2db7 | 2001-09-14 17:33:51 +0000 | [diff] [blame] | 14886 | troubles with 2.4.4 errors. |
| 14887 | |
Daniel Veillard | 1669828 | 2001-09-14 10:29:27 +0000 | [diff] [blame] | 14888 | Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14889 | |
| 14890 | * encoding.c entities.c: do not output hexadecimal charrefs |
| 14891 | when serializing HTML since some version of Netscape can't |
| 14892 | grok it, generate decimal ones. |
| 14893 | * result/HTML/doc3.htm: output changed due to previous test |
| 14894 | * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4 |
| 14895 | |
Daniel Veillard | 98fed37 | 2001-09-13 11:34:58 +0000 | [diff] [blame] | 14896 | Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14897 | |
| 14898 | * libxml-2.0.pc.in: dohh generated the wrong include path :-( |
| 14899 | * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-( |
| 14900 | |
Daniel Veillard | 07cdb2a | 2001-09-12 20:19:58 +0000 | [diff] [blame] | 14901 | Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com> |
Daniel Veillard | 98fed37 | 2001-09-13 11:34:58 +0000 | [diff] [blame] | 14902 | Released 2.4.4 |
Daniel Veillard | 07cdb2a | 2001-09-12 20:19:58 +0000 | [diff] [blame] | 14903 | |
| 14904 | * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am |
| 14905 | libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml, |
| 14906 | updated the configuration scripts systems accordingly |
| 14907 | |
Daniel Veillard | 04382ae | 2001-09-12 18:51:30 +0000 | [diff] [blame] | 14908 | Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14909 | |
| 14910 | * configure.in: preparing for 2.4.4 |
| 14911 | * doc/xml.html doc/html/*: updated and rebuilt the docs |
| 14912 | |
Daniel Veillard | d63437e | 2001-09-12 15:00:27 +0000 | [diff] [blame] | 14913 | Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14914 | |
| 14915 | * win32/dsp/libxml2.def.src: tried to incorporate comments |
| 14916 | from bug #59220 |
| 14917 | |
Daniel Veillard | 319a742 | 2001-09-11 09:27:09 +0000 | [diff] [blame] | 14918 | Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14919 | |
| 14920 | * parser.c result/noent/wml.xml: fixed bug #59981 related |
| 14921 | to handling of '&' in attributes when entities are substitued |
| 14922 | |
Daniel Veillard | 7cf5e44 | 2001-09-10 20:16:32 +0000 | [diff] [blame] | 14923 | Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14924 | |
| 14925 | * libxml.h include/libxml/xmlversion.h.in |
| 14926 | include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in: |
| 14927 | Tried to close bug #60131 |
| 14928 | |
Daniel Veillard | bce6233 | 2001-09-10 18:46:55 +0000 | [diff] [blame] | 14929 | Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14930 | |
| 14931 | * SAX.c: fixed a bug in the HTML parser introduced Sep 9 |
| 14932 | |
Daniel Veillard | 143b04f | 2001-09-10 18:14:14 +0000 | [diff] [blame] | 14933 | Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14934 | |
| 14935 | * SAX.c: fixing bug #59946 on xmlns="" |
| 14936 | |
Daniel Veillard | 7a51d6d | 2001-09-10 14:40:43 +0000 | [diff] [blame] | 14937 | Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14938 | |
| 14939 | * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple |
| 14940 | but allocates a new error code. |
| 14941 | |
Daniel Veillard | 05c13a2 | 2001-09-09 08:38:09 +0000 | [diff] [blame] | 14942 | Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14943 | |
| 14944 | * xmllint.c: John Fleck fixed typos in the options output |
| 14945 | * parser.c SAX.c: fix ignorable white space SAX selection |
| 14946 | |
| 14947 | Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14948 | |
| 14949 | * entities.c: Steve Underwood found the possibility of an |
| 14950 | ininite loop in case of error. |
| 14951 | |
Daniel Veillard | 5eb9dea | 2001-09-07 09:38:02 +0000 | [diff] [blame] | 14952 | Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14953 | |
| 14954 | * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD |
| 14955 | |
Daniel Veillard | a050d23 | 2001-09-05 15:51:05 +0000 | [diff] [blame] | 14956 | Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14957 | |
| 14958 | * parser.c: warn if version is not 1.0 but it's not |
| 14959 | strictly speaking an error after analyzing the spec |
| 14960 | |
MDT 2001 John Fleck | 0468500 | 2001-09-03 16:11:47 +0000 | [diff] [blame] | 14961 | Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14962 | |
| 14963 | *doc/catalog.html - add link to the html version of the |
| 14964 | man page, other linguistic cleanups |
| 14965 | |
MDT 2001 John Fleck | 5bd39dc | 2001-09-03 15:14:19 +0000 | [diff] [blame] | 14966 | Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net> |
| 14967 | |
| 14968 | * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1 |
| 14969 | adding documentation for xmlcatalog. Note: xmlcatalog.1, the man |
| 14970 | file, has not yet been included in the build. |
| 14971 | |
Daniel Veillard | 99784ff | 2001-09-01 16:20:28 +0000 | [diff] [blame] | 14972 | Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14973 | |
| 14974 | * catalog.c: removed a duplicate affectation Justin Fletcher |
| 14975 | |
Daniel Veillard | 9e1c72d | 2001-08-31 20:03:19 +0000 | [diff] [blame] | 14976 | Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14977 | |
| 14978 | * tree.c: Armin Sander pointed a possible text coalescing |
| 14979 | problem, completed his patch. |
| 14980 | |
Bjorn Reese | 0b2ae43 | 2001-08-31 16:31:57 +0000 | [diff] [blame] | 14981 | Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 14982 | |
| 14983 | * trionan.c: Fixed const and volatile re-definition problem |
| 14984 | |
Daniel Veillard | 5d96fff | 2001-08-31 14:55:30 +0000 | [diff] [blame] | 14985 | Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14986 | |
| 14987 | * libxml.4 parser.c: doc updates from Heiko Rupp |
| 14988 | * parserInternals.c: 2 sanity checks from Heiko Rupp |
| 14989 | |
Daniel Veillard | 3ec4c61 | 2001-08-28 20:39:49 +0000 | [diff] [blame] | 14990 | Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14991 | |
| 14992 | * tree.c: applied patch from Armin Sander to make some pointers |
| 14993 | const in xmlCopyNode() |
Daniel Veillard | 2ebd7a7 | 2001-08-28 21:07:03 +0000 | [diff] [blame] | 14994 | * include/libxml/tree.h: added fix to the header |
Daniel Veillard | 3ec4c61 | 2001-08-28 20:39:49 +0000 | [diff] [blame] | 14995 | |
Daniel Veillard | b06c614 | 2001-08-27 14:26:30 +0000 | [diff] [blame] | 14996 | Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 14997 | |
| 14998 | * xpath.c: hum, restrict the integer usage gcc bug workaround |
| 14999 | to only gcc compilers so that other architecture don't get |
| 15000 | penalized by this limitation. |
| 15001 | * include/libxml/xpath.h: small typo fix from Heiko W. Rupp |
| 15002 | |
Daniel Veillard | 268fd1b | 2001-08-26 18:46:36 +0000 | [diff] [blame] | 15003 | Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15004 | |
| 15005 | * valid.c: fixed a Windows compiler warning (Chris Poblete) |
| 15006 | * xpath.c: fix for mod when dividend is 0 (Chris Poblete) |
| 15007 | |
Daniel Veillard | 6c5f9d1 | 2001-08-25 13:33:14 +0000 | [diff] [blame] | 15008 | Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15009 | |
| 15010 | * include/libxml/catalog.h catalog.c xmlcatalog.c: added a |
| 15011 | --convert option to xmlcatalog to convert SGML ones to |
| 15012 | the XML syntax. |
| 15013 | * xmllint.c: small cleanup for $SGML_CATALOG_FILES support. |
| 15014 | |
| 15015 | 2.4.3 got released at that point |
Daniel Veillard | 6990bf3 | 2001-08-23 21:17:48 +0000 | [diff] [blame] | 15016 | Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15017 | |
| 15018 | * catalog.c xmlIO.c: started some serious testing and fixed |
| 15019 | a few bug and optmization needs. |
| 15020 | |
Daniel Veillard | 9f7b84b | 2001-08-23 15:31:19 +0000 | [diff] [blame] | 15021 | Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15022 | |
| 15023 | * Makefile.am configure.in include/libxml/xmlwin32version.h: |
| 15024 | preparing for a 2.4.3 release even if it may not be ready yet |
| 15025 | * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected |
| 15026 | all file parsing lookup to go through the entity resolver, add |
| 15027 | to add an API to bypass it (needed to load catalogs themselves), |
| 15028 | some cleanup on the catalog code too. |
| 15029 | * nanoftp.c: small cleanup |
| 15030 | * doc/catalog.html: small update |
| 15031 | |
Daniel Veillard | bc2ddbe | 2001-08-23 10:24:27 +0000 | [diff] [blame] | 15032 | Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15033 | |
| 15034 | * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by |
| 15035 | Jun Kuriyama |
| 15036 | |
Daniel Veillard | ffb120d | 2001-08-23 00:52:23 +0000 | [diff] [blame] | 15037 | Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15038 | |
| 15039 | * doc/catalog.html: finished the catalog documentation |
| 15040 | |
Daniel Veillard | e7ead2d | 2001-08-22 23:44:09 +0000 | [diff] [blame] | 15041 | Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15042 | |
| 15043 | * doc/catalog.html doc/xml.html: added documentation about |
| 15044 | Catalog support, misses an API description |
| 15045 | * doc/html/*: reextracted the API pages |
| 15046 | |
Daniel Veillard | dc2cee2 | 2001-08-22 16:30:37 +0000 | [diff] [blame] | 15047 | Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15048 | |
| 15049 | * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c: |
| 15050 | Added the part about section 7.2 on URI resolution, |
| 15051 | fixed a side effect in the HTML parser, look complete |
| 15052 | and ready to rock except the URI/SystemID part! |
| 15053 | |
Daniel Veillard | 5d90b6c | 2001-08-22 14:29:45 +0000 | [diff] [blame] | 15054 | Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15055 | |
| 15056 | * include/libxml/catalog.h include/libxml/parser.h |
| 15057 | include/libxml/xmlerror.h catalog.c parser.c parserInternals.c |
| 15058 | xmlIO.c: added support and APIs needed for the catalog PI |
| 15059 | * include/libxml/xmlIO.h: cleanup |
| 15060 | |
Daniel Veillard | e2940dd | 2001-08-22 00:06:49 +0000 | [diff] [blame] | 15061 | Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15062 | |
| 15063 | * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c |
| 15064 | include/libxml/catalog.h: starts to look okay, really |
| 15065 | plugged the new framework, cleaned a lot of stuff, |
| 15066 | added some APIs, except the PI's support missing this |
| 15067 | should be mostly complete |
| 15068 | * result/catalogs/* test/catalogs/*: added new test, enriched |
| 15069 | the existing one with URN ID tests |
| 15070 | |
Daniel Veillard | 6433954 | 2001-08-21 12:57:59 +0000 | [diff] [blame] | 15071 | Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15072 | |
| 15073 | * catalog.c: fixed nextCatalog |
| 15074 | * result/catalogs/docbook test/catalogs/*: started adding |
| 15075 | a small regression test |
| 15076 | |
Daniel Veillard | cda9692 | 2001-08-21 10:56:31 +0000 | [diff] [blame] | 15077 | Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15078 | |
| 15079 | * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h: |
| 15080 | more work on the XML catalog support. |
| 15081 | * parser.c include/libxml/parser.h: small cleanup seems using |
| 15082 | list as a public parameter name can give portability troubles |
| 15083 | * trionan.c trionan.h xpath.c include/libxml/trionan.h |
| 15084 | include/libxml/xpath.h include/libxml/Makefile.am: removed |
| 15085 | trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN |
| 15086 | wrappers |
| 15087 | |
Bjorn Reese | 4502960 | 2001-08-21 09:23:53 +0000 | [diff] [blame] | 15088 | Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 15089 | |
| 15090 | * Makefile.am trio.c triodef.h trionan.c xpath.c |
| 15091 | include/libxml/Makefile.am include/libxml/trionan.h: |
| 15092 | Re-worked Not-A-Number and Infinity support. |
| 15093 | * xmlcatalog.c: added readline include files |
| 15094 | |
Daniel Veillard | 344cee7 | 2001-08-20 00:08:40 +0000 | [diff] [blame] | 15095 | Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15096 | |
| 15097 | * Makefile.am xmlcatalog.c libxml.spec.in: renaming |
| 15098 | testCatalog as xmlcatalog, making it an installed app |
| 15099 | adding a shell, and preparing it to be a /etc/xml/catalog |
| 15100 | management tool, though not ready yet |
| 15101 | * catalog.c include/libxml/catalog.h: adding support for |
| 15102 | XML Catalogs http://www.oasis-open.org/committees/entity/ |
| 15103 | not finished, there is some interesting tradeoffs and a |
| 15104 | few open questions left. |
| 15105 | |
Daniel Veillard | b7664f4 | 2001-08-19 13:00:43 +0000 | [diff] [blame] | 15106 | Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15107 | |
| 15108 | * xmllint.c: fixed a line formatting problem |
| 15109 | |
Daniel Veillard | 5015b71 | 2001-08-17 09:37:52 +0000 | [diff] [blame] | 15110 | Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15111 | |
| 15112 | * SAX.c: removed a couple of unused variable (Albert Chin) |
| 15113 | |
Daniel Veillard | bb37129 | 2001-08-16 23:26:59 +0000 | [diff] [blame] | 15114 | Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15115 | |
| 15116 | * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h: |
| 15117 | trying to fix some troubles w.r.t. function returning |
| 15118 | const xxxPtr. |
| 15119 | |
Daniel Veillard | b60c54e | 2001-08-16 19:34:27 +0000 | [diff] [blame] | 15120 | Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15121 | |
| 15122 | * win32/dsp/libxml2.def.src: another set of symbols conditionally |
| 15123 | defined |
| 15124 | |
Daniel Veillard | ae6db17 | 2001-08-16 19:32:00 +0000 | [diff] [blame] | 15125 | Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15126 | |
| 15127 | * xpointer.c: removed unused var |
| 15128 | |
Daniel Veillard | 0919020 | 2001-08-16 16:27:41 +0000 | [diff] [blame] | 15129 | Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15130 | |
| 15131 | * testXPath.c: another small cleanup closing bug #59110 |
| 15132 | |
Daniel Veillard | 796f4b6 | 2001-08-16 16:00:13 +0000 | [diff] [blame] | 15133 | Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15134 | |
| 15135 | * win32/dsp/libxml2.def.src: small cleanup closing bug |
| 15136 | #59108 |
| 15137 | |
Daniel Veillard | 5aac4e4 | 2001-08-15 20:46:57 +0000 | [diff] [blame] | 15138 | Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15139 | |
| 15140 | * example/gjobread.c: add xmlCleanupParser() before leaving |
| 15141 | |
Daniel Veillard | 9a0b3d6 | 2001-08-15 12:58:03 +0000 | [diff] [blame] | 15142 | Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15143 | |
| 15144 | * config.h.in configure.in include/libxml/xmlwin32version.h: |
| 15145 | released 2.4.2 |
| 15146 | |
Daniel Veillard | d3d0672 | 2001-08-15 12:06:36 +0000 | [diff] [blame] | 15147 | Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15148 | |
| 15149 | * include/libxml/valid.h debugXML.c valid.c: deprecate |
| 15150 | the non-boundchecking Sprintf functions, add Snprintf |
| 15151 | this should close bug #57984 |
| 15152 | |
Daniel Veillard | ecb6f5b | 2001-08-15 08:47:42 +0000 | [diff] [blame] | 15153 | Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15154 | |
| 15155 | * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped |
| 15156 | URIs before doing the lookups (pointed by Mark Vakoc) |
| 15157 | |
Daniel Veillard | 0ab5cab | 2001-08-14 16:43:10 +0000 | [diff] [blame] | 15158 | Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15159 | |
| 15160 | * xpath.c: serious changes on Result Value Trees and NodeSets |
| 15161 | w.r.t. deallocation and collect operations. Probably not |
| 15162 | 100% clean (merge of allocated trees smells like a problem). |
| 15163 | Seems sufficient to close #58943 |
| 15164 | |
Daniel Veillard | 90493a9 | 2001-08-14 14:12:47 +0000 | [diff] [blame] | 15165 | Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15166 | |
| 15167 | * xmllint.c: adding a --format option |
| 15168 | |
Daniel Veillard | fe70332 | 2001-08-14 12:18:09 +0000 | [diff] [blame] | 15169 | Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15170 | |
| 15171 | * xpath.c: count() was broken on Result Value Tree |
| 15172 | * xmlIO.c: fixed file:/// accesses on _WIN32 |
| 15173 | |
Daniel Veillard | 70ac0e3 | 2001-08-13 11:24:16 +0000 | [diff] [blame] | 15174 | Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15175 | |
| 15176 | * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the |
| 15177 | macro was renamed, this should close bug #58683 |
| 15178 | |
Daniel Veillard | f300b7e | 2001-08-13 10:43:15 +0000 | [diff] [blame] | 15179 | Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15180 | |
| 15181 | * SAX.c: small fix fixing bug #58539 reported by coolo, in |
| 15182 | entity substitution mode text at the end of the entity might |
| 15183 | be added due to text coalescing. |
| 15184 | * nanoftp.c parser.c: small cleanup |
| 15185 | |
Daniel Veillard | 0c72097 | 2001-08-08 20:59:00 +0000 | [diff] [blame] | 15186 | Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15187 | |
| 15188 | * HACKING: added John Fleck right to commit in the doc subdir |
| 15189 | |
Daniel Veillard | 48da910 | 2001-08-07 01:10:10 +0000 | [diff] [blame] | 15190 | Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15191 | |
| 15192 | * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h: |
| 15193 | allow to inherit attributes from the DTD directly in the |
| 15194 | tree, this is needed for XPath and can be a useful feature. |
| 15195 | Inherited namespaces are always provided at the tree level now |
| 15196 | * test/defattr* result/defattr* result/noent/defattr*: added a couple |
| 15197 | of tests for this feature (XSLT being the prime user). |
| 15198 | |
Daniel Veillard | 50f3437 | 2001-08-03 12:06:36 +0000 | [diff] [blame] | 15199 | Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15200 | |
| 15201 | * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c |
| 15202 | testSAX.c xmlIO.c xmllint.c include/win32config.h |
| 15203 | include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h |
| 15204 | include/libxml/xmlwin32version.h.in win32/README.MSDev |
| 15205 | win32/dsp/*: applied Win32 Facelift No.2 patches from |
| 15206 | Igor Zlatkovic for Windows/MSC |
| 15207 | |
Daniel Veillard | 9f4eb91 | 2001-08-01 21:22:27 +0000 | [diff] [blame] | 15208 | Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15209 | |
| 15210 | * SAX.c: unparsedEntityDecl() the URI computation of the |
| 15211 | entity wasn't done breaking XSLT unparsed-entity-uri() |
| 15212 | |
Daniel Veillard | 567e1b4 | 2001-08-01 15:53:47 +0000 | [diff] [blame] | 15213 | Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com> |
| 15214 | |
| 15215 | * xpath.c: fixed a bug when walking the descendants and |
| 15216 | the current node has no children |
| 15217 | * debugXML.c: show up when a text node is supposed to not be escaped |
| 15218 | |
Thomas Broyer | f186c82 | 2001-07-31 23:30:37 +0000 | [diff] [blame] | 15219 | Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 15220 | |
| 15221 | * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it |
| 15222 | worked like the set:leading() function) |
| 15223 | * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains |
| 15224 | |
Daniel Veillard | ba6db03 | 2001-07-31 16:25:45 +0000 | [diff] [blame] | 15225 | Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15226 | |
| 15227 | * nanohttp.c: protected an use of EAGAIN, Brian Stafford |
| 15228 | |
Daniel Veillard | 5790537 | 2001-07-31 15:52:17 +0000 | [diff] [blame] | 15229 | Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15230 | |
| 15231 | * include/libxml/xmlIO.h: apply change to close #58141 |
| 15232 | * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic |
| 15233 | |
Daniel Veillard | 5e3eecb | 2001-07-31 15:10:53 +0000 | [diff] [blame] | 15234 | Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15235 | |
| 15236 | * parser.c: when the internal subset uses a PE, then the |
| 15237 | included entity can use conditional sections. |
| 15238 | |
Daniel Veillard | 7d7e379 | 2001-07-30 13:42:13 +0000 | [diff] [blame] | 15239 | Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15240 | |
| 15241 | * xpath.c include/libxml/xpath.h: fixed a serious memory problen |
| 15242 | when walking the namespace axis showing up in |
| 15243 | libxst/tests/general/bug-12 |
| 15244 | * xmlmemory.c: added the possibility to trace a given block |
| 15245 | defined by its address |
| 15246 | |
Daniel Veillard | 4aafa79 | 2001-07-28 17:21:12 +0000 | [diff] [blame] | 15247 | Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15248 | |
| 15249 | * parser.c: don't override existing encoding specified before |
| 15250 | starting xmlParseDocument() |
| 15251 | |
Daniel Veillard | fdb1f24 | 2001-07-27 23:32:44 +0000 | [diff] [blame] | 15252 | Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15253 | |
| 15254 | * include/libxml/xmlwin32version.h: reinserted, needed for |
| 15255 | Windows users of CVS |
| 15256 | |
Darin Adler | a77cac0 | 2001-07-27 17:41:51 +0000 | [diff] [blame] | 15257 | 2001-07-27 Darin Adler <darin@bentspoon.com> |
| 15258 | |
Darin Adler | 699613b | 2001-07-27 22:47:14 +0000 | [diff] [blame] | 15259 | * encoding.c: (xmlIconvWrapper): Add cast to fix warning. |
| 15260 | * testCatalog.c: Add include of <libxml/parser.h>. |
| 15261 | |
| 15262 | 2001-07-27 Darin Adler <darin@bentspoon.com> |
| 15263 | |
Darin Adler | a77cac0 | 2001-07-27 17:41:51 +0000 | [diff] [blame] | 15264 | * include/libxml/.cvsignore: |
| 15265 | * include/libxml/xmlwin32version.h: |
| 15266 | Remove this file from CVS because it's generated. |
| 15267 | |
Daniel Veillard | 50822cb | 2001-07-26 20:05:51 +0000 | [diff] [blame] | 15268 | Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15269 | |
| 15270 | * parser.c include/libxml/parser.h: applied const patches from |
| 15271 | Tom Moog #58002 |
| 15272 | |
Thomas Broyer | ba4ad32 | 2001-07-26 16:55:21 +0000 | [diff] [blame] | 15273 | Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 15274 | |
| 15275 | * xpath.c include/libxml/xpath{,Internals}.h: added a function |
| 15276 | lookup framework |
| 15277 | |
Daniel Veillard | 1d0bfab | 2001-07-26 11:49:41 +0000 | [diff] [blame] | 15278 | Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15279 | |
| 15280 | * tree.c: fixed xmlCopyNode() for documents |
| 15281 | |
Daniel Veillard | 6dd398f | 2001-07-25 22:41:03 +0000 | [diff] [blame] | 15282 | Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15283 | |
| 15284 | * parser.c: fixed bugs #58073 reported by Greg Shtilman |
| 15285 | |
| 15286 | Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
Daniel Veillard | 2454ab9 | 2001-07-25 21:39:46 +0000 | [diff] [blame] | 15287 | |
| 15288 | * parser.c: fixes bug #57652 reported by Morus Walter |
| 15289 | |
Daniel Veillard | e392497 | 2001-07-25 20:25:21 +0000 | [diff] [blame] | 15290 | Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15291 | |
| 15292 | * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave |
| 15293 | |
Daniel Veillard | a53c688 | 2001-07-25 17:18:57 +0000 | [diff] [blame] | 15294 | Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15295 | |
| 15296 | * parser.c parserInternals.c: fixed the xmlLineNumbersDefault() |
| 15297 | errors, lesson don't add new functions at 1am before a release |
| 15298 | * xpath.c: integrated fix from Bjorn to avoid divide by zero |
| 15299 | from XPath initialization when possible. |
| 15300 | |
Daniel Veillard | d9bad13 | 2001-07-23 19:39:43 +0000 | [diff] [blame] | 15301 | Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15302 | |
| 15303 | * result/scripts/base*: removing history/readline changed |
| 15304 | this slightly |
| 15305 | * include/libxml/parser.h SAX.c parser.c parserInternals.c |
| 15306 | xmllint.c: make element content line number generation |
| 15307 | optionnal to avoid breaking old apps added interface to switch |
| 15308 | |
Daniel Veillard | f012a64 | 2001-07-23 19:10:52 +0000 | [diff] [blame] | 15309 | Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15310 | |
| 15311 | * configure.in: get rid of the readline and libhistory |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 15312 | dependencies by default, release 2.4.1 with IA64 fix |
Daniel Veillard | f012a64 | 2001-07-23 19:10:52 +0000 | [diff] [blame] | 15313 | * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h |
| 15314 | include/libxml/tree.h include/libxml/xmlIO.h: incorporated |
| 15315 | John Kroll fixes to allow saving to HTTP via PUT (or |
| 15316 | POST of needed). |
| 15317 | * doc/html/*.html: regenerated the docs |
| 15318 | |
Thomas Broyer | e812624 | 2001-07-22 03:54:15 +0000 | [diff] [blame] | 15319 | Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 15320 | |
| 15321 | * hash.c include/libxml/hash.h: added xmlHashScannerFull, |
| 15322 | xmlHashScanFull and xmlHashScannFull3 to get passed the |
| 15323 | three keys as arguments to the callback function |
| 15324 | |
Daniel Veillard | 5e2dace | 2001-07-18 19:30:27 +0000 | [diff] [blame] | 15325 | Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15326 | |
| 15327 | * configure.in Makefile.am: removed libxml softlink for good |
| 15328 | * include/libxml/*.h *.c doc/Makefile.am: cleanup to get |
| 15329 | 100% coverage by gtk-doc |
| 15330 | |
Daniel Veillard | 8599e70 | 2001-07-17 21:38:51 +0000 | [diff] [blame] | 15331 | Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15332 | |
| 15333 | * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64, |
| 15334 | fixed serious troubles due to size_t vs. int mismatch |
| 15335 | |
Daniel Veillard | 8fcc494 | 2001-07-17 20:07:33 +0000 | [diff] [blame] | 15336 | Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15337 | |
| 15338 | * SAX.c xmlIO.c: cleaned up some warning on the Alpha |
| 15339 | |
Thomas Broyer | f06a3d8 | 2001-07-16 04:52:57 +0000 | [diff] [blame] | 15340 | Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
| 15341 | |
| 15342 | * include/libxml/xpath{,Internals}.h xpath.c: added a more |
| 15343 | convenient extension API for value and context managing |
| 15344 | Now handles external objects through xmlXPathPopExternal, |
| 15345 | xmlXPathWrapExternal and xmlXPathReturnExternal. |
| 15346 | Added functions for sets operations (intersection, etc.) |
| 15347 | |
Daniel Veillard | 2209073 | 2001-07-16 00:06:07 +0000 | [diff] [blame] | 15348 | Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15349 | |
| 15350 | * include/libxml/parserInternals.h include/libxml/HTMLparser.h |
| 15351 | xmlIO.c tree.c parserInternals.c entities.c encoding.c |
| 15352 | HTMLparser.c: cleanup of global variables, marking some |
| 15353 | const or private. |
| 15354 | |
Thomas Broyer | f06a3d8 | 2001-07-16 04:52:57 +0000 | [diff] [blame] | 15355 | Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net> |
Thomas Broyer | 496be68 | 2001-07-15 22:59:18 +0000 | [diff] [blame] | 15356 | |
| 15357 | * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF} |
| 15358 | fixed xmlXPathNodeSetItem when passing index=0 |
| 15359 | |
Daniel Veillard | 05dec34 | 2001-07-14 21:57:39 +0000 | [diff] [blame] | 15360 | Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15361 | |
| 15362 | * include/libxml/xmlwin32version.h.in: added xmlCheckVersion() |
| 15363 | |
Daniel Veillard | 28ae636 | 2001-07-14 16:44:32 +0000 | [diff] [blame] | 15364 | Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15365 | |
| 15366 | * xmllint.c: fixed compilation under Cygwin #57503 |
| 15367 | * TODO: update |
| 15368 | |
Peter Williams | ed156f5 | 2001-07-13 18:35:13 +0000 | [diff] [blame] | 15369 | 2001-07-13 Peter Williams <peterw@ximian.com> |
| 15370 | |
| 15371 | * config.h.in: add #undef HAVE_DLFCN_H |
| 15372 | |
| 15373 | * example/Makefile.am (INCLUDES): Compile fix when srcdir != |
| 15374 | builddir. |
| 15375 | |
Daniel Veillard | 73b36e3 | 2001-07-12 15:09:52 +0000 | [diff] [blame] | 15376 | Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15377 | |
| 15378 | * win32/libxml2/libxml2.def.src: added a couple of exported entries |
| 15379 | raised by #57348 and #57381 |
| 15380 | |
Daniel Veillard | 7db3773 | 2001-07-12 01:20:08 +0000 | [diff] [blame] | 15381 | Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15382 | |
| 15383 | * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c |
| 15384 | tree.c xpointer.c: store the line numbder in element->content, |
| 15385 | may break some software, need a configuration mechanism |
| 15386 | |
Darin Adler | 9603789 | 2001-07-11 00:03:16 +0000 | [diff] [blame] | 15387 | 2001-07-10 Darin Adler <darin@bentspoon.com> |
| 15388 | |
| 15389 | * .cvsignore: |
| 15390 | * example/.cvsignore: |
| 15391 | * include/.cvsignore: |
| 15392 | * include/libxml/.cvsignore: |
| 15393 | Various things that are generated and should be ignored. |
| 15394 | |
Daniel Veillard | 09ab7e1 | 2001-07-10 15:49:44 +0000 | [diff] [blame] | 15395 | Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15396 | |
| 15397 | * configure.in include/libxml/xmlwin32version.h: release of 2.4.0 |
| 15398 | * doc/xml.html doc/html/*: updated the docs |
| 15399 | |
Daniel Veillard | 04e2dae | 2001-07-09 20:07:25 +0000 | [diff] [blame] | 15400 | Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15401 | |
| 15402 | * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements |
| 15403 | validation occured on content with element child |
| 15404 | |
Daniel Veillard | b8c9be9 | 2001-07-09 16:01:19 +0000 | [diff] [blame] | 15405 | Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15406 | |
| 15407 | * tree.c: fixed XML Base computation which was broken |
| 15408 | * debugXML.c: added a base function to the shell |
| 15409 | * Makefile.am result/scripts/* test/scripts/*: added scripts |
| 15410 | based regression tests, and adding 2 XML Base tests |
| 15411 | |
Daniel Veillard | 19e96c3 | 2001-07-09 10:32:59 +0000 | [diff] [blame] | 15412 | Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15413 | |
| 15414 | * tree.c: set properties doc and call xmlSetListDoc for properties |
| 15415 | content when grafting them in a different tree. |
| 15416 | * aclocal.m4: remove from CVS |
| 15417 | |
Daniel Veillard | e086f5c | 2001-07-08 21:10:40 +0000 | [diff] [blame] | 15418 | Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15419 | |
| 15420 | * win32/libxml2/libxml2.def.src: added some missing entry point |
| 15421 | for XPath (Mark Vakoc) |
| 15422 | |
Daniel Veillard | 388236f | 2001-07-08 18:35:48 +0000 | [diff] [blame] | 15423 | Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15424 | |
| 15425 | * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O |
| 15426 | layer should URI-Unescape before trying to open resources. |
| 15427 | |
Daniel Veillard | 0438375 | 2001-07-08 14:27:15 +0000 | [diff] [blame] | 15428 | Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15429 | |
| 15430 | * xpath.c: fix the name() bug for elements in the default |
| 15431 | namespace reported by Charlie Bozeman |
| 15432 | |
Daniel Veillard | 7583a59 | 2001-07-08 13:15:55 +0000 | [diff] [blame] | 15433 | Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15434 | |
| 15435 | * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this |
| 15436 | led to an XPath fix, improvements of SAX initialization, and |
| 15437 | an added option --nocdata to testXPath |
| 15438 | |
Daniel Veillard | 449d739 | 2001-07-07 19:11:06 +0000 | [diff] [blame] | 15439 | Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15440 | |
| 15441 | * doc/libxml-doc.el: Felix Natter provided anew version working |
| 15442 | with XEmacs too |
| 15443 | |
Daniel Veillard | 5168dbf | 2001-07-07 00:18:23 +0000 | [diff] [blame] | 15444 | Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15445 | |
| 15446 | * include/libxml/xpath.h: small cleanup |
| 15447 | * doc/xml.html: update |
| 15448 | |
Daniel Veillard | f524d6e | 2001-07-05 23:41:40 +0000 | [diff] [blame] | 15449 | Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15450 | |
| 15451 | * Makefile.am configure.in include/libxml/xmlwin32version.h: |
| 15452 | released 2.3.14 |
| 15453 | |
Daniel Veillard | 4b8328d | 2001-07-05 22:48:42 +0000 | [diff] [blame] | 15454 | Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15455 | |
| 15456 | * doc/html/*: rebuilt the docs for the release |
Daniel Veillard | 5b43fde | 2001-07-05 23:31:40 +0000 | [diff] [blame] | 15457 | * doc/xml.html: added 2.3.14 release. |
Daniel Veillard | 4b8328d | 2001-07-05 22:48:42 +0000 | [diff] [blame] | 15458 | |
Daniel Veillard | 73c9c04 | 2001-07-05 20:02:54 +0000 | [diff] [blame] | 15459 | Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15460 | |
| 15461 | * xpath.c: a bug reported by Stephan Kulow empty nodesets |
| 15462 | were not equal to empty strings |
| 15463 | |
Daniel Veillard | 1fd36d2 | 2001-07-04 22:54:28 +0000 | [diff] [blame] | 15464 | Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15465 | |
| 15466 | * SAX.c: fixed a URI-Reference computation problem when validating |
| 15467 | * xmlIO.c: small cleanup |
| 15468 | |
Daniel Veillard | 4d65a1c | 2001-07-04 22:06:23 +0000 | [diff] [blame] | 15469 | Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15470 | |
| 15471 | * parser.c: improved the description of a couple of interfaces |
| 15472 | upon Larry Stamper suggestion |
| 15473 | |
Daniel Veillard | 62f313b | 2001-07-04 19:49:14 +0000 | [diff] [blame] | 15474 | Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15475 | |
| 15476 | * SAX.c entities.c parser.c: changed completely the way entities |
| 15477 | are handled when running the parser in entity substitution mode. |
| 15478 | This fixes a bug reported by Stephan Kulow and nearly divides |
| 15479 | by 3 the amount of memory required by libxslt to load and process |
| 15480 | DocBook TDG. |
| 15481 | |
Daniel Veillard | f420ac5 | 2001-07-04 16:04:09 +0000 | [diff] [blame] | 15482 | Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15483 | |
| 15484 | * HTMLparser.c: fixing a too early root closing problem raised |
| 15485 | byt Prashanth Naidu |
| 15486 | |
Daniel Veillard | 8c357d5 | 2001-07-03 23:43:33 +0000 | [diff] [blame] | 15487 | Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15488 | |
| 15489 | * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS() |
| 15490 | raised by Mark Vakoc. |
| 15491 | |
Daniel Veillard | 6e90d19 | 2001-07-03 16:37:49 +0000 | [diff] [blame] | 15492 | Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15493 | |
| 15494 | * example/Makefile.am: fixed the include path to add srcdir/include |
| 15495 | * Makefile.am configure.in: fix from Albert Chin for iconv detection |
| 15496 | and some cleanup |
| 15497 | |
Daniel Veillard | f06307e | 2001-07-03 10:35:50 +0000 | [diff] [blame] | 15498 | Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15499 | |
| 15500 | * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h: |
| 15501 | lot of optimization work, results in significant improvements |
| 15502 | when handling really complex XPath queries. Add a small optimizer |
| 15503 | for unions, improve [n] and [last()], avoid some costly ops. |
| 15504 | |
Daniel Veillard | 7704473 | 2001-06-29 21:31:07 +0000 | [diff] [blame] | 15505 | Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15506 | |
| 15507 | * include/libxml/parser.h parser.c: xmlStrstr args are both const |
| 15508 | * xpath.c: small cleanup |
| 15509 | * xmlGetNsList: reformated, fixed problems if used on Entities |
| 15510 | |
Daniel Veillard | 2adbb51 | 2001-06-28 16:20:36 +0000 | [diff] [blame] | 15511 | Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15512 | |
| 15513 | * doc/xml.html: added 1.8.14 and 2.3.13 releases |
| 15514 | |
Daniel Veillard | b37ecd0 | 2001-06-28 16:18:11 +0000 | [diff] [blame] | 15515 | Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15516 | |
| 15517 | * configure.in include/libxml/xmlwin32version.h: released 2.3.13 |
| 15518 | * Makefile.am example/Makefile.am: workaround automake generating |
| 15519 | erroneous deps |
| 15520 | |
Daniel Veillard | 12f7d29 | 2001-06-28 13:12:11 +0000 | [diff] [blame] | 15521 | Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15522 | |
| 15523 | * include/win32config.h: bug #56801 Yon Derek provided a patch |
| 15524 | to the windows config file. |
| 15525 | |
Daniel Veillard | 87ee914 | 2001-06-28 12:54:16 +0000 | [diff] [blame] | 15526 | Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15527 | |
| 15528 | * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src |
| 15529 | libxml.h : Yon Derek provided a set of changes to compile from |
| 15530 | CVS on Windows/MSC |
| 15531 | |
Daniel Veillard | 0e4cd17 | 2001-06-28 12:13:56 +0000 | [diff] [blame] | 15532 | Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15533 | |
| 15534 | * parser.c: fixed UTF8 BOM support in push mode |
| 15535 | * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml: |
| 15536 | added a specific testcase |
| 15537 | |
Daniel Veillard | 3e5bb8e | 2001-06-27 16:34:34 +0000 | [diff] [blame] | 15538 | Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15539 | |
| 15540 | * Makefile.am: added --push regression tests |
| 15541 | * parserInternals.c: the XML parser segfaulted in --push mode |
| 15542 | |
Daniel Veillard | 9a89a8a | 2001-06-27 11:13:35 +0000 | [diff] [blame] | 15543 | Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15544 | |
| 15545 | * configure.in: moved the symlinks detection within a CVS |
| 15546 | check, this is not portable and will be removed soon. |
| 15547 | * xpath.c: small cleanup/speedup |
| 15548 | |
Daniel Veillard | 1164810 | 2001-06-26 16:08:24 +0000 | [diff] [blame] | 15549 | Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15550 | |
| 15551 | * configure.in doc/xml.html include/libxml/xmlwin32version.h: |
| 15552 | release of 2.3.12 |
| 15553 | * parser.c: make an error message if unknow entities in all cases |
| 15554 | |
Daniel Veillard | fcbd74a | 2001-06-26 07:47:23 +0000 | [diff] [blame] | 15555 | Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15556 | |
| 15557 | * uri.c: fixed 2 uri normalization bugs on '//' reduction |
| 15558 | |
Daniel Veillard | 2379384 | 2001-06-25 16:07:45 +0000 | [diff] [blame] | 15559 | Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15560 | |
| 15561 | * include/libxml/Makefile.am: Laszlo Peter pointed out that |
| 15562 | includes were installed in the wrong dir |
| 15563 | |
Daniel Veillard | f5498f3 | 2001-06-25 15:08:36 +0000 | [diff] [blame] | 15564 | Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15565 | |
| 15566 | * doc/html.xml: warn against sending code to exhibit bugs. |
| 15567 | |
Daniel Veillard | 56f0646 | 2001-06-24 21:34:03 +0000 | [diff] [blame] | 15568 | Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15569 | |
| 15570 | * xpath.c: patch to xmlXPathFormatNumber for the optimizer on |
| 15571 | Tru64 from Thomas Leitner |
| 15572 | |
Daniel Veillard | c5d6434 | 2001-06-24 12:13:24 +0000 | [diff] [blame] | 15573 | Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15574 | |
| 15575 | * AUTHORS: added William and Bjorn |
| 15576 | * include/libxml/*.h *.c README doc/*.html etc.: changed old email to |
| 15577 | daniel@veillard.com hopefully I won't have to do this again |
| 15578 | * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that |
| 15579 | docs can be rebuilt cleanly now |
| 15580 | * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h |
| 15581 | from CVs it's generated, added include/libxml/xmlwin32version.h |
| 15582 | also generated but which should change far less frequently. |
| 15583 | * catalog.c nanoftp.c: made sure to include libxml.h not |
| 15584 | libxml/xmlversion.h directly |
| 15585 | * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h |
| 15586 | when compiling on WIN32 and MSC |
| 15587 | |
Daniel Veillard | 07385fd | 2001-06-23 21:55:48 +0000 | [diff] [blame] | 15588 | Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15589 | |
| 15590 | * include/Makefile.am include/libxml/Makefile.am configure.in: |
| 15591 | fixed make distcheck and rebuilding the rpms |
| 15592 | |
Daniel Veillard | cd1d944 | 2001-06-23 18:53:44 +0000 | [diff] [blame] | 15593 | Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15594 | |
| 15595 | * configure.in: should finish the migration of exported includes |
| 15596 | into a real include/libxml in CVS, at least for CVS users. |
| 15597 | * removed the exported headers, added in include/libxml (as well |
| 15598 | as xmlversion.h.in). |
| 15599 | |
Daniel Veillard | 6dd8e05 | 2001-06-23 18:38:06 +0000 | [diff] [blame] | 15600 | Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15601 | |
| 15602 | * configure.in: fixed the way to detect symlink |
| 15603 | |
Daniel Veillard | 6654177 | 2001-06-23 18:31:04 +0000 | [diff] [blame] | 15604 | Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15605 | |
| 15606 | * configure.in: updated, include/libxml is now a real CVS dir |
| 15607 | |
Daniel Veillard | ca98976 | 2001-06-23 17:39:29 +0000 | [diff] [blame] | 15608 | Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15609 | |
| 15610 | * doc/libxml-doc.el: a new version of libxml-doc.el. This new |
| 15611 | version works with both libxml1 and libxml2 (it autodetects |
| 15612 | the prefix of the html-files) from Felix Natter. |
| 15613 | * doc/xml.html: updated doc accordingly |
| 15614 | |
Daniel Veillard | 8cf14d5 | 2001-06-23 16:32:46 +0000 | [diff] [blame] | 15615 | Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15616 | |
| 15617 | * xpath.c: fixed the bug generating a template loop in libxslt |
| 15618 | when using docbook-xsl-1.4, * should filter out document nodes |
| 15619 | * HACKING: added William |
| 15620 | * TODO: updated |
| 15621 | |
Daniel Veillard | 7b06bcb | 2001-06-22 16:03:51 +0000 | [diff] [blame] | 15622 | Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15623 | |
| 15624 | * doc/FAQ.html: added a warning about gcc-3.0 |
| 15625 | * doc/xml.html: added reference to gdome2 and removed a confusing |
| 15626 | sentence |
| 15627 | |
Daniel Veillard | f7f4185 | 2001-06-22 15:18:01 +0000 | [diff] [blame] | 15628 | Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15629 | |
| 15630 | * xmlversion.h: okay this is a generated file, but Windows |
| 15631 | users need it and they can't generate it, and I want CVS |
| 15632 | Windows users ... |
| 15633 | * win32/libxml2/libxml2_so.dsp: Windows project file for |
| 15634 | the shared lib version of libxml2 |
| 15635 | * win32/libxml2/libxml2.def.src: bug #56527 set of exported |
| 15636 | resources needed for libxslt/xsltproc by Yon Derek |
| 15637 | |
Bjorn Reese | 3157b34 | 2001-06-22 14:41:45 +0000 | [diff] [blame] | 15638 | Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 15639 | |
| 15640 | * trio.c: MSVC fix (provided by Igor Zlatkovic) |
| 15641 | |
Daniel Veillard | 4151acb | 2001-06-22 10:48:57 +0000 | [diff] [blame] | 15642 | Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15643 | |
Daniel Veillard | cc146db | 2001-06-22 11:10:52 +0000 | [diff] [blame] | 15644 | * include/win32config.h: another small fix for ATTRIBUTE_UNUSED |
| 15645 | |
| 15646 | Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15647 | |
Daniel Veillard | 4151acb | 2001-06-22 10:48:57 +0000 | [diff] [blame] | 15648 | * include/win32config.h: Yon Derek provided a first fix |
| 15649 | to be able to compile libxslt/xsltproc on Windows |
| 15650 | |
Daniel Veillard | d79bcd1 | 2001-06-21 22:07:42 +0000 | [diff] [blame] | 15651 | Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15652 | |
| 15653 | * xpath.c: attempt to work around what seemed a gcc optimizer |
| 15654 | bug when handling floats on i386 http://veillard.com/gcc.bug |
| 15655 | * tree.c entities.c encoding.c: doing some cleanups while |
| 15656 | chasing it |
| 15657 | |
Daniel Veillard | 017b108 | 2001-06-21 11:20:21 +0000 | [diff] [blame] | 15658 | Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15659 | |
| 15660 | * Makefile.am: cleanup when --without-debug is specified |
| 15661 | * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup |
| 15662 | w.r.t. --without-debug and other include points |
| 15663 | * catalog.h testCatalog.c: a bit of cleanup and prepare for XML |
| 15664 | Catalogs |
| 15665 | * configure.in entities.h tree.h HTMLparser.c: removed |
| 15666 | --without-corba, made the _private field mandatory |
| 15667 | |
Daniel Veillard | 87a764e | 2001-06-20 17:41:10 +0000 | [diff] [blame] | 15668 | Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15669 | |
| 15670 | * parser.c parserInternals.c encoding.c: Since Notepad on Win2k |
| 15671 | outputs a BOM in UTF8, an errata has been issued to avoid the |
| 15672 | problem, that was the most reasonable solution... Add support |
| 15673 | for a leading UTF8 BOM in entities. |
| 15674 | |
Daniel Veillard | 10ea86c | 2001-06-20 13:55:33 +0000 | [diff] [blame] | 15675 | Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15676 | |
| 15677 | * valid.c: fixed a bug found when post validating an entity ref |
| 15678 | * xmllint.c: added --loaddtd and sligly changed --postvalid to |
| 15679 | activate it too |
| 15680 | |
Daniel Veillard | 39196eb | 2001-06-19 18:09:42 +0000 | [diff] [blame] | 15681 | Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15682 | |
| 15683 | * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of |
| 15684 | weakness in the node copy the XPointer and the XInclude |
| 15685 | implementations. Serious cleanup. |
| 15686 | |
Daniel Veillard | 3739b98 | 2001-06-19 12:51:30 +0000 | [diff] [blame] | 15687 | Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15688 | |
| 15689 | * Makefile.am: Kjartan Maraas provided a small patch to |
| 15690 | add xml2-config.in to EXTRA_DIST |
| 15691 | |
Daniel Veillard | a9142e7 | 2001-06-19 11:07:54 +0000 | [diff] [blame] | 15692 | Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15693 | |
| 15694 | * valid.c tree.c parserInternals.c parser.c: Stephan Kulow |
| 15695 | provided another failing case found in KDE, the way the |
| 15696 | ctxt->vctxt.nodeTab was allocated and freed changed over |
| 15697 | time but it wasn't completely cleaned up. This should fix it. |
| 15698 | |
Daniel Veillard | 3ed27bd | 2001-06-17 17:58:17 +0000 | [diff] [blame] | 15699 | Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15700 | |
| 15701 | * parser.c: Stephan Kulow also raised the fact that line number |
| 15702 | could get miscounted making debug harder, fixed the problem |
| 15703 | in xmlParseCharData() |
| 15704 | |
Daniel Veillard | 64b98c0 | 2001-06-17 17:20:21 +0000 | [diff] [blame] | 15705 | Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15706 | |
| 15707 | * valid.c: Stephan Kulow pointed out a problem when validating |
| 15708 | and using an empty entity, forgot a 'break' in a case. |
| 15709 | |
Daniel Veillard | e3c81b5 | 2001-06-17 14:50:34 +0000 | [diff] [blame] | 15710 | Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15711 | |
| 15712 | * tree.c: fixed xmlHasNsProp() accordingly to bug #55683 |
| 15713 | * doc/xml.html: updated with 2.3.11 |
| 15714 | |
Daniel Veillard | 4ec885a | 2001-06-17 10:31:07 +0000 | [diff] [blame] | 15715 | Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15716 | |
| 15717 | * TODO: updated adding cleanup of generated doc |
| 15718 | * configure.in: prepared to release 2.3.11 |
| 15719 | * xmllint.c: added --version for bug reporting |
| 15720 | * doc/html/*.html: rebuilt the doc |
| 15721 | |
Daniel Veillard | 8b8d225 | 2001-06-16 21:24:56 +0000 | [diff] [blame] | 15722 | Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15723 | |
| 15724 | * xpath.c: first part of the work on selecting namespace to |
| 15725 | fix bug #56115 |
| 15726 | |
Daniel Veillard | 96ed583 | 2001-06-15 22:22:04 +0000 | [diff] [blame] | 15727 | Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15728 | |
| 15729 | * Makefile.am example/Makefile.am: Laszlo PETER provided a fix |
| 15730 | when using -liconv |
| 15731 | * TODO: updated |
| 15732 | |
Daniel Veillard | c4f631d | 2001-06-14 11:11:59 +0000 | [diff] [blame] | 15733 | Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15734 | |
| 15735 | * HTMLtree.[ch]: more work on the HTML serialization routnes, |
| 15736 | cleanup, encoding support. |
| 15737 | |
Daniel Veillard | 608ad07 | 2001-06-14 08:32:28 +0000 | [diff] [blame] | 15738 | Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15739 | |
| 15740 | * xpath.c: Thomas Broyer suggested a better patch for the / arg |
| 15741 | |
Daniel Veillard | 239d052 | 2001-06-13 23:02:48 +0000 | [diff] [blame] | 15742 | Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15743 | |
| 15744 | * xpath.c: bug detected by Ankh when / is used as a function arg |
| 15745 | |
Daniel Veillard | 02bb170 | 2001-06-13 21:11:59 +0000 | [diff] [blame] | 15746 | Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15747 | |
| 15748 | * HTMLparser.[ch] HTMLtree.c: stored the inline/block property |
| 15749 | of element and use it to avoid outputting formatting spaces at |
| 15750 | the wrong place. Implemented the format parameter for HTML save. |
| 15751 | * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm |
| 15752 | result/HTML/script.html result/HTML/test2.html result/HTML/test3.html |
| 15753 | result/HTML/wired.html: of course this impact the result of a |
| 15754 | number of HTML tests |
| 15755 | |
Daniel Veillard | 95d845f | 2001-06-13 13:48:46 +0000 | [diff] [blame] | 15756 | Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15757 | |
| 15758 | * HTMLtree.[ch]: started augmenting the HTML save API with |
| 15759 | encoding and formatting parameters |
| 15760 | |
Daniel Veillard | eca60d0 | 2001-06-13 07:45:41 +0000 | [diff] [blame] | 15761 | Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15762 | |
| 15763 | * HTMLtree.h: cleanup and started evaluating the work needed on |
| 15764 | revamping the HTML output code |
| 15765 | |
Daniel Veillard | 84666b3 | 2001-06-11 17:31:08 +0000 | [diff] [blame] | 15766 | Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15767 | |
| 15768 | * DOCBparser.c: handling of PIs and <?sgml-declaration in entities. |
| 15769 | |
Daniel Veillard | 8bdd220 | 2001-06-11 12:47:59 +0000 | [diff] [blame] | 15770 | Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15771 | |
| 15772 | * valid.c: fixed bug #56049, forgot one check in the |
| 15773 | validation routine |
| 15774 | |
Daniel Veillard | ca2366a | 2001-06-11 12:09:01 +0000 | [diff] [blame] | 15775 | Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15776 | |
| 15777 | * tree.[ch]: grrr ... namespace is a C++ reserved keyword |
| 15778 | |
Daniel Veillard | 6761eee | 2001-06-11 10:29:38 +0000 | [diff] [blame] | 15779 | Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15780 | |
| 15781 | * libxml.h: fixed an error in last commit |
| 15782 | * doc/FAQ.html: added an entry for compilation from CVS |
| 15783 | |
Daniel Veillard | 9cc6dc6 | 2001-06-11 08:09:20 +0000 | [diff] [blame] | 15784 | Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15785 | |
| 15786 | * xmlversion.h.in libxml.h: Cygwin patches |
| 15787 | * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one |
| 15788 | * tree.h: cleanup |
| 15789 | |
Daniel Veillard | acd370f | 2001-06-09 17:17:51 +0000 | [diff] [blame] | 15790 | Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15791 | |
| 15792 | * tree.c: patched xmlFreeNode() to avoid freeing() a static |
| 15793 | memory block in a strange case where libxml is linked twice |
| 15794 | in the binary. |
| 15795 | |
Daniel Veillard | 1d04767 | 2001-06-09 16:41:01 +0000 | [diff] [blame] | 15796 | Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15797 | |
| 15798 | * valid.c: (a? , b? , c? , ... , z?) was storing/restauring |
| 15799 | state far too often, simple fix used to avoid it. |
| 15800 | |
Daniel Veillard | 4497e69 | 2001-06-09 14:19:02 +0000 | [diff] [blame] | 15801 | Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15802 | |
| 15803 | * xinclude.c: Raphael Hertzog had a trouble with DTD nodes |
| 15804 | being processed, applied his patch |
| 15805 | * tree.c: fixed a bug raised in xmlStaticCopyNodeList() |
| 15806 | |
Daniel Veillard | f3afa7d | 2001-06-09 13:52:58 +0000 | [diff] [blame] | 15807 | Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15808 | |
| 15809 | * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic |
| 15810 | provided fixes to compile on MSCC again |
| 15811 | * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he |
| 15812 | also provided an update for the project files. |
| 15813 | |
Daniel Veillard | a682b21 | 2001-06-07 19:59:42 +0000 | [diff] [blame] | 15814 | Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15815 | |
| 15816 | * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix |
| 15817 | bug #55810 |
| 15818 | |
Daniel Veillard | e8fc08e | 2001-06-07 19:35:47 +0000 | [diff] [blame] | 15819 | Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15820 | |
| 15821 | * tree.c: fixed xmlGetNsProp() to close bug #55683 |
| 15822 | Note this requires libxslt to use it's own function instead. |
| 15823 | |
Daniel Veillard | f0c5376 | 2001-06-07 16:07:07 +0000 | [diff] [blame] | 15824 | Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15825 | |
| 15826 | * HTMLtree.c: when in a pre element no formatting space should |
| 15827 | be added. |
| 15828 | * test/HTML/pre.html result/HTML/pre.html*: added a regression test |
| 15829 | |
Daniel Veillard | 068a965 | 2001-06-07 15:30:26 +0000 | [diff] [blame] | 15830 | Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15831 | |
| 15832 | * configure.in: added tests for signal() and signal.h |
| 15833 | |
Daniel Veillard | 541d655 | 2001-06-07 14:20:01 +0000 | [diff] [blame] | 15834 | Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15835 | |
| 15836 | * xpath.c: robert pointed out xmlXPathNINF was not initialized |
| 15837 | |
Daniel Veillard | 8a367d4 | 2001-06-07 14:01:34 +0000 | [diff] [blame] | 15838 | Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15839 | |
| 15840 | * doc/libxml-doc.el: Felix Natter provided a new version for |
| 15841 | libxml2 |
| 15842 | |
Daniel Veillard | 8a92629 | 2001-06-07 11:20:20 +0000 | [diff] [blame] | 15843 | Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15844 | |
| 15845 | * HTMLtree.c: when in a pre element no formatting space should |
| 15846 | be added. |
| 15847 | |
Daniel Veillard | 14839d5 | 2001-06-06 16:11:56 +0000 | [diff] [blame] | 15848 | Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15849 | |
| 15850 | * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha |
| 15851 | |
Daniel Veillard | e95e239 | 2001-06-06 10:46:28 +0000 | [diff] [blame] | 15852 | Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15853 | |
| 15854 | * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> |
| 15855 | hack |
| 15856 | * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653 |
| 15857 | * uri.c: fixed a warning |
| 15858 | |
Daniel Veillard | 6e93c4a | 2001-06-05 20:57:42 +0000 | [diff] [blame] | 15859 | Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15860 | |
| 15861 | * HTMLtree.c: trying to close bug #55772 escaping in script |
| 15862 | elements |
| 15863 | * doc/xml.html: suggest to send mail to the list |
| 15864 | |
| 15865 | Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
Daniel Veillard | 1c43dbf | 2001-06-05 17:12:52 +0000 | [diff] [blame] | 15866 | |
| 15867 | * error.c: attempt to fix the xmlGetVarStr breakage once and for |
| 15868 | good. Use a macro and based on the solution provided in |
| 15869 | vsnprintf manual page from GNU. |
| 15870 | |
Bjorn Reese | 9974872 | 2001-06-05 12:49:15 +0000 | [diff] [blame] | 15871 | Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 15872 | |
| 15873 | * error.c: Workaround for non-preserving variadic list. |
| 15874 | * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4 |
| 15875 | |
Daniel Veillard | 2e4f188 | 2001-06-01 10:11:57 +0000 | [diff] [blame] | 15876 | Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15877 | |
| 15878 | * doc/xml.html: added 2.3.10 release |
| 15879 | |
Daniel Veillard | b3a182e | 2001-06-01 09:28:09 +0000 | [diff] [blame] | 15880 | Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15881 | |
| 15882 | * configure.in: releasing 2.3.10 |
| 15883 | |
Daniel Veillard | 3c2758d | 2001-05-31 18:43:43 +0000 | [diff] [blame] | 15884 | Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15885 | |
| 15886 | * xmlIO.c: Gary Pennington spotted a few troubles with file:/// |
| 15887 | |
Daniel Veillard | 2004242 | 2001-05-31 18:22:04 +0000 | [diff] [blame] | 15888 | Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15889 | |
| 15890 | * encoding.c: Robert Collins provided a patch to add the |
| 15891 | "US-ASCII" encoding alias |
| 15892 | |
Daniel Veillard | 97ac131 | 2001-05-30 19:14:17 +0000 | [diff] [blame] | 15893 | Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15894 | |
| 15895 | * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8 |
| 15896 | string oriented functions and started cleaning the related areas |
| 15897 | in xpath.c which needed fixing in this respect |
| 15898 | |
Daniel Veillard | 2d70372 | 2001-05-30 18:32:34 +0000 | [diff] [blame] | 15899 | Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15900 | |
| 15901 | * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug |
| 15902 | #55380 |
| 15903 | * tree.c: patch to xmlNodeGetContent() to get CDATA section content |
| 15904 | |
Daniel Veillard | 9403a04 | 2001-05-28 11:00:53 +0000 | [diff] [blame] | 15905 | Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15906 | |
| 15907 | * TODO: updated |
| 15908 | * nanohttp.[ch] : started adding APIs to get the redirected URL |
| 15909 | when this occurs (needed for further base computation |
| 15910 | * tree.h: cleanup |
| 15911 | * encoding.c: cleanup |
| 15912 | * SAX.c: minor change around ctxt->loadsubset |
| 15913 | |
Daniel Veillard | 6278fb5 | 2001-05-25 07:38:41 +0000 | [diff] [blame] | 15914 | Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15915 | |
| 15916 | * Makefile.am include/Makefile.am: small change to have |
| 15917 | include/libxml rebuilt if working from CVS. |
| 15918 | * uri.c: applied another patch from Carl Douglas for URI escaping, |
| 15919 | this should close bug #51876 |
| 15920 | |
Daniel Veillard | d16df9f | 2001-05-23 13:44:21 +0000 | [diff] [blame] | 15921 | Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15922 | |
| 15923 | * xinclude.c: fixed XInclude recursive behaviour bug #54678 |
| 15924 | * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml |
| 15925 | test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent: |
| 15926 | added specific regression test |
| 15927 | * parser.h: preparing for the XSLT mode where DTD inherited |
| 15928 | attributes are added to the tree. |
| 15929 | |
Daniel Veillard | bbd2245 | 2001-05-23 12:02:27 +0000 | [diff] [blame] | 15930 | Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15931 | |
| 15932 | * xinclude.[ch]: Updated the namespace for the Last Call version |
| 15933 | * result/XInclude/include test/XInclude/include: updated the |
| 15934 | testsuite accordingly |
| 15935 | |
Daniel Veillard | 8514c67 | 2001-05-23 10:29:12 +0000 | [diff] [blame] | 15936 | Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15937 | |
| 15938 | * uri.[ch]: applied a patch from Carl Douglas for URI escaping, |
| 15939 | related to bug #51876 |
| 15940 | |
Daniel Veillard | 42596ad | 2001-05-22 16:57:14 +0000 | [diff] [blame] | 15941 | Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15942 | |
| 15943 | * tree.c: fixed a gross mistake in base computation, xml:base is |
| 15944 | not completely correct yet (need cascade). |
| 15945 | * xpath.[ch]: added the few things needed to find a function name |
| 15946 | and URI from the XPath context when it is called. |
| 15947 | |
Daniel Veillard | 81418e3 | 2001-05-22 15:08:55 +0000 | [diff] [blame] | 15948 | Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15949 | |
| 15950 | * catalog.[ch]: fixes and add xmlLoadCatalogs() |
| 15951 | * DOCBparser.c: small cleanup |
| 15952 | * xmllint.c: added a --catalogs option to load catalogs from |
| 15953 | $SGML_CATALOG_FILES |
| 15954 | * tree.c: cleanup |
| 15955 | * configure.in: iconv library fixup, ICONV_LIBS |
| 15956 | |
Daniel Veillard | af86c7f | 2001-05-21 14:11:26 +0000 | [diff] [blame] | 15957 | Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15958 | |
| 15959 | * catalog.c: handling of CATALOG entries. detection of recursion, |
| 15960 | and a few bugfixes |
| 15961 | * xpath.c: fixing bug #54951 QNAME with no prefix should not match |
| 15962 | against the default namespace |
| 15963 | |
Daniel Veillard | 04b9329 | 2001-05-21 08:15:31 +0000 | [diff] [blame] | 15964 | Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15965 | |
| 15966 | * xpath.c: Joe Orton reported a bug found with IRIx compiler. |
| 15967 | |
Daniel Veillard | a97a19b | 2001-05-20 13:19:52 +0000 | [diff] [blame] | 15968 | Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15969 | |
| 15970 | * parser.c: fixed propagation context info when parsing an |
| 15971 | external entity. |
| 15972 | * doc/html/*.html: regenerated a couple of docs |
| 15973 | |
Daniel Veillard | 4623acd | 2001-05-19 15:13:15 +0000 | [diff] [blame] | 15974 | Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15975 | |
| 15976 | * doc/xml.html: update with 2.3.9 informations |
| 15977 | |
Daniel Veillard | bed7b05 | 2001-05-19 14:59:49 +0000 | [diff] [blame] | 15978 | Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15979 | |
| 15980 | * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c |
| 15981 | xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc |
| 15982 | * doc/html/* : rebuilt the docs |
| 15983 | * valid.c: small patch which may improve some case when |
| 15984 | validating. |
| 15985 | |
Daniel Veillard | f69bb4b | 2001-05-19 13:24:56 +0000 | [diff] [blame] | 15986 | Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15987 | |
| 15988 | * HTMLparser.c: Closed bug #54891 |
| 15989 | * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test |
| 15990 | to the suite |
| 15991 | |
| 15992 | Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15993 | |
| 15994 | * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c: |
| 15995 | applied a documentation patch from LotR and filled in a few missing |
| 15996 | descriptions |
| 15997 | |
Daniel Veillard | 76d66f4 | 2001-05-16 21:05:17 +0000 | [diff] [blame] | 15998 | Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 15999 | |
| 16000 | * xpath.c tree.c parser.c: speed optimizations at the parser level |
| 16001 | document tree freeing and xpath evaluation |
| 16002 | |
Daniel Veillard | fd7ddca | 2001-05-16 10:57:35 +0000 | [diff] [blame] | 16003 | Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16004 | |
| 16005 | * parser.c parser.h parserInternals.h: fixed a couple of |
| 16006 | interfaces for handling memory buffer input to const char * |
| 16007 | upon suggestion of JamesH. |
| 16008 | |
Daniel Veillard | c3739e7 | 2001-05-15 15:23:27 +0000 | [diff] [blame] | 16009 | Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16010 | |
| 16011 | * configure.in: LoTR sent a patch fixing the previous commit |
| 16012 | |
Daniel Veillard | a4f27e0 | 2001-05-15 12:41:29 +0000 | [diff] [blame] | 16013 | Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16014 | |
| 16015 | * configure.in: trying to deal again with the stoopid -R linking |
| 16016 | flag of Solaris |
| 16017 | |
Daniel Veillard | 790142b | 2001-05-15 10:51:53 +0000 | [diff] [blame] | 16018 | Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16019 | |
| 16020 | * xpath.h: two nodeset access macros from Thomas Broyer |
| 16021 | |
Daniel Veillard | ba0b8c9 | 2001-05-15 09:43:47 +0000 | [diff] [blame] | 16022 | Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16023 | |
| 16024 | * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup |
| 16025 | patch from Thomas Broyer |
| 16026 | |
Daniel Veillard | e62d36c | 2001-05-15 08:53:16 +0000 | [diff] [blame] | 16027 | Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16028 | |
| 16029 | * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test |
| 16030 | case |
| 16031 | * INSTALL: was empty added stuff from the FAQ |
| 16032 | |
Daniel Veillard | 75bea54 | 2001-05-11 17:41:21 +0000 | [diff] [blame] | 16033 | Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16034 | |
| 16035 | * tree.[ch]: fixing bug #54446, by cleaning some bugs in the |
| 16036 | attributes handling and #54433 by adding xmlUnsetProp() |
| 16037 | and xmlUnsetNsProp() |
| 16038 | |
Daniel Veillard | 0a2a163 | 2001-05-11 14:18:03 +0000 | [diff] [blame] | 16039 | Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16040 | |
| 16041 | * HTMLparser.c: Patch from Jonas Borgström |
| 16042 | (htmlGetEndPriority): New function, returns |
| 16043 | the priority of a certain element. |
| 16044 | (htmlAutoCloseOnClose): Only close inline elements if they |
| 16045 | all have lower or equal priority. |
| 16046 | * result/HTML: this of course changed a number of tests results. |
| 16047 | |
Daniel Veillard | 7d6fd21 | 2001-05-10 15:34:11 +0000 | [diff] [blame] | 16048 | Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16049 | |
| 16050 | * xmlIO.c catalog.c: plugged in the default catalog resolution |
| 16051 | * doc/gnome-xml.sgml: linked in the Docbook parser and catalog |
| 16052 | documentations |
| 16053 | * doc/html/libxml-*.html: rebuild added the missing ones to CVS |
| 16054 | |
Daniel Veillard | a737459 | 2001-05-10 14:17:55 +0000 | [diff] [blame] | 16055 | Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16056 | |
| 16057 | * Makefile.am xmlversion.h.in configure.in include/Makefile.am: |
| 16058 | integrating catalogs |
| 16059 | * catalog.[ch] testCatalog.c: adding a small catalo API |
| 16060 | (only SGML catalog support). |
| 16061 | * parser.c: restaured xmlKeepBlanksDefault(0) API |
| 16062 | |
Daniel Veillard | c17337c | 2001-05-09 10:51:31 +0000 | [diff] [blame] | 16063 | Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16064 | |
| 16065 | * tree.c: zb@bisp.com reported an error in xmlNodeGetLang() |
| 16066 | |
Daniel Veillard | 257d910 | 2001-05-08 10:41:44 +0000 | [diff] [blame] | 16067 | Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16068 | |
| 16069 | * parser.c: added xmlParseExternalEntityPrivate() to allow |
| 16070 | propagation of ctxt->_private when parsing external entities |
| 16071 | |
Daniel Veillard | 083c266 | 2001-05-08 08:27:14 +0000 | [diff] [blame] | 16072 | Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16073 | |
| 16074 | * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump |
| 16075 | |
Daniel Veillard | 01ef738 | 2001-05-08 07:31:43 +0000 | [diff] [blame] | 16076 | Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16077 | |
| 16078 | * configure.in: fixed a small portability problem with AM_CONDITIONAL |
| 16079 | |
Daniel Veillard | 4de4d3b | 2001-05-07 20:50:47 +0000 | [diff] [blame] | 16080 | Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16081 | |
| 16082 | * valid.c: warn when indeterminist content model is detected |
| 16083 | * result/VC/ElementValid8: this adds a message |
| 16084 | * Makefile.am: add --novalid for VCM tests |
| 16085 | * parserInternals.c: added a call to Init memory |
| 16086 | |
Daniel Veillard | 6426935 | 2001-05-04 17:52:34 +0000 | [diff] [blame] | 16087 | Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16088 | |
| 16089 | * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion |
| 16090 | when both parameters are NULL. |
| 16091 | |
Daniel Veillard | 3772192 | 2001-05-04 15:21:12 +0000 | [diff] [blame] | 16092 | Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16093 | |
| 16094 | * valid.c: applied small patch from Gary Pennington, reindented |
| 16095 | some part of the code. |
| 16096 | |
Daniel Veillard | 3bbbe6f | 2001-05-03 11:15:37 +0000 | [diff] [blame] | 16097 | Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16098 | |
| 16099 | * configure.in doc/xml.html doc/html/*: preparing for 2.3.8 |
| 16100 | release, updated and regenerated the docs |
| 16101 | |
Daniel Veillard | 357c960 | 2001-05-03 10:49:20 +0000 | [diff] [blame] | 16102 | Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16103 | |
| 16104 | * xpath.c result/XPath/expr/floats : clarified and cleanup |
| 16105 | printing of abnormal floats in tests. |
| 16106 | |
Daniel Veillard | a2bc368 | 2001-05-03 08:27:20 +0000 | [diff] [blame] | 16107 | Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16108 | |
| 16109 | * HTMLparser.c: trying to fix the problem reported by Jonas Borgström |
| 16110 | * results/HTML/ : a few changes in the output of the HTML tests as |
| 16111 | a result. |
| 16112 | * configure.in: tying to fix -liconv where needed |
| 16113 | |
Daniel Veillard | 2a0d2e6 | 2001-05-02 17:11:36 +0000 | [diff] [blame] | 16114 | Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16115 | |
| 16116 | * Makefile.am: fixed a stupid error |
| 16117 | |
Daniel Veillard | 7150a03 | 2001-05-02 16:41:11 +0000 | [diff] [blame] | 16118 | Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16119 | |
| 16120 | * configure.in Makefile.am: make the inclusion of the trio |
| 16121 | modules in the library conditional |
| 16122 | |
Daniel Veillard | c057c5d | 2001-05-02 12:41:24 +0000 | [diff] [blame] | 16123 | Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16124 | |
| 16125 | * DOCBparser.c: patche from László Kovács, fixed entities refs |
| 16126 | in attributes handling |
| 16127 | |
Daniel Veillard | edddff9 | 2001-05-02 10:58:52 +0000 | [diff] [blame] | 16128 | Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16129 | |
| 16130 | * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer |
| 16131 | flushing |
| 16132 | |
Daniel Veillard | c8f620b | 2001-04-30 20:31:33 +0000 | [diff] [blame] | 16133 | Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16134 | |
| 16135 | * xpath.c: fix of an XSLT namespace bug reported on the list |
| 16136 | general/bug-8- |
| 16137 | |
Daniel Veillard | 5792e16 | 2001-04-30 17:44:45 +0000 | [diff] [blame] | 16138 | Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16139 | |
| 16140 | * strio.h trio.c: Dan McNichol suggested a couple of small |
| 16141 | fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler |
| 16142 | |
Daniel Veillard | 02141ea | 2001-04-30 11:46:40 +0000 | [diff] [blame] | 16143 | Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16144 | |
| 16145 | * tree.c parser.c encoding.c: spent a bit more time looking |
| 16146 | at the parsing speed and DOM handling. Added a few more |
| 16147 | speedups. |
| 16148 | |
Daniel Veillard | 3ed155f | 2001-04-29 19:56:59 +0000 | [diff] [blame] | 16149 | Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16150 | |
| 16151 | * parser.c: small but effective parsing speed improvement |
| 16152 | |
Daniel Veillard | b59076b | 2001-04-29 17:04:07 +0000 | [diff] [blame] | 16153 | Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16154 | |
| 16155 | * configure.in: default on the DocBook parser inclusion (for Gnome) |
| 16156 | * DOCBparser.h: fixed a header reference |
| 16157 | |
Daniel Veillard | b45c43b | 2001-04-28 17:02:11 +0000 | [diff] [blame] | 16158 | Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16159 | |
| 16160 | * configure.in xpath.c: applied Bjorn patches for FPE on the |
| 16161 | alpha |
| 16162 | |
Daniel Veillard | eefd449 | 2001-04-28 16:55:50 +0000 | [diff] [blame] | 16163 | Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16164 | |
| 16165 | * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add |
| 16166 | xmlSaveFormatFileTo() |
| 16167 | |
Daniel Veillard | e39a93d | 2001-04-28 14:35:02 +0000 | [diff] [blame] | 16168 | Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16169 | |
| 16170 | * xpath.c: simple and efficient optimization, XPath functions |
| 16171 | aways bind to the same code, cache this |
| 16172 | * TODO: updated (by saying some is obsolete) |
| 16173 | |
Daniel Veillard | 2156a56 | 2001-04-28 12:24:34 +0000 | [diff] [blame] | 16174 | Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16175 | |
| 16176 | * xpath.c: more cleanup work on XPath name parsing routines |
| 16177 | |
Daniel Veillard | 61d80a2 | 2001-04-27 17:13:01 +0000 | [diff] [blame] | 16178 | Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16179 | |
| 16180 | * parserInternals.c xpath.[ch]: some UTF8 cleanup on |
| 16181 | xmlXPathParseName |
| 16182 | * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC |
| 16183 | * debugXML.c: avoid compilation problems if compiling without |
| 16184 | HTML support, Igor Zlatkovic |
| 16185 | * win32/libxml2/libxml2.def.src: being able to compile without |
| 16186 | XPath on Windows |
| 16187 | |
Daniel Veillard | dbb14a7 | 2001-04-26 20:54:01 +0000 | [diff] [blame] | 16188 | Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16189 | |
| 16190 | * libxml.m4: yet another patch from Toshio Kuratomi |
| 16191 | |
Daniel Veillard | 2913e4c | 2001-04-26 19:29:02 +0000 | [diff] [blame] | 16192 | Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16193 | |
| 16194 | * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi |
| 16195 | |
Daniel Veillard | 67fee94 | 2001-04-26 18:59:03 +0000 | [diff] [blame] | 16196 | Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16197 | |
| 16198 | * tree.[ch]: added xmlSaveFormatFile interface for saving |
| 16199 | and indenting a file. |
| 16200 | |
Daniel Veillard | 82e4971 | 2001-04-26 14:38:03 +0000 | [diff] [blame] | 16201 | Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16202 | |
| 16203 | * xpath.c: fixed bug #53689 related to processing-instruction() |
| 16204 | |
Daniel Veillard | 02f077a | 2001-04-26 10:59:11 +0000 | [diff] [blame] | 16205 | Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16206 | |
| 16207 | * DOCBparser.c: patche from László Kovács |
| 16208 | |
Daniel Veillard | 30211a0 | 2001-04-26 09:33:18 +0000 | [diff] [blame] | 16209 | Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16210 | |
| 16211 | * parser.c: applied fixes from Christian Glahn bug report #53391 |
| 16212 | |
Daniel Veillard | 5a7c345 | 2001-04-26 09:16:13 +0000 | [diff] [blame] | 16213 | Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16214 | |
| 16215 | * error.c: Jean François Lecomte provided a complete description |
| 16216 | and a fix to bug #53537 |
| 16217 | |
Daniel Veillard | 5c4ec4c | 2001-04-26 07:43:59 +0000 | [diff] [blame] | 16218 | Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16219 | |
| 16220 | * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi |
| 16221 | |
Daniel Veillard | 1034da2 | 2001-04-25 19:06:28 +0000 | [diff] [blame] | 16222 | Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16223 | |
| 16224 | * DOCBparser.c SAX.c: a bit more work on entities processing. |
| 16225 | Still Need to cleanup XML output and references in attributes |
| 16226 | |
Daniel Veillard | 4ec0b0f | 2001-04-25 15:53:40 +0000 | [diff] [blame] | 16227 | Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16228 | |
| 16229 | * DOCBparser.c include/Makefile.am: two patches from László Kovács |
| 16230 | |
Daniel Veillard | b33c201 | 2001-04-25 12:59:04 +0000 | [diff] [blame] | 16231 | Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16232 | |
| 16233 | * tree.c: trying to fix #53574, not completely complete, |
| 16234 | I would like xmllint --copy --debug test/ent1 and |
| 16235 | xmllint --debug test/ent1 to show the same result. |
| 16236 | * xpath.c: fix a bug when trying to sort namespace nodes |
| 16237 | |
Daniel Veillard | 5146f20 | 2001-04-25 10:29:44 +0000 | [diff] [blame] | 16238 | Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16239 | |
| 16240 | * HTMLtree.c: real fix for #53402 |
| 16241 | |
Daniel Veillard | 7533cc8 | 2001-04-24 15:52:00 +0000 | [diff] [blame] | 16242 | Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16243 | |
| 16244 | * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of |
| 16245 | PIs when using xsl:output |
| 16246 | * valid.c: closing #53537 some case generate segfaults if there |
| 16247 | is validity errors |
| 16248 | |
Daniel Veillard | 61b33d5 | 2001-04-24 13:55:12 +0000 | [diff] [blame] | 16249 | Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16250 | |
| 16251 | * SAX.c testDocbook.c DOCBparser.c: more work on the support |
| 16252 | of external parsed entities, added --noent to testDocbook |
| 16253 | * valid.c: Garry Pennington found an uninitialized variable |
| 16254 | access in xmlValidateElementContent() |
| 16255 | |
Daniel Veillard | 56098d4 | 2001-04-24 12:51:09 +0000 | [diff] [blame] | 16256 | Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16257 | |
| 16258 | * HTMLparser.c : HTML parsing still sucks ... trying to deal |
| 16259 | with madness |
| 16260 | * result/HTML/ : this modified the result of the regression tests |
| 16261 | a lot. |
| 16262 | |
Daniel Veillard | 122376b | 2001-04-24 12:12:30 +0000 | [diff] [blame] | 16263 | Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16264 | |
| 16265 | * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses |
| 16266 | to doc where it wasn't checked against NULL reported by |
| 16267 | Jens Laas |
| 16268 | |
Daniel Veillard | 43dadeb | 2001-04-24 11:23:35 +0000 | [diff] [blame] | 16269 | Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16270 | |
| 16271 | * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements |
| 16272 | now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>. |
| 16273 | |
Daniel Veillard | eae522a | 2001-04-23 13:41:34 +0000 | [diff] [blame] | 16274 | Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16275 | |
| 16276 | * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am |
| 16277 | xmlversion.h.in: started (re)integrating the DocBook SGML parser. |
| 16278 | * SAX.[ch]: cleanup and updates for DocBook |
| 16279 | * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or |
| 16280 | ex SGML identifier changes |
| 16281 | * valid.c: removed a static unused function. |
| 16282 | |
Daniel Veillard | de57c61 | 2001-04-23 09:13:36 +0000 | [diff] [blame] | 16283 | Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16284 | |
| 16285 | * HTMLtree.c: applied change for Paul Sponagl on script saving |
| 16286 | * Makefile.am: the warning about entity title.xml are normal. |
| 16287 | |
Daniel Veillard | 393df01 | 2001-04-22 20:11:18 +0000 | [diff] [blame] | 16288 | Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16289 | |
| 16290 | * configure.in: release of 2.3.7 |
| 16291 | * Makefile.am: fixing make distcheck |
| 16292 | |
Daniel Veillard | a41123c | 2001-04-22 19:31:20 +0000 | [diff] [blame] | 16293 | Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16294 | |
| 16295 | * doc/html/* doc/xml.html: updated and regenerated the docs |
| 16296 | |
Daniel Veillard | fd0c3eb | 2001-04-22 19:13:10 +0000 | [diff] [blame] | 16297 | Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16298 | |
| 16299 | * xpath.c: fixed the XPointer problem introduced in 2.3.6 |
| 16300 | |
Daniel Veillard | e82a992 | 2001-04-22 12:12:58 +0000 | [diff] [blame] | 16301 | Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16302 | |
| 16303 | * tree.c: fixed #53388 with the provided patch |
| 16304 | |
Daniel Veillard | 0680399 | 2001-04-22 10:35:56 +0000 | [diff] [blame] | 16305 | Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16306 | |
| 16307 | * valid.c: Bjorn detected an invalid memory access. Fixed |
| 16308 | vstateVPush() |
| 16309 | |
Daniel Veillard | 40af649 | 2001-04-22 08:50:55 +0000 | [diff] [blame] | 16310 | Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16311 | |
| 16312 | * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr |
| 16313 | |
Bjorn Reese | 70a9da5 | 2001-04-21 16:57:29 +0000 | [diff] [blame] | 16314 | Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 16315 | |
| 16316 | * libxml.h: new header used only for the compilation of libxml |
| 16317 | * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c |
| 16318 | error.c hash.c list.c nanoftp.c nanohttp.c parser.c |
| 16319 | parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c |
| 16320 | tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c |
| 16321 | xmlmemory.c xpath.c xpointer.c: libxml.h integration |
| 16322 | * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio |
| 16323 | baseline (version 1.2 plus a single patch). |
| 16324 | * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses |
| 16325 | scientific notation for numbers. Tests added. |
| 16326 | * xpath.c: formatting of numbers changed to use sprintf |
| 16327 | (contribution from William Brack) |
| 16328 | |
Daniel Veillard | 34b1b3a | 2001-04-21 14:16:10 +0000 | [diff] [blame] | 16329 | Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16330 | |
| 16331 | * valid.c: cleanup, more useful debugging |
| 16332 | * parserInternals.c: cleanup vctxt.nodeTab (de)allocation |
| 16333 | * xmlIO.c: entity loading is printed as an error when validating |
| 16334 | |
Daniel Veillard | 1c14b8d | 2001-04-21 10:28:59 +0000 | [diff] [blame] | 16335 | Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16336 | |
| 16337 | * valid.c: fixed to validate within entities |
| 16338 | * test/VCM/v22.xml: added a specific testcase |
| 16339 | |
Daniel Veillard | ca1f172 | 2001-04-20 15:47:35 +0000 | [diff] [blame] | 16340 | Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16341 | |
| 16342 | * valid.c: forgot an epsilon transition in for ()+ |
| 16343 | * test/VCM/v21.xml : added a specific test case |
| 16344 | |
Daniel Veillard | 8534905 | 2001-04-20 13:48:21 +0000 | [diff] [blame] | 16345 | Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16346 | |
| 16347 | * valid.c: removed a state explosion exhibited by RSS |
| 16348 | * test/valid/rss.xml result/valid/rss.xml*: added the testcase |
| 16349 | from bug #51872 |
| 16350 | |
Daniel Veillard | dab4cb3 | 2001-04-20 13:03:48 +0000 | [diff] [blame] | 16351 | Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16352 | |
| 16353 | * valid.[ch] tree.h: worked *hard* to get non-determinist content |
| 16354 | validation without using an ugly NFA -> DFA algo in the source. |
| 16355 | Made a specific algorithm easier to maintain, using a single |
| 16356 | stack and without recursion. |
| 16357 | * Makefile.am test/VCM/*.xml: added more tests to "make Validtests" |
| 16358 | * hash.c: made the growing routine static |
| 16359 | * tree.h parser.c: added the parent information to an |
| 16360 | xmlElementContent node. |
| 16361 | |
Daniel Veillard | e470df7 | 2001-04-18 21:41:07 +0000 | [diff] [blame] | 16362 | Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16363 | |
| 16364 | * SAX.c parser.c xpath.c: generating IDs when not validating |
| 16365 | from an external parsed entity was poisoning the ID has table |
| 16366 | with removed values. This was killing XSLT on the KDE help |
| 16367 | browser. |
| 16368 | |
Daniel Veillard | ceacdd9 | 2001-04-18 15:10:35 +0000 | [diff] [blame] | 16369 | Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16370 | |
| 16371 | * entities.h: andrew@ugh.net.au detected a double declaration |
| 16372 | |
Daniel Veillard | a10efa8 | 2001-04-18 13:09:01 +0000 | [diff] [blame] | 16373 | Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16374 | |
| 16375 | * debugXML.c hash.c tree.h valid.c : some changes related to |
| 16376 | the validation suport to improve speed with DocBook |
| 16377 | * result/VC/OneID2 result/VC/OneID3 : this slightly changes |
| 16378 | the way validation errors get reported |
| 16379 | |
Daniel Veillard | 1ed3f88 | 2001-04-18 09:45:35 +0000 | [diff] [blame] | 16380 | Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16381 | |
| 16382 | * HTMLparser.c HTMLtree.c: applied part of the patches provided |
| 16383 | by P C Chow and William M. Brack for XSLT HTML output |
| 16384 | |
Daniel Veillard | 2d90de4 | 2001-04-16 17:46:18 +0000 | [diff] [blame] | 16385 | Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16386 | |
| 16387 | * xmlversion.h.in win32config.h win32/libxml2/*: applied |
| 16388 | Igor Zlatkovic patches for MSC compilation and added his |
| 16389 | updates |
| 16390 | |
Daniel Veillard | e043ee1 | 2001-04-16 14:08:07 +0000 | [diff] [blame] | 16391 | Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16392 | |
| 16393 | * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper |
| 16394 | prefix lookup. |
| 16395 | * parserInternals.c: fixed the bug reported by Morus Walter |
| 16396 | due to an off by one typo in xmlStringCurrentChar() |
| 16397 | |
Daniel Veillard | a3bfca5 | 2001-04-12 15:42:58 +0000 | [diff] [blame] | 16398 | Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16399 | |
| 16400 | * HTMLparser.c result/HTML/*: revamped the way the HTML |
| 16401 | parser handles end of tags or end of input |
| 16402 | |
Daniel Veillard | 82daa81 | 2001-04-12 08:55:36 +0000 | [diff] [blame] | 16403 | Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16404 | |
| 16405 | * tree.[ch] : added xmlDocCopyNode for gdome2 support |
| 16406 | |
Daniel Veillard | 67a2130 | 2001-04-11 14:39:16 +0000 | [diff] [blame] | 16407 | Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16408 | |
| 16409 | * tree.h: include xmlmemory.h this seems to havoid a nasty glibc |
| 16410 | bug where the linktime verions of free() won't work ... |
| 16411 | |
Daniel Veillard | 27b5528 | 2001-04-11 12:22:25 +0000 | [diff] [blame] | 16412 | Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16413 | |
| 16414 | * config.h.in configure.in xmlversion.h.in: added ansidecl.h test |
| 16415 | |
Daniel Veillard | afc7311 | 2001-04-11 11:51:41 +0000 | [diff] [blame] | 16416 | Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16417 | |
| 16418 | * doc/xml.html: added 2.3.6 release |
| 16419 | |
Daniel Veillard | bdb9ba7 | 2001-04-11 11:28:06 +0000 | [diff] [blame] | 16420 | Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16421 | |
| 16422 | * tree.c: fixed xmlStringGetNodeList() to handle charrefs |
| 16423 | * result/wml.xml: resulted in a small output change |
| 16424 | |
Daniel Veillard | d2f3ec7 | 2001-04-11 07:50:02 +0000 | [diff] [blame] | 16425 | Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16426 | |
| 16427 | * tree.c: xmlNewDoc was missing the charset initialization |
| 16428 | * xmllint.c: added --auto to autogenerate a doc, allow to |
| 16429 | reproduce the problem fixed on xmlNewDoc |
| 16430 | |
Daniel Veillard | 1731d6a | 2001-04-10 16:38:06 +0000 | [diff] [blame] | 16431 | Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16432 | |
| 16433 | * xpath.c: trying to get 52979 solved |
| 16434 | * tree.c result/ result/noent/: trying to get 52712 solved, this |
| 16435 | also made me clean up the fact that XML output in general should |
| 16436 | not add formating blanks by default, this changed the output of |
| 16437 | a few tests |
| 16438 | |
Daniel Veillard | 73639a7 | 2001-04-10 14:31:39 +0000 | [diff] [blame] | 16439 | Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16440 | |
| 16441 | * xpath.c: Bill Brack pointer an error in detecting a null nodeset |
| 16442 | |
Daniel Veillard | fac26a1 | 2001-04-08 13:08:14 +0000 | [diff] [blame] | 16443 | Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16444 | |
| 16445 | * configure.in: finally released 2.3.6 |
| 16446 | |
Daniel Veillard | 911f49a | 2001-04-07 15:39:35 +0000 | [diff] [blame] | 16447 | Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16448 | |
| 16449 | * xpath.c: checking for null pointer generated by new code |
| 16450 | |
Daniel Veillard | d8df6c0 | 2001-04-05 16:54:14 +0000 | [diff] [blame] | 16451 | Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16452 | |
| 16453 | * xpath.c: fixed a [] evaluation problem reported |
| 16454 | * test/XPath/tests/simpleaddr: extended test |
| 16455 | * result/XPath/simpleaddr: updated result |
| 16456 | |
Daniel Veillard | 3b2c261 | 2001-04-04 00:09:00 +0000 | [diff] [blame] | 16457 | Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16458 | |
| 16459 | * xmllint.c: Dan Timis reported a portability problem |
| 16460 | on Macs without mmap, fixed it. |
| 16461 | |
Daniel Veillard | b38bd55 | 2001-04-03 18:22:00 +0000 | [diff] [blame] | 16462 | Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16463 | |
| 16464 | * testXPath.c : added a --tree option allowing to display the |
| 16465 | tree dump of the XPath expression |
| 16466 | |
Daniel Veillard | 4dd9346 | 2001-04-02 15:16:19 +0000 | [diff] [blame] | 16467 | Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16468 | |
| 16469 | * xpath.c: fixed a memleak when comparing nodesets |
| 16470 | * HTMLtree.c: don't invent the HTML doctype if not available (XSLT) |
| 16471 | * tree.c: added a TODO |
| 16472 | |
Daniel Veillard | 92ad210 | 2001-03-27 12:47:33 +0000 | [diff] [blame] | 16473 | Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16474 | |
| 16475 | * configure.in Makefile.am config.h.in xmlversion.h.in: detect if |
| 16476 | we need string functions |
| 16477 | * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions |
| 16478 | to be able to use them where needed. Applied some changes |
| 16479 | to reduce name linking pollution and compile in only what's |
| 16480 | needed. |
| 16481 | * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c |
| 16482 | xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef |
| 16483 | for the string manipulation functions |
| 16484 | * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically |
| 16485 | to the free() function of xmlmemory.c |
| 16486 | * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c |
| 16487 | xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP |
| 16488 | usage. |
| 16489 | |
| 16490 | |
Daniel Veillard | 2be3064 | 2001-03-27 00:32:28 +0000 | [diff] [blame] | 16491 | Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16492 | |
| 16493 | * error.c: applied the context output patch of the error |
| 16494 | handling submitted by Chuck Griffith |
| 16495 | * error/VC/*: this slightly change some error logs |
| 16496 | |
Daniel Veillard | 5058211 | 2001-03-26 22:52:16 +0000 | [diff] [blame] | 16497 | Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16498 | |
| 16499 | * parser.c: fixed line number reporting on error |
| 16500 | |
Daniel Veillard | 04be4f5 | 2001-03-26 21:23:53 +0000 | [diff] [blame] | 16501 | Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16502 | |
| 16503 | * parser.c: Sullivan and Darin found a parser bug, |
| 16504 | applied the patch. |
| 16505 | |
Daniel Veillard | c86a4fa | 2001-03-26 16:28:29 +0000 | [diff] [blame] | 16506 | Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16507 | |
| 16508 | * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c |
| 16509 | testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c |
| 16510 | xmlversion.h.in xpointer.c: of course the way I defined |
| 16511 | UNUSED breaks on old gcc version. Try to be smart and |
| 16512 | also define it directly in xmlversion.h |
| 16513 | * configure.in: removed -ansi flag from the pedantic set |
| 16514 | |
| 16515 | Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
Daniel Veillard | 56a4cb8 | 2001-03-24 17:00:36 +0000 | [diff] [blame] | 16516 | Huge cleanup, I switched to compile with |
| 16517 | -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit |
| 16518 | -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat |
| 16519 | -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow |
| 16520 | -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return |
| 16521 | -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline |
| 16522 | * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch] |
| 16523 | encoding.h entities.c error.c list.[ch] nanoftp.c |
| 16524 | nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c |
| 16525 | testSAX.c testURI.c testXPath.c tree.[ch] uri.c |
| 16526 | valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c |
| 16527 | xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c: |
| 16528 | Cleanup, staticfied a number of non-exported functions, |
| 16529 | detected and cleaned up a dozen of problem found this way, |
| 16530 | avoided a lot of public function name/typedef/system names clashes |
| 16531 | * doc/xml.html: updated |
| 16532 | * configure.in: switched private flags to the really pedantic ones. |
| 16533 | |
Daniel Veillard | c7ad7ce | 2001-03-22 21:45:29 +0000 | [diff] [blame] | 16534 | Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16535 | |
| 16536 | * configure.in: 2.3.5 |
| 16537 | * doc/html/*: rebuilt the docs |
| 16538 | |
Daniel Veillard | 146c912 | 2001-03-22 15:22:27 +0000 | [diff] [blame] | 16539 | Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16540 | |
| 16541 | * parser.c: fixed a reported bug in NOTATION parsing |
| 16542 | * uri.c: accepted but not fixed bug 51876, added TODO |
| 16543 | * Makefile.am: fixed bug 51876 |
| 16544 | |
Daniel Veillard | a5f013b | 2001-03-22 12:44:45 +0000 | [diff] [blame] | 16545 | Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16546 | |
| 16547 | * config.h.in configure.in error.c: fix a compilation problem |
| 16548 | on platforms without vsnprintf (xml@thewrittenword.com) |
| 16549 | |
Daniel Veillard | e020c3a | 2001-03-21 18:06:15 +0000 | [diff] [blame] | 16550 | Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16551 | |
| 16552 | * parser.c: fixed a function name header typo |
| 16553 | * SAX.c: notations can also occur in external subset. |
| 16554 | |
Daniel Veillard | 7d42b54 | 2001-03-20 13:22:46 +0000 | [diff] [blame] | 16555 | Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16556 | |
| 16557 | * error.c: removed a C++ like comment |
| 16558 | |
Daniel Veillard | 0b6b55b | 2001-03-20 11:27:34 +0000 | [diff] [blame] | 16559 | Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16560 | |
| 16561 | * parser.c: fixing bug 52299 strange condition leading |
| 16562 | to a parser crash due to a buffer overflow |
| 16563 | * result/noent/attrib.xml result/attrib.xml test/attrib.xml: |
| 16564 | added the specific test case |
| 16565 | |
Daniel Veillard | fbf8a2d | 2001-03-19 15:58:54 +0000 | [diff] [blame] | 16566 | Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16567 | |
| 16568 | * xpath.[ch]: still a lot of cleanup based on XSLT, added |
| 16569 | xmlXPathConvert{String,Number,Boolean} to be able to make |
| 16570 | type casts without a context stack, fixed some implementation |
| 16571 | problems related to the absence of context at parse-time, |
| 16572 | added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr() |
| 16573 | in the public API too |
| 16574 | * xpointer.c xpathInternals.h: we need to know at parse time |
| 16575 | whether we are compiling an XPointer |
| 16576 | |
Daniel Veillard | afcbe1c | 2001-03-19 10:57:13 +0000 | [diff] [blame] | 16577 | Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16578 | |
| 16579 | * xpath.[ch] xpointer.c: restaured the Binary and API compatibility |
| 16580 | cleaned up the parser internals, refactored XPath code, added |
| 16581 | new compilation based APIs and cleanly separated public and |
| 16582 | private APIs. |
| 16583 | |
Daniel Veillard | d007d6c | 2001-03-19 00:01:07 +0000 | [diff] [blame] | 16584 | Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16585 | |
| 16586 | * xpath.h: the comp field must be added at the end to avoid |
| 16587 | killing binary compat. |
| 16588 | |
Daniel Veillard | 9e7160d | 2001-03-18 23:17:47 +0000 | [diff] [blame] | 16589 | Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16590 | |
| 16591 | * Makefile.am: detect XPath memleaks in regreson tests |
| 16592 | * error.c: fixed and error w.r.t. error reporting still using |
| 16593 | stderr |
| 16594 | * hash.c: added new line at end of file |
| 16595 | * tree.h: minor cleanup |
| 16596 | * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath |
| 16597 | expression parsing from evaluation, resulted in a number of |
| 16598 | changes internally, and in XPointer. Likely to break stuff |
| 16599 | using xpathInternals.h but should remain binary compatible, |
| 16600 | new interfaces will be added. |
| 16601 | |
Daniel Veillard | d574f78 | 2001-03-14 19:40:17 +0000 | [diff] [blame] | 16602 | Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16603 | |
| 16604 | * configure.in: fixed a couple of problems reported by |
| 16605 | okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling |
| 16606 | without gcc on non linux platforms. |
| 16607 | |
Daniel Veillard | 0a6c358 | 2001-03-14 19:15:37 +0000 | [diff] [blame] | 16608 | Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16609 | |
| 16610 | * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested |
| 16611 | a fix for --with-html-dir= configure support. I hope it won't |
| 16612 | break rpm generation |
| 16613 | |
Daniel Veillard | a022fe0 | 2001-03-14 16:30:00 +0000 | [diff] [blame] | 16614 | Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16615 | |
| 16616 | * xmlIO.c: one function comment cleanup. |
| 16617 | |
Daniel Veillard | 25239c1 | 2001-03-14 13:56:48 +0000 | [diff] [blame] | 16618 | Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16619 | |
| 16620 | * SAX.c: external subset notations were improperly registered |
| 16621 | in the internal subset. |
| 16622 | |
Daniel Veillard | 2c4754f | 2001-03-13 09:31:12 +0000 | [diff] [blame] | 16623 | Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16624 | |
| 16625 | * README.cvs-commits: added, pointing to HACKING |
| 16626 | * HACKING: updated |
| 16627 | |
Daniel Veillard | 82ab81e | 2001-03-12 21:11:21 +0000 | [diff] [blame] | 16628 | Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16629 | |
| 16630 | * parser.c: and Matt Sergeant found one in the XML push |
| 16631 | parser (erroneous check I forgot to remove when I fixed the |
| 16632 | main parser). |
| 16633 | |
Daniel Veillard | 68d7b67 | 2001-03-12 18:22:04 +0000 | [diff] [blame] | 16634 | Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16635 | |
| 16636 | * xpath.c: ptittom found a small bug in UnaryExpr |
| 16637 | |
Daniel Veillard | e356c28 | 2001-03-10 12:32:04 +0000 | [diff] [blame] | 16638 | Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16639 | |
| 16640 | * configure.in: bumped to 2.3.4 |
| 16641 | * error.c: fixed bug #51860 |
| 16642 | * tree.c: fixed bug #51861 |
| 16643 | * valid.c: cleanup, more debug, failed to fix one bug crap ... |
| 16644 | * tree.[ch] : added xmlDefaultBufferSize |
| 16645 | * nanoftp.c: typo in function name header block |
| 16646 | * doc/xml.html : updated, added link to XML::LibXSLT |
| 16647 | * doc/html/* : rebuilt the docs |
| 16648 | |
Daniel Veillard | 80f3257 | 2001-03-07 19:45:40 +0000 | [diff] [blame] | 16649 | Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16650 | |
| 16651 | * parser.c SAX.c: the new content parsing code raised an |
| 16652 | ugly bug in the characters() SAX callback. Found it |
| 16653 | just because of strangeness in XSLT XML Rec ouptut :-( |
| 16654 | |
Daniel Veillard | 6c83120 | 2001-03-07 15:57:53 +0000 | [diff] [blame] | 16655 | Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16656 | |
| 16657 | * Makefile.am: Martin Baulig suggested to add -lm |
| 16658 | * tree.c: found another bug in xmlNodeGetContent() |
| 16659 | |
Daniel Veillard | 4af6b6e | 2001-03-06 08:33:38 +0000 | [diff] [blame] | 16660 | Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16661 | |
| 16662 | * xpath.c: Bjorn found the error related to strictness of comparison. |
| 16663 | |
Daniel Veillard | 29631a8 | 2001-03-05 09:49:20 +0000 | [diff] [blame] | 16664 | Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16665 | |
| 16666 | * parser.c: trying to fix the Dtd parsing problem reported |
| 16667 | by Gary, side effect of last week speed optimizations. |
| 16668 | |
Daniel Veillard | 14be0a1 | 2001-03-03 18:50:55 +0000 | [diff] [blame] | 16669 | Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16670 | |
| 16671 | * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg |
| 16672 | * parserInternals.c: removed unneeded test raised by Stric |
| 16673 | |
Bjorn Reese | e1dc011 | 2001-03-03 12:09:03 +0000 | [diff] [blame] | 16674 | Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 16675 | |
| 16676 | * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported |
| 16677 | and fixed by William Brack). Added xmlXPathFormatNumber. |
| 16678 | Changed the sorting slightly. |
| 16679 | * configure.in Makefile.am example/Makefile.am: Added -lm. |
| 16680 | Please note that applications linking with libxml2, must |
| 16681 | also like with the math library from now on. |
| 16682 | |
Daniel Veillard | f9533d1 | 2001-03-03 10:04:57 +0000 | [diff] [blame] | 16683 | Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16684 | |
| 16685 | * HTMLparser.c: fixed loop reported by Marc Sanfacon |
| 16686 | |
Daniel Veillard | 2f36224 | 2001-03-02 17:36:21 +0000 | [diff] [blame] | 16687 | Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16688 | |
| 16689 | * parser.c: one must report spaces even if the Dtd element |
| 16690 | content proves that this is not part of the element content. |
| 16691 | * result/valid/*.xml: this changed the ouptu slightly |
| 16692 | |
Daniel Veillard | b402c07 | 2001-03-01 17:28:58 +0000 | [diff] [blame] | 16693 | Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16694 | |
| 16695 | * configure.in: bumped to 2.3.3 |
| 16696 | * doc/xml.html: updated |
| 16697 | |
Daniel Veillard | 7785171 | 2001-02-27 21:54:07 +0000 | [diff] [blame] | 16698 | Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16699 | |
| 16700 | * tree.c: minor doc fix |
| 16701 | * xpath.c: deallocation issues when a result tree has been |
| 16702 | converted to a node-set |
| 16703 | |
Daniel Veillard | ec70e91 | 2001-02-26 20:10:45 +0000 | [diff] [blame] | 16704 | Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16705 | |
| 16706 | * doc/xml.html: oops corrected dates s/2000/2001 |
| 16707 | |
Daniel Veillard | 8730c56 | 2001-02-26 10:49:57 +0000 | [diff] [blame] | 16708 | Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16709 | |
| 16710 | * valid.c: new patch from Gary Pennington |
| 16711 | |
Daniel Veillard | 91e9d58 | 2001-02-26 07:31:12 +0000 | [diff] [blame] | 16712 | Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16713 | |
| 16714 | * doc/xml.html: applied patch from Ankh |
| 16715 | |
Daniel Veillard | edac3c9 | 2001-02-26 01:36:19 +0000 | [diff] [blame] | 16716 | Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16717 | |
| 16718 | * xinclude.c: fixed a problem building on Mac |
| 16719 | |
Daniel Veillard | 21a0f91 | 2001-02-25 19:54:14 +0000 | [diff] [blame] | 16720 | Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16721 | |
| 16722 | * parser.c: more work on increasing parsing ferformances |
| 16723 | |
Daniel Veillard | 48b2f89 | 2001-02-25 16:11:03 +0000 | [diff] [blame] | 16724 | Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16725 | |
| 16726 | * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c |
| 16727 | xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c: |
| 16728 | avoiding memcpy in production builds MEM_CLEANUP macro use |
| 16729 | * parser.[ch] parserInternals.c: optimizations of the tightest |
| 16730 | internal loops inside the parser. Better checking of I/O |
| 16731 | flushing/loading conditions |
| 16732 | * xmllint.c : added --timing |
| 16733 | |
Daniel Veillard | 7168110 | 2001-02-24 17:48:53 +0000 | [diff] [blame] | 16734 | Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16735 | |
| 16736 | * configure.in: bumped to 2.3.2 |
| 16737 | * doc/xml.html: updated for release |
| 16738 | |
Daniel Veillard | bbd51d5 | 2001-02-24 03:07:03 +0000 | [diff] [blame] | 16739 | Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16740 | |
| 16741 | * xpath.c: found a memleak and fixed a nasty bug |
| 16742 | |
Daniel Veillard | f7cd481 | 2001-02-23 18:44:52 +0000 | [diff] [blame] | 16743 | Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16744 | |
| 16745 | * xmllint.[c1] : added return code errors for xmllint |
| 16746 | * xpath.c: specific debug dump function for result value trees |
| 16747 | |
Daniel Veillard | 4b63707 | 2001-02-21 21:52:55 +0000 | [diff] [blame] | 16748 | Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16749 | |
| 16750 | * xpath.c: finally implemented xmlXPathCompareNodeSets |
| 16751 | * test/XPath/expr/floats results/XPath/expr/floats: added |
| 16752 | a test for float expressions |
| 16753 | |
Daniel Veillard | f714aa3 | 2001-02-21 03:07:44 +0000 | [diff] [blame] | 16754 | Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16755 | |
| 16756 | * tree.c: fixed xmlNodeGetContent, it was not recursing on child |
| 16757 | * parserInternals.[ch]: trying to speed up parsing |
| 16758 | * xpath.c : speeded up node set equality op |
| 16759 | |
Daniel Veillard | e0c3a62 | 2001-02-19 18:05:20 +0000 | [diff] [blame] | 16760 | Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16761 | |
| 16762 | * Makefile.am valid.c list.[ch]: Gary Pennington provided a |
| 16763 | better handling of ID/IDREF and the list modules associated |
| 16764 | * configure.in: small CFLAGS cleanup |
| 16765 | |
Daniel Veillard | a8abee6 | 2001-02-19 15:14:59 +0000 | [diff] [blame] | 16766 | Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16767 | |
| 16768 | * configure.in: fixed iconv detection on AIX (stric) |
| 16769 | |
Daniel Veillard | bca64ef | 2001-02-19 22:20:01 +0000 | [diff] [blame] | 16770 | Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
Daniel Veillard | 88f8f6f | 2001-02-19 10:00:53 +0000 | [diff] [blame] | 16771 | |
| 16772 | * xpath.c: fixed "*" (unbelievable !) and a couple of warnings |
| 16773 | |
Bjorn Reese | fd9b09b | 2001-02-18 16:51:25 +0000 | [diff] [blame] | 16774 | Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net> |
| 16775 | |
| 16776 | * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber, |
| 16777 | and optimized xmlXPathNodeSetSort |
| 16778 | |
Daniel Veillard | 142adbf | 2001-02-17 13:21:05 +0000 | [diff] [blame] | 16779 | Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16780 | |
| 16781 | * xpath.c: bug fix when context size is 0 |
| 16782 | * parser.c: I like Norm's Dtd because they still manage to break |
| 16783 | the parser occasionally |
| 16784 | |
Daniel Veillard | f23e009 | 2001-02-16 13:21:29 +0000 | [diff] [blame] | 16785 | Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16786 | |
| 16787 | * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now |
| 16788 | |
Daniel Veillard | e0e2651 | 2001-02-16 00:11:46 +0000 | [diff] [blame] | 16789 | Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16790 | |
| 16791 | * tree.[ch] parser.c xpath.c: fixed the problem of addressing |
| 16792 | attributes within the XML-1.0 namespace |
| 16793 | |
Daniel Veillard | 6e6a6cc | 2001-02-15 15:55:44 +0000 | [diff] [blame] | 16794 | Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16795 | |
| 16796 | * xpathInternals.h: exported a few axis functions |
| 16797 | * doc/xml.html: updated the doc |
| 16798 | |
Daniel Veillard | 760f442 | 2001-02-15 14:59:48 +0000 | [diff] [blame] | 16799 | Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16800 | |
| 16801 | * configure.in: applied patch from Daniel van Balen for OpenBSD |
| 16802 | and bumped version to 2.3.1 |
| 16803 | * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the |
| 16804 | attempt to find autoclosing was simply broken, removed it, |
| 16805 | updated the examples, this is better |
| 16806 | |
Daniel Veillard | d194dd2 | 2001-02-14 10:37:43 +0000 | [diff] [blame] | 16807 | Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16808 | |
| 16809 | * hash.[ch]: added Paolo Casarini patch to provide Delete from |
| 16810 | hash functionnalities. |
| 16811 | * doc/html/* : rebuild the doc |
| 16812 | |
Daniel Veillard | f41fbbf | 2001-02-13 17:05:35 +0000 | [diff] [blame] | 16813 | Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16814 | |
| 16815 | * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and |
| 16816 | on predicate |
| 16817 | * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err |
| 16818 | result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one |
| 16819 | really want to have tags closed on output even if we accept |
| 16820 | unclosed ones on input |
| 16821 | |
Daniel Veillard | 5dd2f0a | 2001-02-12 17:36:05 +0000 | [diff] [blame] | 16822 | Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16823 | |
| 16824 | * xpath.c: ouch don't free NULL, rare case fixed |
| 16825 | * tree.c: don't coalesce text nodes if they don't have the |
| 16826 | same behaviour wrt escaping on output |
| 16827 | |
Daniel Veillard | d12b69d | 2001-02-11 20:17:31 +0000 | [diff] [blame] | 16828 | Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16829 | |
| 16830 | * xpath.c: small fixup |
| 16831 | * SAX.c: don't warn on empty namespaces. |
| 16832 | |
Daniel Veillard | 6a2e406 | 2001-02-08 10:31:33 +0000 | [diff] [blame] | 16833 | Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16834 | |
| 16835 | * README: a bit of cleanup |
| 16836 | * configure.in: preparing for 2.3.0 release |
| 16837 | |
Daniel Veillard | 1f83d39 | 2001-02-08 09:37:42 +0000 | [diff] [blame] | 16838 | Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16839 | |
| 16840 | * hash.[ch]: added a first version of xmlHashSize() |
| 16841 | * valid.c: another bug fix from Gary Pennington |
| 16842 | |
Daniel Veillard | 5eef622 | 2001-02-07 18:24:48 +0000 | [diff] [blame] | 16843 | Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16844 | |
| 16845 | * valid.c: couple of bug fixes pointed by Gary Pennington |
| 16846 | * HTMLtree.c: #if 0 cleanup |
| 16847 | |
Daniel Veillard | 2c257ec | 2001-02-06 13:29:07 +0000 | [diff] [blame] | 16848 | Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16849 | |
| 16850 | * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique() |
| 16851 | which removes a time consuming check of xmlXPathNodeSetAdd() |
| 16852 | and use it in places where we are sure to not break unicity |
| 16853 | |
Daniel Veillard | 0f2a53c | 2001-02-05 17:57:33 +0000 | [diff] [blame] | 16854 | Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16855 | |
| 16856 | * xpath.c: bug fixes found from XSLT |
| 16857 | * tree.c: preserve node->name special values when copying nodes. |
| 16858 | * parserInternals.[ch] parser.[ch] SAX.c : added a mode where |
| 16859 | external subset are fetched when available but without full |
| 16860 | validation. Added xmlLoadExtDtdDefaultValue, need a function. |
| 16861 | * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML |
| 16862 | output with encoding disabled. |
| 16863 | |
Daniel Veillard | 2c833b6 | 2001-02-03 08:52:06 +0000 | [diff] [blame] | 16864 | Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16865 | |
| 16866 | * xmliO.c: Harry Blundell pointed out that xmlCheckFilename |
| 16867 | xmlCheckFilename should not be called from xmlFileOpenW |
| 16868 | and xmlGzfileOpenW |
| 16869 | |
Daniel Veillard | b6e7fdb | 2001-02-02 17:07:32 +0000 | [diff] [blame] | 16870 | Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16871 | |
| 16872 | * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith |
| 16873 | * test/URI/smith.uri result/URI/smith.uri Makefile.am: |
| 16874 | added the new tests for URI normalization |
| 16875 | * testURI.c: fixed stoopid bugs |
| 16876 | * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration: |
| 16877 | the URI in the error messages are now properly normalized |
| 16878 | |
Daniel Veillard | ea28ce6 | 2001-02-02 08:20:19 +0000 | [diff] [blame] | 16879 | Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16880 | |
| 16881 | * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath |
| 16882 | |
Daniel Veillard | e99a476 | 2001-02-01 04:34:35 +0000 | [diff] [blame] | 16883 | Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16884 | |
| 16885 | * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing |
| 16886 | |
Daniel Veillard | 2b325a0 | 2001-01-31 20:46:31 +0000 | [diff] [blame] | 16887 | Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16888 | |
| 16889 | * xpath.c: fixed mod operator |
| 16890 | |
Daniel Veillard | de55cf6 | 2001-01-31 15:53:13 +0000 | [diff] [blame] | 16891 | Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16892 | |
| 16893 | * parser.c: fixed xmlStrcat doc |
| 16894 | * tree.c: 2 fixes form Anders Carlson for copying nodes and |
| 16895 | trees. |
| 16896 | |
Daniel Veillard | 2f913b7 | 2001-01-31 13:23:49 +0000 | [diff] [blame] | 16897 | Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16898 | |
| 16899 | * xpath.c result/XPath/tests/chaptersbase |
| 16900 | result/XPath/tests/simplebase: fixed XPath node() |
| 16901 | * tree.c: small fix in xmlNewNs() |
| 16902 | * Makefile.am: removed extraneous xml2Conf.sh rule |
| 16903 | |
Daniel Veillard | b42042b | 2001-01-28 07:40:36 +0000 | [diff] [blame] | 16904 | Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16905 | |
| 16906 | * Makefile.am configure.in libxml.spec.in example/Makefile.am: |
| 16907 | Changed the library name, in order to get libxml-devel and |
| 16908 | libxml2-devel to coexist on a single system |
| 16909 | * xml-config.1 xml-config.in xmlConf.sh.in: renamed |
| 16910 | * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files |
| 16911 | |
Daniel Veillard | ee0a466 | 2001-01-27 18:59:33 +0000 | [diff] [blame] | 16912 | Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16913 | |
| 16914 | * Makefile.am configure.in libxml-2.0.pc.in: started working on getting |
| 16915 | libxml2-devel installable in // as libxml-devel. |
| 16916 | |
Daniel Veillard | 5eb0594 | 2001-01-27 17:50:22 +0000 | [diff] [blame] | 16917 | Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16918 | |
| 16919 | * doc/Makefile.am: fixed make rebuild in doc |
| 16920 | * doc/html/*.html: rebuilt the docs |
| 16921 | |
Daniel Veillard | 65c295d | 2001-01-26 09:32:39 +0000 | [diff] [blame] | 16922 | Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16923 | |
| 16924 | * tree.c: patch from Bjorn Reese on xmlBufferCCat |
| 16925 | |
Daniel Veillard | 8e19990 | 2001-01-25 18:54:39 +0000 | [diff] [blame] | 16926 | Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16927 | |
| 16928 | * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get |
| 16929 | the HTML doc to go into the -devel RPM ... |
| 16930 | * aclocal.m4 config.h.in: some updates due to auto* magic |
| 16931 | |
Daniel Veillard | 9308666 | 2001-01-25 18:13:04 +0000 | [diff] [blame] | 16932 | Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16933 | |
| 16934 | * xpath.h: added a hook in the context structure allowing to |
| 16935 | link to extra support, needed for XSLT |
| 16936 | |
Daniel Veillard | f17e09b | 2001-01-25 13:55:35 +0000 | [diff] [blame] | 16937 | Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16938 | |
| 16939 | * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed |
| 16940 | xmlXPtrCmpPoints to use it. |
| 16941 | * propagated the following patch from Alejandro Forero |
| 16942 | * include/win32config.h xmlIO.c: applied further suggestions |
| 16943 | from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup |
| 16944 | * example/gjobread.c: fixed warnings, now that it builds |
| 16945 | |
| 16946 | Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com> |
| 16947 | |
| 16948 | * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks. |
| 16949 | |
| 16950 | * xmlIO.c (xmlCheckFilename): Function added to know whether a given |
| 16951 | filename points to a valid file (not a directory). |
| 16952 | * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW): |
| 16953 | Added calls to xmlCheckFilenameDir. |
| 16954 | |
| 16955 | * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass |
| 16956 | `path' (rather than `filename') as the parameter to gzopen and open. |
| 16957 | |
Daniel Veillard | 48177c2 | 2001-01-23 15:27:41 +0000 | [diff] [blame] | 16958 | Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16959 | |
| 16960 | * Makefile.am: fixed a problem with EXTRA_DIST |
| 16961 | |
Daniel Veillard | b83ba40 | 2001-01-22 22:45:10 +0000 | [diff] [blame] | 16962 | Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16963 | |
| 16964 | * Makefile.am example/Makefile.am: finally found the trick |
| 16965 | to build the example, i.e. add "." in SUBDIRS before example |
| 16966 | in the list <grin/> |
| 16967 | |
Daniel Veillard | 8268716 | 2001-01-22 15:32:01 +0000 | [diff] [blame] | 16968 | Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16969 | |
| 16970 | * doc/xml.html: updated with an XSLT section, removed pointer to |
| 16971 | W3C CVS base. |
| 16972 | |
Daniel Veillard | 8a7642f | 2001-01-22 10:45:16 +0000 | [diff] [blame] | 16973 | Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16974 | |
| 16975 | * xpath.c: when copying a XSLT tree object teh tree need to be copied |
| 16976 | too, and deallocation need to occur the same way. |
| 16977 | |
Daniel Veillard | e456646 | 2001-01-22 09:58:39 +0000 | [diff] [blame] | 16978 | Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16979 | |
| 16980 | * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE |
| 16981 | type correponding to an XSLT result tree fragment. Share most |
| 16982 | of the data format with node set, as well as operators. |
| 16983 | * HTMLtree.c: added a newline at the end of the doctype output |
| 16984 | whe this one is not present initially. |
| 16985 | * tree.c: make sure taht the parent and doc pointers are properly |
| 16986 | set when copying attributes (lists). |
| 16987 | |
Daniel Veillard | 701c736 | 2001-01-21 09:48:59 +0000 | [diff] [blame] | 16988 | Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16989 | |
| 16990 | * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput |
| 16991 | |
Daniel Veillard | 5a2b697 | 2001-01-20 21:15:50 +0000 | [diff] [blame] | 16992 | Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16993 | |
| 16994 | * xpath.c: seems I finally killed that ugly path evaluation |
| 16995 | context bug (tagged 9999 in case is is wrong) |
| 16996 | |
Daniel Veillard | 8f4d975 | 2001-01-19 05:32:34 +0000 | [diff] [blame] | 16997 | Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 16998 | |
| 16999 | * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup() |
| 17000 | for XSLT |
| 17001 | |
Daniel Veillard | d8aa7cb | 2001-01-18 15:21:36 +0000 | [diff] [blame] | 17002 | Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17003 | |
| 17004 | * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix |
| 17005 | for xmlGzfileOpen() bug |
| 17006 | |
Daniel Veillard | f6eea27 | 2001-01-18 12:17:12 +0000 | [diff] [blame] | 17007 | Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17008 | |
| 17009 | * xpath.c: removed an error found by XSLT usage |
| 17010 | * tree.c parserInternals.h: use a predefined static string |
| 17011 | for text and comment nodes, avoid freeing them in xmlFreeNode, |
| 17012 | exported the string name in parserInternals.h and added |
| 17013 | another value to disable encoding at output (for XSLT), |
| 17014 | gain memory, time. |
| 17015 | |
Daniel Veillard | 8f2cc57 | 2001-01-17 08:19:35 +0000 | [diff] [blame] | 17016 | Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17017 | |
| 17018 | * win32/README.MSDev win32/libxml2/libxml2_a.dsp |
| 17019 | win32/libxml2/libxml2_so.dsp: new makefiles and update |
| 17020 | provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de> |
| 17021 | |
Daniel Veillard | f831bfb | 2001-01-16 17:26:04 +0000 | [diff] [blame] | 17022 | Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17023 | |
| 17024 | * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from |
| 17025 | Gary Pennington |
| 17026 | |
Daniel Veillard | 389e6b7 | 2001-01-15 19:41:13 +0000 | [diff] [blame] | 17027 | Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17028 | |
| 17029 | * xpath.c: fixed the comaprision of values and nodelists, |
| 17030 | need to compare nodelist still ... |
| 17031 | * debugXML.c: avoided a possible core dump |
| 17032 | * HTMLparser.c: cleanup |
| 17033 | * nanohttp.c: contributed fix. |
| 17034 | * tree.c: fixes in properties handling added xmlSetNsProp |
| 17035 | needed by libxslt |
| 17036 | * xpathInternals.h: exported xmlXPathBooleanFunction, added a |
| 17037 | comment |
| 17038 | * TODO: updated |
| 17039 | |
Daniel Veillard | 167bd53 | 2001-01-06 21:09:34 +0000 | [diff] [blame] | 17040 | Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17041 | |
| 17042 | * parser.c parserInternals.c: applied Bjorn Reese optimization |
| 17043 | patch |
| 17044 | |
| 17045 | Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17046 | |
| 17047 | * Makefile.am: applied patch fro make check from Martin Vidner |
| 17048 | |
Daniel Veillard | 503b893 | 2001-01-05 06:36:31 +0000 | [diff] [blame] | 17049 | Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17050 | |
| 17051 | * configure.in: preparing 2.2.11 |
| 17052 | * doc/html/*: rebuild the HTML files |
| 17053 | * doc/xml.html : updated |
| 17054 | |
Daniel Veillard | c2f4df2 | 2001-01-04 14:06:39 +0000 | [diff] [blame] | 17055 | Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17056 | |
| 17057 | * tree.c: fixed a stupid bug |
| 17058 | * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com> |
| 17059 | patches related to validation of an XInclude processing result |
| 17060 | * TODO: updated |
| 17061 | |
Daniel Veillard | e248819 | 2001-01-04 10:54:22 +0000 | [diff] [blame] | 17062 | Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17063 | |
| 17064 | * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon |
| 17065 | on large files |
| 17066 | |
Daniel Veillard | f060a41 | 2001-01-03 20:52:44 +0000 | [diff] [blame] | 17067 | Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17068 | |
| 17069 | * xmlIO.c: fixed xmlParserInputBufferCreateMem doc |
| 17070 | |
Daniel Veillard | 45cff69 | 2001-01-03 18:02:04 +0000 | [diff] [blame] | 17071 | Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17072 | |
| 17073 | * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue, |
| 17074 | reported by Jonas Borgström |
| 17075 | * nanohttp.c: Applied Bjorn Reese' IPV6 first patch |
| 17076 | |
Daniel Veillard | 0810898 | 2001-01-03 15:24:58 +0000 | [diff] [blame] | 17077 | Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17078 | |
| 17079 | * testXPath.c xpath.c: fixing the XPath union expressions problem |
| 17080 | reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz> |
| 17081 | |
Daniel Veillard | 4a6845d | 2001-01-03 13:32:39 +0000 | [diff] [blame] | 17082 | Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> |
| 17083 | |
| 17084 | * xmllint.c: Made is so if the file name is "-" is will read form |
| 17085 | standard input. Sven Heinicke <sven@zen.org> |
| 17086 | * tree.c: fixed a problem when growing buffer |
| 17087 | * tree.h: fixed the comment of the node types following andersca |
| 17088 | comment |
| 17089 | * TODO: updated |
| 17090 | |
Daniel Veillard | a6d8eb6 | 2000-12-27 10:46:47 +0000 | [diff] [blame] | 17091 | Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17092 | |
| 17093 | * HTMLparser.[ch]: added a way to avoid adding automatically |
| 17094 | omitted tags. htmlHandleOmittedElem() allows to change the |
| 17095 | default handling. |
| 17096 | * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and |
| 17097 | xmlDocDumpFormatMemoryEnc(), uses memory functions for output |
| 17098 | of xmllint too when using --memory flag, added a memory test |
| 17099 | suite at the Makefile level. |
| 17100 | * xpathInternals.h xpath.[ch] xpointer.c: fixed problems |
| 17101 | with namespace use when encountering QNames in XPath evalation, |
| 17102 | added xmlns() scheme in XPointer. |
| 17103 | * nanoftp.c : incorporated a fix |
| 17104 | * parser.c xmlIO.c: fixed problems raised with encoding when using |
| 17105 | the memory I/O |
| 17106 | * parserInternals.c: closed bug 25934 reported by |
| 17107 | torsten.landschoff@innominate.de |
| 17108 | * TODO: updated |
| 17109 | |
Daniel Veillard | a1fe910 | 2000-11-25 10:49:25 +0000 | [diff] [blame] | 17110 | Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17111 | |
| 17112 | * configure.in doc/html/* doc/xml.html: made a 2.2.9 release |
| 17113 | on a non-updated tree :-(, made a 2.2.10 release to correct the |
| 17114 | situation |
| 17115 | |
Daniel Veillard | ce6e98d | 2000-11-25 09:54:49 +0000 | [diff] [blame] | 17116 | Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17117 | |
| 17118 | * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c |
| 17119 | parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: |
| 17120 | integrated a set of OpenVMS changes from Howard Taylor |
| 17121 | <Howard.Taylor@pacoast.com> |
| 17122 | |
Daniel Veillard | 58770e7 | 2000-11-25 00:48:47 +0000 | [diff] [blame] | 17123 | Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17124 | |
| 17125 | * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll |
| 17126 | * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net> |
| 17127 | |
Daniel Veillard | f62ceff | 2000-11-24 23:36:01 +0000 | [diff] [blame] | 17128 | Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17129 | |
| 17130 | * HTMLparser.c: some fixes on auto-open of html/head/body |
| 17131 | * encoding.c: fixed a compilation error on some gcc env |
| 17132 | * xpath.c xpointer.[ch] xpathInternals.h: improved the |
| 17133 | XPointer implementation |
| 17134 | * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added |
| 17135 | related XPointer tests and associated results |
| 17136 | |
Daniel Veillard | 300f7d6 | 2000-11-24 13:04:04 +0000 | [diff] [blame] | 17137 | Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17138 | |
| 17139 | * doc/xmldtd.html doc/xml.html: following a short step by step |
| 17140 | guidance on IRC to help maciej with DTDs I started a small |
| 17141 | page on the subject. |
| 17142 | |
Daniel Veillard | 748e45d | 2000-11-17 16:36:08 +0000 | [diff] [blame] | 17143 | Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17144 | |
| 17145 | * HTMLparser.c: fixed handling of broken charrefs |
| 17146 | * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows |
| 17147 | patches |
| 17148 | |
Daniel Veillard | 28929b2 | 2000-11-13 18:22:49 +0000 | [diff] [blame] | 17149 | Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17150 | |
| 17151 | * doc/xml.html doc/html/* : rebuilt the docs after adding |
| 17152 | xinclude and updated page for 2.2.7 and 2.2.8 |
| 17153 | * configure.in: releasing 2.2.8 |
| 17154 | |
Daniel Veillard | 41e0651 | 2000-11-13 11:47:47 +0000 | [diff] [blame] | 17155 | Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17156 | |
| 17157 | * parser.[ch] parserInternals.c: applied the conditional |
| 17158 | section processing fix from Jonathan P Springer |
| 17159 | <jonathan.springer2@gte.net> |
| 17160 | * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS |
| 17161 | project file, fixed iconv default non support |
| 17162 | * xpath.c: fixed the problem of evaluating relative expressions |
| 17163 | when a node context is provided. |
| 17164 | |
Daniel Veillard | bf43275 | 2000-11-12 15:56:56 +0000 | [diff] [blame] | 17165 | Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17166 | |
| 17167 | * nanoftp.c: fixed gcc 2.95 new warnings |
| 17168 | * SAX.c: fixed a stupid bug |
| 17169 | * tree.c: fixed a formatting problem when round-tripping |
| 17170 | from/to memory |
| 17171 | * xinclude.c: chased memleak, fixed a base problem |
| 17172 | * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ? |
| 17173 | xmlXPtrBuildNodeList() |
| 17174 | * TODO: updated |
| 17175 | * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude: |
| 17176 | adding a first small set of regression tests for XInclude |
| 17177 | |
Daniel Veillard | c2def84 | 2000-11-07 14:21:01 +0000 | [diff] [blame] | 17178 | Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17179 | |
| 17180 | * nanohttp.[ch]: applied Wayne Davison patches to access |
| 17181 | the WWW-Authorization header. |
| 17182 | * parser.c: Closed Bug#30847: Problems when switching encoding |
| 17183 | in short files by applying Simon Berg's patch. |
| 17184 | * valid.c: fixed a validation problem |
| 17185 | * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h |
| 17186 | xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from |
| 17187 | Wayne Davison |
| 17188 | * xpointer.[ch]: added first version of xmlXPtrBuildNodeList() |
| 17189 | need to be extended to non full nodes selections. |
| 17190 | * xinclude.c: starts to work decently |
| 17191 | |
Daniel Veillard | 9e8bfae | 2000-11-06 16:43:11 +0000 | [diff] [blame] | 17192 | Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17193 | |
| 17194 | * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c |
| 17195 | debugXML.c xmlversion.h.in: Started adding XInclude support, |
| 17196 | this is a new xmllint option |
| 17197 | * tree.c xpath.c: applied TOM patches for XPath |
| 17198 | * xpointer.c: fixed a couple of errors. |
| 17199 | * uri.c: added an escaping function needed for xinclude |
| 17200 | * testXPath.c hash.c HTMLtree.c: minor cleanups raised by |
| 17201 | new warning from RH70 gcc's version |
| 17202 | |
Daniel Veillard | a4964b7 | 2000-10-31 18:23:44 +0000 | [diff] [blame] | 17203 | Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17204 | |
| 17205 | * HTMLparser.c: fixed loop on invalid char in scripts |
| 17206 | * parser.c: update to description of xmlIOParseDTD() |
| 17207 | * libxml.m4 xmlversion.h.in: changes contributed by |
| 17208 | Michael Schmeing <m.schmeing@internet-factory.de> |
| 17209 | * configure.in: preparing for 2.2.7 |
| 17210 | * Makefile.am: trying to avoid config.h and acconfig.h |
| 17211 | being included in the distrib |
| 17212 | * configure.in: released 2.2.7 |
| 17213 | |
| 17214 | Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17215 | |
| 17216 | * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's |
| 17217 | like namespaces for good. Unified xmlNs and xmlNode somewhat. |
| 17218 | |
Daniel Veillard | 0141122 | 2000-10-30 15:33:22 +0000 | [diff] [blame] | 17219 | Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17220 | |
| 17221 | * parser.[ch]: added xmlIOParseDTD() |
| 17222 | * xpointer.c: added support for the 2 extra parameters of |
| 17223 | string-range, fixed a stoopid error when '0' was present |
| 17224 | in XPointer expressions |
| 17225 | * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added |
| 17226 | testsuite for the above |
| 17227 | |
Daniel Veillard | 6db5819 | 2000-10-30 09:27:53 +0000 | [diff] [blame] | 17228 | Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17229 | |
| 17230 | * libxml.spec.in: improved package descriptions |
| 17231 | |
Daniel Veillard | a5db68a | 2000-10-29 18:06:06 +0000 | [diff] [blame] | 17232 | Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17233 | |
| 17234 | * xpath.c xpathInternals.h: applied a large cleaning patch |
| 17235 | from TOM <ptittom@free.fr>, it also add namespace support |
| 17236 | for function and variables registration. |
| 17237 | |
Daniel Veillard | bd20df7 | 2000-10-29 17:53:40 +0000 | [diff] [blame] | 17238 | Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17239 | |
| 17240 | * uri.c: Wayne Davison's patch fixing xmlBuildURI() |
| 17241 | * Makefile.mingw: Wayne Davison's update adding hash.c |
| 17242 | |
Daniel Veillard | c4f4f0b | 2000-10-29 17:46:30 +0000 | [diff] [blame] | 17243 | Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17244 | |
| 17245 | * xpath.c: fixed the root evaluation problems |
| 17246 | * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non |
| 17247 | ignorable spaces with <b> <bold> <em> |
| 17248 | * tree.c: fixed a loop in xmlSearchNsByHref() |
| 17249 | |
Daniel Veillard | 767662d | 2000-10-27 17:04:52 +0000 | [diff] [blame] | 17250 | Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17251 | |
| 17252 | * xpath.c: applied another XPath patch from TOM |
| 17253 | * xpath.c include/makefile.am: applied another patch from |
| 17254 | china@thewrittenword.com (cleanup on IRIX). |
| 17255 | |
Daniel Veillard | 211cc0a | 2000-10-27 11:49:33 +0000 | [diff] [blame] | 17256 | Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17257 | |
| 17258 | * xml-config.1: received a fixed version from Fredrik Hallenberg |
| 17259 | <hallon@lysator.liu.se> |
| 17260 | |
Daniel Veillard | f6bf921 | 2000-10-26 14:07:44 +0000 | [diff] [blame] | 17261 | Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17262 | |
| 17263 | * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr> |
| 17264 | cleanup patch for XPath |
| 17265 | |
Daniel Veillard | d6d7f7b | 2000-10-25 19:56:55 +0000 | [diff] [blame] | 17266 | Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17267 | |
| 17268 | * patched to redirrect all "out of context" error messages to |
| 17269 | a reconfigurable routine. The changes are: |
| 17270 | * xmlerror.h : added the export of an error context type (void *) |
| 17271 | an error handler type xmlGenericErrorFunc there is an interface |
| 17272 | xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler); |
| 17273 | to reset the error handling routine and its argument |
| 17274 | (by default it's equivalent to respectively fprintf and stderr. |
| 17275 | * all the c files: all wild accesses to stderr or stdout within |
| 17276 | the library have been replaced to calls to the handler. |
| 17277 | |
Daniel Veillard | 29a11cc | 2000-10-25 13:32:39 +0000 | [diff] [blame] | 17278 | Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17279 | |
| 17280 | * configure.in: release 2.2.6 |
| 17281 | * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h |
| 17282 | exporting the inner functions of xpath for extension modules |
| 17283 | * doc/*: updated and rebuilt the doc |
| 17284 | |
Daniel Veillard | be9ec4b | 2000-10-25 11:01:53 +0000 | [diff] [blame] | 17285 | Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17286 | |
| 17287 | * nanohttp.c : applied Wayne HTTP cleanup patch |
| 17288 | * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase() |
| 17289 | and xmlNodeSetSpacePreserve() |
| 17290 | |
Daniel Veillard | df7ef2a | 2000-10-25 10:11:55 +0000 | [diff] [blame] | 17291 | Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17292 | |
| 17293 | * xpath.c: closing bug #29260 |
| 17294 | |
Daniel Veillard | 126f279 | 2000-10-24 17:10:12 +0000 | [diff] [blame] | 17295 | Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17296 | |
| 17297 | * hash.[ch] debugXML.c: expanded/enhanced the API, added |
| 17298 | multikey tuples, made hash structure opaque |
| 17299 | * valid.[ch]: moved elements, attributes, notations decalarations |
| 17300 | as well as ID and refs to hash tables. |
| 17301 | * entities.c: hash cleanup |
| 17302 | * xmlmemory.c: fixed a dump problem in debug mode |
| 17303 | * include/Makefile.am: problem passing in DESTDIR= values patch |
| 17304 | from Marc Christensen <marc@calderasystems.com> |
| 17305 | * nanohttp.c: removed debugging remains |
| 17306 | * HTMLparser.c: the bogus tag should be ignored (Wayne) |
| 17307 | * HTMLparser.c parser.c: fixing a number of problems with the |
| 17308 | macros in the *parser.c files (Wayne). |
| 17309 | * HTMLparser.c: close the previous option when opening a new one |
| 17310 | (Marc Sanfacon). |
| 17311 | * result/HTML/*: updated the HTML results accordingly |
| 17312 | |
Daniel Veillard | 52afe80 | 2000-10-22 16:56:02 +0000 | [diff] [blame] | 17313 | Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17314 | |
| 17315 | * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked |
| 17316 | hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched |
| 17317 | XPath functions and XML entities table to them. More to come... |
| 17318 | * xmlIO.c: fixed libxml closing FILEs it didn't open. |
| 17319 | |
Daniel Veillard | 683cb02 | 2000-10-22 12:04:13 +0000 | [diff] [blame] | 17320 | Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17321 | |
| 17322 | * tree.c: coalesce adjacent text nodes |
| 17323 | * valid.c: handling of blank nodes in DTd validation (raised |
| 17324 | by problems with a posteriori validation). |
| 17325 | * nanohttp.c: changing behaviour on HTTP write stuff. |
| 17326 | * HTMLtree.c: forced body and html to be explicitely closed. |
| 17327 | * xpath.h: exported more XPath functions. |
| 17328 | |
Daniel Veillard | 1baf412 | 2000-10-15 20:38:39 +0000 | [diff] [blame] | 17329 | Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17330 | |
| 17331 | * Release of 2.2.5 |
| 17332 | * xpointer.c: range() range-inside and other helper functions |
| 17333 | * parserInternals.c: fixed perf problem raised by rolf@pointsman.de |
| 17334 | |
Daniel Veillard | 47e12f2 | 2000-10-15 14:24:25 +0000 | [diff] [blame] | 17335 | Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17336 | |
| 17337 | * SAX.c: HTML attributes need normalization too (Bjorn Reese) |
| 17338 | * HTMLparser.[ch]: addded htmlIsScriptAttribute() |
| 17339 | |
Daniel Veillard | b732a0e | 2000-10-15 11:27:01 +0000 | [diff] [blame] | 17340 | Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17341 | |
| 17342 | * doc/*: rebuilt docs preparing for 2.2.5 release, added URI |
| 17343 | and XPointer modules |
| 17344 | |
Daniel Veillard | 134c9f3 | 2000-10-15 10:27:08 +0000 | [diff] [blame] | 17345 | Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17346 | |
| 17347 | * SAX.h: closed #25107 |
| 17348 | |
Daniel Veillard | 3991562 | 2000-10-15 10:06:55 +0000 | [diff] [blame] | 17349 | Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17350 | |
| 17351 | * testSAX.c: fixed problem with cdata reporting |
| 17352 | * SAXresult/* : updated |
| 17353 | |
Daniel Veillard | 1e85139 | 2000-10-15 10:02:56 +0000 | [diff] [blame] | 17354 | Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17355 | |
| 17356 | * parser.c test/wap.xml result/noent/wap.xml result/wap.xml: |
| 17357 | Closed bug #27499, added to regression tests |
| 17358 | * TODO: updated |
| 17359 | |
Daniel Veillard | 7eda845 | 2000-10-14 23:38:43 +0000 | [diff] [blame] | 17360 | Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17361 | |
| 17362 | * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML |
| 17363 | support for SCRIPT and STYLE with help from Bjorn Reese |
| 17364 | * test/HTML/* result/HTML/*: added simple testcase and updated |
| 17365 | the existing ones. |
| 17366 | |
Daniel Veillard | ff9c330 | 2000-10-13 16:38:25 +0000 | [diff] [blame] | 17367 | Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17368 | |
| 17369 | * xpath.c xpointer.c: XPointer reorder of ranges start/end and |
| 17370 | string-range for empty strings |
| 17371 | * test/XPath/docs/str test/XPath/xptr/chaptersrange |
| 17372 | test/XPath/xptr/strrange: augmented the XPointer testsuite |
| 17373 | |
Daniel Veillard | 189446d | 2000-10-13 10:23:06 +0000 | [diff] [blame] | 17374 | Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17375 | |
| 17376 | * doc/xml.html doc/xmlmem.html: added a module describing memory |
| 17377 | interfaces and use, updated the main page. |
| 17378 | |
Daniel Veillard | 2f971a2 | 2000-10-12 23:26:32 +0000 | [diff] [blame] | 17379 | Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17380 | |
| 17381 | * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch |
| 17382 | nanoftp code work on Windows too now |
| 17383 | |
| 17384 | Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | c2df4cd | 2000-10-12 23:15:24 +0000 | [diff] [blame] | 17385 | |
| 17386 | * testXPath.c xpath.[ch]: moved some debug functions to xpath core |
| 17387 | * xpointer.c: implemented string-range() at least a good first version |
| 17388 | * test/XPath/docs/str test/XPath/xptr/strrange |
| 17389 | result/XPath/xptr/strrange: the string-range() tests |
| 17390 | |
Daniel Veillard | d3c68c4 | 2000-10-12 08:06:28 +0000 | [diff] [blame] | 17391 | Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17392 | |
| 17393 | * Makefile.am include/Makefile.am include/win32config.h |
| 17394 | win32/Makefile.mingw: fixed problems reported by Wayne Davison |
| 17395 | and make distcheck |
| 17396 | |
Daniel Veillard | 19d6111 | 2000-10-11 23:50:35 +0000 | [diff] [blame] | 17397 | Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17398 | |
| 17399 | * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug |
| 17400 | xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com> |
| 17401 | * xpointer.c: slight extension of xmlXPtrLocationSetMerge |
| 17402 | |
Daniel Veillard | b0426ca | 2000-10-11 23:39:43 +0000 | [diff] [blame] | 17403 | Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17404 | |
| 17405 | * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in : |
| 17406 | patch for socklen_t detection by |
| 17407 | Albert Chin-A-Young <china@thewrittenword.com> |
| 17408 | |
Daniel Veillard | cd42961 | 2000-10-11 15:57:05 +0000 | [diff] [blame] | 17409 | Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17410 | |
| 17411 | * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs |
| 17412 | and added a --dtdvalid option to xmllint used to test it |
| 17413 | |
Daniel Veillard | 47c0245 | 2000-10-11 13:04:36 +0000 | [diff] [blame] | 17414 | Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17415 | |
| 17416 | * xml-config.1 Makefile.am libxml.spec.in: adding a man page for |
| 17417 | xml-config by Fredrik Hallenberg <hallon@lysator.liu.se> |
| 17418 | |
Daniel Veillard | 2d38f04 | 2000-10-11 10:54:10 +0000 | [diff] [blame] | 17419 | Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17420 | |
| 17421 | * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable |
| 17422 | handlings (registration, lookup, cleanup) |
| 17423 | |
Daniel Veillard | c8df0aa | 2000-10-10 23:50:30 +0000 | [diff] [blame] | 17424 | Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17425 | |
| 17426 | * configure.in Makefile.am include/makefile.am: adding XPointer |
| 17427 | and XPtrtests target |
| 17428 | * xpointer.[ch] : new files for XPointer support |
| 17429 | * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and |
| 17430 | more XPath tests |
| 17431 | |
Daniel Veillard | 57fda59 | 2000-10-10 23:24:14 +0000 | [diff] [blame] | 17432 | Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17433 | |
| 17434 | * configure.in: fixed, very broken, make distcheck works again |
| 17435 | |
Daniel Veillard | e8282ed | 2000-10-10 23:01:31 +0000 | [diff] [blame] | 17436 | Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17437 | |
| 17438 | * More work toward 2.2.5, integrated a number of patches |
| 17439 | * configure.in Makefile.am win32config.h.in: trying to cleanup |
| 17440 | make distcheck .... huh ... |
| 17441 | * include/Makefile.am include/win32config.h: new directory |
| 17442 | for includes |
| 17443 | * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp |
| 17444 | updated teh makefiles and instructions for WIN32 |
| 17445 | * xpath.c: small fixes |
| 17446 | * test/XPath/ results/XPath: updated the testcases and results |
| 17447 | * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or |
| 17448 | suggested patches |
| 17449 | * valid.c: fixed an ID bug |
| 17450 | |
Daniel Veillard | b71379b | 2000-10-09 12:30:39 +0000 | [diff] [blame] | 17451 | Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17452 | |
| 17453 | * moved xml-error.h to xmlerror.h: seems this allowed to bypass |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 17454 | the automake bug where wrong dependencies were generated. |
Daniel Veillard | b71379b | 2000-10-09 12:30:39 +0000 | [diff] [blame] | 17455 | * xpath.[ch]: worked on XPointer |
| 17456 | |
Daniel Veillard | 7e99c63 | 2000-10-06 12:59:53 +0000 | [diff] [blame] | 17457 | Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17458 | |
| 17459 | * configure.in Makefile.am: 2.2.5, ship the include in an |
| 17460 | include/libxml subdirectory, use symlinks when using CVS |
| 17461 | * testSAX.c: fixed small bug |
| 17462 | * testXPath.c: changed the way testfiles are parsed |
| 17463 | * debugXML.c: same kind of cleanup when parsing an argument expression |
| 17464 | XPath/XPointers can have blanks embedded |
| 17465 | * xpath.[ch]: more cleanup, reorgs for XPointer work |
| 17466 | * parserInternals.c parser.c HTMLparser.c: fixed wrong include |
| 17467 | * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff |
| 17468 | |
Daniel Veillard | 55b91f2 | 2000-10-05 16:30:11 +0000 | [diff] [blame] | 17469 | Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17470 | |
| 17471 | * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness |
| 17472 | in the XPath engine, rewrote large parts of it, now it's far |
| 17473 | cleaner and in sync with the REC not an old WD. Fixed a parsing |
| 17474 | problem in the interactive XML shell found when testing XPath. |
| 17475 | |
Daniel Veillard | ac26030 | 2000-10-04 13:33:43 +0000 | [diff] [blame] | 17476 | Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17477 | |
| 17478 | * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer, |
| 17479 | incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath |
| 17480 | examples with the extra test |
| 17481 | |
Daniel Veillard | 7cfce32 | 2000-10-04 12:40:27 +0000 | [diff] [blame] | 17482 | Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17483 | |
| 17484 | * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved |
| 17485 | the global init function. |
| 17486 | |
Daniel Veillard | 970112a | 2000-10-03 09:33:21 +0000 | [diff] [blame] | 17487 | Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17488 | |
| 17489 | * HTMLparser.c: Doohhh, attribute name parsing was still case |
| 17490 | sensitive ! Fixed this ... |
| 17491 | * result/HTML/* : updated the tests results accordingly |
| 17492 | |
Daniel Veillard | 740abf5 | 2000-10-02 23:04:54 +0000 | [diff] [blame] | 17493 | Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17494 | |
| 17495 | * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation |
| 17496 | engine, should be far more stable, incorporated a new version of |
| 17497 | preceding/following axis, need testing |
| 17498 | * uri.c: fixed file:///c:/a/b/c problem |
| 17499 | * test/XPath/tests/idsimple: augmented the XPath tests |
| 17500 | |
Daniel Veillard | 3bff2b0 | 2000-10-01 20:33:47 +0000 | [diff] [blame] | 17501 | Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17502 | |
| 17503 | * doc/* rebuilding docs for 2.2.4 release |
| 17504 | |
Daniel Veillard | 8b5dd83 | 2000-10-01 20:28:44 +0000 | [diff] [blame] | 17505 | Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17506 | |
| 17507 | * configure.in: releasing 2.2.4 |
| 17508 | * parser.[ch]: added xmlStrEqual() |
| 17509 | * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c |
| 17510 | tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to |
| 17511 | use xmlStrEqual instead |
| 17512 | * TODO: updated |
| 17513 | * added an XPath test |
| 17514 | |
Daniel Veillard | bc76530 | 2000-10-01 18:23:35 +0000 | [diff] [blame] | 17515 | Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17516 | |
| 17517 | * HTMLparser.c: fixed htmlStartCloseIndexinitialized init |
| 17518 | * entities.h: exported xmlInitializePredefinedEntities |
| 17519 | * parser.[ch] : added xmlInitParser() |
| 17520 | * parserInternals.h : had to export htmlInitAutoClose() |
| 17521 | |
Daniel Veillard | f09e7e3 | 2000-10-01 15:53:30 +0000 | [diff] [blame] | 17522 | Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17523 | |
| 17524 | * xpath.[ch] : fixed some serious XPath Predicate evaluation |
| 17525 | problems |
| 17526 | * Makefile.am : added XPath regression tests to normal tests |
| 17527 | * uri.c: fixed a problem with local paths, cleanup |
| 17528 | * parser.c: fixed a problem with large CData sections |
| 17529 | |
Daniel Veillard | d2ade93 | 2000-09-30 14:39:55 +0000 | [diff] [blame] | 17530 | Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17531 | |
| 17532 | * configure.in xml-config.in: patch from "Ben Taylor" |
| 17533 | <sol7x86@hotmail.com> for solaris shared libs lookup |
| 17534 | |
Martin Baulig | dd7d1f6 | 2000-09-29 23:17:57 +0000 | [diff] [blame] | 17535 | 2000-09-30 Martin Baulig <baulig@suse.de> |
| 17536 | |
| 17537 | * libxml-2.0.pc.in: Provide pkg-config script. |
| 17538 | |
| 17539 | * configure.in: Create the libxml-2.0.pc script from the |
| 17540 | libxml-2.0.pc.in templates. |
| 17541 | * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc |
Martin Baulig | 1b478d1 | 2000-09-30 02:27:55 +0000 | [diff] [blame] | 17542 | script in `$(libdir)/pkgconfig'. |
Martin Baulig | dd7d1f6 | 2000-09-29 23:17:57 +0000 | [diff] [blame] | 17543 | |
Daniel Veillard | 4b0755c | 2000-09-25 14:26:28 +0000 | [diff] [blame] | 17544 | Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17545 | |
| 17546 | * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning |
| 17547 | when compiling with MSC |
| 17548 | |
Daniel Veillard | 46057e1 | 2000-09-24 18:49:59 +0000 | [diff] [blame] | 17549 | Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17550 | |
| 17551 | * xpath.c: patch for normalize-string() substring-before(), |
| 17552 | substring-after() and translate() functions from Bjorn Reese |
| 17553 | <breese@mail1.stofanet.dk> |
| 17554 | * libxml.m4 Makefile.am: added libxml.m4 from Debian ? |
| 17555 | Fredrik Hallenberg <hallon@lysator.liu.se> |
| 17556 | * TODO: updated |
| 17557 | |
Daniel Veillard | 281f8ff | 2000-09-24 08:12:14 +0000 | [diff] [blame] | 17558 | Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17559 | |
| 17560 | * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the |
| 17561 | problem of socklen_t being undefined on a number of platforms |
| 17562 | * debugXML.c: fixed a compilation problem when without snprintf |
| 17563 | |
Daniel Veillard | 8ddb5a7 | 2000-09-23 10:28:52 +0000 | [diff] [blame] | 17564 | Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17565 | |
| 17566 | * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting |
| 17567 | an URI bug and a fix for the control-character-induced infinite loop |
| 17568 | * nanohttp.c: preventive fix for compiling on WIN32 |
| 17569 | |
Daniel Veillard | 64c20ed | 2000-09-22 16:07:02 +0000 | [diff] [blame] | 17570 | Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17571 | |
| 17572 | * xmlint.c: closing bug #25000 |
| 17573 | |
Daniel Veillard | b656ebe | 2000-09-22 13:51:48 +0000 | [diff] [blame] | 17574 | Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17575 | |
| 17576 | * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public |
| 17577 | * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and |
| 17578 | modified slightly Wayne Davison patch adding xmlStrcasecmp and |
| 17579 | related function, fixing xmlStrncmp(), and associated cleanup |
| 17580 | * result/HTML/entities.html.sax: updating result |
| 17581 | |
Daniel Veillard | 4fb87ee | 2000-09-19 12:25:59 +0000 | [diff] [blame] | 17582 | Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17583 | |
| 17584 | * uri.c: applied patch for URI escaping from Wayne Davison |
| 17585 | <wayned@blorf.net> |
| 17586 | * tree.c parserInternals.c HTMLparser.c: memset checks patches |
| 17587 | from Denis Barbier <barbier@imacs.polytechnique.fr> |
| 17588 | * HTMLparser.c: UTF8 characters in HTML tag-attribute values |
| 17589 | patch from Wayne Davison |
| 17590 | |
Daniel Veillard | d5f97f8 | 2000-09-17 16:38:14 +0000 | [diff] [blame] | 17591 | Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17592 | |
| 17593 | * doc/xml.html : updated with new releases, adding "how to help" |
| 17594 | |
Daniel Veillard | 04698d9 | 2000-09-17 16:00:22 +0000 | [diff] [blame] | 17595 | Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17596 | |
| 17597 | * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: |
| 17598 | removed a few warnings in pedantic mode ... |
| 17599 | * parserInternals.c parser.c: moved encoding switching function |
| 17600 | to parserInternals.c |
| 17601 | * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 |
| 17602 | |
Daniel Veillard | a2c6da9 | 2000-09-16 18:15:00 +0000 | [diff] [blame] | 17603 | Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17604 | |
| 17605 | * HTMLparser.c parser.c: set ctxt->errNo before calling the |
| 17606 | error or warning handlers |
| 17607 | |
Daniel Veillard | b1059e2 | 2000-09-16 14:02:43 +0000 | [diff] [blame] | 17608 | Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17609 | |
| 17610 | * parserInternals.c parserInternals.h parser.c Makefile.am: |
| 17611 | created a new module parserInternals.c, moved most of the |
| 17612 | code shared by the various parsers there, as well as |
| 17613 | deprecated code from parser.c. More cleanup of parser.c |
| 17614 | * uri.c: fixed a problem when URI is NULL |
| 17615 | * valid.c: speedup when looking for an attribute declaration |
| 17616 | |
Daniel Veillard | 39c7d71 | 2000-09-10 16:14:55 +0000 | [diff] [blame] | 17617 | Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17618 | |
| 17619 | * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished |
| 17620 | the cleanup of the computation of URI references when seeking |
| 17621 | external entities. The URI reference string and the resulting |
| 17622 | URI are both stored now. |
| 17623 | * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c: |
| 17624 | large s(n)printf checks and cleanup from Denis Barbier |
| 17625 | <barbier@imacs.polytechnique.fr> |
| 17626 | * xmlversion.h.in tree.h: couple of SGML declarations for a |
| 17627 | possible docbook module. |
| 17628 | * result/VC/ : a couple of test output changed due to the change |
| 17629 | of the entities URI |
| 17630 | |
Daniel Veillard | b513f5a | 2000-09-10 14:01:12 +0000 | [diff] [blame] | 17631 | Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17632 | |
| 17633 | * parser.h: added a _private field for linking user's data |
| 17634 | |
Daniel Veillard | dd477ce | 2000-09-10 13:23:08 +0000 | [diff] [blame] | 17635 | Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17636 | |
| 17637 | * parser.c parserInternals.h: demacroified most of the IS_XXX |
| 17638 | the gain in size is significant so ... |
| 17639 | |
Daniel Veillard | 4b5b80c | 2000-09-08 18:54:41 +0000 | [diff] [blame] | 17640 | Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17641 | |
| 17642 | * entities.c: cases where looking up entities with doc==NULL |
| 17643 | covered |
| 17644 | |
Daniel Veillard | 90e1131 | 2000-09-05 10:42:32 +0000 | [diff] [blame] | 17645 | Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17646 | |
Daniel Veillard | 1de5080 | 2000-09-07 08:54:32 +0000 | [diff] [blame] | 17647 | * uri.c: applied Wayne Davison patch |
Daniel Veillard | 90e1131 | 2000-09-05 10:42:32 +0000 | [diff] [blame] | 17648 | * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests |
| 17649 | |
Daniel Veillard | 98a7916 | 2000-09-04 11:15:39 +0000 | [diff] [blame] | 17650 | Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17651 | |
Daniel Veillard | 1de5080 | 2000-09-07 08:54:32 +0000 | [diff] [blame] | 17652 | * uri.c testUri.c: applied Wayne Davison patches |
Daniel Veillard | 98a7916 | 2000-09-04 11:15:39 +0000 | [diff] [blame] | 17653 | * test/URI/uri.data result/URI/uri.data: first set of tests/results |
| 17654 | * Makefile.in: added URItest and included thenin "make tests" |
| 17655 | |
| 17656 | Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 960aa53 | 2000-09-03 17:20:17 +0000 | [diff] [blame] | 17657 | |
| 17658 | * xmlversion.h.in: closed bug 22941 |
| 17659 | |
Daniel Veillard | 2bb8909 | 2000-08-31 14:57:50 +0000 | [diff] [blame] | 17660 | Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17661 | |
| 17662 | * doc/xmlio.html: added doc and example for entity loader |
| 17663 | redefinition. |
| 17664 | |
Daniel Veillard | 9698445 | 2000-08-31 13:50:12 +0000 | [diff] [blame] | 17665 | Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17666 | |
| 17667 | * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism |
| 17668 | used by libxml |
| 17669 | |
Daniel Veillard | e715dd2 | 2000-08-29 18:29:38 +0000 | [diff] [blame] | 17670 | Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17671 | |
| 17672 | * parser.c: Fixed bug on invalid ontent characters and when using |
| 17673 | push. |
| 17674 | * xmllint.c: fixed xmllint endling of errors in push mode |
| 17675 | |
Daniel Veillard | 4948eb4 | 2000-08-29 09:41:15 +0000 | [diff] [blame] | 17676 | Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17677 | |
| 17678 | * HTMLparser.c testHTML.c: applied two new patches from |
Daniel Veillard | bbe11b0 | 2000-09-23 07:07:40 +0000 | [diff] [blame] | 17679 | Wayne Davison <wayned@users.sourceforge.net> |
Daniel Veillard | 4948eb4 | 2000-08-29 09:41:15 +0000 | [diff] [blame] | 17680 | * result/HTML/*.sax: regenerated HTML SAX output |
| 17681 | * parser.c: more cleanup. |
| 17682 | |
Daniel Veillard | e010c17 | 2000-08-28 10:04:51 +0000 | [diff] [blame] | 17683 | Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17684 | |
| 17685 | * HTMLparser.[ch] testHTML.c: applied the second set of |
Daniel Veillard | bbe11b0 | 2000-09-23 07:07:40 +0000 | [diff] [blame] | 17686 | patches from Wayne Davison <wayned@users.sourceforge.net>, |
| 17687 | adding htmlEncodeEntities() |
Daniel Veillard | e010c17 | 2000-08-28 10:04:51 +0000 | [diff] [blame] | 17688 | * HTMLparser.c: fixed an ignorable white space detection bug |
| 17689 | occuring when parsing with SAX only |
| 17690 | * result/HTML/*.sax: updated since the output is now HTML |
| 17691 | encoded... |
| 17692 | |
Daniel Veillard | 47f3f31 | 2000-08-27 22:40:15 +0000 | [diff] [blame] | 17693 | Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17694 | |
Daniel Veillard | bbe11b0 | 2000-09-23 07:07:40 +0000 | [diff] [blame] | 17695 | * HTMLparser.[ch]: applied some of Wayne Davison |
| 17696 | <wayned@users.sourceforge.net> patches |
Daniel Veillard | 47f3f31 | 2000-08-27 22:40:15 +0000 | [diff] [blame] | 17697 | |
Daniel Veillard | e0854c3 | 2000-08-27 21:12:29 +0000 | [diff] [blame] | 17698 | Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17699 | |
| 17700 | * SAX.c tree.c debugXML.c: fixed bogus behaviour when an |
| 17701 | undeclared namespace prefix was used, added a warning. |
| 17702 | Cleaned up support w.r.t. entities, spilling out a warning |
| 17703 | and being pedantic on lookups. |
| 17704 | * test/warning/ent9 : added testcase for previous example. |
| 17705 | * TODO: updated |
| 17706 | * parserInternals.h parser.c: changed the way names are parsed |
| 17707 | now allow infinite size and decrease penalty for normal use |
| 17708 | * parser.c: Started a big cleanup/check of the parser code, |
| 17709 | fixed some of the most tortuous entity code, spotted code |
| 17710 | unused anymore |
| 17711 | * test/*: added tests for very long names and related nasty |
| 17712 | things. |
| 17713 | |
Daniel Veillard | f0cc7cc | 2000-08-26 21:40:43 +0000 | [diff] [blame] | 17714 | Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17715 | |
| 17716 | * doc/encoding.html: added encoding aliases doc |
| 17717 | * doc/xml.html: updates |
| 17718 | * encoding.[ch]: added EncodingAliases functions |
| 17719 | * entities.[ch] valid.[ch] debugXML.c: removed two serious |
| 17720 | bottleneck affecting large DTDs like Docbook |
| 17721 | * parser.[ch] xmllint.c: added a pedantic option, will be |
| 17722 | useful |
| 17723 | * SAX.c: redefinition of entities is reported in pedantic mode |
| 17724 | * testHTML.c: uninitialized warning from gcc |
| 17725 | * uri.c: fixed a couple of bugs |
| 17726 | * TODO: added issue raised by Michael |
| 17727 | |
Daniel Veillard | 0d6b170 | 2000-08-22 23:52:16 +0000 | [diff] [blame] | 17728 | Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17729 | |
| 17730 | * doc/encoding.html: propagated Martin Duerst suggestions |
| 17731 | |
Daniel Veillard | 52402ce | 2000-08-22 23:36:12 +0000 | [diff] [blame] | 17732 | Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17733 | |
| 17734 | * parser.c: Fixed Bug#21552: libxml fails to decode & |
| 17735 | * uri.c testUri.c patches, by Marc Sanfacon (1 left) |
| 17736 | * parser.c HTMLparser.c: HTML/encoding push problems reportedi |
| 17737 | by Wayne Davison |
| 17738 | |
Daniel Veillard | 2f2bf41 | 2000-08-20 15:11:02 +0000 | [diff] [blame] | 17739 | Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17740 | |
| 17741 | * nanoftp.c nanohttp.c: small cleanup |
| 17742 | * TODO: updated |
| 17743 | |
Daniel Veillard | 244ece9 | 2000-08-19 20:58:02 +0000 | [diff] [blame] | 17744 | Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17745 | |
| 17746 | * added an old VC testcase and updated title.xml entity |
| 17747 | |
Daniel Veillard | b8f25c9 | 2000-08-19 19:52:36 +0000 | [diff] [blame] | 17748 | Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17749 | |
| 17750 | * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work |
| 17751 | done on auto-opening of <p> tags and cleanup of SAX output |
| 17752 | |
Daniel Veillard | 979e55e | 2000-08-19 16:48:54 +0000 | [diff] [blame] | 17753 | Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17754 | |
| 17755 | * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages |
| 17756 | |
Daniel Veillard | 4540be4 | 2000-08-19 16:40:28 +0000 | [diff] [blame] | 17757 | Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17758 | |
| 17759 | * doc/xml.html libxml.* structure.*: updated the doc a bit |
| 17760 | |
Daniel Veillard | 808a3f1 | 2000-08-17 13:50:51 +0000 | [diff] [blame] | 17761 | Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17762 | |
| 17763 | * testSAX.c testHTML.c result/HTML/: cleanup of the output |
| 17764 | of SAX tests |
| 17765 | |
Daniel Veillard | 2957936 | 2000-08-14 17:57:48 +0000 | [diff] [blame] | 17766 | Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17767 | |
| 17768 | * Patch from Albert Chin-A-Young <china@thewrittenword.com>: |
| 17769 | * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0 |
| 17770 | |
Daniel Veillard | 1255ab7 | 2000-08-14 15:13:33 +0000 | [diff] [blame] | 17771 | Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17772 | |
| 17773 | * Patch from Dave Yearke <yearke@eng.buffalo.edu>: |
| 17774 | * testHTML.c: fix core dump on Solaris 2.x systems |
| 17775 | * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL |
| 17776 | * result/HTML/*.sax: previous bug fix lead to new results |
| 17777 | |
Daniel Veillard | 0310929 | 2000-08-14 14:58:22 +0000 | [diff] [blame] | 17778 | Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17779 | |
| 17780 | * Patch from Albert Chin-A-Young <china@thewrittenword.com>: |
| 17781 | * configure.in: added --with-readline=DIR to accept alternate |
| 17782 | path for readline include/library |
| 17783 | * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE |
| 17784 | for ANSI under HP-UX |
| 17785 | * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@ |
| 17786 | includes @LIBS@ |
| 17787 | |
Daniel Veillard | 7c29ce2 | 2000-08-12 21:20:53 +0000 | [diff] [blame] | 17788 | Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17789 | |
| 17790 | * doc/* : rebuilt the docs |
| 17791 | * getting ready for 2.2.2 release |
| 17792 | |
Daniel Veillard | 87b9539 | 2000-08-12 21:12:04 +0000 | [diff] [blame] | 17793 | Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17794 | |
| 17795 | * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() |
| 17796 | and xmlAddFeature() |
| 17797 | * tree.[ch]: added xmlAddChildList() |
| 17798 | * xmllint.c: MAP_FAILED macro test |
| 17799 | * parser.h: added xmlParseCtxtExternalEntity() |
| 17800 | * valid.c: applied bug fixes removed warning |
| 17801 | * tree.c: added CDATA block to elements content |
| 17802 | * testSAX.c: cleanup of output |
| 17803 | * testHTML.c: added SAX testing |
| 17804 | * encoding.c: better error recovery |
| 17805 | * SAX.c, parser.c: fixed one of the external entity processing |
| 17806 | of the OASis testsuite |
| 17807 | * Makefile.am: added HTML SAX regression tests |
| 17808 | * configure.in: bumped to 2.2.2 |
| 17809 | * test/HTML/ result/HTML: added a few of HTML tests, and added the |
| 17810 | SAX results |
| 17811 | |
Daniel Veillard | 88a172f | 2000-08-04 18:23:10 +0000 | [diff] [blame] | 17812 | Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17813 | |
| 17814 | * configure.in: patch for HP compiler |
| 17815 | |
| 17816 | 2000-08-04 Sven Heinicke <sven@zen.org> |
| 17817 | |
| 17818 | * xmllint.c: Was coredumping sometimes when the file given didn't |
| 17819 | exist. |
| 17820 | |
Daniel Veillard | 46e370e | 2000-07-21 20:32:03 +0000 | [diff] [blame] | 17821 | Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17822 | |
| 17823 | * parser.c xmlIO.[ch]: fixed the problem of encoding support |
Daniel Veillard | 2f2bf41 | 2000-08-20 15:11:02 +0000 | [diff] [blame] | 17824 | |
Daniel Veillard | 46e370e | 2000-07-21 20:32:03 +0000 | [diff] [blame] | 17825 | when using in memory parsing. Need some cleanup. |
| 17826 | * xmllint.c configure.in: added a --memory flag to test memory |
| 17827 | parsing |
| 17828 | |
Daniel Veillard | 3665069 | 2000-07-21 15:16:39 +0000 | [diff] [blame] | 17829 | Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17830 | |
| 17831 | * nanohttp.c: fixed socklen_t replacement to unsigned int |
| 17832 | * parser.c: fixed a space handdling missing at the end of |
| 17833 | production 28 DOCTYPE. |
| 17834 | * xmlmemory.c: fixed a stupid bug on the routine to override |
| 17835 | allocation functions |
| 17836 | * TODO: updated |
| 17837 | |
Daniel Veillard | e46e20d | 2000-07-14 15:02:46 +0000 | [diff] [blame] | 17838 | Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17839 | |
| 17840 | * doc/ regenerated the docs |
| 17841 | |
Daniel Veillard | 32bc74e | 2000-07-14 14:49:25 +0000 | [diff] [blame] | 17842 | Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17843 | |
| 17844 | * doc/encoding.html doc/xml.html: added I18N doc |
| 17845 | * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding |
| 17846 | improvements, both parser and filters, added ASCII & HTML, |
| 17847 | fixed the ISO-Latin-1 one |
| 17848 | * xmllint.c testHTML.c: added/made visible --encode |
| 17849 | * debugXML.c : cleanup |
| 17850 | * most .c files: applied patches due to warning on Windows and |
| 17851 | when using Sun Pro cc compiler |
| 17852 | * xpath.c : cleanup memleaks |
| 17853 | * nanoftp.c : added a TESTING preprocessor flag for standalong |
| 17854 | compile so that people can report bugs more easilly |
| 17855 | * nanohttp.c : ditched socklen_t which was a portability mess |
| 17856 | and replaced it with unsigned int. |
| 17857 | * tree.[ch]: added xmlHasProp() |
| 17858 | * TODO: updated |
| 17859 | * test/ : added more test for entities, NS, encoding, HTML, wap |
| 17860 | * configure.in: preparing for 2.2.0 release |
| 17861 | |
Daniel Veillard | 4970326 | 2000-07-10 10:27:46 +0000 | [diff] [blame] | 17862 | Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17863 | |
| 17864 | * nanoftp.c: fixed the way the control connection is handled |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 17865 | * libxml.spec.in: fixed the dependencies and cleanup |
Daniel Veillard | 4970326 | 2000-07-10 10:27:46 +0000 | [diff] [blame] | 17866 | |
Daniel Veillard | 306be99 | 2000-07-03 12:38:45 +0000 | [diff] [blame] | 17867 | Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17868 | |
| 17869 | * doc/xml.html: changed the xmlsoft.org structure, updated the |
| 17870 | examples w.r.t. root and childs |
| 17871 | |
Daniel Veillard | 7d85335 | 2000-07-02 18:53:09 +0000 | [diff] [blame] | 17872 | Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17873 | |
Daniel Veillard | 784b935 | 2003-02-16 15:50:27 +0000 | [diff] [blame] | 17874 | * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel |
Daniel Veillard | 7d85335 | 2000-07-02 18:53:09 +0000 | [diff] [blame] | 17875 | |
Daniel Veillard | 365e13b | 2000-07-02 07:56:37 +0000 | [diff] [blame] | 17876 | Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17877 | |
| 17878 | * HTMLparser.c: Work on character encoding support for the HTML parser |
| 17879 | * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser |
| 17880 | * encoding.c: Fixed a potential memleak in the encoding stuff |
| 17881 | |
Daniel Veillard | af74379 | 2000-07-01 11:49:28 +0000 | [diff] [blame] | 17882 | Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17883 | |
| 17884 | * doc/FAQ.html doc/Makefile.am : added a FAQ |
| 17885 | |
| 17886 | Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | d83eb82 | 2000-06-30 18:39:56 +0000 | [diff] [blame] | 17887 | |
| 17888 | * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup |
| 17889 | of the HTML parser to force it to not bypass SAX |
| 17890 | |
Daniel Veillard | 3f6f7f6 | 2000-06-30 17:58:25 +0000 | [diff] [blame] | 17891 | Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17892 | |
| 17893 | * win32config.h.in: updated |
| 17894 | * xmlversion.h.in: crap forgot to update this, this mean 2.1.0 |
| 17895 | lacks iconv support :-( need to release 2.1.1 |
| 17896 | * configure.in: release 2.1.1 |
| 17897 | * HTMLparser: fixed bug #14784 |
| 17898 | * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised |
| 17899 | by Windows compiler |
| 17900 | * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in |
| 17901 | the SAX startDocument() callback. |
| 17902 | * TODO: updated |
| 17903 | |
| 17904 | Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17905 | |
| 17906 | * added xmlStopParser() |
| 17907 | |
Daniel Veillard | be80396 | 2000-06-28 23:40:59 +0000 | [diff] [blame] | 17908 | Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17909 | |
| 17910 | * configure.in: 2.1.0 prerelease |
| 17911 | * Large resync between W3C and Gnome tree |
| 17912 | * nanoftp, nanohttp.c: fixed stalled connections probs |
| 17913 | * HTMLtree.c SAX.c : support for attribute without values in |
| 17914 | HTML for andersca |
| 17915 | * valid.c: Fixed most validation + namespace problems |
| 17916 | * HTMLparser.c: start document callback for andersca |
| 17917 | * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology |
| 17918 | * parser.h, SAX.c: serious speed improvement for large |
| 17919 | CDATA blocks |
| 17920 | * encoding.[ch] xmlIO.[ch]: Improved seriously saving to |
| 17921 | different encoding |
| 17922 | * example/Makefile.am example/gjobread.c tree.h: work on |
| 17923 | libxml1 libxml2 convergence. |
| 17924 | * config.h.in parser.c xmllint.c: added xmlCheckVersion() |
| 17925 | and the LIBXML_TEST_VERSION macro |
| 17926 | |
Daniel Veillard | c310d56 | 2000-06-23 18:32:15 +0000 | [diff] [blame] | 17927 | Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17928 | |
| 17929 | * doc/xml.html: various patches and improvements typo fixed by |
| 17930 | Felix Natter |
| 17931 | * doc/libxml-doc.el: Emacs module to lookup the libxml documentation |
| 17932 | from Felix Natter <fnatter@gmx.net> |
| 17933 | |
Daniel Veillard | f302982 | 2000-05-06 08:11:19 +0000 | [diff] [blame] | 17934 | Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17935 | |
| 17936 | * doc/upgrade.html: updated with instructions for support of both |
| 17937 | libxml-1.x and libxml-2.x |
| 17938 | * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch |
| 17939 | for 2.x support and also fixed includes |
| 17940 | |
| 17941 | |
Daniel Veillard | 496a1cf | 2000-05-03 14:20:55 +0000 | [diff] [blame] | 17942 | Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17943 | |
| 17944 | * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped |
| 17945 | the encoding support, added iconv support, so now libxml if |
| 17946 | compiled with iconv automatically support japanese encodings |
| 17947 | among others. Work based on initial patch from Yuan-Chen Cheng |
| 17948 | I may have broken binary compat in the encoding handler |
| 17949 | registration scheme, but that was so utterly broken I don't |
| 17950 | expect anybody to have used this feature until now. |
| 17951 | * parserInternals.h: fixup on the CHAR range macro |
| 17952 | * xml-error.h, parser.c: catch URL/URI errors using the uri.c |
| 17953 | code. |
| 17954 | * tree.[ch]: added xmlBufferGrow(), was needed for iconv |
| 17955 | * uri.c: added xmlParseURI() I can't believe I forgot to |
| 17956 | implement this one in 2.0 !!! |
| 17957 | * SAX.c: moved doc->encoding update in the endDocument() call. |
| 17958 | * TODO: updated. |
| 17959 | |
Daniel Veillard | 0604743 | 2000-04-24 11:33:38 +0000 | [diff] [blame] | 17960 | Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17961 | |
| 17962 | * tree.h: removed extraneous xmlRemoveProp definition |
| 17963 | * TODO: added item about --disable-corba configure switch |
| 17964 | * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation |
| 17965 | * nanoftp.c: fixed include problems giving troubles on AIX and |
| 17966 | slowlaris |
| 17967 | * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c |
| 17968 | parser.c nanoftp.c nanohttp.c SAX.c testSAX.c : |
| 17969 | comment and headers changes to lower gtk-doc number of warnings |
| 17970 | * doc/html/*: rebuilt docs |
| 17971 | |
Daniel Veillard | e0aed30 | 2000-04-16 08:52:20 +0000 | [diff] [blame] | 17972 | Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17973 | |
| 17974 | * HACKING: documented the tag for 1.x and instructions |
| 17975 | |
Daniel Veillard | 5e873c4 | 2000-04-12 13:27:38 +0000 | [diff] [blame] | 17976 | Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17977 | |
| 17978 | * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions |
| 17979 | xmlNewIOInputStream, xmlParserInputBufferCreateIO, |
| 17980 | xmlCreateIOParserCtxt |
| 17981 | * parser.c parserInternals.h: speedup of IS_CHAR like macros, |
| 17982 | significant overall improvement |
| 17983 | * xmllint.c: added I/O test to xmllint |
| 17984 | * testSAX.c: added a speed test |
| 17985 | * doc/* : updated/regenerated |
| 17986 | |
Daniel Veillard | fc708e2 | 2000-04-08 13:17:27 +0000 | [diff] [blame] | 17987 | Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17988 | |
| 17989 | * xpath.c uri.h parserInternals.h: cosmetic changes from |
| 17990 | "Timur I. Bakeyev" <timur@bat.ru>, including making |
| 17991 | xmlCreateURI() public |
| 17992 | |
Daniel Veillard | 5d211f4 | 2000-04-07 17:00:24 +0000 | [diff] [blame] | 17993 | Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 17994 | |
| 17995 | * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess |
| 17996 | and the code at the same time. Added a clean mechanism for |
| 17997 | overload or added input methods: xmlRegisterInputCallbacks() |
| 17998 | * tree.c: fixed xmlPrevSibling and xmlNextSibling per |
| 17999 | Christophe Le Gal (Christophe.Le-Gal@imag.fr) input |
| 18000 | * TODO: updated |
| 18001 | * doc/* : updated/regenerated |
| 18002 | * doc/Makefile.am: tweaks to avoid problem with libxml link in the |
| 18003 | source dir |
| 18004 | |
Daniel Veillard | e77a918 | 2000-04-05 19:12:29 +0000 | [diff] [blame] | 18005 | Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18006 | |
| 18007 | * testURI.c: yet another forgotten commit, I should get some sleep ! |
| 18008 | |
Daniel Veillard | ce8b83b | 2000-04-05 18:38:42 +0000 | [diff] [blame] | 18009 | Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18010 | |
| 18011 | * xmllint.c: forgot to commit this too ? |
| 18012 | |
Daniel Veillard | b9df404 | 2000-04-05 14:23:16 +0000 | [diff] [blame] | 18013 | Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18014 | |
| 18015 | * xmlversion.h.in : forgot to commit this previously |
| 18016 | |
Daniel Veillard | 361d845 | 2000-04-03 19:48:13 +0000 | [diff] [blame] | 18017 | Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18018 | |
| 18019 | * configure.in: preparing libxml-2.0.0 version looks Ok so far |
| 18020 | * README TODO: updated for release |
| 18021 | * uri.c uri.h: added authority parsing/saving |
| 18022 | * uri.c testURI.c Makefile.am: moved the testing code to testURI.c |
| 18023 | * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h |
| 18024 | debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c |
| 18025 | tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c |
| 18026 | Makefile.am : added compile-time customization of libxml |
| 18027 | --with-ftp --with-http --with-html --with-xpath --with-debug |
| 18028 | --with-mem-debug |
| 18029 | * *.[ch] autoconf.sh : moved to an absolute adressing of includes : |
| 18030 | #include <libxml/xxx.h> I hope it won't break too much stuff |
| 18031 | and will be manageable in the future... |
| 18032 | * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c |
| 18033 | and added xmllint to the installed programs |
| 18034 | * uri.h: added xmlFreeURI() |
| 18035 | |
Daniel Veillard | ec30341 | 2000-03-24 13:41:54 +0000 | [diff] [blame] | 18036 | Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18037 | |
| 18038 | * uri.c uri.h: finished the escaping handling, the base support |
| 18039 | and the URI path normalization. Looks good just lacks the |
| 18040 | authority content parsing code. |
| 18041 | * Makefile.am: added instructions to generate testURI |
| 18042 | * TODO: updated |
| 18043 | * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated, |
| 18044 | added links and icons for W3C and Gnome |
| 18045 | |
Daniel Veillard | 8f62198 | 2000-03-20 13:07:15 +0000 | [diff] [blame] | 18046 | Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18047 | |
| 18048 | * xmlmemory.[ch] : seems I forgot to actually update the files in |
| 18049 | the last commit :-) |
| 18050 | * doc/xml.html doc/html/* : updated and uploaded the docs |
| 18051 | |
Daniel Veillard | 3dd82e7 | 2000-03-20 11:48:04 +0000 | [diff] [blame] | 18052 | Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18053 | |
| 18054 | * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS) |
| 18055 | * TODO: updated |
| 18056 | * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override |
Daniel Veillard | 8f62198 | 2000-03-20 13:07:15 +0000 | [diff] [blame] | 18057 | libxml default allocation function with another set (like gmalloc/ |
Daniel Veillard | 3dd82e7 | 2000-03-20 11:48:04 +0000 | [diff] [blame] | 18058 | gfree). |
| 18059 | * Makefile.am, uri.c, uri.h: added a set of functions to do |
| 18060 | exact (litteraly copied from the RFC 2396 productions) parsing |
| 18061 | and handling of URI. Will be needed for XLink, one XML WFC, |
| 18062 | XML Base and reused in the nano[ftp/http] modules. Still work |
| 18063 | to be done. |
| 18064 | |
Daniel Veillard | edfb29b | 2000-03-14 19:59:05 +0000 | [diff] [blame] | 18065 | Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18066 | |
| 18067 | * configure.in, libxml.spec.in : libxml2 |
| 18068 | * doc/* : updated the doc page, rebuilt the docs |
| 18069 | |
Daniel Veillard | cf46199 | 2000-03-14 18:30:20 +0000 | [diff] [blame] | 18070 | Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18071 | |
| 18072 | * all: tagged LIB_XML_1_X |
| 18073 | * *.c *.h : updated from W3C CVS tree |
| 18074 | * configure.in : 2.0.0-beta |
| 18075 | * libxml.spec.in : libxml2 package nam |
| 18076 | * result/* : new version of the tests output |
| 18077 | |
Daniel Veillard | f13e1ed | 2000-03-06 07:41:49 +0000 | [diff] [blame] | 18078 | Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18079 | |
| 18080 | * doc/xml.html, doc/update.html: updated docs, 1.8.7 |
| 18081 | |
Daniel Veillard | b566ce1 | 2000-03-04 11:39:42 +0000 | [diff] [blame] | 18082 | Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18083 | |
| 18084 | * doc/* : rebuilt the docs |
| 18085 | * parser.c: final patch on #6766 |
| 18086 | * valid.c: small patch on validity checks. |
| 18087 | |
Daniel Veillard | fb76c40 | 2000-03-04 11:39:42 +0000 | [diff] [blame] | 18088 | Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18089 | |
| 18090 | * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x |
| 18091 | added |
| 18092 | * parser.c: adding xmlKeepBlanksDefault() as a way to manage |
| 18093 | compatibility w.r.t. XML spec and existing code. |
| 18094 | |
Daniel Veillard | 90fb02c | 2000-03-02 03:46:43 +0000 | [diff] [blame] | 18095 | Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18096 | |
| 18097 | * parser.c: seems a better solution to <a> </a> exists, |
| 18098 | will try it for a while |
| 18099 | |
Daniel Veillard | 83a30e7 | 2000-03-02 03:33:32 +0000 | [diff] [blame] | 18100 | Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18101 | |
| 18102 | * parser.c: tried to remove the <a> </a> generating <a/> |
| 18103 | this is hard. Left a flag for that purpose. Fixed bug #6766 |
| 18104 | * configure.in: prepared 1.8.7 not released, due to previous |
| 18105 | problem |
| 18106 | |
Daniel Veillard | 88f00ae | 2000-03-02 00:15:55 +0000 | [diff] [blame] | 18107 | Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18108 | |
| 18109 | * doc/xml.html : applied second patch from Paul DuBois |
| 18110 | |
Daniel Veillard | 402e8c8 | 2000-02-29 22:57:47 +0000 | [diff] [blame] | 18111 | Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18112 | |
| 18113 | * doc/xml.html : applied patch from Paul DuBois |
| 18114 | |
Daniel Veillard | d0f7f74 | 2000-02-02 17:42:48 +0000 | [diff] [blame] | 18115 | Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18116 | |
| 18117 | * parser.c HTMLparser.c: do a bit of bufferization in push mode. |
| 18118 | |
Daniel Veillard | 5feb849 | 2000-02-02 17:15:36 +0000 | [diff] [blame] | 18119 | Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18120 | |
| 18121 | * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed |
| 18122 | compilation warnings on various platforms. |
| 18123 | * parser.c: Fixed #5281 validity error callbacks are now desactived |
| 18124 | by default if not validating. |
| 18125 | |
Daniel Veillard | f341f93 | 2000-02-02 14:52:08 +0000 | [diff] [blame] | 18126 | Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18127 | |
| 18128 | * nanoftp.c, win32config.h.in: patches to compile on WIN32 |
| 18129 | |
Daniel Veillard | 13c757e | 2000-02-01 23:59:15 +0000 | [diff] [blame] | 18130 | Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18131 | |
| 18132 | * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos |
| 18133 | <gkatsi@cs.toronto.edu> |
| 18134 | |
Daniel Veillard | 726e879 | 2000-01-30 20:04:29 +0000 | [diff] [blame] | 18135 | Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18136 | |
| 18137 | * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when |
| 18138 | processing URLs |
| 18139 | |
Daniel Veillard | e41f2b7 | 2000-01-30 20:00:07 +0000 | [diff] [blame] | 18140 | Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18141 | |
| 18142 | * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added |
| 18143 | xmlNanoFTPUpdateURL for persistent control connections. |
| 18144 | * configure.in: 1.8.6 |
| 18145 | |
| 18146 | Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18147 | |
| 18148 | * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support |
| 18149 | * tree.[ch] : added xmlSaveNoEmptyTags |
| 18150 | |
James Henstridge | f3be931 | 2000-01-28 13:59:21 +0000 | [diff] [blame] | 18151 | 2000-01-29 James Henstridge <james@daa.com.au> |
| 18152 | |
| 18153 | * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP. |
| 18154 | |
| 18155 | * Makefile.am: added nanoftp.[ch] to the build. |
| 18156 | |
Daniel Veillard | aeea04f | 2000-01-25 19:27:27 +0000 | [diff] [blame] | 18157 | Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18158 | |
| 18159 | * nanoftp.[ch]: cleanup, comments, API |
| 18160 | * debugXML.c : fixed a bug in the cat command |
| 18161 | * doc/*: regenerated the docs |
| 18162 | |
Daniel Veillard | da07c34 | 2000-01-25 18:31:22 +0000 | [diff] [blame] | 18163 | Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18164 | |
| 18165 | * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation |
| 18166 | * debugXML.c : fixed a bug in the cat command |
| 18167 | * valid.c: fixing some small probs |
| 18168 | * libxml.spec.in: get rid of the SNAP suffix |
| 18169 | * doc/xml.html: updated the status |
| 18170 | |
Daniel Veillard | e3d88ef | 2000-01-24 13:55:06 +0000 | [diff] [blame] | 18171 | Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18172 | |
| 18173 | * xml-config.in: xml-config --version to just return the |
| 18174 | version number |
| 18175 | * xpath.c: some cleanup w.r.t. axis when the current node is |
| 18176 | an attribute. |
| 18177 | * TODO: updated |
| 18178 | |
Daniel Veillard | 461a66c | 2000-01-18 18:01:01 +0000 | [diff] [blame] | 18179 | Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18180 | |
| 18181 | * configure.in: prepared for libxml-1.8.5 |
| 18182 | * doc/* recompiled the documentation |
| 18183 | |
| 18184 | 2000-01-17 Jody Goldberg <jgoldberg@home.com> |
| 18185 | |
| 18186 | * configure.in : WARNING autoconf subtlety alert : |
| 18187 | Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER |
| 18188 | when looking for zlib.h so that HAVE_ZLIB_H is defined. |
| 18189 | * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will |
| 18190 | get defined by AC_CHECK_HEADERS. |
| 18191 | |
Daniel Veillard | f967b90 | 2000-01-17 16:06:10 +0000 | [diff] [blame] | 18192 | Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18193 | |
| 18194 | * tree.c: fixed a hideous bug in xmlGetProp() thanks to |
| 18195 | Rune.Djurhuus@fast.no |
| 18196 | |
Daniel Veillard | ad8f99d | 2000-01-15 14:20:03 +0000 | [diff] [blame] | 18197 | Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18198 | |
| 18199 | * TODO: updated |
| 18200 | * tree.c, parser.c: made sure that only memory alloc problems |
| 18201 | and internal parser errors are allowed to write to stdout or |
| 18202 | stderr. |
| 18203 | |
Daniel Veillard | 0142b84 | 2000-01-14 14:45:24 +0000 | [diff] [blame] | 18204 | Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18205 | |
| 18206 | * tree.c : restored xmlNewGlobalNs since this seems used by |
| 18207 | a lot of existing code :-(, fixed a bug in xmlNewNs |
| 18208 | * nanohttp.c: fixed a problem with INCLUDE_WINSOCK |
| 18209 | * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls |
| 18210 | to exit() from the library code. |
| 18211 | * xpath.c, parser.c: removed bugs or unused code detected by |
| 18212 | Windows compilers |
| 18213 | * parser.c: started adding interfaces for parsing well balanced |
| 18214 | XML fragments |
| 18215 | * configure.in: releasing 1.8.4 |
| 18216 | * doc/* : rebuilt the docs |
| 18217 | |
Daniel Veillard | 2eac503 | 2000-01-09 21:08:56 +0000 | [diff] [blame] | 18218 | Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18219 | |
| 18220 | * tree.[ch] : added xmlNewDocFragment() for DOM |
| 18221 | * testHTML.c: uninitialized variable. |
| 18222 | |
Daniel Veillard | f3a7358 | 2000-01-05 14:58:39 +0000 | [diff] [blame] | 18223 | Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18224 | |
| 18225 | * doc/* : rebuild the docs |
| 18226 | |
Daniel Veillard | 71b656e | 2000-01-05 14:46:17 +0000 | [diff] [blame] | 18227 | Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18228 | |
| 18229 | * acconfig.h: readline and history patch |
| 18230 | * valid.[ch]: added xmlRemoveID() and xmlRemoveRef() |
| 18231 | * tree.c: added check and handling when possibly removing an ID |
| 18232 | * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing |
| 18233 | and saving. |
| 18234 | * test/HTML/entities.html result/HTML/entities.html* : test for |
| 18235 | various entities reference cases |
| 18236 | * result/HTML/* : as a result output of some testcase have |
| 18237 | changed |
| 18238 | * HTMLparser.c, parser.c: fixed a bug in the push mode triggered |
| 18239 | by previous example. added xmlParseTryOrFinish(). |
| 18240 | * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h |
| 18241 | entities.h debugXML.h HTMLparser.h: changed the way struct are |
| 18242 | declared to allow gtk-doc to expose those |
| 18243 | * parser.c: closed bug #4960 |
| 18244 | * Makefile.am configure.in: Applied patch from |
| 18245 | Albert Chin-A-Young <china@thewrittenword.com> for better zlib |
| 18246 | and math/socket libs detection |
| 18247 | |
Daniel Veillard | 437b87b | 2000-01-03 17:30:46 +0000 | [diff] [blame] | 18248 | Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18249 | |
| 18250 | * configure.in, Makefile.am: link tester against readline |
| 18251 | * doc/xml.html doc/*/*: updated and rebuilt the documentation pages |
| 18252 | |
Daniel Veillard | 686d6b6 | 2000-01-03 11:08:02 +0000 | [diff] [blame] | 18253 | Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18254 | |
| 18255 | * tree.[ch]: added xmlRemoveProp |
| 18256 | * win32config.h.in nanohttp.c: avoid including the Windows |
| 18257 | socket stuff in every C files |
| 18258 | * parser.c: removed an indetermination xmLDecl/PI(xml...) in |
| 18259 | the XmL parser(s) |
| 18260 | * test/ns4 result/ns4 etc...: added test case for previous prob |
| 18261 | * tree.c: xmlNewNs wasn't checking for double definition |
| 18262 | * Makefile.in: fixed a problem with dist-hook duplicates |
| 18263 | * parser.[hc], xmlIO.c: fixed the loading of external entities |
| 18264 | APIs, now xmlLoadExternalEntity() is used everywhere and |
| 18265 | setting up an app specific front-end using the |
| 18266 | * SAX.c parser.c: some fixes, now the xhtml spec validates |
| 18267 | with the xhtml DTD. |
| 18268 | * error.c: fixed crashes in case of no input stream |
| 18269 | * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds |
| 18270 | to the validation tests and results |
| 18271 | |
Daniel Veillard | 5e5c623 | 1999-12-29 12:49:06 +0000 | [diff] [blame] | 18272 | Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18273 | |
| 18274 | * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser |
| 18275 | too htmlCreatePushParserCtxt() and htmlParseChunk() |
| 18276 | * parser.c: a bit of cleanup. |
| 18277 | * SAX.c, HTMLparser.c: some attributes may not have values (contrary |
| 18278 | to XML) removed the last mem leak known |
| 18279 | * HTMLtree.c: output message cleanup |
| 18280 | * xmlmemory.c: display content info about memory blocks |
| 18281 | * result/HTML/wired.* : missing att value warning change |
| 18282 | |
Daniel Veillard | be849cf | 1999-12-28 16:43:59 +0000 | [diff] [blame] | 18283 | Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18284 | |
| 18285 | * doc/* : rebuilt the documentation |
| 18286 | |
Daniel Veillard | dbfd641 | 1999-12-28 16:35:14 +0000 | [diff] [blame] | 18287 | Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18288 | |
| 18289 | * parser.[ch] parserInternals.h: Push parser for XML, |
| 18290 | seems to work fine now |
| 18291 | * tester.c debugXML.[ch]: Added an XML shell debug facility and |
| 18292 | --push for push testing |
| 18293 | * xpath.[ch] : cleaned up for Shell usage, added missing APIs |
| 18294 | * testSAX.c: added --push |
| 18295 | * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the |
| 18296 | subtree |
| 18297 | * xmlIO.[ch] : enriched API + fixes for push mode |
| 18298 | * entities.[ch]: added the entity content length to the struct. |
| 18299 | * xmlmemory.[ch]: new API to show the last entries for the shell |
| 18300 | * valid.c: added required attribute testing |
| 18301 | * SAX.c: the cdata callback now merge contiguous fragments |
| 18302 | * HTMLparser.c: cleanup of some macros |
| 18303 | |
Daniel Veillard | 3c558c3 | 1999-12-22 11:30:41 +0000 | [diff] [blame] | 18304 | Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18305 | |
| 18306 | * parser.c: fix for PIs name starting with xml |
| 18307 | * tree.c: fixed a potential problem with || and && ops |
Daniel Veillard | fef854d | 1999-12-22 11:31:10 +0000 | [diff] [blame] | 18308 | * *.c, configure.in win32config.h.in : generate win32config.h for |
| 18309 | those on the Other Side ! |
Daniel Veillard | 3c558c3 | 1999-12-22 11:30:41 +0000 | [diff] [blame] | 18310 | |
Daniel Veillard | 0caf07a | 1999-12-21 16:25:49 +0000 | [diff] [blame] | 18311 | Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18312 | |
| 18313 | * parser.c: fixed a stupid = vs. == bug :-( |
| 18314 | * doc/gnome-xml.sgml: s/glade/xml/ |
| 18315 | |
Daniel Veillard | 5cb5ab8 | 1999-12-21 15:35:29 +0000 | [diff] [blame] | 18316 | Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18317 | |
| 18318 | * configure.in, doc/xml.html : bug fix release 1.8.2 |
| 18319 | * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h : |
| 18320 | Hopefully the end of that silly C++ include problem |
| 18321 | * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling, |
| 18322 | xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement |
| 18323 | * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid |
| 18324 | troubles with autoclosed elements when the stree shape doesn't |
| 18325 | follow the DtD specs. Added htmlIsAutoClosed() and |
| 18326 | htmlAutoCloseTag() |
| 18327 | * result/HTML/*.htm*: Updated the HTML examples regression tests output |
| 18328 | * SAX.c tree.c: fixed bug on defaulting namespaces on attributes |
| 18329 | * debugXML.c: fixed a bug on printing default namespaces. |
| 18330 | * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML |
| 18331 | |
Daniel Veillard | b24054a | 1999-12-18 15:32:46 +0000 | [diff] [blame] | 18332 | Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18333 | |
| 18334 | * result/HTML/*.htm[l] : updated the HTML regression tests according |
| 18335 | to the new output |
| 18336 | * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h |
| 18337 | HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty |
| 18338 | problem due to intermix of extern "C" { ... } declarations for C++ |
| 18339 | and recursive includes in the headers |
| 18340 | |
Chris Lahey | 323c48c | 1999-12-18 15:32:45 +0000 | [diff] [blame] | 18341 | 1999-12-20 Chris Lahey <clahey@umich.edu> |
| 18342 | |
| 18343 | * HTMLtree.c: Made it so that html nodes with a single child do |
| 18344 | not insert a carriage return before or after the child node. |
| 18345 | |
Daniel Veillard | b24054a | 1999-12-18 15:32:46 +0000 | [diff] [blame] | 18346 | Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 262f9cb | 1999-12-18 15:32:45 +0000 | [diff] [blame] | 18347 | |
| 18348 | * configure.in, doc/xml.html : bug fix release 1.8.1 |
| 18349 | * parser.c: fixed bug #4344 |
| 18350 | * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h |
| 18351 | added the glue to avoid C++ problems |
| 18352 | * doc/* : regenerated the documentation |
| 18353 | |
Daniel Veillard | 6d3bf1f | 1999-12-16 17:52:19 +0000 | [diff] [blame] | 18354 | Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18355 | |
| 18356 | * tree.c: fixed a bug introduced in 1.8.0 and breaking default |
| 18357 | namespace recognition, and Dia as a resul :-( |
| 18358 | * encoding.c: closed bug #3950 |
| 18359 | |
Daniel Veillard | 944b5ff | 1999-12-15 19:08:24 +0000 | [diff] [blame] | 18360 | Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18361 | |
| 18362 | * valid.c: debugging a posteriori validation, except URI expansion |
| 18363 | stuff this should be fixed now |
| 18364 | * parserInternals.h: fixed a bug in IS_BASECHAR reported by |
| 18365 | Carl Nygard <cnygard@bellatlantic.net> |
| 18366 | * tester.c: added --postvalid, cleaning of the code |
| 18367 | * tree.[ch]: added xmlDocGetRootElement() |
| 18368 | |
Ramiro Estrugo | bfce377 | 1999-12-15 04:32:07 +0000 | [diff] [blame] | 18369 | Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com> |
| 18370 | |
| 18371 | * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround |
| 18372 | c++ losage. |
| 18373 | |
Daniel Veillard | 10a2c65 | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 18374 | Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18375 | |
| 18376 | * configure.in, doc/xml.html : bumped to 1.8.0 |
| 18377 | * xlink.[ch], Makefile.am : added framework for link detection |
| 18378 | * parser.h: added nbChars to parser context, needed for cleanup. |
| 18379 | * xmlmemory.c: removed a nasty bug when out of mem |
| 18380 | * valid.[ch]: adding namespace support for attribute decl |
| 18381 | * tester.c: added --debugent option |
| 18382 | * debugXML.[ch]: added xmlDebugDumpEntities() |
| 18383 | * parser.c: cleanup, avoiding use of CUR_PTR like plague, using |
| 18384 | buffers instead, this was really needed, validation was breaking |
| 18385 | in strange ways due to that. Added xmlParseStringPEReference() |
| 18386 | and other parsing from strings functions. Entities processing |
| 18387 | modified again, but PERef are still not handled correcly but |
| 18388 | unless you're Eve Maller you won't notice :-) |
| 18389 | * HTMLparser.c: large changes toward reliability, and switched to |
| 18390 | lowercase internal tags, XHTML is lowercase, so it will help |
| 18391 | that output is closer to next version. |
| 18392 | * doc/* : regenerated the documentation, it is now hosted at |
| 18393 | http://xmlsoft.org/ (same bits I just bought the domain :-) |
| 18394 | |
| 18395 | |
Daniel Veillard | 294cbca | 1999-12-03 13:19:09 +0000 | [diff] [blame] | 18396 | Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18397 | |
| 18398 | * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the |
| 18399 | doc generation |
| 18400 | * parser.c: fixed bugs #3908 and #3937 and a memory leak |
| 18401 | in the SAX API |
| 18402 | * doc/*: rebuilt the doc making sure everything appears in the |
| 18403 | HTML files |
| 18404 | |
Daniel Veillard | f5c2c87 | 1999-12-01 09:51:45 +0000 | [diff] [blame] | 18405 | Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18406 | |
| 18407 | * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in: |
| 18408 | added the patch from Carl Nygard <cnygard@bellatlantic.net> |
| 18409 | which allow impressive speed improvement on dataset with |
| 18410 | large text pieces, but at the cost of broken binary |
| 18411 | compatibility and slightly bigger memory usage. |
| 18412 | Configure with --with-buffers to activate them, they |
| 18413 | are protected with XML_USE_BUFFER_CONTENT define. |
| 18414 | * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(), |
| 18415 | goal is 0 memory left allocated once parser is no more used |
| 18416 | * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we |
| 18417 | call xmlCleanupParser() and xmlMemoryDump() |
| 18418 | |
Daniel Veillard | a819dac | 1999-11-24 18:04:22 +0000 | [diff] [blame] | 18419 | Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18420 | |
| 18421 | * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic |
| 18422 | * parser.[ch] encoding.[ch]: added memory cleanup routines |
| 18423 | * parser.c: closing bug #3788 |
| 18424 | * doc/*: rebuilt the doc |
| 18425 | |
Daniel Veillard | 11a48ec | 1999-11-23 10:40:46 +0000 | [diff] [blame] | 18426 | Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18427 | |
| 18428 | * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(), |
| 18429 | xmlNewTextChild() and xmlSetCompressMode() behaviour. |
| 18430 | * tester.c: added --compress option |
| 18431 | * doc/*: rebuilt the documentation |
| 18432 | |
Daniel Veillard | 4c3a203 | 1999-11-19 17:46:26 +0000 | [diff] [blame] | 18433 | Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18434 | |
| 18435 | * HTMLparser.c: bugfixing, the damn thing MUST not crash even |
| 18436 | if given /proc/kcore as input ! |
| 18437 | * doc/xml.html doc/*: updated and rebuilt the documentation |
| 18438 | |
| 18439 | Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 0713665 | 1999-11-18 14:02:05 +0000 | [diff] [blame] | 18440 | |
| 18441 | * parser.c: Fixed some wrongly space collapsing code due to |
| 18442 | a misreading of the spec. |
| 18443 | * result/*: fixed the output accordingly |
| 18444 | |
| 18445 | Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 7f85850 | 1999-11-17 17:32:38 +0000 | [diff] [blame] | 18446 | |
| 18447 | * encoding.c: bug fix and typos |
| 18448 | * xmlIO.[ch] parser.c: first bits toward real progressive parsing |
| 18449 | * parser.c: added attribute normalization closing bug #3597 |
| 18450 | * test/att* result/att* SAXresult/att*: testcase for attribute |
| 18451 | normalization |
| 18452 | |
Daniel Veillard | d7e200c | 1999-11-15 17:53:11 +0000 | [diff] [blame] | 18453 | Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18454 | |
| 18455 | * configure.in: closing bug #3163 by adding extra flags for the |
| 18456 | cc compiler on HP-UX |
| 18457 | |
Daniel Veillard | 51e3b15 | 1999-11-12 17:02:31 +0000 | [diff] [blame] | 18458 | Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18459 | |
| 18460 | * valid.[ch] : removed a typo and an enumerated type bug in the |
| 18461 | xmlAddElementDecl() function |
| 18462 | * tree.c : I changed xmlSetProp() and xmlNewProp() to do the |
| 18463 | call to xmlEncodeEntitiesReentrant() so that the functions |
| 18464 | New, Set and Get are at the same level. |
| 18465 | * parser.c HTMLparser.c: extra memory allocation bug for |
| 18466 | attributes detected by someone using libxml in embedded systems :-) |
| 18467 | |
Daniel Veillard | 962195f | 1999-10-28 15:51:53 +0000 | [diff] [blame] | 18468 | Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18469 | |
| 18470 | * xmlmemory.h: turned off mem debug :-\ |
| 18471 | |
Daniel Veillard | 3500838 | 1999-10-25 13:15:52 +0000 | [diff] [blame] | 18472 | Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18473 | |
| 18474 | * parser.c: closed bug #2784 a one line fix, but worth pushing |
| 18475 | a new release out |
| 18476 | * HTMLparser.c: fixed auto-close bugs on list items, zeroing |
| 18477 | some structures, comments before and after the |
| 18478 | main element, and other nastyness |
| 18479 | * HTMLtree.c tree.c: accomodate the extended HTML supported |
| 18480 | * configure.in: pushing 1.7.4 |
| 18481 | * test/ent8 and related outputs : added a new test for bug #2784 |
| 18482 | * test/HTML/wired.html and related output: a nasty HTML example |
| 18483 | * Makefile.am: improved the test scripts |
| 18484 | * docs/* : reran the documentation extractor, updated xml.html |
| 18485 | |
Daniel Veillard | 7c1206f | 1999-10-14 09:10:25 +0000 | [diff] [blame] | 18486 | Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18487 | |
| 18488 | * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the |
| 18489 | HTMLparser and debugged the HTML related code. HTML documents |
| 18490 | now have their own type |
| 18491 | * entities.c: do not dump ' for HTML output |
| 18492 | * xmlmemory.c: improvement, breakpoint mechanism |
| 18493 | * testHTML.c: added --sax --repeat ... |
| 18494 | * Makefile.am: improved the HTML tests |
| 18495 | * valid.[ch]: added xmlValidGetValidElements and |
| 18496 | xmlValidGetPotentialChildren |
| 18497 | * tester.c: added --insert to test the 2 new functions |
| 18498 | * test//* result//* SAXresult//* : regression test cleanup |
| 18499 | and extension. |
| 18500 | * doc/html : added doc for new modules gnome-xml-xmlmemory.html and |
| 18501 | gnome-xml-nanohttp.html |
| 18502 | |
Daniel Veillard | 7d2c276 | 1999-10-11 15:09:51 +0000 | [diff] [blame] | 18503 | Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18504 | |
| 18505 | * HTMLparser.c: fixed problems with some autoclose tags |
| 18506 | * tree.c: fixed XML output problems. |
| 18507 | * result/* SAXresult/*: update of the tests output |
| 18508 | |
Daniel Veillard | 6077d03 | 1999-10-09 09:11:45 +0000 | [diff] [blame] | 18509 | Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18510 | |
| 18511 | * Makefile.am: Arturo patch for xmlConf.sh version info |
| 18512 | * parser.c: Tim Josling patch for single quoted items |
| 18513 | * tester.c: Tim Josling patch for tester options usage |
| 18514 | * tree.h: indent cleanup |
| 18515 | |
Daniel Veillard | 2673d3c | 1999-10-08 14:37:09 +0000 | [diff] [blame] | 18516 | Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18517 | |
| 18518 | * HTMLparser.c parser.h : Fixed problems with HTML parsing |
| 18519 | reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk> |
| 18520 | |
Daniel Veillard | 00fdf37 | 1999-10-08 09:40:39 +0000 | [diff] [blame] | 18521 | Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18522 | |
| 18523 | * tree.c : Raph patch for initialization of CORBA fields |
| 18524 | * parser.c, xpath.c, ...: modification of doc comments |
| 18525 | * xpath.c : allow spaces in xpath expressions |
| 18526 | |
Daniel Veillard | ad21944 | 1999-09-27 08:17:49 +0000 | [diff] [blame] | 18527 | Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18528 | |
| 18529 | * xmlmemory.h: turning off memory debug :-( |
| 18530 | |
Daniel Veillard | 7a66ee6 | 1999-09-26 11:31:02 +0000 | [diff] [blame] | 18531 | Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18532 | |
| 18533 | * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory() |
| 18534 | better SAX interfaces. |
| 18535 | * testSAX.c: uses the new SAX routine, avoid fetching any remote |
| 18536 | entity. |
| 18537 | * configure.in: 1.7.2 |
| 18538 | |
| 18539 | Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 2f4dfc4 | 1999-09-24 14:03:48 +0000 | [diff] [blame] | 18540 | |
| 18541 | * libxml.spec.in: fixed the URL |
| 18542 | * doc/xml.html: improved the documentation front-end |
| 18543 | |
Daniel Veillard | 7a66ee6 | 1999-09-26 11:31:02 +0000 | [diff] [blame] | 18544 | Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 335849b | 1999-09-23 23:08:42 +0000 | [diff] [blame] | 18545 | |
| 18546 | * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF |
| 18547 | |
Daniel Veillard | 7a66ee6 | 1999-09-26 11:31:02 +0000 | [diff] [blame] | 18548 | Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | dd6b367 | 1999-09-23 22:19:22 +0000 | [diff] [blame] | 18549 | |
| 18550 | * libxml.spec.in: fixed the alpha compile problem |
| 18551 | * parser.[ch]: changed errno to errNo in the parser context :-( |
| 18552 | * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32 |
| 18553 | * doc/xml.html: changed CHAR to xmlChar |
| 18554 | * doc/html/*: recompiled the documentation |
| 18555 | * configure.in: 1.7.1 |
| 18556 | |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 18557 | Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18558 | |
| 18559 | * parser.h: modified the parser context struct to regain 1.4.0 |
| 18560 | binary compatibility |
| 18561 | * parser.c, xml-error.h: added errno ot teh context and defined |
| 18562 | a set of errors values with update of errno |
| 18563 | * nanohttp.[ch]: minimalist HTTP front-end for fetching remote |
| 18564 | DTDs and entities |
| 18565 | * *.h, *.c: complete cleanup of the use of config.h and include |
| 18566 | protection depending on the current setup. |
| 18567 | * overalll debugging, maintenance and bug-fixing on all modules |
| 18568 | * updated the documentation |
| 18569 | * ready for 1.7.0 |
| 18570 | |
Daniel Veillard | c08a2c6 | 1999-09-08 21:35:25 +0000 | [diff] [blame] | 18571 | Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18572 | |
| 18573 | * HTMLparser.c : cleanup |
| 18574 | * SAX.c valid.c valid.h: added ID/IDREF checking |
| 18575 | * tree.c tree.h: extended doc structure for refs |
| 18576 | * configure.in: 1.6.2 |
| 18577 | * parser.c: patched bug in SAX user arg call |
| 18578 | * parserInternals.h: patched missing close in C++ wrapping |
| 18579 | * testXPath.c xpath.c xpath.h: prepared for extensibility, |
| 18580 | especially upcoming XPointer implementation. |
| 18581 | * doc/xml.html: augmented, typo |
| 18582 | |
CEST 1999 Timur Bakeyev | 72bd100 | 1999-09-04 20:50:25 +0000 | [diff] [blame] | 18583 | Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru> |
| 18584 | |
| 18585 | * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" - |
| 18586 | not all invocations of install understand -d. |
| 18587 | |
CEST 1999 Timur Bakeyev | 6db3cb0 | 1999-09-04 20:25:14 +0000 | [diff] [blame] | 18588 | Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru> |
| 18589 | |
| 18590 | * Makefile.am: prepend all the test* calls with $(top_builddir) - |
| 18591 | to make 'check' works, when builddir != srcdir. |
| 18592 | |
Daniel Veillard | c8eab3a | 1999-09-04 18:27:23 +0000 | [diff] [blame] | 18593 | Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18594 | |
| 18595 | * doc/xml.html : updated the documentation |
| 18596 | |
Daniel Veillard | 6454aec | 1999-09-02 22:04:43 +0000 | [diff] [blame] | 18597 | Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18598 | |
| 18599 | * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase |
| 18600 | not deallocated memory blocks |
| 18601 | * *.c : replaces all calls to malloc() free() and realloc() to |
| 18602 | the wrapper functions/macros |
| 18603 | * tree.c : removed memory leaks dues to calling xmlFreeNode() |
| 18604 | instead of xmlFreeNodeList() |
| 18605 | |
Daniel Veillard | 1ff7ae3 | 1999-09-01 12:19:13 +0000 | [diff] [blame] | 18606 | Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18607 | |
| 18608 | * HTMLparser.c: corrected a stupid bug leading to core dump at |
| 18609 | tree deallocation. Removed warnings indicated by |
| 18610 | Stephane.Conversy@lri.fr |
| 18611 | * entities.c: Fixes Yet Another Stupid Bug, entities were not |
| 18612 | looked for in the external subset |
| 18613 | |
| 18614 | Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | c26087b | 1999-08-30 11:23:51 +0000 | [diff] [blame] | 18615 | |
| 18616 | * parser.c valid.[ch] xpath.c: patched compilation warnings reported |
| 18617 | on SGI by Stephane.Conversy@lri.fr |
| 18618 | |
Daniel Veillard | b96e643 | 1999-08-29 21:02:19 +0000 | [diff] [blame] | 18619 | Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18620 | |
| 18621 | * all .h : changed the prototype declaration indent as in gtk |
| 18622 | * most .c : working on reducing the TODOs in the code |
| 18623 | * most .c : cleanup though -pedantic and Insure++ |
| 18624 | * improvements on validation ID checkings. |
| 18625 | * tree.[ch] SAX.c: added support for namespace on attributes #2022 |
| 18626 | * xml-config.in: closed #1810 |
| 18627 | |
| 18628 | Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 991e63d | 1999-08-15 23:32:28 +0000 | [diff] [blame] | 18629 | |
| 18630 | * tree.h, valid.c, valid.h: more work on validity, IDs |
| 18631 | * xpath.c: added/fixed comparidon and equlity, added a new isinf |
| 18632 | definition for AIX |
| 18633 | |
Daniel Veillard | b556eb5 | 1999-08-15 17:19:50 +0000 | [diff] [blame] | 18634 | Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18635 | |
| 18636 | * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in |
| 18637 | the distribution due to a cut'n paste error at last commit |
| 18638 | |
Daniel Veillard | b05deb7 | 1999-08-10 19:04:08 +0000 | [diff] [blame] | 18639 | Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18640 | |
| 18641 | * configure.in: upgraded to version 1.4.0 |
| 18642 | * valid.[ch], SAX.c, parser.[ch] parserInternals.h ... |
| 18643 | Big update, added a large part of the validation process, |
| 18644 | it should be usable, but some parts are missing |
| 18645 | * xpath.c: improved the implementation w.r.t. root. |
| 18646 | * Makefile.am: added more tests |
| 18647 | * test and result trees: added a lot of tests |
| 18648 | * libxml.spec.in: export libxml.so.0 and libxml.so.1 |
| 18649 | |
Daniel Veillard | 6a6ccc1 | 1999-08-10 09:34:35 +0000 | [diff] [blame] | 18650 | Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18651 | |
| 18652 | * Added an HACKING file |
| 18653 | |
Daniel Veillard | e2d034d | 1999-07-27 19:52:06 +0000 | [diff] [blame] | 18654 | Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18655 | |
| 18656 | * xpath.[ch] : improvements and debug of the XPath implementation |
| 18657 | * parser.c, HTMLparser.c : modified the parsers to be progressive |
| 18658 | * tree.[ch] : extended the Buffer promitives |
| 18659 | * xmlIO.[ch] : added basic I/O routines providing progressive |
| 18660 | parsing and ready for I18N conversion plugins |
| 18661 | * SAXresult/* : the SAX callback sequence maybe slightly different |
| 18662 | now |
| 18663 | * test*.c : improved/updated the tests programs |
| 18664 | * doc/* : recompiled the docs. |
| 18665 | |
Daniel Veillard | 15b75af | 1999-07-26 16:42:37 +0000 | [diff] [blame] | 18666 | 1999-07-26 Michael Meeks <michael@edenproject.org> |
| 18667 | |
| 18668 | * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild |
| 18669 | |
| 18670 | * tree.c: Ditto. |
| 18671 | |
Daniel Veillard | 1566d3a | 1999-07-15 14:24:29 +0000 | [diff] [blame] | 18672 | Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18673 | |
| 18674 | * configure.in: upgraded to version 1.4.0 |
| 18675 | * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath |
| 18676 | draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly |
| 18677 | XML query language, see http://www.w3.org/TR/xpath for more details. |
| 18678 | * parser.c, parser.h: added CHAR* related string functions for XPath |
| 18679 | * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities. |
| 18680 | * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation, |
| 18681 | rebuild the docs. |
| 18682 | * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target |
| 18683 | and regression testing capabilities for XPath. |
| 18684 | |
Daniel Veillard | d79d787 | 1999-07-12 10:38:12 +0000 | [diff] [blame] | 18685 | Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18686 | |
| 18687 | * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com> |
| 18688 | closing bug #1646 |
| 18689 | |
Daniel Veillard | be9e595 | 1999-07-12 09:16:45 +0000 | [diff] [blame] | 18690 | Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18691 | |
| 18692 | * Makefile.am, example/Makefile.am: closed bug #1683 |
| 18693 | |
Daniel Veillard | 3166ab1 | 1999-07-11 16:14:19 +0000 | [diff] [blame] | 18694 | Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18695 | |
| 18696 | * example/Makefile.am, configure.in: added the makefile for the |
| 18697 | gjobread example |
| 18698 | |
Tomasz Kłoczko | a75b6b3 | 1999-07-10 12:21:13 +0000 | [diff] [blame] | 18699 | Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl> |
| 18700 | |
| 18701 | * doc/Makefile.am: |
| 18702 | - fix which allow "make install DESTDIR=</install/prefix>". |
| 18703 | |
Daniel Veillard | 7cc3c04 | 1999-07-09 10:11:57 +0000 | [diff] [blame] | 18704 | Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18705 | |
| 18706 | * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com> |
| 18707 | which fixed a problem on the file reading-code. |
| 18708 | |
Daniel Veillard | 82150d8 | 1999-07-07 07:32:15 +0000 | [diff] [blame] | 18709 | Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18710 | |
| 18711 | * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and |
| 18712 | output. |
| 18713 | * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt |
| 18714 | |
Daniel Veillard | 5233ffc | 1999-07-06 22:25:25 +0000 | [diff] [blame] | 18715 | Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18716 | |
| 18717 | * parser.h : Oops removed the binary compatibility problem |
| 18718 | * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump |
| 18719 | * parser.c, HTMLparser.c: applied patches for reading from stdin |
| 18720 | |
Daniel Veillard | be70ff7 | 1999-07-05 16:50:46 +0000 | [diff] [blame] | 18721 | Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18722 | |
| 18723 | * parser.c, entities.c, valid.c: cleanup bug #1591 |
| 18724 | * configure.in: cleanup bug #1592 |
| 18725 | * HTMLparser.[ch], testHTML.c: started adding an HTML parser using |
| 18726 | the same tree back-end. Hence gdome will be available for it. |
| 18727 | * doc/Makefile.am: close bug #617 |
| 18728 | |
Daniel Veillard | 97fea18 | 1999-06-26 23:07:37 +0000 | [diff] [blame] | 18729 | Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18730 | |
| 18731 | * parser.c: alloctate a per parser context SAX interface block |
| 18732 | |
Daniel Veillard | 14fff06 | 1999-06-22 21:49:07 +0000 | [diff] [blame] | 18733 | Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18734 | |
| 18735 | * released 1.3.0 with xmlEncodeEntities restoring old behaviour |
| 18736 | and xmlEncodeEntitiesReentrant with the correct one :-\ |
| 18737 | |
| 18738 | Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18739 | |
| 18740 | * commit of my internal XML base changes, quite a lot of |
| 18741 | changes, cleanups, better entities support, framework for |
| 18742 | new I/O and charset detection and handling |
| 18743 | * Fixed the configure/Makefile stuff to generate shared libs |
| 18744 | with the proper version info, so we jumped on rev from |
| 18745 | 0.0.0 to 1.2.0 ! The binary interfaces have been broken, |
| 18746 | xmlEncodeEntities() result need to be freed now, and a string |
| 18747 | xmlParserVersion provide the current library version. |
| 18748 | |
Raph Levien | 05240da | 1999-06-15 21:27:11 +0000 | [diff] [blame] | 18749 | Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org> |
| 18750 | |
| 18751 | * parser.c: fixed a buffer overrun for when you have a very long |
| 18752 | attribute with no entities in it. |
| 18753 | |
Daniel Veillard | bb2da58 | 1999-06-13 14:37:07 +0000 | [diff] [blame] | 18754 | Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18755 | |
| 18756 | * added example directory |
| 18757 | * added example/gjobs.xml gjobread.c, still need a Makefile.in |
| 18758 | |
Daniel Veillard | 011b63c | 1999-06-02 17:44:04 +0000 | [diff] [blame] | 18759 | Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18760 | |
| 18761 | * Release of libxml-1.1, nearly everything has been touched for |
| 18762 | this. |
| 18763 | * Added more regression tests |
| 18764 | * Updated the documentation |
| 18765 | |
Daniel Veillard | 27d8874 | 1999-05-29 11:51:49 +0000 | [diff] [blame] | 18766 | Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18767 | |
| 18768 | * tree.[ch]: unified the XML_NO_CORBA defines. |
| 18769 | * parser.c encoding.[ch]: started plugging in char encoding detection |
| 18770 | |
Manish Vachharajani | 5e60f5a | 1999-05-29 03:04:30 +0000 | [diff] [blame] | 18771 | Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu> |
| 18772 | |
| 18773 | * tree.c: (xmlSaveFile) - removed double call of xmlContentDump. |
| 18774 | Also freed allocated buffer. |
| 18775 | |
Daniel Veillard | 27d8874 | 1999-05-29 11:51:49 +0000 | [diff] [blame] | 18776 | Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 5099ae8 | 1999-04-21 20:12:07 +0000 | [diff] [blame] | 18777 | * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main |
| 18778 | reentrancy problem at printing. One is left in entities.c, to |
| 18779 | remove ASAP |
| 18780 | * testSAX.c : added a test example showing the use of the SAX |
| 18781 | interface if one doesn't want to build the DOM tree. |
| 18782 | * html/gnome-xml-*.html html/index.sgml: regenerated the documentation |
| 18783 | |
Daniel Veillard | 517752b | 1999-04-05 12:20:10 +0000 | [diff] [blame] | 18784 | Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18785 | |
| 18786 | * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]: |
| 18787 | large revamping of the parser to use SAX callbacks |
| 18788 | http://www.megginson.com/SAX/ (or at least a C like interface |
| 18789 | a la Expat). It's now possible to set up your own callbacks |
| 18790 | and the parser will not build a DOM tree. |
| 18791 | * test/* result/*: updated the test suite, I finally removed |
| 18792 | the old Namespace draft support (PI based). |
| 18793 | |
Daniel Veillard | 87c83bd | 1999-04-02 16:04:43 +0000 | [diff] [blame] | 18794 | Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18795 | |
| 18796 | * Makefile.am: added test result to EXTRA_DIST for make tests |
| 18797 | |
Daniel Veillard | 64068b3 | 1999-03-24 20:42:16 +0000 | [diff] [blame] | 18798 | Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18799 | |
| 18800 | * parser.c, parserInternals.h: moved the chars macro definitions |
| 18801 | to parserInternals.h |
| 18802 | * parser.c, error.c: applied patches from "Knut Ã…kesson" |
| 18803 | <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o |
| 18804 | |
Daniel Veillard | 012ccc1 | 1999-03-23 10:11:11 +0000 | [diff] [blame] | 18805 | Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18806 | |
| 18807 | * xml-config.in : applied patch to make --version work |
| 18808 | |
Raja R Harinath | a86c23e | 1999-03-05 22:14:01 +0000 | [diff] [blame] | 18809 | 1999-03-05 Raja R Harinath <harinath@cs.umn.edu> |
| 18810 | |
| 18811 | * Makefile.am (check-local): Alias for `tests' target. This will |
| 18812 | cause `make check' to do the right thing. |
| 18813 | (tests): Don't run tests in srcdir. Also, replaced calls to |
| 18814 | basename with a `sed' "equivalent". |
| 18815 | |
Daniel Veillard | d109e37 | 1999-03-05 06:26:45 +0000 | [diff] [blame] | 18816 | Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18817 | |
| 18818 | * Renamed error.h to xml-error.h, corrected Makefile.am to list |
| 18819 | it in the header and not the sources, updated the doc. |
| 18820 | Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for |
| 18821 | pointing this out. |
| 18822 | |
Daniel Veillard | bc50b59 | 1999-03-01 12:28:53 +0000 | [diff] [blame] | 18823 | Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18824 | |
| 18825 | * parser.c, parser.h, parserInternals.h: memory leak hunting, |
| 18826 | exported the inputStream routines. |
| 18827 | * doc/html/* : updated accordingly |
| 18828 | |
Daniel Veillard | d692aa4 | 1999-02-28 21:54:31 +0000 | [diff] [blame] | 18829 | Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18830 | |
| 18831 | * parser.c, parser.h, parserInternals.h: added a few extra |
| 18832 | internal calls to allocate and free parser contexts ... |
| 18833 | * doc/html/* : updated accordingly |
| 18834 | |
Daniel Veillard | 55a9927 | 1999-02-25 11:01:29 +0000 | [diff] [blame] | 18835 | Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18836 | |
| 18837 | * configure.in, Makefile.am, doc/makefile.am : General changes for |
| 18838 | 1.0.0 release and including the generated HTML documentation. |
| 18839 | |
Daniel Veillard | 3592547 | 1999-02-25 08:46:07 +0000 | [diff] [blame] | 18840 | Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18841 | |
| 18842 | * makefile.am : added parserInternals.h, oops. |
| 18843 | |
Daniel Veillard | 1e346af | 1999-02-22 10:33:01 +0000 | [diff] [blame] | 18844 | Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18845 | |
| 18846 | * parserInternals.h: added this header giving access to the parser |
| 18847 | internal functions. |
| 18848 | * doc/Makefile.am : added a rebuild target which rebuilds the full |
| 18849 | set of documentations |
| 18850 | * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing |
| 18851 | the internal subset. |
| 18852 | * *.c *.h: modifications needed to generate the documentation using |
| 18853 | gtk-doc, cleanup of functions blocks, reorganisation of struct |
| 18854 | declarations. |
| 18855 | |
Daniel Veillard | 1164e75 | 1999-02-16 16:29:17 +0000 | [diff] [blame] | 18856 | Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18857 | |
| 18858 | * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing |
| 18859 | the tar and spec file to include the beginning of the doc. |
| 18860 | |
Nuno Ferreira | 03d0478 | 1999-02-13 00:07:17 +0000 | [diff] [blame] | 18861 | 1999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt> |
| 18862 | |
| 18863 | * doc/.cvsignore: Added this file. |
| 18864 | |
Daniel Veillard | 6800ef3 | 1999-02-08 18:33:22 +0000 | [diff] [blame] | 18865 | Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18866 | |
| 18867 | * tree.c: fixed xmlGetProp to return "" when the attribute |
| 18868 | exists, even if the node-list is NULL. |
| 18869 | |
Daniel Veillard | 726c7e3 | 1999-02-08 15:13:10 +0000 | [diff] [blame] | 18870 | Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18871 | |
| 18872 | * tree.c: patched an error outputting empty attribute values. |
| 18873 | * Makefile.am and doc/makefile.am: have been updated during the |
| 18874 | week-end. Sorry for an empty CVS log, I got a shell problem. |
| 18875 | |
Daniel Veillard | 1899e85 | 1999-02-01 12:18:54 +0000 | [diff] [blame] | 18876 | Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18877 | |
| 18878 | * tree.h: cleaned up using enums instead of defines |
| 18879 | * parser.c, valid.[ch]: more work on parsing/output of element |
| 18880 | declarations |
| 18881 | |
Daniel Veillard | 3b9def1 | 1999-01-31 22:15:06 +0000 | [diff] [blame] | 18882 | Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18883 | |
| 18884 | * valid.[ch], tree.c, parser.c : more work toward full parsing |
| 18885 | of XML DTDs. |
| 18886 | * README: added informations about mailing-list and on-line |
| 18887 | documentation |
| 18888 | |
Raja R Harinath | 7eb5c4f | 1999-01-27 23:01:51 +0000 | [diff] [blame] | 18889 | 1999-01-27 Raja R Harinath <harinath@cs.umn.edu> |
| 18890 | |
| 18891 | * configure.in (XML_INCLUDEDIR): Use -I not -L for includes. |
| 18892 | |
Daniel Veillard | 39a1f9a | 1999-01-17 19:11:59 +0000 | [diff] [blame] | 18893 | Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18894 | |
| 18895 | * parser.c, tree.[ch] : more work toward conformance testing, |
| 18896 | added a last element to accelerate parsing of very flat structures |
| 18897 | started working on internal subset Element content declaration. |
| 18898 | * valid.[ch] : first cut at adding code toward validation. |
| 18899 | * previous changes had also small impact on most files, especially |
| 18900 | the conformance testing using James Clark test suite. |
| 18901 | |
Daniel Veillard | 3c2c2ce | 1999-01-17 13:48:01 +0000 | [diff] [blame] | 18902 | Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18903 | |
| 18904 | * test/* : updated the examples, most of them were not well |
| 18905 | formed (humm), and added rdf2. |
| 18906 | * result/* : resulting changes in the output. |
| 18907 | |
Daniel Veillard | 7c92c0a | 1998-12-06 18:08:28 +0000 | [diff] [blame] | 18908 | Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18909 | |
| 18910 | * tree.c: changed the behaviour of xmlGetProp on NULL values. |
| 18911 | |
Daniel Veillard | 44b3a06 | 1998-12-05 17:27:22 +0000 | [diff] [blame] | 18912 | Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18913 | |
| 18914 | * tree.c: patched a bug in the generation of empty attributes |
| 18915 | |
Daniel Veillard | be36afe | 1998-11-27 06:39:50 +0000 | [diff] [blame] | 18916 | Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18917 | |
| 18918 | * entities.[ch], tree.[ch], tester.c: added copy interfaces |
| 18919 | for node/trees/documents/... Biggest problem is namespace |
| 18920 | support when copying subtrees. |
| 18921 | |
Daniel Veillard | 8cc0d1f | 1998-11-16 01:04:26 +0000 | [diff] [blame] | 18922 | Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18923 | |
| 18924 | * parser.c, entities.c: improve entities and char ref encoding, |
| 18925 | and cleanups of error messages. |
| 18926 | |
Daniel Veillard | 242590e | 1998-11-13 18:04:35 +0000 | [diff] [blame] | 18927 | Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18928 | |
| 18929 | * parser.c, entities.c: simple bug hunting done during rpm2html and |
| 18930 | rpmfind integration. |
| 18931 | |
Daniel Veillard | 42dc9b3 | 1998-11-09 01:17:21 +0000 | [diff] [blame] | 18932 | Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18933 | |
| 18934 | * parser.[ch]: Added interfaces allowing to specify a SAX |
| 18935 | handler before parsing. |
| 18936 | |
Daniel Veillard | e3bffb9 | 1998-11-08 14:40:56 +0000 | [diff] [blame] | 18937 | Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18938 | |
| 18939 | * parser.c: redirrect all errors reporting through the SAX |
| 18940 | error function |
| 18941 | |
Daniel Veillard | da4d3c4 | 1998-11-04 20:07:05 +0000 | [diff] [blame] | 18942 | Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18943 | |
| 18944 | * entities.c: rather use HAVE_SNPRINTF and not depend on glib |
| 18945 | * libtool, tlmain ...: update of the libtool files |
| 18946 | |
Miguel de Icaza | 442321c | 1998-11-04 18:13:38 +0000 | [diff] [blame] | 18947 | 1998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx> |
| 18948 | |
| 18949 | * entities.c: Use g_snprintf insteda of snprintf. |
| 18950 | |
Daniel Veillard | 0ba4d53 | 1998-11-01 19:34:31 +0000 | [diff] [blame] | 18951 | Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18952 | |
| 18953 | * entities.c, parser.c: debug and cleanup of CharRef handling/saving. |
| 18954 | added ent5 test for this purpose. |
| 18955 | * parser.c, parser.h: formatting, comments and UTF-8 planning. |
| 18956 | |
Daniel Veillard | 2727168 | 1998-10-30 06:39:40 +0000 | [diff] [blame] | 18957 | Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18958 | |
| 18959 | * parser.c: fixed? a strange error due to compression on a GWP |
| 18960 | document. |
| 18961 | |
Daniel Veillard | 25940b7 | 1998-10-29 05:51:30 +0000 | [diff] [blame] | 18962 | Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18963 | |
| 18964 | * tree.[ch]: bug fixing |
| 18965 | * entities.[ch]: defined a specific type for predefined entities |
| 18966 | * doc/xml.html: more documentation on the library, how to use it, |
| 18967 | overview of the interfaces. |
| 18968 | |
Daniel Veillard | 1625364 | 1998-10-28 22:58:05 +0000 | [diff] [blame] | 18969 | Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18970 | |
| 18971 | * tree.[ch]: more cleanup on the API, made the tree mor conformant. |
| 18972 | |
Daniel Veillard | baf4cd5 | 1998-10-27 22:56:57 +0000 | [diff] [blame] | 18973 | Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18974 | |
Daniel Veillard | 10c6a8f | 1998-10-28 01:00:12 +0000 | [diff] [blame] | 18975 | * tree.c: corrected a small bug |
| 18976 | * doc/xml.html: continuing writing documentation. |
| 18977 | |
| 18978 | Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18979 | |
Daniel Veillard | baf4cd5 | 1998-10-27 22:56:57 +0000 | [diff] [blame] | 18980 | * debugXML.h debugXML.c: added debugging utilities. |
| 18981 | * tester.c: added --debug switch. |
| 18982 | * tree.c: patched an incorrect node->type assignment. |
| 18983 | * parser.c: formatting, ensure that node->doc != NULL in attributes |
| 18984 | |
Daniel Veillard | ccb0963 | 1998-10-27 06:21:04 +0000 | [diff] [blame] | 18985 | Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18986 | |
| 18987 | * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve |
| 18988 | entity support and provide an internal representation close to |
| 18989 | DOM one (entity ref nodes, and attribute value as tree). I tried |
| 18990 | to preserve the interface but this will surely break some apps |
| 18991 | (I have to change rpm2html/rpmfind for example). I had to change |
| 18992 | two interfaces, and the generated tree is somewhat different. |
| 18993 | * doc/* : started documenting the XML library, the tree and |
| 18994 | DOM/Corba. This is a first step. |
| 18995 | |
Daniel Veillard | 11e0058 | 1998-10-24 18:27:49 +0000 | [diff] [blame] | 18996 | Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 18997 | |
| 18998 | * parser.c: Set up the fonctions comment block, boring but useful. |
| 18999 | * parser.h, SAX.c, parser.c: now attributes are processed through |
| 19000 | the SAX interface. The problem is that my SAX interface diverged |
| 19001 | quite a bit from the original one, well this is not an official |
| 19002 | spec, and translating it from Java to C is hairy anyway... |
| 19003 | |
Daniel Veillard | 97b5877 | 1998-10-20 06:14:16 +0000 | [diff] [blame] | 19004 | Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19005 | |
| 19006 | * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the |
| 19007 | fonctions comment block, boring but useful. |
| 19008 | |
| 19009 | Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 891e404 | 1998-10-19 00:43:02 +0000 | [diff] [blame] | 19010 | |
| 19011 | * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1 |
| 19012 | conversion routines. However they are not yet used to convert the |
| 19013 | inputs. The core will run with UTF-8. |
| 19014 | |
Daniel Veillard | 3394284 | 1998-10-18 19:12:41 +0000 | [diff] [blame] | 19015 | Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19016 | |
| 19017 | * tree.c : make sure that the type id is properly set-up when |
| 19018 | a new object is allocated, needed for DOM. |
| 19019 | |
Daniel Veillard | 27fb075 | 1998-10-17 06:47:46 +0000 | [diff] [blame] | 19020 | Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19021 | |
| 19022 | * tree.h, tree.c: Ok, the main objects in the tree will be native |
| 19023 | corba objects, it costs 8 bytes per Node, Attribute and Document |
| 19024 | but it simplifies the Corba integration a lot (no extra interface |
| 19025 | objects to allocate/free). |
| 19026 | |
Daniel Veillard | 0bef131 | 1998-10-14 02:36:47 +0000 | [diff] [blame] | 19027 | Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19028 | |
| 19029 | * tree.h, tree.c, parser.c: added prev and doc pointers to Node, |
| 19030 | and changed NODEs contants for conformity with DOM Level 1 |
| 19031 | |
Daniel Veillard | 2786470 | 1998-10-08 03:47:24 +0000 | [diff] [blame] | 19032 | Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19033 | |
| 19034 | * added hooks to keep track of servants when creating objects |
| 19035 | xmlDoc and xmlNode (for Corba export). |
| 19036 | |
Daniel Veillard | a6e1d12 | 1998-10-04 14:41:05 +0000 | [diff] [blame] | 19037 | Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19038 | |
| 19039 | * added xml-config script. |
| 19040 | |
Daniel Veillard | 7066a79 | 1998-10-01 20:28:28 +0000 | [diff] [blame] | 19041 | Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19042 | |
| 19043 | * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr> |
| 19044 | to autoupdate libtool and automake conf files. |
| 19045 | |
Miguel de Icaza | 60681bd | 1998-09-30 19:28:59 +0000 | [diff] [blame] | 19046 | 1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx> |
| 19047 | |
| 19048 | * Makefile.am: Use '?' to separate the sed |
| 19049 | commands as ',' is used when people pass -Wl,something. |
| 19050 | |
| 19051 | |
Daniel Veillard | 15a8df4 | 1998-09-24 19:15:06 +0000 | [diff] [blame] | 19052 | Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19053 | |
| 19054 | * tree.c, tree.h: added a per-document compression interface. |
| 19055 | |
Daniel Veillard | 151b1b0 | 1998-09-23 00:49:46 +0000 | [diff] [blame] | 19056 | Tue Sep 22 20:47:38 EDT 1998 |
| 19057 | |
| 19058 | * tree.c, tree.h: added saving with compression and added interfaces |
| 19059 | to control the compression level (xmlGetCompressMode, |
| 19060 | xmlSetCompressMode) and a new save to filename function (xmlSaveFile). |
| 19061 | |
Daniel Veillard | 70120ff | 1998-09-22 00:24:21 +0000 | [diff] [blame] | 19062 | Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19063 | |
| 19064 | * parser.c: corrected a loop for files of size 0 |
| 19065 | |
Raja R Harinath | d2e3abd | 1998-08-20 21:52:38 +0000 | [diff] [blame] | 19066 | 1998-08-20 Raja R Harinath <harinath@cs.umn.edu> |
| 19067 | |
| 19068 | * error.h: New file. Contains prototyes from `error.c'. |
| 19069 | |
Tom Tromey | c19653d | 1998-08-14 01:22:43 +0000 | [diff] [blame] | 19070 | Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com> |
| 19071 | |
| 19072 | * Makefile.am (xmlincdir): New macro. |
| 19073 | (xmlinc_HEADERS): Renamed from include_HEADERS. |
| 19074 | |
Daniel Veillard | 845664d | 1998-08-13 04:43:19 +0000 | [diff] [blame] | 19075 | Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19076 | |
| 19077 | * applied small patch on numeric entities from |
| 19078 | Christopher Blizzard <blizzard@appliedtheory.com> |
| 19079 | |
Daniel Veillard | 260a68f | 1998-08-13 03:39:55 +0000 | [diff] [blame] | 19080 | Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19081 | |
| 19082 | * New release 0.2, removed the old xml_* files so that it's |
| 19083 | coherent with the other CVS base (W3C), far better conformance |
| 19084 | to standard, new namespaces, decent entities support, beginning |
| 19085 | of a SAX-like interface. Nearly nothing left intact, even the |
| 19086 | test examples ... |
| 19087 | |
Christopher Blizzard | a36749e | 1998-07-30 21:47:18 +0000 | [diff] [blame] | 19088 | 1998-07-30 Christopher Blizzard <blizzard@appliedtheory.com> |
| 19089 | |
| 19090 | * .cvsignore: Add .deps dir |
| 19091 | |
Daniel Veillard | f8015fa | 1998-07-26 21:31:38 +0000 | [diff] [blame] | 19092 | Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
| 19093 | |
| 19094 | * xml_tree: changed the memory allocation scheme for name in xmlNewNode |
| 19095 | |
Daniel Veillard | fe92600 | 1998-07-26 04:28:20 +0000 | [diff] [blame] | 19096 | Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 01791d5 | 1998-07-24 19:24:09 +0000 | [diff] [blame] | 19097 | |
Daniel Veillard | fe92600 | 1998-07-26 04:28:20 +0000 | [diff] [blame] | 19098 | * configure.in: added test for CPP |
| 19099 | * AUTHORS, Changelog: the original ones didn't get commited but the |
| 19100 | glib ones instead, fixed. |
| 19101 | * Makefile.am: corrected an error in library naming |
Daniel Veillard | 01791d5 | 1998-07-24 19:24:09 +0000 | [diff] [blame] | 19102 | |
Daniel Veillard | fe92600 | 1998-07-26 04:28:20 +0000 | [diff] [blame] | 19103 | Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org> |
Daniel Veillard | 01791d5 | 1998-07-24 19:24:09 +0000 | [diff] [blame] | 19104 | |
Daniel Veillard | fe92600 | 1998-07-26 04:28:20 +0000 | [diff] [blame] | 19105 | * integrated code developped at W3C |
| 19106 | * changed the original Copyright |
| 19107 | * migrated to automake |
| 19108 | * prefixed the filenames by xml_ to avoid filename clashes |
Daniel Veillard | 01791d5 | 1998-07-24 19:24:09 +0000 | [diff] [blame] | 19109 | |