Log

Author Commit Date CI Message
Daniel Veillard 7feb0234 2004-05-18T10:49:20 reverted the broken change. Daniel * catalog.c: reverted the broken change. Daniel
Daniel Veillard 81205015 2004-05-18T03:06:41 updated the docs for 2.6.10 Daniel * NEWS doc/*: updated the docs for 2.6.10 Daniel
Daniel Veillard 4e6fef4d 2004-05-17T03:53:59 releasing 2.6.10 Daniel * configure.in : releasing 2.6.10 Daniel
Daniel Veillard 62040be3 2004-05-17T03:17:26 avoid returning default namespace when searching from an attribute reverse * tree.c: avoid returning default namespace when searching from an attribute * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour back to escaping " since the normal serialization routines do not use it anymore, should close bug #134477 . Tried to make the writer avoid it too but it didn't work. Daniel
Daniel Veillard a98357ad 2004-05-16T05:06:59 fixed escaping handling and added direct links to bugzilla report for bug * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping handling and added direct links to bugzilla report for bug numbers. Daniel
Daniel Veillard e19644ec 2004-05-16T03:34:55 <bill> I think the ChangeLog.html should include timezone (or else normalize to GMT if you're short of work to do) <DV> well the timezone is in the XML it's trivial to add it <bill> :-) Daniel
William M. Brack d233e395 2004-05-16T03:12:08 modified to assure proper user data is sent to structured error routine * error.c: modified to assure proper user data is sent to structured error routine (bug 142598)
Daniel Veillard f0552936 2004-05-16T01:20:17 a couple of large static variable which should really not be declared as * catalog.c: a couple of large static variable which should really not be declared as such cluttered the .bss section. Daniel
Daniel Veillard 96134cab 2004-05-16T01:08:06 fixed a couple of problems when parsing libxslt ChangeLog Daniel * doc/ChangeLog.awk: fixed a couple of problems when parsing libxslt ChangeLog Daniel
Daniel Veillard 8aac2973 2004-05-16T01:00:37 Rebuild the docs, daniel
Daniel Veillard a1800a2a 2004-05-16T00:55:18 Try to fix ChangeLog links, Daniel
Daniel Veillard 93ebc219 2004-05-16T00:34:22 Added language, Daniel
Daniel Veillard 8badcee6 2004-05-16T00:28:36 Added link to ChangeLog.html, Daniel
Daniel Veillard 418968b6 2004-05-16T00:15:10 first steps of a good ChangeLog page generation. The awk shoudl escape * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good ChangeLog page generation. The awk shoudl escape characters not okay in XML and the xslt should make links to functions or variables or bug reported in the entries. Daniel
Daniel Veillard 3995bc36 2004-05-15T18:57:31 start adding API for escaping customization. Daniel * xmlsave.c include/libxml/xmlsave.h: start adding API for escaping customization. Daniel
Daniel Veillard b021caa3 2004-05-15T18:51:42 Adding missing files, Daniel
Daniel Veillard 7a6361f7 2004-05-15T16:37:50 more xmlSave cleanup, optimization and refactoring Daniel * xmlsave.c: more xmlSave cleanup, optimization and refactoring Daniel
Daniel Veillard 83a75e05 2004-05-14T21:50:42 third pass at the escaping refactoring. Daniel * xmlIO.c xmlsave.c: third pass at the escaping refactoring. Daniel
William M. Brack f8f2e8f6 2004-05-14T04:37:41 enhanced the enhancement, fixed another couple of special cases. * parser.c: enhanced the enhancement, fixed another couple of special cases.
William M. Brack eb8509c2 2004-05-14T03:48:02 small enhancement to dtd handling of (a?)+ (bug 142487) * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
Daniel Veillard ee8960bc 2004-05-14T03:25:14 second pass on escaping handling, start to looks better, need to be * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping handling, start to looks better, need to be completed and added directly at the saving context level. Daniel
Daniel Veillard 5d1a4d81 2004-05-13T14:31:25 first pass at refactoring the escape on save routines for better * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring the escape on save routines for better performances (less malloc) and more flexibility using the new saving context. Preliminary work, interface will change. Daniel
William M. Brack 9989c7da 2004-05-12T14:39:38 added code in xmlSchemaBuildAContentModel to handle element reference * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle element reference within the xs:all construct (bug 139897)
William M. Brack 7b0e2763 2004-05-12T09:33:23 a little further fixing of fallback processing, this time for fallback * xinclude.c: a little further fixing of fallback processing, this time for fallback with children (bug 139520).
William M. Brack 29aa772d 2004-05-12T00:27:56 added code in xmlSchemaBuildContentModel to allow ref in group definition * xmlschemas.c: added code in xmlSchemaBuildContentModel to allow ref in group definition (bug 134411). Also fixed misc compilation warning messages. * result/schema/group0_0_0, result/schema/group0_0_0.err: regenerated (now no error reported).
Daniel Veillard 18a65095 2004-05-11T15:57:42 fix to the fix for #141864 from Paul Elseth apply fix from David Gatwood * xmlIO.c: fix to the fix for #141864 from Paul Elseth * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for #141195 about text between comments. Daniel
William M. Brack e709195e 2004-05-11T15:09:58 Applied patches supplied by Kasimier Buchcik. changed test to account for * xmlschemas.c, include/libxml/schemasInternals.h, include/libxml/xmlerror.h: Applied patches supplied by Kasimier Buchcik. * test/schemas/po1_0.xml, test/schemas/po1_0.xsd: changed test to account for above patch.
Daniel Veillard b3ac18dc 2004-05-11T13:06:29 better portability fix for f(*args), use apply(f, args) as Stephane Bidoul * python/tests/tstLastError.py: better portability fix for f(*args), use apply(f, args) as Stephane Bidoul suggested Daniel
William M. Brack f9b5fa2d 2004-05-10T07:52:15 enhanced xmlRegStateAddTrans to check if transition is already present * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition is already present and, if so, to ignore the request to add it. This has a very dramatic effect on memory requirements as well as efficiency. It also fixes bug 141762.
Daniel Veillard 6d38c750 2004-05-10T00:40:51 applied patch from Ed Davis to allow "make tests" to work with Python 1.5 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py: applied patch from Ed Davis to allow "make tests" to work with Python 1.5 Daniel
Daniel Veillard f0244cea 2004-05-09T23:48:39 apply fix for XHTML1 formating from Nick Wellnhofer fixes bug #141266 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer fixes bug #141266 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression test Daniel
Daniel Veillard a90de5ef 2004-05-09T18:06:20 fix for a pedantic make check without make all request Daniel * Makefile.am: fix for a pedantic make check without make all request Daniel
Daniel Veillard 966a31e2 2004-05-09T02:58:44 fixing some problems in URI unescaping and output buffer opening, this * uri.c xmlIO.c: fixing some problems in URI unescaping and output buffer opening, this should fix #141864 Daniel
Daniel Veillard aecc0dc1 2004-05-08T02:32:07 fixes the use of 'list' as a parameter added xmlPopInputCallback for Matt * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for Matt Sergeant Daniel
Daniel Veillard 51c2cfa0 2004-05-06T18:57:34 update from xmlsoft.org
Daniel Veillard d4cfcef1 2004-05-06T18:55:27 Added a pointer to the win32 directory for downloading Igor's binaries, Daniel
William M. Brack ddf71d61 2004-05-06T04:17:26 enhanced the handling of subexpression ranges which have a minOccurs of 0 * xmlregexp.c: enhanced the handling of subexpression ranges which have a minOccurs of 0 (bug 140478 again); cleaned up comments throughout the module.
Daniel Veillard 3af3b596 2004-05-05T19:22:30 Some reformating of recent code, Daniel
Daniel Veillard 87076046 2004-05-03T22:54:49 adding a --maxmem option to check memory used. Daniel * xmllint.c: adding a --maxmem option to check memory used. Daniel
Daniel Veillard 656ce948 2004-04-30T23:11:45 Fixed bug #141529 i.e. various problems when building with --without-html * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed bug #141529 i.e. various problems when building with --without-html Daniel
Daniel Veillard a2d51fc3 2004-04-30T22:25:59 fixing bug #141384 where the reader didn't call the deregistering * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't call the deregistering functions. Also added the check to xmllint --stream --chkregister . Daniel
Daniel Veillard 712096b3 2004-04-30T12:56:46 applied a second patch from Mark Vakoc for regression tests on Windows * win32/Makefile.msvc: applied a second patch from Mark Vakoc for regression tests on Windows Daniel
Daniel Veillard 6f379a7b 2004-04-29T18:45:42 never commit without running make tests first ! Daniel * xmlreader.c: never commit without running make tests first ! Daniel
Daniel Veillard e2161a69 2004-04-29T17:14:25 fix a nasty problem with reading over the end fix a reported memory leak * xmlreader.c: fix a nasty problem with reading over the end * xmlsave.c: fix a reported memory leak apparently Daniel
Daniel Veillard 9ea6231e 2004-04-29T14:04:09 patch from Mark Vakoc for regression tests on Windows. the NaN problem * win32/Makefile.msvc: patch from Mark Vakoc for regression tests on Windows. * xpath.c: the NaN problem also shows up on Borland Daniel
William M. Brack 0e00b28d 2004-04-26T15:40:47 enhanced xmlFARegExec range evaluation for min occurs 0 problems - fixes * xmlregexp.c: enhanced xmlFARegExec range evaluation for min occurs 0 problems - fixes bug 140478.
Daniel Veillard f762755f 2004-04-22T07:15:40 tiny path fixes the "xmlConvertCRNGFile" function name from Kasimier * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name from Kasimier Buchcik * xmlschemas.c: recursive xs:extension fix from taihei goi Daniel
Daniel Veillard bf62949f 2004-04-20T22:20:59 small buffer resizing improvement from Morten Welinder closes #140629 * tree.c: small buffer resizing improvement from Morten Welinder closes #140629 Daniel
Daniel Veillard d087dbf3 2004-04-20T21:41:19 last version of the fix for MSC version 1200 Daniel * xpath.c: last version of the fix for MSC version 1200 Daniel
Daniel Veillard 453e71bf 2004-04-20T17:44:46 killing the strncmp vs. memcmp controversy and #140593 Daniel * parser.c: killing the strncmp vs. memcmp controversy and #140593 Daniel
Daniel Veillard f5850a14 2004-04-20T11:53:53 Added missing file, Daniel
Daniel Veillard 4e4bcd0f 2004-04-20T11:28:33 Kasimier Buchcik pointed out some inexistent functions, cleaned them out. * include/libxml/SAX2.h: Kasimier Buchcik pointed out some inexistent functions, cleaned them out. Daniel
Daniel Veillard da0ff5da 2004-04-20T09:45:26 Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really * error.c: Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really wrong. * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum must be made public, added some missing comments on the XMLReader header. * c14n.c: Alexsey fixed C14N bug with processing namespaces from attributes Daniel
Aleksey Sanin 6de6f97d 2004-04-20T02:05:30 fixing C14N bug with processing namespaces from attributes
Daniel Veillard 7c4eb63b 2004-04-19T21:29:12 fixed a stupid () error + Mark name. Daniel * xpath.c: fixed a stupid () error + Mark name. Daniel
Daniel Veillard f70f7b2d 2004-04-18T22:09:47 Last minute releases change #@$$% of spec file ! Daniel
Daniel Veillard eca726dc 2004-04-18T21:47:34 preparing 2.6.9 release updated and rebuilt the docs Daniel * configure.in: preparing 2.6.9 release * doc/* News: updated and rebuilt the docs Daniel
Daniel Veillard 68cb4b24 2004-04-18T20:55:39 relaxed id() to not check taht the name(s) passed are actually NCName, * xpath.c: relaxed id() to not check taht the name(s) passed are actually NCName, decided this in agreement with Aleksey Sanin since existing specs like Visa3D broke that conformance checking and other tools seems to not implement it sigh... * SAX2.c: check attribute decls for xml:id and the value is an NCName. * test/xmlid/id_err* result/xmlid/id_err*: added error testing Daniel
Daniel Veillard 2582a338 2004-04-18T19:49:46 work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed * xpath.c: work around Microsoft compiler NaN bug raise reported by Mark Vakoc * xmlschemas.c include/libxml/schemasInternals.h include/libxml/xmlerror.h: fixed a recusive expection schemas compilation error raised by taihei goi Daniel
Daniel Veillard ee1d6926 2004-04-18T14:58:57 keep the ChangeLog compressed fix a segfault when using Close() test for * libxml.spec.in: keep the ChangeLog compressed * xmlreader.c: fix a segfault when using Close() * python/tests/Makefile.am python/tests/reader8.py: test for the Close() reader API. Daniel
William M. Brack 87640d5f 2004-04-17T14:58:15 minor warning cleanup (no change to logic) fixed return value for internal * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c, doc/examples/io2.c: minor warning cleanup (no change to logic) * xinclude: fixed return value for internal function xmlXIncludeLoadFallback (now always 0 or -1)
William M. Brack 8b0cbb04 2004-04-17T13:31:06 small enhancement to fix bug 139791 * valid.c: small enhancement to fix bug 139791
Daniel Veillard c85d0fec 2004-04-16T16:46:51 applied patches from Kasimier Buchcik for the attribute use support added * xmlschemas.c include/libxml/schemasInternals.h include/libxml/xmlerror.h: applied patches from Kasimier Buchcik for the attribute use support * test/schemas/attruse* result/schemas/attruse*: added the tests to the regression suite. Daniel
Daniel Veillard 377e1a90 2004-04-16T16:30:05 move the TODO as comments as the function while not finished are usable * xmlsave.c: move the TODO as comments as the function while not finished are usable as-is * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik implementing union * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example * python/Makefile.am: applied fix from Mike Hommey Daniel
William M. Brack a0c48add 2004-04-16T15:58:29 fixed problem with detecting external dtd encoding (bug 135229). minor * parser.c: fixed problem with detecting external dtd encoding (bug 135229). * Makefile.am: minor change to test label
William M. Brack 5d8d10bb 2004-04-16T08:11:26 fixed problem causing duplicate fallback execution (bug 139520) added * xinclude.c: fixed problem causing duplicate fallback execution (bug 139520) * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*: added testcase
Daniel Veillard 0d1a8450 2004-04-12T10:36:41 Updated the download page, Daniel
Daniel Veillard 67f8b1cd 2004-04-09T21:51:49 adding xml:id draft support adding 4 first regression tests Daniel * SAX2.c include/libxml/tree.h: adding xml:id draft support * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding 4 first regression tests Daniel
Daniel Veillard 80c0092b 2004-04-09T09:57:23 fixing Red Hat bug #120482 , libxml2-python should depend on the version * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python should depend on the version of python used to compile it. Daniel
Daniel Veillard 9955d2b4 2004-04-08T14:41:42 The python script to grab queries stats, daniel
Daniel Veillard 24f6a071 2004-04-08T14:39:25 Some preliminary stats for queries extraction, Daniel
Daniel Veillard d99224d7 2004-04-06T10:04:16 Updated the download section, Daniel
Daniel Veillard d9544880 2004-04-05T11:09:32 improving the search, Daniel
Daniel Veillard b5b9151c 2004-04-05T11:00:30 trying to improve the search, Daniel
Daniel Veillard 25d5d9ac 2004-04-05T07:08:42 applied patch from James Bursa, frameset should close head. Daniel * HTMLparser.c: applied patch from James Bursa, frameset should close head. Daniel
William M. Brack a74a6ff0 2004-04-02T14:03:22 fixed problem in xmlRelaxNGCompareNameClasses which was causing * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses which was causing check-relaxng-test-suite.py test 351 to fail.
William M. Brack 7e29c0a4 2004-04-02T09:07:22 implemented fix for M$ IIS redirect provided by Ian Hummel fixed problem * nanohttp.c: implemented fix for M$ IIS redirect provided by Ian Hummel * relaxng.c: fixed problem with notAllowed compilation (bug 138793)
Daniel Veillard 0a194580 2004-04-01T20:09:22 fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok. * uri.c: fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok. Daniel
Johan Dahlin 1f093e0c 2004-04-01T14:17:33 Add generated files, to make cvs silent. * python/.cvsignore: Add generated files, to make cvs silent.
Daniel Veillard ba0153a6 2004-04-01T10:42:31 small signed-ness patch from Steve Little Daniel * xmlschemas.c: small signed-ness patch from Steve Little Daniel
Daniel Veillard 2cbf596c 2004-03-31T15:50:43 patched a bug in parsing production 1 and 2 of xmlschemas regexp that * xmlregexp.c: patched a bug in parsing production 1 and 2 of xmlschemas regexp that William pointed out while working on #134120 * test/regexp/branch result/regexp/branch: added a specific regression test Daniel
William M. Brack f5806743 2004-03-31T02:01:32 added PYTHONPATH to python tests for Schemas and RelaxNG added testfile * Makefile.am: added PYTHONPATH to python tests for Schemas and RelaxNG * test/xsdtest/xsdtestsuite.xml: added testfile for SchemasPythonTests
Daniel Veillard c6ba2381 2004-03-29T22:19:01 Changed policy on mail bounces, Daniel
Daniel Veillard 3dd87ba8 2004-03-29T14:58:38 added information about compiling on Unix Daniel * doc/examples/examples.xsl doc/examples/index.html: added information about compiling on Unix Daniel
Daniel Veillard a8dc2886 2004-03-29T12:21:26 fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt to * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog * doc/*: rebuilt to update Daniel
Daniel Veillard 753086ac 2004-03-28T16:12:44 optimize indentation based on the new context Daniel * xmlsave.c: optimize indentation based on the new context Daniel
Daniel Veillard 3d354a79 2004-03-28T12:18:45 handle and explain a very tricky problem when modifying the tree based on * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain a very tricky problem when modifying the tree based on an XPath result query. Daniel
William M. Brack 60929625 2004-03-27T17:54:18 fixed problem with IS_COMPILABLE flag (bug 130216) * relaxng.c: fixed problem with IS_COMPILABLE flag (bug 130216)
Daniel Veillard f8e66680 2004-03-27T01:13:22 Opps, forgot to add it, Daniel
Daniel Veillard 0b787f37 2004-03-26T17:29:53 applied patch from Dave Beckett to correct line number errors when using * parser.c: applied patch from Dave Beckett to correct line number errors when using push with CDATA Daniel
Daniel Veillard b5eb7143 2004-03-26T13:55:38 added a test template added a new example, and make valgrind target Daniel * doc/examples/xpath1.c: added a test template * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*: added a new example, and make valgrind target Daniel
Daniel Veillard 688f6694 2004-03-26T10:57:38 Updated docs for news and downlods, Daniel
Daniel Veillard 766c4f9e 2004-03-26T10:48:29 apply fix for #136693 Daniel * parser.c: apply fix for #136693 Daniel
MST 2004 John Fleck 654a9b3f 2004-03-26T03:24:56 doc/examples/io2.c doc/examples/io2.res add xmlDocDumpMemory example in Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net> * doc/examples/io2.c * doc/examples/io2.res add xmlDocDumpMemory example in response to mailing list FAQ (rebuilt xml and html also)
John Fleck 03fdeb27 2004-03-26T03:24:28 John Fleck <jfleck@inkstain.net> John Fleck <jfleck@inkstain.net> * doc/examples/io2.c * doc/examples/io2.res add xmlDocDumpMemory example in response to mailing list FAQ (rebuilt xml and html also)
Daniel Veillard f3c3170e 2004-03-25T15:10:22 added favicon.ico to reduce requests for it :-\, Daniel
Daniel Veillard 88155d85 2004-03-25T10:43:16 Added a couple of parsing examples, Daniel
Daniel Veillard ebe25d49 2004-03-25T09:35:49 applied patch from Mark Vadoc avoiding using xmlParse* option and use * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied patch from Mark Vadoc avoiding using xmlParse* option and use xmlRead* instead * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher to avoid problems with some pathnames. Daniel
Daniel Veillard 520f17ad 2004-03-24T09:31:14 Added note about being subscribed, Daniel
Daniel Veillard 252004df 2004-03-23T12:32:32 preparing 2.6.8 release, updated and rebuilt the docs. use valgring fro * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt the docs. * Makefile.am: use valgring fro the new Python based regression tests Daniel