summaryrefslogtreecommitdiff
path: root/xmlschemastypes.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hash callback signaturesNick Wellnhofer2017-11-091-1/+6
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-1/+1
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-0/+5
* Portability to non C99 compliant compilersPatrick Monnerat2016-05-031-2/+3
* xmlschemastypes.c: accept endOfDayFrag Times set to "24:00:00" mean "end of d...v2.9.4-rc1Patrick Monnerat2016-05-011-5/+9
* Do normalize string-based datatype value in RelaxNG facet checkingAudric Schiltknecht2016-04-151-1/+9
* xmlschemastypes: Fix potential array overflowPhilip Withnall2014-07-261-1/+2
* Check for tmon in _xmlSchemaDateAdd() is incorrectDavid Kilzer2014-07-141-2/+2
* Fix typos in xmlschemas{,types}.cJan Pokorný2013-11-301-2/+2
* Type mismatch in xmlschemastypes.cGaurav2013-11-281-1/+1
* Avoid crash if allocation failsDaniel Veillard2013-07-221-0/+4
* Big space and tab cleanupDaniel Veillard2012-09-111-167/+167
* Fix a wrong enum type use in Schemas TypesNico Weber2012-02-291-2/+2
* Fix a schema type duration comparison overflowDaniel Veillard2011-11-101-2/+2
* Small code cleanup on previous patchDaniel Veillard2010-07-281-1/+1
* Fix errors in XSD double validation checkCsaba Raduly2010-07-281-2/+9
* Bug 565747 – relax anyURI data character checkingVincent Lefevre2009-08-071-1/+12
* horror around the definition of the lexical values for decimal and derivedDaniel Veillard2008-04-031-5/+8
* applied patch from Mikhail Zabaluev to separate library flags for sharedDaniel Veillard2006-10-111-1/+13
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-4/+13
* Fixed xs:boolean to reject the empty string (reported by Bas Driessen onKasimier T. Buchcik2006-02-201-1/+2
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-101-1/+1
* Fixed parsing of xs:decimal to allow/deny special lexical forms. Fixed theKasimier T. Buchcik2005-11-281-48/+102
* Albert Chin found another signed/unsigned problem in the date and timeDaniel Veillard2005-11-211-2/+2
* Fixed the type of the totalDigits value to be positiveInteger. Fixed crashKasimier T. Buchcik2005-11-071-7/+3
* applied patch from Kuba Nowakowski fixing bug #313982 also added the testDaniel Veillard2005-08-221-0/+2
* 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