aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemastypes.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Marcus Boerger to remove warnings on Windows. DanielDaniel Veillard2005-08-081-5/+5
* Added creation of the content type of xs:anyType. This is needed whenKasimier T. Buchcik2005-07-281-3/+121
* found the last bug raised by NIST tests in comparing base64 strings,Daniel Veillard2005-07-141-0/+2
* Fixed bug #309338, reported by Kupriyanov Anotolij. Added a regressionKasimier T. Buchcik2005-07-061-1/+2
* Added missing function descriptions.Kasimier T. Buchcik2005-06-151-0/+35
* Changed non-prefixed QNames to be bound to a default namespace ifKasimier T. Buchcik2005-06-091-31/+30
* Fixed a bug which I invented: hexBinary's string values were notKasimier T. Buchcik2005-06-091-2/+3
* Changed the validation process to be able to work in streaming mode. SomeKasimier T. Buchcik2005-06-091-181/+458
* Fixed facet errors to be channelled back for union type members;Kasimier T. Buchcik2005-05-251-3/+9
* Changed the VALID_TZO macro to restrict the timezone to -840 to 840.Kasimier T. Buchcik2005-05-121-1/+1
* Applied patch from Steve Nairn (bug #303670) for "signed int" of theKasimier T. Buchcik2005-05-121-4/+4
* Fixed date-time related validation (reported by David Crossley, bugKasimier T. Buchcik2005-04-191-10/+20
* Added output of canonical values in identity-constraint error messages.Kasimier T. Buchcik2005-04-181-31/+517
* fixed a lack of comment and missing test for a pointer in the API. DanielDaniel Veillard2005-04-011-0/+10
* Corrected 'length' facet validation for QNames and notations. CorrectedKasimier T. Buchcik2005-04-011-4/+13
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* more debug messages from Matthew Burgess xmlSchemaValidateLengthFacet APIDaniel Veillard2005-03-161-0/+2
* Aaaannnd putting back the previous changes done by Daniel, which IKasimier T. Buchcik2005-03-161-5/+8
* Hopefully finished validation against facets to use the normalized valueKasimier T. Buchcik2005-03-161-163/+304
* do not package .la files applied patch from Gerry Murphy for xmllintDaniel Veillard2005-03-161-3/+6
* a couple of more changes to various decimal-handling routines. FixesWilliam M. Brack2005-03-151-62/+22
* In preparation to use normalized values of facets during validation:Kasimier T. Buchcik2005-03-151-224/+375
* enhanced the parsing of XML_SCHEMAS_DECIMAL and much of the routineWilliam M. Brack2005-03-111-63/+137
* Tiny changes in the comparison functions I forgot to commit last time.Kasimier T. Buchcik2005-03-071-5/+12
* Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API;Kasimier T. Buchcik2005-03-041-0/+67
* fixed problem when XMLLINT_INDENT was empty (bug 168033). fixedWilliam M. Brack2005-02-211-2/+2
* a bit of cleanup rebuilt the API the tests and the documentation as aDaniel Veillard2005-02-191-6/+7
* applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() addedDaniel Veillard2005-02-181-0/+2
* Added validation for the attribute "id" in the schemata; doing this neededKasimier T. Buchcik2005-02-171-2/+25
* Fixed comparison for default/fixed attribute values, if the type wasKasimier T. Buchcik2005-02-171-10/+518
* better fix for #151694 not killing c14n regression tests fixing bugDaniel Veillard2005-01-161-2/+12
* trying to fix at least the message from bug #158628 added first xmlsaveDaniel Veillard2005-01-161-5/+6
* further enhancement, now all compilation warnings have been fixed. addedWilliam M. Brack2004-11-141-0/+2
* Correct symbol space for 'all' and 'choice'. Added 'replace' normalizationKasimier T. Buchcik2004-11-121-2/+40
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-0/+6
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-1/+1
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+8
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-271-2/+12
* another patch from Malcolm Tredinnick fixing warning generated by theDaniel Veillard2004-09-281-1/+1
* fixing an out of bound adressing issue DanielDaniel Veillard2004-09-231-3/+7
* "" is a valid hexbinary string dixit xmlschema-dev update the test. addedDaniel Veillard2004-08-311-1/+1
* remove a warning on Solaris fix a crashing bug #151111 DanielDaniel Veillard2004-08-261-1/+8
* modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>,William M. Brack2004-08-201-11/+11
* applied Schemas patches from Kasimier Buchcik lot of new tests for thingsDaniel Veillard2004-08-101-9/+118
* elaborated on description of xmlValidityWarningFunc andWilliam M. Brack2004-08-031-3/+5
* warning message cleanup. Now compiles warning-free, all tests passed.William M. Brack2004-06-301-0/+5
* applied Schemas patches from Kasimier Buchcik, there is still one openDaniel Veillard2004-06-291-145/+471
* applied a patch from Charles Bozeman fixing a side effect in date handlingDaniel Veillard2004-05-291-22/+38
* applied patch from Mark Vadoc avoiding using xmlParse* option and useDaniel Veillard2004-03-251-14/+14
* applied patch from John Belmonte for anyURI. DanielDaniel Veillard2004-03-141-6/+11