summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Recommit of last commit -- broken pipe.John Millaway2006-02-15
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-15
* Added check for locale.h and libintl.h in configure script.John Millaway2006-02-14
* Added %top block syntax.John Millaway2003-03-27
* an awk script wasn't included in the distributionWill Estes2003-03-26
* Added test for yypush_buffer_state and yypop_buffer_state.John Millaway2003-03-26
* Added test for #line directives.John Millaway2003-03-26
* Added test for noansi (traditional) options.John Millaway2003-03-26
* update instructions for running test suiteWill Estes2003-03-25
* merge millaway's m4 branch workWill Estes2003-03-25
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really what...John Millaway2003-01-09
* include tests/test-c++-multipl-scanners/test.inputWill Estes2002-11-23
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-22
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-11
* rename test to check-local as per Akim Demaille; test for failed testsWill Estes2002-10-11
* use dist_noinst_scripts as per email from Akim DemailleWill Estes2002-10-11
* use builddir in tests that need it in their include pathWill Estes2002-10-10
* sometimes we put header files in the builddir and so we should account for thatWill Estes2002-10-10
* replace the last instanceWill Estes2002-10-10
* we don't use header files...Will Estes2002-10-07
* test c++ with multiple scannersWill Estes2002-10-01
* 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 brok...Will Estes2002-09-27
* complain audibly when argument not supplied; echo on stderr when writing erro...Will Estes2002-09-23
* DIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests t...Will Estes2002-09-23
* not all compilers support '-I dir' so we write '-Idir' insteadWill Estes2002-09-23
* minor fixup for dist.John Millaway2002-09-17
* Fixed `clean' target and .cvsignore.John Millaway2002-09-16
* Serialization works in headers (%option headers).John Millaway2002-09-16
* replace yytables_load with yytables_fload as per millaway's other changesWill Estes2002-09-16
* Tables deserialization uses yyalloc/yyfree.John Millaway2002-09-15
* minor upkeep.John Millaway2002-09-15
* Created test for reject.John Millaway2002-09-13
* Added test for multiple tables in one file.John Millaway2002-09-13
* forgot to add .cvsignore on last commit.John Millaway2002-09-13
* Added test-bison-bridge.John Millaway2002-09-13
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
* make clean before make testWill Estes2002-09-10
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
* Added serialization test to table-opts test.John Millaway2002-09-05
* target test: quote the results echoing so that the ECHO_C will work onWill Estes2002-09-03
* use CXX to link the test scanner hereWill Estes2002-08-22
* Fixed missing 'make clean' files.John Millaway2002-08-22
* fixed missing 'clean' file.John Millaway2002-08-22
* Removed core of yylex_destroy from c++ scanner -- hack!John Millaway2002-08-22
* add test-c++-basicWill Estes2002-08-21
* Tests now respect CFLAGS, CPPFLAGS, etc..John Millaway2002-08-16
* Got rid of flex -s warnings in tests.John Millaway2002-08-16
* ignore .cpp files since we generate them instead of .cWill Estes2002-08-15