summaryrefslogtreecommitdiff
path: root/tests/descriptions
Commit message (Expand)AuthorAge
* Adding test cases for yylex_init_extra.Aaron Stone2007-05-31
* add unit test for c++ with yywrapWill Estes2006-10-20
* Added extended, perl-compatible comment syntax.John Millaway2006-03-25
* Added negated character class expressions.John Millaway2006-03-22
* Added test to verify user code is unmangled.John Millaway2006-03-21
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-15
* Added %top block syntax.John Millaway2003-03-27
* Added test for yypush_buffer_state and yypop_buffer_state.John Millaway2003-03-26
* Added test for #line directives.John Millaway2003-03-26
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
* Added a test for various DFA table options.John Millaway2002-08-10
* Added test for %option posix-compat and repeat operator.John Millaway2002-07-12
* separate out test descriptionsWill Estes2002-03-13