Log

Author Commit Date CI Message
Daniel Veillard f31187d3 2004-09-06T14:05:06 integrated to "make valgrind", heavy ... weight 250MB of VM ! Daniel * xstc/Makefile.am Makefile.am: integrated to "make valgrind", heavy ... weight 250MB of VM ! Daniel
Daniel Veillard aa9a352f 2004-09-06T13:20:05 Small updates, Daniel
Daniel Veillard cd4535f7 2004-09-06T13:03:15 Small fix on when to run xstc testsuite in make tests, daniel
Daniel Veillard 2cdd2f3a 2004-09-06T12:55:41 more cleanup in integrating the xstc testsuite Daniel * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am: more cleanup in integrating the xstc testsuite Daniel
Daniel Veillard 68763173 2004-09-06T12:02:19 Small fix, Daniel
Daniel Veillard b1da40c1 2004-09-06T11:57:44 starting to integrate the xstc suite in the normal regression tests Daniel * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am: starting to integrate the xstc suite in the normal regression tests Daniel
Kasimier T. Buchcik 9d8d83aa 2004-09-06T11:44:27 The "tsDir" attribute was not set correctly. * xstc/sun-test-def.xml: The "tsDir" attribute was not set correctly.
Daniel Veillard 8b7967c3 2004-09-06T09:54:35 when output and expected do not match exactly run diff to put the * check-xinclude-test-suite.py: when output and expected do not match exactly run diff to put the differences in the log c.f. #148691 Daniel
Kasimier T. Buchcik 9d267496 2004-09-06T09:39:56 Initial release of generation files to create python test scripts, which * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml xstc/sun-test-def.xml: Initial release of generation files to create python test scripts, which will run the W3C XML Schema Test Collection. The ms-test-def.xml and sun-test-def.xml files were extracted from the online HTML XSTC results [1], since they did not exist for the SUN tests, and only partially did exist for the MS tests. The NIST definition file was created by concatenation of the existing definition files for each single datatype. The stylesheet "xstc-to-python.xslt" should be run against the definition files to produce the python scripts. [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/ results-master.html"
Kasimier T. Buchcik 383434b2 2004-09-03T18:55:35 Fixed a seg fault in xmlGetQNameProp: a format argument was missing. Fixed * xmlschemas.c include/libxml/schemasInternals.h include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp: a format argument was missing. Fixed wrong assignment of the owner of a wildcard in xmlSchemaBuildAttributeValidation (in the shorthandform of <complexType>; this caused a seg fault, due to a double-free of the wildcard. Added a check for circular attribute group references. Added a check for circular model group definition references. Fixed a dublicate xmlParserErrors enum value - see bug #151738.
William M. Brack 3e530169 2004-09-03T17:10:08 modified comments on xmlGetUTF8Char in response to bug 151760 (no change * xmlstring.c: modified comments on xmlGetUTF8Char in response to bug 151760 (no change to logic)
William M. Brack f409515f 2004-08-31T16:49:26 fixed error reported on the list caused by my last change * xmlstring.c: fixed error reported on the list caused by my last change
Daniel Veillard d1de4a3d 2004-08-31T13:43:07 release of libxml2-2.6.13 Daniel * NEWS configure.in doc/*: release of libxml2-2.6.13 Daniel
Daniel Veillard 71b95638 2004-08-31T12:15:36 fixing #151456, an encoding error could generate a serialization loop. * xmlIO.c: fixing #151456, an encoding error could generate a serialization loop. Daniel
Daniel Veillard 0bff36dd 2004-08-31T09:37:03 also produce a tar ball with just the sources added --path option and * Makefile.am: also produce a tar ball with just the sources * xmllint.c: added --path option and --load-trace options to xmllint, RFE #147740 based on xsltproc versions * doc/xmllint.* doc/*: updated the man page and rebuilt Daniel
Daniel Veillard f34a20e6 2004-08-31T08:42:17 "" is a valid hexbinary string dixit xmlschema-dev update the test. added * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml: update the test. * test/ns5 result//ns5*: added a test for the namespace bug fixed in previous commit. * Makefile.am: added a message in the regression tests Daniel
Daniel Veillard fc263f1f 2004-08-31T07:02:04 Fixed snapshot link, Daniel
William M. Brack bf5cf219 2004-08-31T06:47:17 fixed bug introduced during OOM fixup causing problems with default * SAX2.c: fixed bug introduced during OOM fixup causing problems with default namespace when a named prefix with the same href was present (reported on the mailing list by Karl Eichwalder. * xmlstring.c: modified xmlCheckUTF8 with suggested code from Julius Mittenzwei. * dict.c: added a typecast to try to avoid problem reported by Pascal Rodes.
Kasimier T. Buchcik b4a9e64f 2004-08-30T10:56:53 Fixed a bug in xmlSchemasCheckFacet, which did not create a computed value * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did not create a computed value on a facet and thus crashed during validation of instances. Expanded validity checks for min/maxOccurs attributes. Expanded validity checks for the value of the attribute "form".
William M. Brack 3ffe90ea 2004-08-28T01:33:30 fixed a problem with xmlCheckUTF8 reported on the mailing list by Julius * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the mailing list by Julius Mittenzwei
Daniel Veillard da3336f2 2004-08-26T22:14:34 added BuildRequires: zlib-devel, fixes Red Hat bug #124942 Daniel * libxml.spec.in: added BuildRequires: zlib-devel, fixes Red Hat bug #124942 Daniel
Kasimier T. Buchcik 924bd468 2004-08-26T10:46:41 Added a missing ChangeLog entry. Added a missing ChangeLog entry.
Daniel Veillard eebd633b 2004-08-26T10:30:44 remove a warning on Solaris fix a crashing bug #151111 Daniel * parser.c: remove a warning on Solaris * xmlschemastype.c: fix a crashing bug #151111 Daniel
Kasimier T. Buchcik bea2354a 2004-08-25T20:35:45 Added missing test file. Substituted the obsolete xmlSchemaValidError(s) * test/schemas/import-bad-1_0.imp: Added missing test file. * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h: Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors - see #150840. Changed the import of schemas to allow failure of location of a resource to be imported. * result/schemas/all_* result/schemas/any3_0_0.err result/schemas/choice_* result/schemas/import1_0_0.err result/schemas/list0_0_1.err result/schemas/list0_1_0.err result/schemas/list0_1_1.err result/schemas/ns0_0_2.err result/schemas/ns0_1_2.err: Adapted regression test results.
MDT 2004 John Fleck 4c3bb7d8 2004-08-25T02:51:27 doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html fix Xpath memory Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html fix Xpath memory leak (thanks to sKaBoy and William Brack)
Igor Zlatkovic abbf9dfd 2004-08-24T19:13:20 *** empty log message ***
Igor Zlatkovic 07d5976b 2004-08-24T19:12:51 fixed DTD loading problem reported by Abhinkar, Sameer
Igor Zlatkovic 8834d276 2004-08-24T14:43:30 *** empty log message ***
Igor Zlatkovic 5b9d7146 2004-08-24T14:42:56 upgraded to zlib 1.2.1
Igor Zlatkovic 8ea667fd 2004-08-24T14:42:29 added support for version extra
Daniel Veillard 4918efe9 2004-08-23T12:35:14 removing -O -g from default gcc flags #150828 Daniel * configure.in: removing -O -g from default gcc flags #150828 Daniel
Daniel Veillard b331fffb 2004-08-22T14:21:57 preparing 2.6.12 release, updated and and rebuilt the docs. Daniel * configure.in doc/* NEWS: preparing 2.6.12 release, updated and and rebuilt the docs. Daniel
Daniel Veillard 36505562 2004-08-22T14:02:09 fix a problem on last commit Daniel * python/libxml.c: fix a problem on last commit Daniel
Daniel Veillard 6ebf3c4c 2004-08-22T13:11:39 trying to remove some warning when compiling on Fedora Core 3 and 64bits * xmllint.c xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h python/libxml.c python/libxml_wrap.h: trying to remove some warning when compiling on Fedora Core 3 and 64bits Daniel
William M. Brack 2f2a6632 2004-08-20T23:09:47 modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, * xmlschemas.c: modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, <include>, <import>. Fixed schema defaults (elementFormDefault, etc.) for included schemas. Fixed a bug which reported attributes as invalid on elements declarations with the built-in type 'anyType'. Added "lax" validation of the content of elements of type 'anyType'. Fixed: element declarations with the same name were treated as duplicate if located in the subtree of <choice> -> <sequence>. (This was bug 150623, submitted by Roland Lezuo) Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed by Igor Kapitanker. (This was bug 150647, submitted by Igor Kapitanker) * xmlschemastypes.c: Changed the type of anyType to XML_SCHEMAS_ANYTYPE. * include/libxml/xmlerror.h: Added schema parser errors. * result/schemas/bug145246_0_0* result/schemas/extension1_0_2.err: Changed test results. * result/schemas/ct-sc-nobase_0_0* result/schemas/facet-whiteSpace_0_0* result/schemas/import1_0_0* result/schemas/import2_0_0* result/schemas/include2_0_0* result/schemas/include3_0_0* result/schemas/restriction-attr1_0_0* result/schemas/seq-dubl-elem1_0_0* result/schemas/xsd-list-itemType_0_0*: Added new rest results. test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0* test/schemas/facet-whiteSpace_0* test/schemas/import1_0* test/schemas/import2_0* test/schemas/include2_0* test/schemas/include3_0* test/schemas/restriction-attr1_0* test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd test/schemas/xsd-list-itemType_0*: Added new tests and missing files.
Daniel Veillard dab93ea7 2004-08-20T16:47:10 a bit of cleanup and a extra variable for CVS dist Daniel * Makefile.am configure.in: a bit of cleanup and a extra variable for CVS dist Daniel
MDT 2004 John Fleck b1b3a77f 2004-08-19T13:45:47 doc/xmllint.xml, xmllint.1, xmllint.html Edit and rebuild the man pages Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml, xmllint.1, xmllint.html Edit and rebuild the man pages with Daniel's C14 update
William M. Brack 503b610a 2004-08-19T02:17:27 fixed missing line numbers on entity as reported on the list by Steve * parser.c: fixed missing line numbers on entity as reported on the list by Steve Cheng
William M. Brack f4025492 2004-08-18T21:08:46 added some code to include the CVS ChangeLog version in the * configure.in globals.c include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: added some code to include the CVS ChangeLog version in the xmlParserVersion string (printed by xmllint with --version)
Daniel Veillard 3cef1190 2004-08-18T09:30:31 Updated the snapshot info, Daniel
Daniel Veillard 259f0dfa 2004-08-18T09:13:18 Applied patch from Torkel Lyng to add Schemas support to the Python * xmlschemas.c include/libxml/xmlschemas.h python/generator.py python/libxml.c python/libxml_wrap.h python/types.c python/tests/schema.py python/tests/Makefile.am: Applied patch from Torkel Lyng to add Schemas support to the Python bindings and extend the schemas error API, registered a new test. * doc/* elfgcchack.h: rebuilt to regenerate the bindings Daniel
Daniel Veillard c14c3892 2004-08-16T12:34:50 added help for new set shell command added parser option to not generate * debugXML.c: added help for new set shell command * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h: added parser option to not generate XInclude start/end nodes, added a specific option to xmllint to test it fixes #130769 * Makefile.am: regression test the new feature * doc/xmllint.1 doc/xmllint.xml: updated man page to document option. Daniel
Daniel Veillard 335f5ec7 2004-08-16T00:44:22 forgot number, Daniel
Daniel Veillard 29b17482 2004-08-16T00:39:03 small typo pointed out by Mike Hommey slightly improved the --c14n * xmlIO.c: small typo pointed out by Mike Hommey * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved the --c14n description, c.f. #144675 . * nanohttp.c nanoftp.c: applied a first simple patch from Mike Hommey for $no_proxy, c.f. #133470 * parserInternals.c include/libxml/parserInternals.h include/libxml/xmlerror.h: cleanup to avoid 'error' identifier in includes # * parser.c SAX2.c debugXML.c include/libxml/parser.h: first version of the inplementation of parsing within the context of a node in the tree #142359, new function xmlParseInNodeContext(), added support at the xmllint --shell level as the "set" function * test/scripts/set* result/scripts/* Makefile.am: extended the script based regression tests to instrument the new function. Daniel
MDT 2004 John Fleck 774a3bd4 2004-08-15T00:54:21 doc/xmllint.xml, xmllint.html, xmllint.1 add c14n to man page (man, it's Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml, xmllint.html, xmllint.1 add c14n to man page (man, it's hard to keep up with Daniel!)
John Fleck 3cbaa6da 2004-08-15T00:47:45 John Fleck <jfleck@inkstain.net> doc/xmllint.xml, xmllint.html, xmllint.1 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml, xmllint.html, xmllint.1 add pattern, walker, maxmem, output and xmlout to man page fixes #144675
Daniel Veillard 25048d82 2004-08-14T22:37:54 added a --c14n option to canonicalize the output should close the RFE * xmllint.c: added a --c14n option to canonicalize the output should close the RFE #143226 Daniel
Daniel Veillard 1f8658a7 2004-08-14T21:46:31 Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert Chin * tree.c: Dodji pointed out a bug in xmlGetNodePath() * xmlcatalog.c: applied patch from Albert Chin to add a --no-super-update option to xmlcatalog see #145461 and another patch also from Albert Chin to not crash on -sgml --del without args see #145462 * Makefile.am: applied another patch from Albert Chin to fix a problem with diff on Solaris #145511 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion in bug #148115 * python/libxml.py: apply fix from Marc-Antoine Parent about the errors in libxml(2).py on the node wrapper #135547 Daniel
Daniel Veillard 7a2c2eed 2004-08-14T13:56:39 oops, Daniel
Daniel Veillard b9ded827 2004-08-14T13:53:13 Change the color of non-visited links, Daniel
Daniel Veillard da3b29a5 2004-08-14T11:15:13 added a dumb rule to able to compile tst.c when people submit a sample * Makefile.am: added a dumb rule to able to compile tst.c when people submit a sample test program * xmlschemas.c: applied small patch from Eric Haszlakiewicz to document xmlSchemasSetValidErrors() limitations, #141827 * error.c: Add information in generic and structured error setter functions that this need to be done per thread #144308 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization bug #144162 * doc/xmllint.xml: typo fix #144840 Daniel
Daniel Veillard c0826a77 2004-08-10T14:17:33 applied Schemas patches from Kasimier Buchcik lot of new tests for things * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h include/libxml/xmlerror.h include/libxml/xmlschemastypes.h: applied Schemas patches from Kasimier Buchcik * test/ result/ bug141333* annot-err* any[1-4]* bug145246* element-err* element-minmax-err* include1* restrict-CT-attr-ref*: lot of new tests for things fixed by the patch Daniel
Daniel Veillard 2d908039 2004-08-10T10:16:36 Updated news page, Daniel
William M. Brack 8c22f9fd 2004-08-06T16:23:27 fixed my mis-handling of External ID on last change. * valid.c: fixed my mis-handling of External ID on last change.
William M. Brack bebe730b 2004-08-05T06:46:47 changed the parsing of a document's DTD to use the proper base path (bug * valid.c: changed the parsing of a document's DTD to use the proper base path (bug 144366)
Daniel Veillard d392ba7e 2004-08-04T14:56:45 applied a patch from Gerrit P. Haase to get python bindings on Cygwin * Makefile.am config.h.in configure.in python/Makefile.am: applied a patch from Gerrit P. Haase to get python bindings on Cygwin Daniel
William M. Brack 4e3a9fa1 2004-08-03T22:41:11 elaborated on description of xmlValidityWarningFunc and * include/libxml/valid.h: elaborated on description of xmlValidityWarningFunc and xmlValidityErrorFunc (bug 144760) * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h: minor fixes to comments for doc rebuilding errors. * doc/*.html: rebuilt the docs
Daniel Veillard b11f5b97 2004-08-03T22:09:36 Fixed again, Daniel
Daniel Veillard f81a8e8b 2004-08-03T21:58:41 fixes documetation glitches raised by Oliver Stoeneberg Daniel * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*: fixes documetation glitches raised by Oliver Stoeneberg Daniel
William M. Brack 18a04f2a 2004-08-03T16:42:37 fixed problem with memory leak on text nodes in DTD (bug 148965) with * tree.c: fixed problem with memory leak on text nodes in DTD (bug 148965) with patch provided by Darrell Kindred
William M. Brack d43cdcd6 2004-08-03T15:13:29 fixed initialisation problem for htmlReadMemory (bug 149041) * HTMLparser.c: fixed initialisation problem for htmlReadMemory (bug 149041)
William M. Brack 6ca9ec82 2004-07-31T18:01:53 enhanced per bug 119876. Further info posted to the mailing list. * doc/buildDocBookCatalog: enhanced per bug 119876. Further info posted to the mailing list.
William M. Brack a3215c7a 2004-07-31T16:24:01 many further little changes for OOM problems. Now seems to be getting * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c, xmlreader.c, include/libxml/tree.h: many further little changes for OOM problems. Now seems to be getting closer to "ok". * testOOM.c: added code to intercept more errors, found more problems with library. Changed method of flagging / counting errors intercepted.
Daniel Veillard ac996a1d 2004-07-30T12:02:58 applied a couple of patch one from Oliver Stoeneberg and another one from * tree.c: applied a couple of patch one from Oliver Stoeneberg and another one from Rob Richards fixing #148448 Daniel
Daniel Veillard 7cc23572 2004-07-29T11:20:30 1 line patch, apparently htmlNewDoc() was not setting doc->charset. Daniel * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not setting doc->charset. Daniel
William M. Brack 42331a90 2004-07-29T07:07:16 further fixes for out of memory condition, mostly from Olivier Andrieu. * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further fixes for out of memory condition, mostly from Olivier Andrieu. * testOOM.c: some further improvement by Olivier, with a further small enhancement for easier debugging.
William M. Brack 9f797abd 2004-07-28T07:40:12 implemented patches supplied by Olivier Andrieu (bug 148588), plus made * SAX2.c, error.c, parser.c, tree.c, xmlreader.c: implemented patches supplied by Olivier Andrieu (bug 148588), plus made some further enhancements, to correct some problems with out of memory conditions. * testOOM.c: improved with patches from Olivier Andrieu
William M. Brack 30fe43f6 2004-07-26T18:00:58 put in patch for Windows buffer re-allocation submitted by Steve Hay (bug * tree.c: put in patch for Windows buffer re-allocation submitted by Steve Hay (bug 146697)
William M. Brack b85c9205 2004-07-26T00:20:13 added some code to check, when an include is done, whether the requested * xinclude.c: added some code to check, when an include is done, whether the requested URL gets mapped to some other location (e.g. with a catalog entry) and, if so, take care of the xml:base properly (bug 146988)
William M. Brack cd3628b7 2004-07-25T21:07:29 fixed to assure user data param is set correctly when user structured * error.c: fixed to assure user data param is set correctly when user structured error handler is called (bug 144823)
William M. Brack 1af55583 2004-07-22T17:18:00 fixed problem with reader state after processing attributes (bug 147993) * xmlreader.c: fixed problem with reader state after processing attributes (bug 147993)
William M. Brack 1826d0a7 2004-07-21T09:03:57 put in an auto* check for the path to perl (if it exists), and modified * configure.in, Makefile.am: put in an auto* check for the path to perl (if it exists), and modified make Timingtests to use that path instead of just executing the dbgenattr.pl script (bug 148056)
William M. Brack c68d78d2 2004-07-16T10:39:30 added a check on the argument for some classes (e.g. xmlDoc and xmlNode) * python/generator.py: added a check on the argument for some classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as reported on the list). Further enhancement should be done to auto-create the appropriate object. * python/libxml.c: minor fix for a warning message; added a routine, currently not used, to report the description of a PyCObject. * python/libxml2class.txt: regenerated
Daniel Veillard c815505f 2004-07-16T09:03:08 applied patches from Peter Breitenlohner to fix handling of white space * catalog.c test/catalogs/white* result/catalogs/white*: applied patches from Peter Breitenlohner to fix handling of white space normalization in public ids and add tests Daniel
Daniel Veillard e15df587 2004-07-13T15:25:08 applied a small fix from Steve Hay Daniel * xmlmemory.c: applied a small fix from Steve Hay Daniel
William M. Brack 3794b9e8 2004-07-13T15:06:20 Added code to in PREDICATE/FILTER handling to reset the xpath context * xpath.c: Added code to in PREDICATE/FILTER handling to reset the xpath context document pointer (part of fix to libxslt bug 147445)
William M. Brack 37e63946 2004-07-12T16:27:37 ran 'expand' on the file to get rid of mixture of tabs and spaces (bug * python/libxml.py: ran 'expand' on the file to get rid of mixture of tabs and spaces (bug 147424)
William M. Brack e9449c5d 2004-07-11T14:41:20 added an encoding "special comment" to avoid warning message in python2.3 * python/drv_libxml.py: added an encoding "special comment" to avoid warning message in python2.3 (bug 146889) * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small change to make "make tests" a little quieter (MAKEFLAGS+=--silent) * xpath.c: enhanced to take advantage of current libxslt handling of tmpRVT. Fixes bug 145547.
Daniel Veillard be3eb208 2004-07-09T12:05:25 fixed a couple of problems in the new elfgcchack.h trick pointed by Peter * libxml.h uri.c: fixed a couple of problems in the new elfgcchack.h trick pointed by Peter Breitenlohner Daniel
Daniel Veillard add93d3e 2004-07-06T22:47:07 fixed a bug which prevented building with --with-minimum Daniel * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug which prevented building with --with-minimum Daniel
Daniel Veillard 45cb0f41 2004-07-05T17:45:35 releasing 2.6.11, updated and regenerated the docs Daniel * configure.in doc/*: releasing 2.6.11, updated and regenerated the docs Daniel
Daniel Veillard eb70f93f 2004-07-05T16:46:09 make the push interfaces synchronous added a specific test added the new * parser.c: make the push interfaces synchronous * python/tests/sync.py: added a specific test * python/tests/Makefile.am doc/examples/Makefile.am doc/examples/index.py: added the new test, cleaning up "make tests" output Daniel
Daniel Veillard f4b05d0a 2004-07-05T13:10:37 applied patch from Kasimier to fix some Relax-NG datatype facet problem * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG datatype facet problem with recent changes. Daniel
William M. Brack 8e2cc6f2 2004-07-03T23:28:52 Changed the number of XPath extension functions allowed to be * python/libxml.c: Changed the number of XPath extension functions allowed to be variable-length (patch supplied by Marc-Antoine Parent, bug 143805). Added code to "unregister" the functions when the parser cleanup takes place.
Daniel Veillard 529233cc 2004-07-02T12:23:44 some updates with memory debugging facilities while messing with libxslt * xmlmemory.c python/libxml.c python/libxml2-python-api.xml: some updates with memory debugging facilities while messing with libxslt python bindings Daniel
Daniel Veillard f93a8660 2004-07-01T12:56:30 applied patch from Stéphane Bidoul to fix some Python bindings * python/libxml.c python/generator.py python/libxml.py python/libxml2-python-api.xml python/libxml2class.txt: applied patch from Stéphane Bidoul to fix some Python bindings initialization, then had to change the parserCleanup() to handle memory released there. * xmlmemory.c: added more debugging comments. Daniel
Daniel Veillard 8165a6b1 2004-07-01T11:20:33 seems the reader buffer could be used while not allocated, fixes bug * xmlreader.c: seems the reader buffer could be used while not allocated, fixes bug #145218 Daniel
Daniel Veillard d69cc817 2004-07-01T09:36:26 do not provide functions used as destructor of classes as public methods * python/generator.py: do not provide functions used as destructor of classes as public methods to avoid double-free problem like in bug #145185 Daniel
William M. Brack 96d2effc 2004-06-30T11:48:47 warning message cleanup. Now compiles warning-free, all tests passed. * xmlschemas.c, xmlschemastypes.c: warning message cleanup. Now compiles warning-free, all tests passed. * SAX2.c: small change to comments for documentation. No change to logic.
Daniel Veillard b7c6ac44 2004-06-29T22:01:27 more fixes with Kasimier, looks far cleaner :-) Daniel * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-) Daniel
Daniel Veillard 4e5d6652 2004-06-29T21:01:12 Kasimier Buchcik fixed the memory access and allocation problem Daniel * xmlschemas.c: Kasimier Buchcik fixed the memory access and allocation problem Daniel
Daniel Veillard 485f26ff 2004-06-29T17:07:01 Added missing file, corrected output, Daniel
Daniel Veillard 01fa6156 2004-06-29T17:04:39 applied Schemas patches from Kasimier Buchcik, there is still one open * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h: applied Schemas patches from Kasimier Buchcik, there is still one open issue about referencing freed memory. * test/schemas/* result/schemas/*: updated with new tests from Kasimier Daniel
Daniel Veillard 647e39ac 2004-06-29T12:54:08 moved some definitions to globals.h to avoid some troubles pointed out by * include/libxml/globals.h include/libxml/xmlIO.h doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions to globals.h to avoid some troubles pointed out by Rob Richards Daniel
Daniel Veillard b7cbbaee 2004-06-28T09:27:23 applied changes suggested by Mike Hommey, remove libxml1 support and use * libxml.m4: applied changes suggested by Mike Hommey, remove libxml1 support and use CPPFLAGS instead of CFLAGS Daniel
Daniel Veillard 0f59a341 2004-06-27T14:29:36 too bleeding edge to be useful with gcc-3.2 and 3.3, Daniel
Daniel Veillard 577d145b 2004-06-27T14:07:43 another, more 'experimental' feature to get compiler optimization based on * libxml.spec.in: another, more 'experimental' feature to get compiler optimization based on gcc runtime profiling
Daniel Veillard a2351322 2004-06-27T12:08:10 hack based on Arjan van de Ven suggestion to reduce ELF footprint and * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de Ven suggestion to reduce ELF footprint and generated code. Based on aliasing of libraries function to generate direct call instead of indirect ones * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic generation of elfgcchack.h based on the API description, extended the API description to show the conditionals configuration flags required for symbols. * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup * doc/*: regenerated the docs. Daniel
William M. Brack 3403adde 2004-06-27T02:07:51 new files for running regression tests under Python. Not yet complete, but * regressions.py, regressions.xml: new files for running regression tests under Python. Not yet complete, but should provide good testing under both Linux and Windows. * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used for --push testing to include the 'rb' param when compiled under Windows.
William M. Brack f20fbf70 2004-06-25T05:49:08 fixed a problem when base path was "./xxx" 5 test results changed by * uri.c: fixed a problem when base path was "./xxx" * result/XInclude/*: 5 test results changed by above. * Makefile.am: fixed a couple of spots where a new result file used different flags that the testing one.