summaryrefslogtreecommitdiff
path: root/relaxng.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixed a Relax-NG compilation/streaming bug introduced when fixing theDaniel Veillard2003-07-281-5/+42
* checked and fixed the compilation of RNG schemas, fixes a couple of bugsDaniel Veillard2003-07-231-25/+61
* adding Get interface for the error callback and parameters of parsing andDaniel Veillard2003-07-181-0/+47
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-8/+8
* commiting some work done while in the Maldives (hence the timezone on theDaniel Veillard2003-06-021-1/+1
* Stéphane Bidoul found an off by one addressing error on the errorDaniel Veillard2003-05-101-1/+1
* removed multiple warning, this fixed a bug and should close #111574 DanielDaniel Veillard2003-05-091-2/+2
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* some cleanups extended the document to cover RelaxNG and tree operationsDaniel Veillard2003-04-171-23/+20
* valgrind pointed out an uninitialized variable error. DanielDaniel Veillard2003-04-171-1/+1
* augnemting the APIs, cleanups. cleanup bug #111005 added some missingDaniel Veillard2003-04-171-5/+43
* more work on RelaxNG streaming validation trying to improve the subsetDaniel Veillard2003-04-161-26/+227
* implemented streaming of RelaxNG (when possible) on top of the xmlReaderDaniel Veillard2003-04-151-6/+411
* integrated the regexp based validity checking of fragments of the documentDaniel Veillard2003-04-141-595/+822
* Starting work precompiling parts of RelaxNG schemas. Not plugged ontoDaniel Veillard2003-04-131-21/+304