summaryrefslogtreecommitdiff
path: root/tests/test-mem-r
Commit message (Expand)AuthorAgeFilesLines
* change CLEANFILES to include instead of just the testname for the executablewlestes2006-11-091-1/+1
* Added check for locale.h and libintl.h in configure script.john432006-02-141-1/+0
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really what...millaway2003-01-091-2/+2
* remove BISON assignment as per suggestion from Akim Demaillewlestes2002-10-111-1/+1
* we used INCLUDES in another place in the Makefile.am files in the test suitewlestes2002-09-271-1/+1
* oops, I typed that last s/// command to perl way wrongwlestes2002-09-271-1/+1
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for brok...wlestes2002-09-271-1/+1
* Tests now respect CFLAGS, CPPFLAGS, etc..millaway2002-08-161-2/+2
* All prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DE...millaway2002-07-251-3/+8
* s/yy_globals_t/yyguts_t/gmillaway2002-07-231-6/+6
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...millaway2002-07-171-3/+3
* Fixed prefix issue with get/set debug functions.millaway2002-07-101-4/+4
* Added tests for overriding memory.millaway2002-07-094-0/+255