aboutsummaryrefslogtreecommitdiffstats
path: root/relaxng.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* one more fixup of error message reporting DanielDaniel Veillard2003-03-311-1/+8
* more work on bug #109225, and fixed an uninitialized variable pointed outDaniel Veillard2003-03-311-11/+16
* try to work on bug #109225 and provide better error reports. this changeDaniel Veillard2003-03-311-8/+51
* more work on XML Schemas datatypes and facets support. Currently onlyDaniel Veillard2003-03-301-23/+61
* more work on cleaning up XML Schemas datatypes based on James Clark testsDaniel Veillard2003-03-291-1/+5
* implemented comparisons for Schemas values. fixed some bugs in durationDaniel Veillard2003-03-281-5/+49
* valgrind'ed and cleaned up a couple of memory issues. DanielDaniel Veillard2003-03-221-2/+5
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-6/+32
* another optimization, for choice this time cleanups. DanielDaniel Veillard2003-03-211-16/+117
* fixed xmlRelaxNGNodeMatchesList augmented the test suite this fixes someDaniel Veillard2003-03-211-35/+33
* added another interleave speedup. DanielDaniel Veillard2003-03-211-11/+105