| Commit message (Expand) | Author | Age | Files | Lines |
* | minor error cleanup for gcc-3.3.[12] compilation warnings. | William M. Brack | 2003-11-14 | 1 | -5/+5 |
* | Changed all (?) occurences where validation macros (IS_xxx) had | William M. Brack | 2003-10-18 | 1 | -13/+13 |
* | remove the warning for startDocument(), as it is used by glade (or | Daniel Veillard | 2003-10-17 | 1 | -1/+1 |
* | Setting up the framework for structured error reporting, touches a lot of | Daniel Veillard | 2003-10-10 | 1 | -6/+16 |
* | last cleanup of error handling in the Relax-NG module. Daniel | Daniel Veillard | 2003-10-07 | 1 | -93/+19 |
* | switched Relax-NG module to teh new error reporting. Better default | Daniel Veillard | 2003-10-07 | 1 | -5607/+5724 |
* | Okay this is scary but it is just adding a configure option to disable | Daniel Veillard | 2003-09-29 | 1 | -0/+2 |
* | further (final?) minor changes for compilation warnings. No change to | William M. Brack | 2003-09-27 | 1 | -1/+1 |
* | fixed an error reporting bug in Relax-NG when we end up with multiple | Daniel Veillard | 2003-08-27 | 1 | -24/+126 |
* | fixed bug #120386 again a problem introduced when trying to reuse automata | Daniel Veillard | 2003-08-26 | 1 | -0/+19 |
* | fixed a couple of stupid bugs in the state allocation routines which led | Daniel Veillard | 2003-08-25 | 1 | -0/+2 |
* | =Bug 118559 (continued) | William M. Brack | 2003-08-01 | 1 | -2/+1 |
* | fixed a Relax-NG compilation/streaming bug introduced when fixing the | Daniel Veillard | 2003-07-28 | 1 | -5/+42 |
* | checked and fixed the compilation of RNG schemas, fixes a couple of bugs | Daniel Veillard | 2003-07-23 | 1 | -25/+61 |
* | adding Get interface for the error callback and parameters of parsing and | Daniel Veillard | 2003-07-18 | 1 | -0/+47 |
* | removed some warnings by casting xmlChar to unsigned int and a couple of | Daniel Veillard | 2003-07-15 | 1 | -8/+8 |
* | commiting some work done while in the Maldives (hence the timezone on the | Daniel Veillard | 2003-06-02 | 1 | -1/+1 |
* | Stéphane Bidoul found an off by one addressing error on the error | Daniel Veillard | 2003-05-10 | 1 | -1/+1 |
* | removed multiple warning, this fixed a bug and should close #111574 Daniel | Daniel Veillard | 2003-05-09 | 1 | -2/+2 |
* | added xmlMallocAtomic() to be used when allocating blocks which do not | Daniel Veillard | 2003-04-19 | 1 | -1/+1 |
* | some cleanups extended the document to cover RelaxNG and tree operations | Daniel Veillard | 2003-04-17 | 1 | -23/+20 |
* | valgrind pointed out an uninitialized variable error. Daniel | Daniel Veillard | 2003-04-17 | 1 | -1/+1 |
* | augnemting the APIs, cleanups. cleanup bug #111005 added some missing | Daniel Veillard | 2003-04-17 | 1 | -5/+43 |
* | more work on RelaxNG streaming validation trying to improve the subset | Daniel Veillard | 2003-04-16 | 1 | -26/+227 |
* | implemented streaming of RelaxNG (when possible) on top of the xmlReader | Daniel Veillard | 2003-04-15 | 1 | -6/+411 |
* | integrated the regexp based validity checking of fragments of the document | Daniel Veillard | 2003-04-14 | 1 | -595/+822 |
* | Starting work precompiling parts of RelaxNG schemas. Not plugged onto | Daniel Veillard | 2003-04-13 | 1 | -21/+304 |
* | one more fixup of error message reporting Daniel | Daniel Veillard | 2003-03-31 | 1 | -1/+8 |
* | more work on bug #109225, and fixed an uninitialized variable pointed out | Daniel Veillard | 2003-03-31 | 1 | -11/+16 |
* | try to work on bug #109225 and provide better error reports. this change | Daniel Veillard | 2003-03-31 | 1 | -8/+51 |
* | more work on XML Schemas datatypes and facets support. Currently only | Daniel Veillard | 2003-03-30 | 1 | -23/+61 |
* | more work on cleaning up XML Schemas datatypes based on James Clark tests | Daniel Veillard | 2003-03-29 | 1 | -1/+5 |
* | implemented comparisons for Schemas values. fixed some bugs in duration | Daniel Veillard | 2003-03-28 | 1 | -5/+49 |
* | valgrind'ed and cleaned up a couple of memory issues. Daniel | Daniel Veillard | 2003-03-22 | 1 | -2/+5 |
* | fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed | Daniel Veillard | 2003-03-21 | 1 | -6/+32 |
* | another optimization, for choice this time cleanups. Daniel | Daniel Veillard | 2003-03-21 | 1 | -16/+117 |
* | fixed xmlRelaxNGNodeMatchesList augmented the test suite this fixes some | Daniel Veillard | 2003-03-21 | 1 | -35/+33 |
* | added another interleave speedup. Daniel | Daniel Veillard | 2003-03-21 | 1 | -11/+105 |
* | attempt to cope with ID/IDREF(S) declared both in the DTD and in the | Daniel Veillard | 2003-03-19 | 1 | -19/+58 |
* | cosmetic change for output try to minimize calls to malloc/free for | Daniel Veillard | 2003-03-19 | 1 | -63/+242 |
* | fixed error msg cleanup deallocation added a function to handle lists of | Daniel Veillard | 2003-03-18 | 1 | -6/+32 |
* | added Datatype ID and IDREF, usable from RelaxNG now need to add a new | Daniel Veillard | 2003-03-18 | 1 | -27/+101 |
* | fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF | Daniel Veillard | 2003-03-17 | 1 | -5/+86 |
* | switched back to the previous Relax-NG code base, the derivation algorithm | Daniel Veillard | 2003-03-16 | 1 | -2542/+2644 |
* | After coming to the conclusion that the original RelaxNG validation code | Daniel Veillard | 2003-03-15 | 1 | -2038/+2570 |
* | fix some recursion problems introduced in the last release. more debugging | Daniel Veillard | 2003-03-11 | 1 | -8/+29 |
* | stop generating wrong result file with * in name fixing the include bug | Daniel Veillard | 2003-03-10 | 1 | -30/+92 |
* | after and exchange with James Clark it appeared I had bug in URI parsing | Daniel Veillard | 2003-03-07 | 1 | -145/+423 |
* | give more infos fix a bug reported by Sebastian Rahtz and REF->DEF in | Daniel Veillard | 2003-02-27 | 1 | -6/+11 |
* | added param support for relaxng type checking, started to increment the | Daniel Veillard | 2003-02-27 | 1 | -28/+148 |