aboutsummaryrefslogtreecommitdiffstats
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
* make xmlValidateDocument emit a warning msg if there is no DTD, pointed byDaniel Veillard2002-10-161-1/+3
* Joe Marcus Clarke reported a segfault on FBsd this was due toDaniel Veillard2002-10-091-3/+8
* patch from Mark Vakoc to fix xmlNodeGetPath() DanielDaniel Veillard2002-10-081-2/+3
* typo/bug found by Christian Glahn DanielDaniel Veillard2002-10-041-1/+1
* fixed bug #92518 validation error were not covering namespaceDaniel Veillard2002-09-261-0/+226
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-1/+4
* made configuring with regexps/automata/unicode the default but withoutDaniel Veillard2002-09-191-2/+9
* determinism is debugged, new DTD checking code now works butDaniel Veillard2002-09-181-20/+40
* small cleanup switched DTD validation to use only regexp when configuredDaniel Veillard2002-09-171-12/+116
* incomplete steps for real/double support avoiding a compilation problemDaniel Veillard2002-09-161-12/+22
* cosmetic cleanup started integrating a DTD validation layer based on theDaniel Veillard2002-09-131-0/+179
* working on better error reporting of validity errors, especially providingDaniel Veillard2002-09-051-11/+20
* try to provide file and line informations, not all messages are covered,Daniel Veillard2002-09-051-2/+57
* adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecoverDaniel Veillard2002-08-021-24/+24
* fixing bug #79331 in one path the lookup for ID attributes on a namespacedDaniel Veillard2002-07-061-4/+25
* preparing 2.4.21 raised a too low limit rebuilt the docs DanielDaniel Veillard2002-04-291-1/+1
* first part of fixing #78729 DanielDaniel Veillard2002-04-151-5/+10
* trying to fix #77441 DanielDaniel Veillard2002-04-141-4/+4
* Never commit without running "make tests" :-( fix a couple of stupiditiesDaniel Veillard2002-03-251-3/+0
* fixed bug #76168, attribute redeclared in the internal subset should notDaniel Veillard2002-03-251-0/+16
* adding "make valgrind" running the full regression tests (except pythonDaniel Veillard2002-03-191-4/+4
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* applied patch from Dodji Seketeli fixing an uninitailized variable inDaniel Veillard2002-03-101-3/+1
* found and fixed a couple of allocation bugs DanielDaniel Veillard2002-02-201-0/+1
* had to change 2 internal parsing API when processing document content toDaniel Veillard2002-02-191-5/+126
* implemented E59 spaces in CDATA does not match the nonterminal S DanielDaniel Veillard2002-02-191-3/+13
* more validation test fixups added duration info for the tests DanielDaniel Veillard2002-02-191-2/+44
* a couple of errors were reported but not saved back as such in the parsingDaniel Veillard2002-02-181-0/+1
* more work on the conformance suite. Took the step to finally blockDaniel Veillard2002-02-181-6/+38
* fixed #71740 NotationDecl with a required field missing DanielDaniel Veillard2002-02-171-0/+1
* improved the behaviour a bit as well as the logs fixed a few more bugsDaniel Veillard2002-02-171-1/+6
* fixing a comment fixing some troubles with validity check on namespacesDaniel Veillard2002-02-131-32/+92
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-1/+0
* fix #68882, cleanup the XInclude copying of node, merge back IDs in theDaniel Veillard2002-02-101-1/+2
* Justin Fletcher found some parts of the code needing cleanup Fixed theDaniel Veillard2002-02-091-2/+2
* fixing #70166 DanielDaniel Veillard2002-02-081-1/+9
* another set of patches from Anthony Jones for copy operations cleanup andDaniel Veillard2002-01-241-0/+3
* fixed validation of attributes content of type NAME NAMES NMTOKEN andDaniel Veillard2002-01-131-71/+110
* Fixed a few other problems raised by Charlie Bozeman. fixed the outputDaniel Veillard2001-12-311-10/+10
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-52/+52
* cleanup some static declarations DanielDaniel Veillard2001-12-131-1/+1
* fix bug #66816 when validating. don't use sys/time.h if configure did notDaniel Veillard2001-12-131-0/+1
* in case of content model validity error, don't print it if validityDaniel Veillard2001-11-201-19/+30
* trying to fix namespaces + validation problems for good, closing #63619 inDaniel Veillard2001-11-081-10/+106
* fixed a very serious (looping) validation bug DanielDaniel Veillard2001-10-181-1/+8
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* started integrating the non-controversial parts of Gary PenningtonDaniel Veillard2001-10-111-2/+2
* close bug #61550 when xml: wasn't considered a namespace danielDaniel Veillard2001-10-021-0/+2
* fixed a Windows compiler warning (Chris Poblete) fix for mod when dividendDaniel Veillard2001-08-261-1/+2
* deprecate the non-boundchecking Sprintf functions, add Snprintf thisDaniel Veillard2001-08-151-30/+82