Log

Author Commit Date CI Message
Kasimier T. Buchcik 627e9a93 2005-07-22T22:37:35 Changed xmlCompileStepPattern() and xmlCompileAttributeTest() to handle * pattern.c: Changed xmlCompileStepPattern() and xmlCompileAttributeTest() to handle the "xml" prefix without caring if the XML namespace was supplied by the user.
Kasimier T. Buchcik 2c9aac03 2005-07-21T22:14:12 Fixed xmlSchemaPSimpleTypeErr(), which did not output the given string * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not output the given string arguments correctly.
Daniel Veillard ffa3c749 2005-07-21T13:24:09 applied a patch from Marcus Boerger to fix problems with calling * error.c globals.c parser.c runtest.c testHTML.c testSAX.c threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h include/libxml/valid.h include/libxml/xmlIO.h include/libxml/xmlerror.h include/libxml/xmlexports.h include/libxml/xmlschemas.h: applied a patch from Marcus Boerger to fix problems with calling conventions on Windows this should fix #309757 Daniel
Daniel Veillard 0a119ebe 2005-07-20T13:46:00 an optimization of the char data inner loop, can gain up to 10% in pure * parser.c: an optimization of the char data inner loop, can gain up to 10% in pure SAX2 parsing speed * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing a bug in XML Schemas facet comparison #310893 Daniel
Daniel Veillard 77005e6f 2005-07-19T16:26:18 fixed the error reporting for not transitions fixed output Daniel * xmlregexp.c xmlschemas.c: fixed the error reporting for not transitions * result/schemas/any5_0_0* result/schemas/any5_0_2* result/schemas/any5_1_0*: fixed output Daniel
Daniel Veillard 9efc476b 2005-07-19T14:33:55 fixing bug #172215 about foreign namespaces by adding support for negated * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing bug #172215 about foreign namespaces by adding support for negated string transitions. Error messages still need to be improved. * test/schemas/any5* result/schemas/any5*: adding regression tests for this. Daniel
Daniel Veillard 365c806e 2005-07-19T11:31:55 applied patch from Alexander Pohoyda fixing xmlGetNodePath on namespaced * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath on namespaced attributes #310417. Daniel
Daniel Veillard dd9b64ab 2005-07-18T21:59:00 --nonet was duplicated daniel * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was duplicated daniel
Daniel Veillard a980befc 2005-07-18T21:34:03 fixed xsd:all when used in conjunction with substitution groups adding * xmlschemas.c: fixed xsd:all when used in conjunction with substitution groups * test/schemas/allsg_* result/schemas/allsg_*: adding specific regression tests, strangely missing from NIST/Sun/Microsoft testsuites Daniel
Daniel Veillard afc05b68 2005-07-17T06:11:19 fixed bug #307508, a bad automata was built but this showed as an * xmlschemas.c: fixed bug #307508, a bad automata was built but this showed as an indeterminist result Daniel
Daniel Veillard d369b138 2005-07-14T15:54:44 found the last bug raised by NIST tests in comparing base64 strings, * xmlschemastypes.c: found the last bug raised by NIST tests in comparing base64 strings, result from runsuite: ## NIST test suite for Schemas version NIST2004-01-14 Ran 23170 tests (3953 schemata), no errors Daniel
Daniel Veillard 99c394d9 2005-07-14T12:58:49 fixed where xmlMemoryDump() should be called. fixed handling of {0}, \n, * testRegexp.c: fixed where xmlMemoryDump() should be called. * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs affecting NIST regression tests Daniel
Daniel Veillard 9202b674 2005-07-14T09:31:14 applied a patch from Gerrit P. Haase to add module support on cygwin * configure.in: applied a patch from Gerrit P. Haase to add module support on cygwin Daniel
Daniel Veillard 7d2b323e 2005-07-14T08:57:39 fixed a potential buffer overrun error introduced on last commit to * HTMLparser.c: fixed a potential buffer overrun error introduced on last commit to htmlParseScript() c.f. #310229 Daniel
William M. Brack 32f0f717 2005-07-14T07:00:33 Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if a * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if a nodeset with a numeric value of NaN is compared for inequality with any numeric value (bug 309914).
Daniel Veillard da0aa4cf 2005-07-13T23:07:49 applied patch from Marcus Boerger to route relaxng and schemas error * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h include/libxml/xmlschemas.h: applied patch from Marcus Boerger to route relaxng and schemas error messages when using the reader through the structured interface if activated. * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs to test. Daniel
Daniel Veillard 358fef4b 2005-07-13T16:37:38 applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky added the * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky * result/HTML/script2.html* test/HTML/script2.html: added the test case from the regression suite Daniel
Daniel Veillard 744acfff 2005-07-12T15:09:53 fixed bug #310105 with http_proxy environments with patch provided by * nanohttp.c: fixed bug #310105 with http_proxy environments with patch provided by Peter Breitenlohner Daniel
Daniel Veillard e4aaae26 2005-07-10T23:12:52 Late fixes just for the release, daniel
Daniel Veillard 78dfc9f0 2005-07-10T22:30:30 preparing release 2.6.20 removed a compilation problem Daniel * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20 * xmllint.c: removed a compilation problem Daniel
Daniel Veillard 1f33c4d6 2005-07-10T21:38:31 preparing to make testsuite releases along with code source releases fixed * xstc/Makefile.am README README.tests Makefile.tests Makefile.am: preparing to make testsuite releases along with code source releases * gentest.py testapi.c: fixed a couple of problem introduced by the new Schemas support for Readers * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude but simple way. * xmlschemas.c include/libxml/tree.h: fixed a couple of problems raised by the doc builder. * doc/*: made rebuild Daniel
Daniel Veillard df4223ec 2005-07-10T19:52:06 fixed a bug introduced on last commit daniel * xmlschemas.c: fixed a bug introduced on last commit daniel
Daniel Veillard f10ae12c 2005-07-10T19:03:16 fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo pointed by Jeroen Ruigrok * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased the APIs for xmlReader schemas validation support * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation implementation and testing as xmllint --stream --schema ... Daniel
Daniel Veillard d17760f3 2005-07-10T14:12:00 try to avoid conflicts. Daniel * include/libxml/xmlwin32version.h.in: try to avoid conflicts. Daniel
Daniel Veillard 971771ef 2005-07-09T17:32:57 fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and * parser.c: fix for #309761 from Dylan Shell * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation. * xmllint.c: couple of fixes plus added descriptions for --sax and --sax1 Daniel
Kasimier T. Buchcik c306d904 2005-07-08T21:37:44 Added c-props-correct constraint to check for equal cardinality of * xmlschemas.c: Added c-props-correct constraint to check for equal cardinality of keyref/key. * include/libxml/xmlerror.h: Added an error code.
Kasimier T. Buchcik 8798b735 2005-07-08T19:58:37 Fixed evaluation of attributes. Actually only attribute at the first level * pattern.c: Fixed evaluation of attributes. Actually only attribute at the first level were evaluated (e.g. "@attr"); expression like "foo/@attr" always failed.
Kasimier T. Buchcik 85aed6d0 2005-07-08T18:06:18 tiny fix in xmlSchemaValidateStream() if a user-provided SAX handler is * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a user-provided SAX handler is given.
Daniel Veillard f0af8ec6 2005-07-08T17:27:33 fix some potential leaks in error cases. added --sax, to allow testing of * parser.c: fix some potential leaks in error cases. * xmllint.c: added --sax, to allow testing of --schemas --sax and various other combinations. * xmlschemas.c: fix a couple of tiny problems in xmlSchemaValidateStream() Daniel
Kasimier T. Buchcik 72d3adc4 2005-07-08T16:43:37 Changed xmlSchemaValidateFile() to use xmlSchemaValidateStream() * xmlschemas.c: Changed xmlSchemaValidateFile() to use xmlSchemaValidateStream() internally.
Daniel Veillard cdc82737 2005-07-08T15:04:06 added the missing entity to the document internal subset to avoid errors * test/relaxng/docbook_0.xml: added the missing entity to the document internal subset to avoid errors if the DocBook catalogs are not there * xmlschemas.c: first cut at implementing xmlSchemaValidateStream() untested yet Daniel
William M. Brack f810de04 2005-07-06T22:48:41 fixed problem with free on dupl attribute in dtd (bug309637). added * parser.c: fixed problem with free on dupl attribute in dtd (bug309637). * test/errors/attr3.xml, result/errors/attr3.*: added regression test for this
William M. Brack ca15a546 2005-07-06T20:41:33 Reformatted on Windows, then re-committed to CVS
William M. Brack 12baaecd 2005-07-06T20:22:00 fix #define for windows
William M. Brack d37988ac 2005-07-06T20:12:11 try again to fix file format for Windows * win32/Makefile.msvc: try again to fix file format for Windows
William M. Brack fa8d5d96 2005-07-06T19:44:03 removed spurious ^M added check for option O_BINARY changed sticky tag to * win32/Makefile.msvc: removed spurious ^M * runtest.c: added check for option O_BINARY * test/schemas/bug309338*, result/schemas/bug309338*: changed sticky tag to 'binary'
William M. Brack 80148448 2005-07-06T19:41:56 (changed to -kb)
William M. Brack 0357a308 2005-07-06T17:39:14 excluded content string check for XML_ELEMENT_DECL in * debugXML.c: excluded content string check for XML_ELEMENT_DECL in xmlCtxtGenericNodeCheck * runtest.c: changed "open" calls to include O_BINARY for Windows
Daniel Veillard abac41e8 2005-07-06T15:17:38 fixing bug #166777 (and #169838), it was an heuristic in areBlanks which * parser.c: fixing bug #166777 (and #169838), it was an heuristic in areBlanks which failed. * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml: added the input file to the regression tests Daniel
Kasimier T. Buchcik 6d30ff2c 2005-07-06T11:44:51 Fixed bug #309338, reported by Kupriyanov Anotolij. Added a regression * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov Anotolij. * test/schemas/bug309338* result/schemas/bug309338*: Added a regression test for the above bug.
Daniel Veillard 87b3046b 2005-07-05T14:04:36 first steps toward a testsuite dist fixed bug #307870 Daniel * Makefile.am: first steps toward a testsuite dist * SAX2.c include/libxml/xmlerror.h: fixed bug #307870 Daniel
Kasimier T. Buchcik 87db1cf6 2005-07-05T10:40:52 Tiny portability adjustment for win. Added runtest.exe and runsuite.exe to * runsuite.c runtest.c: Tiny portability adjustment for win. * win32/Makefile.*: Added runtest.exe and runsuite.exe to be created.
Daniel Veillard 91fe3edc 2005-07-04T18:13:15 Windows fixup++, Daniel
Daniel Veillard cfbb0dd8 2005-07-04T17:12:01 Trying to fix CR/LF troubles, Daniel
Daniel Veillard 73c0f71a 2005-07-04T16:53:16 atempt++, Daniel
Daniel Veillard f7d1660d 2005-07-04T16:47:58 windows_sucks++ , Daniel
Daniel Veillard 9e09c144 2005-07-04T16:31:10 Yet Another Windows Debugging Remote Patch From CVS Hell, Daniel
Daniel Veillard 89074392 2005-07-04T16:24:31 One more fixup, Daniel
Daniel Veillard 25450d06 2005-07-04T16:02:38 One more fixup, daniel
Daniel Veillard 90837789 2005-07-04T15:45:10 first stb at unimplemnted detection fixing Windows code Daniel * runsuite.c: first stb at unimplemnted detection * runtest.c: fixing Windows code Daniel
Daniel Veillard 4ac5f9af 2005-07-04T15:20:27 fix on schemas error portability glob() on Windows Daniel * runsuite.c: fix on schemas error * runtest.c: portability glob() on Windows Daniel
Daniel Veillard c935253f 2005-07-04T14:25:34 cleanups, logfile and portability fixed a memory leak Daniel * runsuite.c runtest.c: cleanups, logfile and portability * xmllint.c: fixed a memory leak Daniel
Daniel Veillard 3fa5e7e4 2005-07-04T11:12:25 fixed a bug failing to detect UTF-8 violations in CData in push mode. * parser.c: fixed a bug failing to detect UTF-8 violations in CData in push mode. * result/errors/cdata.xml* test/errors/cdata.xml: added the test to the regressions Daniel
Daniel Veillard 20887eef 2005-07-04T09:27:40 added enhancement for #309057 in xmllint shell Daniel * debugXML.c: added enhancement for #309057 in xmllint shell Daniel
Daniel Veillard 597f1c1f 2005-07-03T23:00:18 applied patch from James Bursa fixing an html parsing bug in push mode * HTMLparser.c: applied patch from James Bursa fixing an html parsing bug in push mode * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the regression suite Daniel
Daniel Veillard 39e5c890 2005-07-03T22:48:50 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing * testapi.c tree.c: fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing another side effect in testapi seems to pass tests fine now. * include/libxml/parser.h parser.c: xmlStopParser() is no more limited to push mode * error.c: remove a warning * runtest.c xmllint.c: avoid compilation errors if only some parts of the library are compiled in. Daniel
Daniel Veillard 7e33dbaa 2005-07-03T22:40:26 fix a problem with previous patch to testapi.c Daniel * gentest.py testapi.c: fix a problem with previous patch to testapi.c Daniel
Daniel Veillard 7e21fd10 2005-07-03T21:44:07 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing * testapi.c tree.c: fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing another side effect in testapi seems to pass tests fine now. Daniel
Daniel Veillard 6b6d6809 2005-07-03T21:00:34 fixing compilations when disabling parts of the library at configure time. * runsuite.c runtest.c tree.c: fixing compilations when disabling parts of the library at configure time. Daniel
Daniel Veillard 304e78c6 2005-07-03T16:19:41 fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in new * parserInternals.c: fix bug raised by zamez on IRC * testapi.c: regenerated, seems to pop-up leaks in new tree functions * tree.c: added comments missing. * doc/*: regenerated Daniel
Daniel Veillard 95175012 2005-07-03T16:09:51 fixing #307823 and a couple of assorted bugs fixed conditionals in * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of assorted bugs * python/generator.py python/libxml2-python-api.xml: fixed conditionals in generator too * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some cleanups too and rebuilt Daniel
Daniel Veillard 8fcd2cac 2005-07-03T14:42:56 fixed bug #307503 misplaced #ifdef Daniel * xmlIO.c: fixed bug #307503 misplaced #ifdef Daniel
Daniel Veillard de0e498b 2005-07-03T14:35:44 expanded test found and fixed the leak exposed by Microsoft regtests * runsuite.c: expanded test * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests Daniel
Daniel Veillard 3fe1e8a1 2005-07-02T21:39:06 a bit of progresses on xstc Daniel * runsuite.c: a bit of progresses on xstc Daniel
Daniel Veillard e84f231e 2005-07-02T07:31:28 completed the simple checks for Relax-NG suites back to the same 11 errors * runsuite.c: completed the simple checks for Relax-NG suites back to the same 11 errors as in the Python runs. Daniel
Daniel Veillard f2e066ac 2005-06-30T13:04:44 complete, checking on other platforms is needed updated fix a bug raised * runtest.c: complete, checking on other platforms is needed * README: updated * debugXML.c: fix a bug raised by bill on IRC * relaxng.c: fix a leak in weird circumstances * runsuite.c Makefile.am: standalone test tool agaisnt the regression suites, work in progress Daniel
Daniel Veillard 3056404d 2005-06-28T07:30:41 adding URI tests Daniel * runtest.c: adding URI tests Daniel
Daniel Veillard 48dec9d3 2005-06-27T22:56:11 adding xml:id Daniel * runtest.c: adding xml:id Daniel
Daniel Veillard 54a203c1 2005-06-27T22:29:56 finishing XPath, adding XPointer Daniel * runtest.c: finishing XPath, adding XPointer Daniel
Daniel Veillard 970adf5d 2005-06-27T16:40:10 adding more coverage, XInclude and starting XPath Daniel * runtest.c: adding more coverage, XInclude and starting XPath Daniel
Kasimier T. Buchcik 4d9c948f 2005-06-27T15:04:46 Added allocation/deallocation functions for the DOM-wrapper context. * tree.c include/libxml/tree.h: Added allocation/deallocation functions for the DOM-wrapper context.
Kasimier T. Buchcik 017264fe 2005-06-27T13:45:24 Commented the new functions to be experimental. * tree.c: Commented the new functions to be experimental.
Daniel Veillard dbee0f19 2005-06-27T13:42:57 working some weird error reporting problem for DTD validation. augmented * error.c valid.c: working some weird error reporting problem for DTD validation. * runtest.c: augmented with DTD validation tests * result/VC/OneID*: slight change in validation output. Daniel
Daniel Veillard fc319af5 2005-06-27T12:44:55 added most HTML tests Daniel * runtest.c: added most HTML tests Daniel
Kasimier T. Buchcik 44555f06 2005-06-27T12:09:02 Added initial tests for some new DOM-wrapper helping functions. * test/namespaces/reconcile/tests.xml test/namespaces/reconcile/tests-to-c.xsl: Added initial tests for some new DOM-wrapper helping functions.
Kasimier T. Buchcik cbddfe87 2005-06-27T12:03:41 Cleanup. Removed, those are not needed anymore due to the new test suite. * xstc/xstc-to-python.xsl: Cleanup. * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml: Removed, those are not needed anymore due to the new test suite.
Daniel Veillard 4a5a964c 2005-06-27T10:40:55 added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks. * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently missing. * runtest.c: added SAX1/SAX2 checks. Daniel
Kasimier T. Buchcik bc0e3c6b 2005-06-27T10:28:23 Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and * tree.c include/libxml/tree.h: Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and xmlDOMWrapRemoveNode() to the API. These are functions intended to be used with DOM-wrappers.
Daniel Veillard c950d709 2005-06-27T09:15:06 continue to increase the tests Daniel * runtest.c: continue to increase the tests Daniel
Daniel Veillard c111c153 2005-06-27T08:22:10 continue to increase the tests Daniel * runtest.c: continue to increase the tests Daniel
Daniel Veillard fd110d29 2005-06-27T00:02:02 continue to increase the tests Daniel * runtest.c: continue to increase the tests Daniel
Daniel Veillard 1b75c3bd 2005-06-26T21:49:08 avoid name glob in agruments as it matches the glob() routine. first steps * include/libxml/valid.h valid.c: avoid name glob in agruments as it matches the glob() routine. * runtest.c Makefile.am: first steps toward a C regression test framework. Daniel
William M. Brack 7d8b36bc 2005-06-25T07:30:50 fixed a problem with the detection of ss_family for ipV6, as reported on * configure.in: fixed a problem with the detection of ss_family for ipV6, as reported on the mailing list by Doug Orleans.
Kasimier T. Buchcik 21edf9b4 2005-06-21T08:46:25 Added regression tests (from Dhyanesh). * test/schemas/empty-value* result/schemas/empty-value*: Added regression tests (from Dhyanesh).
Kasimier T. Buchcik 9c215eb3 2005-06-21T08:38:49 Fixed NULL values to be validated as empty string values (reported by * xmlschemas.c: Fixed NULL values to be validated as empty string values (reported by Dhyanesh to the mailing list). Adjusted text concatenation of mixed content.
Daniel Veillard da6f4af3 2005-06-20T17:17:54 applied patch from Rob Richards for removal of ID (and xml:id) applied * tree.c valid.c: applied patch from Rob Richards for removal of ID (and xml:id) * xmlreader.c: applied patch from James Wert implementing xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml Daniel
Kasimier T. Buchcik 84a56e31 2005-06-16T12:44:35 Fixed SAX2 validation: grow of internal namespace list, appending of * xmlschemas.c: Fixed SAX2 validation: grow of internal namespace list, appending of element character content. * xstc/xstc.py: Added "--sax" option for SAX2 validation.
Kasimier T. Buchcik 7f6e0243 2005-06-15T13:36:10 Added missing function descriptions. * xmlschemastypes.c: Added missing function descriptions.
Daniel Veillard 81562d2d 2005-06-15T13:27:56 if sax1 is used and input is a file use the old API xmlParseFile() * xmllint.c: if sax1 is used and input is a file use the old API xmlParseFile() * xmlschemas.c: cleanups * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings for the new functions in Schemas. Daniel
Kasimier T. Buchcik c63fbbff 2005-06-15T12:54:05 Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven * xmlschemas.c include/libxml/xmlschemas.h: Added xmlSchemaValidateFile() to the public API. This will use SAX2-driven validation.
Kasimier T. Buchcik ef1b6676 2005-06-15T09:15:11 Added schema test results (Tom Browder, bug #306806). * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err: Added schema test results (Tom Browder, bug #306806).
Kasimier T. Buchcik 8cd0903f 2005-06-15T09:11:00 Added schema tests submitted by Tom Browder (bug #306806). * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml: Added schema tests submitted by Tom Browder (bug #306806).
William M. Brack 537f1173 2005-06-14T22:02:59 adjusted last change to xmlCompilePathPattern, fixed one compilation * pattern.c: adjusted last change to xmlCompilePathPattern, fixed one compilation warning
Kasimier T. Buchcik 9ca11bfc 2005-06-14T19:24:47 Some changes/fixes to the streaming evaluation. A bit of support for * pattern.c: Some changes/fixes to the streaming evaluation. * xmlschemas.c: A bit of support for parsing the schema for schema. Fixed attribute derivation when the use is "prohibited" and was "optional". Fixed an attribute construction bug, a left-over from the time, where <complexContent>, <extension>, etc. where created as structs.
Daniel Veillard 9ea5565f 2005-06-14T10:35:37 removed a redundant include path Daniel * libxml-2.0.pc.in: removed a redundant include path Daniel
Kasimier T. Buchcik d8e10448 2005-06-13T13:00:15 Some more adjustments. * xstc/Makefile.am: Some more adjustments.
Kasimier T. Buchcik 34b9a9c0 2005-06-13T12:43:29 Changed test extraction process, since some boxes don't know about "tar * xstc/Makefile.am: Changed test extraction process, since some boxes don't know about "tar --strip-path".
Daniel Veillard f4644039 2005-06-13T11:41:31 fixed a bug exposed by Rob Richards in the mailing-list added the * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list * result//compare0* test//compare0*: added the regression test in the suite as this went unnoticed ! Daniel
William M. Brack ea152c05 2005-06-09T18:12:28 Further enhancement for XPath streaming, consolidated with schemas usage * pattern.c, xpath.c, include/libxml/pattern.h: Further enhancement for XPath streaming, consolidated with schemas usage of pattern.c. Added a new enum xmlPatternFlags. * doc/*, testapi.c, elfgcchack.h: updated to reflect new enum. * test/XPath/tests/mixedpat, test/XPath/docs/mixed, result/XPath/mixedpat: added regression test for problems reported in bug306348
Kasimier T. Buchcik 1c720df4 2005-06-09T14:54:59 Changed non-prefixed QNames to be bound to a default namespace if * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a default namespace if existent.