summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Added extended, perl-compatible comment syntax.John Millaway2006-03-25
| | | | | Added test for extended comment syntax. Documented extended comment syntax.
* Added set difference operator {-} for character classes.John Millaway2006-03-22
|
* Added negated character class expressions.John Millaway2006-03-22
| | | | | Documented negated character class expressions. Added regression test for negated character class expressions.
* Added test to verify user code is unmangled.John Millaway2006-03-21
|
* Removed m4 from test-table-optsJohn Millaway2006-03-21
|
* Removed m4 from test-rejectJohn Millaway2006-03-21
|
* 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 two new tests for reusing scanners.
* Added check for locale.h and libintl.h in configure script.John Millaway2006-02-14
|
* Added %top block syntax.John Millaway2003-03-27
| | | | | Added test for %top block. Documented %top block.
* 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
| | | | Reordered the tests so the basic ones are first.
* 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 ↵John Millaway2003-01-09
| | | | what we want?
* include tests/test-c++-multipl-scanners/test.inputWill Estes2002-11-23
|
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-22
| | | | Removed yylex_destroy from C++ scanner.
* 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
| | | | so that make check fails if any tests do
* 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 ↵Will Estes2002-09-27
| | | | broken compilers
* complain audibly when argument not supplied; echo on stderr when writing ↵Will Estes2002-09-23
| | | | error messages
* DIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests ↵Will Estes2002-09-23
| | | | to SUBDIRS and DIST_SUBDIRS
* 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
| | | | Serialization code (Tables API) is complete.
* replace yytables_load with yytables_fload as per millaway's other changesWill Estes2002-09-16
|
* Tables deserialization uses yyalloc/yyfree.John Millaway2002-09-15
| | | | Changed yytables_load to yytables_fload.
* minor upkeep.John Millaway2002-09-15
|
* Created test for reject.John Millaway2002-09-13
| | | | Handled reject-triggered tables in serialization.
* 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
| | | | | | | | | | | Added %option bison-bridge (--bison-bridge). Removed %option reentrant-bison/--reentrant-bison/-Rb. Scanner knows the name of its tables. Tables serialization is OK on EOF. yylineno is present in all scanners. Modified nasty performance penalty warning w/ yylineno. test-table-opts is now run last because it's so fat. Updated manual.
* make clean before make testWill Estes2002-09-10
|
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
| | | | | | Scanners can auto-verify serialized table integrity via --tables-verify. Added tables API items to TODO list. test-table-opts is becoming exhaustive (a good thing).
* 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
| | | | systems where it is used
* use CXX to link the test scanner hereWill Estes2002-08-22
|
* Fixed missing 'make clean' files.John Millaway2002-08-22
|