aboutsummaryrefslogtreecommitdiffstats
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the error report on undefined REFsDaniel Veillard2011-11-111-0/+7
* Recognize ID attribute in HTML without DOCTYPEDaniel Veillard2009-10-161-1/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-4/+1
* 446613 small validation bug mixed content with NSDaniel Veillard2009-08-211-6/+6
* Add symbol versioning to libxml2 shared libsDaniel Veillard2009-08-201-49/+0
* 567619 xmlValidateNotationUse missing param testDaniel Veillard2009-08-121-1/+2
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-16/+26
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-1/+1
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-82/+195
* release of libxml2 2.6.28 patch from Dagfinn I. Mannsåker for idness ofDaniel Veillard2007-06-121-1/+1
* applied patch to fix xmlListAppend() from Georges-André SILBER also fixDaniel Veillard2007-05-091-4/+17
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-1/+1
* fixed a bug #203125 in Red hat bugzilla, crashing PHP4 on validationDaniel Veillard2006-08-221-5/+15
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-3/+5
* fix HTML attribute ID checking for input element. Maintain currentRob Richards2006-03-031-3/+3
* avoid function parameters names 'list' as this seems to give troubles withDaniel Veillard2005-10-271-11/+12
* fixing a number of issues raised by xml:id but more generally related toDaniel Veillard2005-09-031-1/+5
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-29/+19
* fixed an uninitialized variable extended the API to add the parser,Daniel Veillard2005-08-221-1/+1
* 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