summaryrefslogtreecommitdiff
path: root/xmlschemastypes.c
Commit message (Expand)AuthorAgeFilesLines
* malloc-fail: Handle malloc failures in xmlSchemaInitTypesNick Wellnhofer2023-03-141-44/+160
* malloc-fail: Fix null deref after xmlSchemaCompareDatesNick Wellnhofer2023-03-081-0/+28
* malloc-fail: Fix null deref in xmlSchemaValAtomicTypeNick Wellnhofer2023-03-081-0/+2
* malloc-fail: Fix null deref in xmlSchemaInitTypesNick Wellnhofer2023-03-081-0/+4
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-2/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+2
* Undeprecate schema init functionsNick Wellnhofer2022-03-101-3/+0
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+8
* Add whitespace folding for some atomic data types that it's missing on.Damjan Jovanovic2022-03-021-0/+8
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-7/+3
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix regression in RelaxNG pattern matchingNick Wellnhofer2022-02-131-5/+10
* update for xsd:language type checkPaulHiggs2021-05-031-1/+40
* xmlschemastypes.c: xmlSchemaGetFacetValueAsULong add, check "facet->val"Xiaoming Ni2020-12-071-1/+1
* Fix integer overflow when comparing schema datesNick Wellnhofer2020-08-031-0/+10
* Copy xs:duration parser from libexsltNick Wellnhofer2020-06-231-42/+98
* Fix integer overflow in _xmlSchemaParseGYearNick Wellnhofer2020-06-231-1/+8
* Fix another memory leak in xmlSchemaValAtomicTypeNick Wellnhofer2020-06-231-1/+1
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Fix xmlSchemaGetCanonValue formatting for date and dateTimeKevin Puetz2020-02-111-4/+4
* Fix memory leak in xmlSchemaValAtomicTypeNick Wellnhofer2019-10-141-1/+1
* Large batch of typo fixesJared Yanovich2019-09-301-4/+4
* Remove executable bit from non-executable filesNick Wellnhofer2019-09-161-0/+0
* 14:00 is a valid timezone for xs:dateTimeNick Wellnhofer2019-09-131-1/+1
* Partial fix for comparison of xs:durationsNick Wellnhofer2019-08-251-2/+4
* Fix unsigned int overflowJens Eggerstedt2019-07-081-1/+1
* 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