summaryrefslogtreecommitdiff
path: root/xmlschemastypes.c
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-1/+1
| | | | | | | | | | * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c: code cleanup, especially the function comments. * tree.c: fixed a small bug when freeing nodes which are XInclude ones. Daniel
* make sure ATTRIBUTE_UNUSED is always put after the attribute declaration,Daniel Veillard2002-09-261-3/+3
| | | | | | | * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, not before Daniel
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-6/+7
| | | | | | | | | | | | | * xmlregexp.c: fixed the data callback on transition functionality which was broken when using the compact form * result/schemas/*: updated the results, less verbose, all tests pass like before * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of annoying warnings * xpath.c: try to provide better error report when possible Daniel
* as pointed by Igor Float and Double parsing ain't finished yet DanielDaniel Veillard2002-09-201-0/+4
| | | | | | * xmlschemastypes.c: as pointed by Igor Float and Double parsing ain't finished yet Daniel
* incomplete steps for real/double support avoiding a compilation problemDaniel Veillard2002-09-161-0/+36
| | | | | | | | | * xmlschemastypes.c: incomplete steps for real/double support * testAutomata.c include/libxml/xmlautomata.h include/libxml/xmlregexp.h: avoiding a compilation problem * valid.c include/libxml/valid.h: starting the work toward using the regexps for actual DTD validation Daniel
* applied patch from Richard Jinks for the namespace axis + fixed a memoryDaniel Veillard2002-07-011-12/+38
| | | | | | | | | | | * xpath.c: applied patch from Richard Jinks for the namespace axis + fixed a memory error. * parser.c parserInternals.c: applied patches from Peter Jacobi removing ctxt->token for good. * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks popped out by the regression tests. * Makefile.am: patch for threads makefile from Gary Pennington Daniel
* a bit of work on import. Charles Bozeman provided a compare function forDaniel Veillard2002-05-221-21/+540
| | | | | | | | | | * xmlschemas.c: a bit of work on import. * xmlschemastypes.c: Charles Bozeman provided a compare function for date/time types so min/max facet restrictions should work, indeterminate comparisons return an error instead of equal. * test/schemas/date_0* result/schemas/date_0_0: specific test from Charles Bozeman too Daniel
* patch Charles Bozeman for validation of all the date, time, and durationDaniel Veillard2002-05-031-39/+820
| | | | | | | | | * xmlschemastypes.c: patch Charles Bozeman for validation of all the date, time, and duration types * test/schemas/dur_0* result/schemas/dur_0*: associated tests * configure.in: fixed an error pointed by an user * xml2-config.in: fixed an error pointed by an user Daniel
* more work on Schemas updated the test list DanielDaniel Veillard2002-04-231-0/+5
| | | | | | * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas * test/schemas result/schemas: updated the test list Daniel
* updated a bit made a comment more specific more work on the SchemasDaniel Veillard2002-04-221-1/+16
| | | | | | | | | * TODO: updated a bit * parser.c: made a comment more specific * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the Schemas conformance. * test/schemas result/schemas: updated the test list Daniel
* a bit of work on Schemas try to make it more useful changed the SchemasDaniel Veillard2002-04-171-0/+3
| | | | | | | | | * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: a bit of work on Schemas * testSchemas.c: try to make it more useful * test/schemas/* result/schemas/* Makefile.am: changed the Schemas regression test procedure, started adding a few samples Daniel
* merged the current state of XML Schemas implementation, it is notDaniel Veillard2002-04-161-0/+490
* Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c include/libxml/Makefile.am include/libxml/schemasInternals.h include/libxml/xmlautomata.h include/libxml/xmlregexp.h include/libxml/xmlschemas.h include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h include/libxml/xmlversion.h.in : merged the current state of XML Schemas implementation, it is not configured in by default, a specific --schemas configure option has been added. * test/automata test/regexp test/schemas Makefile.am result/automata result/regexp result/schemas: merged automata/regexp/schemas regression tests Daniel