summaryrefslogtreecommitdiff
path: root/relaxng.c
Commit message (Expand)AuthorAgeFilesLines
* relaxng: Remove useless if statementNick Wellnhofer2023-02-211-6/+1
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-4/+4
* Avoid calling xmlSetTreeDocNick Wellnhofer2022-06-201-1/+1
* Undeprecate schema init functionsNick Wellnhofer2022-03-101-3/+0
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+8
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix memory leak in xmlRelaxNGNewDocParserCtxtDavid King2022-01-161-0/+1
* Fix memory leak in xmlRelaxNGParseDataDavid King2022-01-161-0/+1
* Fix typosNick Wellnhofer2020-03-081-6/+6
* Large batch of typo fixesJared Yanovich2019-09-301-34/+34
* Fix potential null deref in xmlRelaxNGParsePatternsNick Wellnhofer2019-08-251-0/+4
* Fix unability to RelaxNG-validate grammar with choice-based name classJan Pokorný2019-08-251-1/+4
* Fix unability to validate ambiguously constructed interleave for RelaxNGJan Pokorný2019-08-251-1/+11
* Remove redundant code in xmlRelaxNGValidateStateNick Wellnhofer2019-07-081-1/+0
* Fix "Problem with data in interleave in RelaxNG validation"Nikolai Weibull2019-01-011-3/+3
* Remove redefined starts and defines inside include elementsNikolai Weibull2018-11-291-0/+3
* Allow choice within choice in nameClass in RELAX NGNikolai Weibull2018-11-291-6/+10
* Look inside divs for starts and defines inside includeNikolai Weibull2018-11-291-1/+12
* Problem with data in interleave in RelaxNG validationv2.9.9-rc1Nikolai Weibull2018-11-221-4/+12
* Fix hash callback signaturesNick Wellnhofer2017-11-091-18/+17
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-2/+2
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-6/+7
* relaxng.c, xmlschemas.c: Fix build on pre-C99 compilersChun-wei Fan2016-06-231-1/+2
* More format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+2
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-2/+2
* Fix support for except in nameclassesDaniel Veillard2015-03-161-1/+5
* Remove various unused value assignmentsPhilip Withnall2014-10-271-1/+1
* Add couple of missing Null checksDaniel Veillard2014-07-261-1/+6
* Add a couple of misisng check in xmlRelaxNGCleanupTreeGaurav Gupta2014-07-141-3/+4
* Add a missing argument checkGaurav Gupta2014-07-141-1/+1
* Adding a check in case of allocation errorGaurav Gupta2014-07-141-0/+4
* Fix typos in relaxng.cJan Pokorný2014-06-101-2/+2
* Implement choice for name classes on attributesShaun McCance2013-11-281-0/+13
* Avoid some dead code and cleanup in relaxng.cGaurav2013-09-301-4/+1
* Fix spelling of "length".Michael Wood2012-10-301-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-49/+49
* Add a missing element checkDaniel Veillard2012-08-131-2/+3
* Fix weird streaming RelaxNG errorsNoam2012-05-151-2/+2
* Fix an unimplemented part in RNG value validationDaniel Veillard2011-11-101-0/+29
* Fix RELAX NG include bug #655288Shaun McCance2011-08-041-2/+2
* relaxng.c: cast to allow compilation with sun studio 11Ben Walton2010-03-151-2/+4
* 595792 fixing a RelaxNG bug introduced in 2.7.4Daniel Veillard2009-09-241-0/+9
* Fix Windows buildRob Richards2009-09-091-2/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-0/+4
* A few more safety cleanup raised by scanDaniel Veillard2009-09-071-1/+4
* Fixing assorted potential problems raised by scanDaniel Veillard2009-09-071-2/+6
* 492317 Fix Relax-NG validation problemsDaniel Veillard2009-08-311-0/+21
* 558452 fight with reg test and error reportDaniel Veillard2009-08-261-0/+4
* 558452 RNG compilation of optional multiple childDaniel Veillard2009-08-261-1/+5