aboutsummaryrefslogtreecommitdiffstats
path: root/relaxng.c
Commit message (Expand)AuthorAgeFilesLines
* 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 someDaniel 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
* complete, checking on other platforms is needed updated fix a bug raisedDaniel Veillard2005-06-301-0/+10
* fixed a bug exposed by Rob Richards in the mailing-list added theDaniel Veillard2005-06-131-2/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed a problem in Relax-NG validation #159968 added the test to theDaniel Veillard2005-03-311-0/+7
* fixed bug #157633 in relaxng choice optimization added regression testsDaniel Veillard2005-01-151-6/+7
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-0/+4
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+4
* more fixes and extending the tests coverage adding a type init interfaceDaniel Veillard2004-11-031-1/+1
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-1/+2
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-071-1/+1
* more memory related code cleanups. DanielDaniel Veillard2004-09-231-3/+6
* fixed a problem with internal cleanup of <DIV> element (bug 143738).William M. Brack2004-06-071-0/+14
* fixed problem in xmlRelaxNGCompareNameClasses which was causingWilliam M. Brack2004-04-021-2/+2
* implemented fix for M$ IIS redirect provided by Ian Hummel fixed problemWilliam M. Brack2004-04-021-3/+1
* fixed problem with IS_COMPILABLE flag (bug 130216)William M. Brack2004-03-271-3/+10
* remove a memory leak on schemas type facets. reduce verbosity incorporatedDaniel Veillard2004-03-221-1/+23
* added an error message when an element is not found within a <choice> (bugWilliam M. Brack2004-03-211-0/+1
* added check for external reference in xmlRelaxNGGetElements (bug 137718)William M. Brack2004-03-201-1/+2
* enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END nodes (bugWilliam M. Brack2004-03-151-0/+2
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-0/+2
* add --timing option use the psvi field of the nodes instead of _privateDaniel Veillard2004-02-221-7/+7
* fixing #130453 XInclude element with no href attribute fully integratingDaniel Veillard2004-01-251-1/+35
* applied patch from Mark Vadoc to not use SAX1 unless necessary. DanielDaniel Veillard2004-01-131-4/+4
* minor error cleanup for gcc-3.3.[12] compilation warnings.William M. Brack2003-11-141-5/+5
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-13/+13
* remove the warning for startDocument(), as it is used by glade (orDaniel Veillard2003-10-171-1/+1
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-6/+16
* last cleanup of error handling in the Relax-NG module. DanielDaniel Veillard2003-10-071-93/+19
* switched Relax-NG module to teh new error reporting. Better defaultDaniel Veillard2003-10-071-5607/+5724
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* further (final?) minor changes for compilation warnings. No change toWilliam M. Brack2003-09-271-1/+1
* fixed an error reporting bug in Relax-NG when we end up with multipleDaniel Veillard2003-08-271-24/+126
* fixed bug #120386 again a problem introduced when trying to reuse automataDaniel Veillard2003-08-261-0/+19
* fixed a couple of stupid bugs in the state allocation routines which ledDaniel Veillard2003-08-251-0/+2
* =Bug 118559 (continued)William M. Brack2003-08-011-2/+1