summaryrefslogtreecommitdiff
path: root/tests/test-mem-nr
Commit message (Collapse)AuthorAge
* add CFLAGS and CXXFLAGS options as appropriate to testsuite Makefile.am filesDennis Clarke2012-10-31
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* rename .cvsignore files in tests/ subdirectories to gitignoreWill Estes2012-07-29
|
* change CLEANFILES to include instead of just the testname for the executableWill Estes2006-11-09
|
* Added check for locale.h and libintl.h in configure script.John Millaway2006-02-14
|
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really ↵John Millaway2003-01-09
| | | | what we want?
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-11
|
* we used INCLUDES in another place in the Makefile.am files in the test suiteWill Estes2002-09-27
|
* oops, I typed that last s/// command to perl way wrongWill Estes2002-09-27
|
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for ↵Will Estes2002-09-27
| | | | broken compilers
* Tests now respect CFLAGS, CPPFLAGS, etc..John Millaway2002-08-16
|
* All prototypes were rewritten to depend upon the macro ↵John Millaway2002-07-25
| | | | | | | YY_TRADITIONAL_FUNC_DEFS, which is defined by default. The generated scanners build cleanly under gcc's traditional strictness and under C++ compilers.
* Fixed prototype/definition conflicts with "traditional" C in skeleton at ↵John Millaway2002-07-17
| | | | | | | | | | request of gcc developer. Removed duplicate prototypes in gen.c, sym.c, main.c. Added missing prototypes where needed. All functions in skeleton follow ISO C style protos and defs, instead of BOTH ISO and new-style. Skeleton now compiles cleanly under super-strict gcc flags. Flex itself almost compiles cleanly under strict flags.
* Fixed prefix issue with get/set debug functions.John Millaway2002-07-10
| | | | Fixed prefix issues with memory functions.
* Added a missing input file for test-mem-nr/John Millaway2002-07-09
|
* Added tests for overriding memory.John Millaway2002-07-09