aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemas.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-52/+102
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-50/+70
* Correct spelling of "calling"Alex Henrie2015-10-261-1/+1
* Fix a self assignment issue raised by clangScott Graham2015-06-301-3/+3
* no error column in structured error handler for xml schema validation errorsJuergen Keil2014-08-071-1/+3
* Get rid of 'REPLACEMENT CHARACTER' Unicode chars in xmlschemas.cJan Pokorný2013-11-301-274/+274
* Fix typos in xmlschemas{,types}.cJan Pokorný2013-11-301-2/+2
* Type mismatch in xmlschemas.cGaurav2013-11-281-1/+1
* Fix an old bug in xmlSchemaValidateOneElementCsaba László2013-03-181-1/+4
* fix schema validation in combination with xsi:nilDaniel Veillard2013-02-281-0/+17
* Big space and tab cleanupDaniel Veillard2012-09-111-69/+69
* Fix an XSD error when generating internal automataDaniel Veillard2012-08-231-0/+9
* Fix a variable name in commentDaniel Veillard2012-08-151-1/+1
* Fix file and line report for XSD SAX and reader streaming validationDaniel Veillard2012-08-141-1/+105
* XSD: optional element in complex type extensionRemi Gacogne2012-05-111-2/+2
* Fix a logic error in Schemas Component ConstraintsRyan Sleevi2012-02-291-1/+1
* Fix XSD validation bug #630130Toyoda Eizi2011-08-041-3/+4
* 627987 Fix XSD IDC errors in imported schemasJim Panetta2010-11-031-0/+5
* Fix memory leak when doc is NULLRob Richards2009-09-241-2/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+0
* A few more safety cleanup raised by scanDaniel Veillard2009-09-071-1/+2
* Fixing assorted potential problems raised by scanDaniel Veillard2009-09-071-7/+9
* 579746 XSD validation not correct / nilable groupsDaniel Veillard2009-08-261-204/+255
* 571271 fix semantic of xsd:all with minOccurs=0Daniel Veillard2009-08-121-5/+9
* 585505 – Document ids and refs populated by XSDWayne Jensen2009-08-071-2/+2
* 582906 XSD validating multiple imports of the same schemaJason Childs2009-08-071-8/+9
* Bug 582887 – problems validating complex schemasJason Childs2009-08-071-15/+27
* Bug 579729 – fix XSD schemas parsing crashMiroslav Bajtos2009-08-071-1/+1
* Fix an XSD validation crashDaniel Veillard2009-07-271-10/+12
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* preparing 2.7.0 release remove some testing traces remove some warningsDaniel Veillard2008-08-301-1/+5
* add the testchar to 'make check' Volker Grabsch pointed out a typoDaniel Veillard2008-08-261-1/+1
* fix crash with invalid whitespace facetRob Richards2008-06-291-274/+274
* fx compilation when configured without the reader should fix #513110Daniel Veillard2008-05-121-1/+1
* added new function xmlSchemaValidCtxtGetParserCtxt based on HolgerDaniel Veillard2008-04-111-830/+847
* extend the cleanup rule space cleanup DanielDaniel Veillard2008-04-101-1/+1
* fix a problem in externalSubsetSplit with a patch from Ashwin DanielDaniel Veillard2008-03-261-2/+2
* fix an XML Schemas crash raised by Stefan Behnel when testing with W3CDaniel Veillard2008-03-241-3/+3
* apply fix suggested by Ashwin correcting a cut-n-paste error about the SAXDaniel Veillard2008-02-051-2/+2
* applied patch from Frank Gross fixing Schemas IDC import bug #455953 andDaniel Veillard2007-08-231-6/+19
* applied patch for xsi:nil from Frank Gross, this should fix bug #358125Daniel Veillard2007-07-111-1/+1
* fix a crash on solaris when a printf %s with a NULL argument occurs,Daniel Veillard2007-06-261-2/+10
* fixed problem with referenced attribute groups (bug #417621) re-orderedWilliam M. Brack2007-03-141-12/+10
* While investigating bug #350247, I noticed that xmlSchemaIDCMatcherKasimier T. Buchcik2006-08-151-32/+270
* applied patch from Marton Illes to fix an allocation bug inDaniel Veillard2006-08-121-1/+1
* applied patch from Bertrand Fritsch to fix a bug inDaniel Veillard2006-08-071-0/+1
* Fixed bug #347316, reported by David Belius: The simple type, which wasKasimier T. Buchcik2006-07-121-0/+8
* A warning will now be reported in the value of the XSD attributeKasimier T. Buchcik2006-05-301-8/+29
* Fixed bug #341337, reported by David Grohmann. The code expected a nodeKasimier T. Buchcik2006-05-111-11/+22
* Fixed bug #341150, reported by Michael Romer. InKasimier T. Buchcik2006-05-091-3/+15