summaryrefslogtreecommitdiff
path: root/relaxng.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the problem of revalidating a doc with RNGDaniel Veillard2009-08-211-1/+60
* 512131 refs from externalRef part need to be addedDaniel Veillard2009-08-141-2/+83
* 512131 crash in xmlRelaxNGValidateFullElementDaniel Veillard2009-08-141-18/+10
* Switch off debugging, oops, DanielDaniel Veillard2008-06-251-1/+1
* patch from Hans de Goede to switch the file to UTF-8 switch to generateDaniel Veillard2008-06-021-1/+5
* fixed bug #407436 a crash in a specific case of Relax-NG validation DanielDaniel Veillard2007-06-121-1/+2
* fix a Relax-NG bug related to element content processing, fixes bugDaniel Veillard2006-10-131-0/+2
* Fixed compilation error (bug 340765) reported by dmacks with patchWilliam M. Brack2006-05-061-1/+1
* preparing 2.6.24 release, fixed Python paths at the last moment fix someLIBXML2_2_6_24Daniel Veillard2006-04-281-2/+9
* fixing a deallocation problem in xmlRelaxNGParse() in case of errors,Daniel Veillard2006-04-131-3/+6
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-23/+21
* trying to fix #331062, this is again a problem around interleave, there isDaniel Veillard2006-02-191-16/+53
* Added xmlRelaxNGSetParserStructuredErrors() to the API.Kasimier T. Buchcik2006-01-091-0/+14
* removed the error message removed 2 instability warnings from functionDaniel Veillard2005-10-181-1/+0
* real fix for #314881 and #314759 is was a bit more complex than initiallyDaniel Veillard2005-09-041-15/+29
* fixing yet another pattern induced XPath bug #314282 reverted back lastDaniel Veillard2005-09-041-1/+4
* structured error reporting problem with Relax-NG should fix #314881 andDaniel Veillard2005-09-031-4/+1
* fixed bug #307377 about validation of choices in list values. addedDaniel Veillard2005-08-101-2/+0
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-4/+4
* applied patch from Marcus Boerger to route relaxng and schemas errorDaniel Veillard2005-07-131-0/+20