aboutsummaryrefslogtreecommitdiffstats
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Derek Poon fixing bug #310692 DanielDaniel Veillard2005-08-121-20/+23
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-4/+4
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-1/+1
* fixed problem with free on dupl attribute in dtd (bug309637). addedWilliam M. Brack2005-07-061-1/+6
* working some weird error reporting problem for DTD validation. augmentedDaniel Veillard2005-06-271-5/+6
* avoid name glob in agruments as it matches the glob() routine. first stepsDaniel Veillard2005-06-261-6/+6
* applied patch from Rob Richards for removal of ID (and xml:id) appliedDaniel Veillard2005-06-201-0/+1
* Applied Daniel's fix for memory leak in dtd prefix (bug 300550). minorWilliam M. Brack2005-04-151-0/+4
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* had to fix generation and rebuild. the testapi found a bug in the lastDaniel Veillard2005-01-261-2/+3
* warning patches from Peter Breitenlohner serious DTD parsing speedups,Daniel Veillard2005-01-251-60/+223
* added xmlHashCreateDict where the hash reuses the dictionnary for internalDaniel Veillard2005-01-231-73/+29
* changed xmlErrValidWarning to use ctxt->warning instead of ctxt->error forWilliam M. Brack2004-12-181-1/+1
* fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard2004-12-101-1/+1
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-2/+4
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+14
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-0/+8
* more fixes and extending the tests coverage bunch of cleanups and 2 leaksDaniel Veillard2004-11-031-1/+17
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-5/+30
* applied fixes for a couple of potential security problems more fixes onDaniel Veillard2004-10-261-2/+1
* unlinked the internal subset within xmlValidateDtd (bug 141827) addedWilliam M. Brack2004-10-231-2/+9
* applied patch from Malcolm Tredinnick fixing errata E20 concerningDaniel Veillard2004-09-261-4/+6
* fixed 2 problems raised by #152140, one which is that notation not in theDaniel Veillard2004-09-081-2/+2
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-0/+1
* fixed my mis-handling of External ID on last change.William M. Brack2004-08-061-11/+10
* changed the parsing of a document's DTD to use the proper base path (bugWilliam M. Brack2004-08-051-2/+17
* suppressed warnings from within xmlValidGetValidElements (bug 144644)William M. Brack2004-06-241-2/+11
* implemented bugfix from Massimo Morara for DTD dumping problem. addedWilliam M. Brack2004-06-241-2/+6
* fixes the use of 'list' as a parameter added xmlPopInputCallback for MattDaniel Veillard2004-05-081-5/+5
* small enhancement to fix bug 139791William M. Brack2004-04-171-4/+4
* avoid ID error message if using HTML_PARSE_NOERROR should fix #130762Daniel Veillard2004-02-251-1/+1
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-16/+21
* fixed the main issues reported by Peter Breitenlohner cleanup speedupDaniel Veillard2004-02-251-1/+14
* removing a non-linear behaviour from ID/IDREF raised by Petr Pajas. CallDaniel Veillard2004-02-171-1/+2
* added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minorWilliam M. Brack2004-02-061-14/+11
* xmlValidateElement could crash for element holding a namespace declarationDaniel Veillard2003-12-291-2/+6
* fixed bug concerning validation using external dtd of element with mutipleWilliam M. Brack2003-12-231-1/+1
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-1/+1
* fixed some wording make sure doc/examples is packaged fixed the reallyDaniel Veillard2003-11-151-6/+29
* small enhancement to assure ATTRIBUTE_UNUSED appears after the variableWilliam M. Brack2003-11-041-1/+0
* fixed bug #125811 related to DTD post validation where the DTD doesn'tDaniel Veillard2003-11-031-6/+11
* the a-posteriori DTD validation code was not validating the namespaceDaniel Veillard2003-10-301-1/+9
* included a new function to reuse a Push parser context, based on GrahamDaniel Veillard2003-10-281-2/+3
* cleanup fixing bug #125653 sometimes the error handlers can get a parserDaniel Veillard2003-10-281-8/+8
* fixed problem reported on the mailing list by Melvyn Sopacua - wrongWilliam M. Brack2003-10-201-3/+40
* fixes for compiling using --with-minimum DanielDaniel Veillard2003-10-191-2/+1
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-8/+8
* fix a call missing arguments DanielDaniel Veillard2003-10-131-1/+1
* adding an serror field to the validation context breaks the ABI for theDaniel Veillard2003-10-111-8/+4
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-7/+17