summaryrefslogtreecommitdiff
path: root/testrecurse.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix unused variable warnings in testrecurseNick Wellnhofer2017-10-211-2/+2
|
* clean redefinition of {v}snprintf in C-sourceRoumen Petrov2012-08-131-4/+0
| | | | as those from *config.h are preferable (e.g. win32config.h)
* minimize use of HAVE_CONFIG_HRoumen Petrov2012-08-131-3/+0
| | | | as build process for supported platforms provide "config.h" header file
* Small cleanup of unused variables in testDaniel Veillard2012-07-231-4/+0
|
* Restore code for Windows compilationDaniel Veillard2012-05-231-0/+5
| | | | | Try to keep as close to rc1 but still allow the change from Roumen for mingw
* use mingw C99 compatible functions {v}snprintf instead those from MSVC runtimeRoumen Petrov2012-05-211-2/+0
|
* completely different fix for the recursion detection based on entityDaniel Veillard2008-08-281-0/+973
* parser.c include/libxml/parser.h: completely different fix for the recursion detection based on entity density, big cleanups in the entity parsing code too * result/*.sax*: the parser should not ask for used defined versions of the predefined entities * testrecurse.c: automatic test for entity recursion checks * Makefile.am: added testrecurse * test/recurse/lol* test/recurse/good*: a first set of tests for the recursion Daniel svn path=/trunk/; revision=3783