summaryrefslogtreecommitdiff
path: root/relaxng.c
Commit message (Expand)AuthorAgeFilesLines
* BRANCH release for 2.5.x critical patchesLIBXML2_2_5_11LIBXML2_2_5_XDaniel Veillard2003-09-091-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
* attempt to cope with ID/IDREF(S) declared both in the DTD and in theDaniel Veillard2003-03-191-19/+58
* cosmetic change for output try to minimize calls to malloc/free forDaniel Veillard2003-03-191-63/+242
* fixed error msg cleanup deallocation added a function to handle lists ofDaniel Veillard2003-03-181-6/+32
* added Datatype ID and IDREF, usable from RelaxNG now need to add a newDaniel Veillard2003-03-181-27/+101
* fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREFDaniel Veillard2003-03-171-5/+86
* switched back to the previous Relax-NG code base, the derivation algorithmDaniel Veillard2003-03-161-2542/+2644
* After coming to the conclusion that the original RelaxNG validation codeDaniel Veillard2003-03-151-2038/+2570
* fix some recursion problems introduced in the last release. more debuggingDaniel Veillard2003-03-111-8/+29
* stop generating wrong result file with * in name fixing the include bugDaniel Veillard2003-03-101-30/+92
* after and exchange with James Clark it appeared I had bug in URI parsingDaniel Veillard2003-03-071-145/+423
* give more infos fix a bug reported by Sebastian Rahtz and REF->DEF inDaniel Veillard2003-02-271-6/+11
* added param support for relaxng type checking, started to increment theDaniel Veillard2003-02-271-28/+148
* Fixed a couple of problem raised by James Clark in bug #107083, theDaniel Veillard2003-02-261-75/+111
* preparing release 2.5.4 updated and rebuilt the docs removed warningsLIBXML_2_5_4Daniel Veillard2003-02-241-1/+2
* fixed xmlSetProp and al. when the node passed is not an element. fixedDaniel Veillard2003-02-241-195/+118
* some warning removal on Igor's patch seems I messed up with #106788 fixDaniel Veillard2003-02-241-76/+100
* fixing some nodeinfo in entities problem raised by Glenn W. BachDaniel Veillard2003-02-211-12/+136
* fixed some problems in the previous commit and finished implementing 4.16Daniel Veillard2003-02-211-29/+80
* implemented checks from section 7.2 DanielDaniel Veillard2003-02-211-79/+155
* implemented the checks from section 7.1, fixed some of the 4.20 and 4.21Daniel Veillard2003-02-201-55/+359
* implemented the 4.20 and 4.21 simplification rules. updated the resultsDaniel Veillard2003-02-201-0/+177
* more bugfixes updated the results DanielDaniel Veillard2003-02-191-2/+58