summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* reorganize flex skeleton and m4 processingbug-2172046Will Estes2012-08-0745-61/+3542
* Fix two tests to pass under bison 2.6Elias Pipping2012-08-064-11/+5
* rename .cvsignore files in tests/ subdirectories to gitignoreWill Estes2012-07-2948-0/+0
* fix dependencies for make -j in test suiteWill Estes2012-03-213-9/+15
* wrap yy_fatal_error calls appropriatelyWill Estes2012-03-022-6/+6
* move library flags in linker command; resolves patch #1943403; patch submitte...Will Estes2008-05-141-2/+2
* Use %option extra-type.Aaron Stone2007-09-101-1/+1
* ignore OUTPUT file in test-alloc-extraWill Estes2007-06-011-0/+1
* add description of concatenated options testWill Estes2007-06-011-0/+1
* add missing .cvsignore to test-alloc-extraWill Estes2007-05-311-0/+5
* Adding test cases for yylex_init_extra.Aaron Stone2007-05-315-0/+970
* fixes to test-pthreadWill Estes2007-05-121-12/+12
* unit test to verify concatenated options parsingWill Estes2007-05-123-0/+38
* cleanups to handle VPATH builds better; passifies make distcheckWill Estes2007-04-162-3/+3
* make test target depend on test groupings, which in turn depend on building e...Will Estes2006-11-171-7/+4
* change create-test script to edit files in placeWill Estes2006-11-101-14/+5
* change CLEANFILES to include instead of just the testname for the executableWill Estes2006-11-0943-43/+43
* change test template to remove test executable when that executable has an ex...Will Estes2006-11-091-1/+1
* test names weren't displaying in test success/failure messages (from #1591672Will Estes2006-11-081-2/+2
* make yywrap work with c++ scanners as per sf bug reportWill Estes2006-10-221-1/+6
* memory leak issues in c++ scannerWill Estes2006-10-202-0/+3
* add unit test for c++ with yywrapWill Estes2006-10-206-0/+126
* use configure-provided awk variable for portability; add loadlibes variable t...Will Estes2006-10-202-3/+3
* Added ccl union operator.John Millaway2006-03-282-0/+6
* Extended syntax excluded for lex/posix compat mode.John Millaway2006-03-282-6/+11
* Implemented (?x:) syntax to allow whitespace in patterns.John Millaway2006-03-272-0/+9
* Implemented dot-all syntax.John Millaway2006-03-272-0/+9
* Removed global variable caseins.John Millaway2006-03-272-4/+13
* Added extended, perl-compatible comment syntax.John Millaway2006-03-256-0/+126
* Added set difference operator {-} for character classes.John Millaway2006-03-222-10/+21
* Added negated character class expressions.John Millaway2006-03-226-0/+134
* Added test to verify user code is unmangled.John Millaway2006-03-216-0/+164
* Removed m4 from test-table-optsJohn Millaway2006-03-212-11/+14
* Removed m4 from test-rejectJohn Millaway2006-03-212-10/+18
* Recommit of last commit -- broken pipe.John Millaway2006-02-158-0/+281
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-152-0/+6
* Added check for locale.h and libintl.h in configure script.John Millaway2006-02-142-2/+0
* Added %top block syntax.John Millaway2003-03-277-0/+182
* an awk script wasn't included in the distributionWill Estes2003-03-261-1/+1
* Added test for yypush_buffer_state and yypop_buffer_state.John Millaway2003-03-268-0/+159
* Added test for #line directives.John Millaway2003-03-268-0/+183
* Added test for noansi (traditional) options.John Millaway2003-03-269-20/+279
* update instructions for running test suiteWill Estes2003-03-251-3/+2
* merge millaway's m4 branch workWill Estes2003-03-254-30/+42
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really what...John Millaway2003-01-092-5/+5
* include tests/test-c++-multipl-scanners/test.inputWill Estes2002-11-231-1/+1
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-221-0/+1
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-1134-34/+33
* rename test to check-local as per Akim Demaille; test for failed testsWill Estes2002-10-111-2/+3
* use dist_noinst_scripts as per email from Akim DemailleWill Estes2002-10-111-1/+1