summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* move library flags in linker command; resolves patch #1943403; patch ↵wlestes2008-05-141-2/+2
| | | | submitted by nullnix@users.sourceforge.net
* Use %option extra-type.sodabrew2007-09-101-1/+1
|
* ignore OUTPUT file in test-alloc-extrawlestes2007-06-011-0/+1
|
* add description of concatenated options testwlestes2007-06-011-0/+1
|
* add missing .cvsignore to test-alloc-extrawlestes2007-05-311-0/+5
|
* Adding test cases for yylex_init_extra.sodabrew2007-05-315-0/+970
|
* fixes to test-pthreadwlestes2007-05-121-12/+12
|
* unit test to verify concatenated options parsingwlestes2007-05-123-0/+38
|
* cleanups to handle VPATH builds better; passifies make distcheckwlestes2007-04-162-3/+3
|
* make test target depend on test groupings, which in turn depend on building ↵wlestes2006-11-171-7/+4
| | | | executables; cygwin portability fix
* change create-test script to edit files in placewlestes2006-11-101-14/+5
|
* change CLEANFILES to include instead of just the testname for the executablewlestes2006-11-0943-43/+43
|
* change test template to remove test executable when that executable has an ↵wlestes2006-11-091-1/+1
| | | | extension, e.g. under Cygwin
* test names weren't displaying in test success/failure messages (from #1591672wlestes2006-11-081-2/+2
|
* make yywrap work with c++ scanners as per sf bug reportwlestes2006-10-221-1/+6
|
* memory leak issues in c++ scannerwlestes2006-10-202-0/+3
|
* add unit test for c++ with yywrapwlestes2006-10-206-0/+126
|
* use configure-provided awk variable for portability; add loadlibes variable ↵wlestes2006-10-202-3/+3
| | | | to c++ test
* Added ccl union operator.john432006-03-282-0/+6
| | | | | | Added test in test suite for ccl union operator. Documented ccl union operator. Removed crufty ccl cache to prevent parser problems.
* Extended syntax excluded for lex/posix compat mode.john432006-03-282-6/+11
| | | | | | Comments discarded inside (?x:) patterns. Added test in test suite for comments in extended patterns. Documented syntax additions.
* Implemented (?x:) syntax to allow whitespace in patterns.john432006-03-272-0/+9
| | | | Added test for (?x:) syntax in test suite.
* Implemented dot-all syntax.john432006-03-272-0/+9
| | | | Added test for dot-all syntax in test suite.
* Removed global variable caseins.john432006-03-272-4/+13
| | | | | | | | Added scanner stack flags for case-insensitivity. Moved case-folding code from DFA-generation to parse time read-macros. Added localized case-sensitivity syntax from Perl. Added test for new syntax in test suite. Documented new syntax.
* Added extended, perl-compatible comment syntax.john432006-03-256-0/+126
| | | | | Added test for extended comment syntax. Documented extended comment syntax.
* Added set difference operator {-} for character classes.john432006-03-222-10/+21
|
* Added negated character class expressions.john432006-03-226-0/+134
| | | | | Documented negated character class expressions. Added regression test for negated character class expressions.
* Added test to verify user code is unmangled.john432006-03-216-0/+164
|
* Removed m4 from test-table-optsjohn432006-03-212-11/+14
|
* Removed m4 from test-rejectjohn432006-03-212-10/+18
|
* Recommit of last commit -- broken pipe.john432006-02-158-0/+281
|
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.john432006-02-152-0/+6
| | | | Added two new tests for reusing scanners.
* Added check for locale.h and libintl.h in configure script.john432006-02-142-2/+0
|
* Added %top block syntax.millaway2003-03-277-0/+182
| | | | | Added test for %top block. Documented %top block.
* an awk script wasn't included in the distributionwlestes2003-03-261-1/+1
|
* Added test for yypush_buffer_state and yypop_buffer_state.millaway2003-03-268-0/+159
|
* Added test for #line directives.millaway2003-03-268-0/+183
|
* Added test for noansi (traditional) options.millaway2003-03-269-20/+279
| | | | Reordered the tests so the basic ones are first.
* update instructions for running test suitewlestes2003-03-251-3/+2
|
* merge millaway's m4 branch workwlestes2003-03-254-30/+42
|
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really ↵millaway2003-01-092-5/+5
| | | | what we want?
* include tests/test-c++-multipl-scanners/test.inputwlestes2002-11-231-1/+1
|
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.millaway2002-11-221-0/+1
| | | | Removed yylex_destroy from C++ scanner.
* remove BISON assignment as per suggestion from Akim Demaillewlestes2002-10-1134-34/+33
|
* rename test to check-local as per Akim Demaille; test for failed testswlestes2002-10-111-2/+3
| | | | so that make check fails if any tests do
* use dist_noinst_scripts as per email from Akim Demaillewlestes2002-10-111-1/+1
|
* use builddir in tests that need it in their include pathwlestes2002-10-108-7/+23
|
* sometimes we put header files in the builddir and so we should account for thatwlestes2002-10-101-1/+1
|
* replace the last instancewlestes2002-10-101-2/+2
|
* we don't use header files...wlestes2002-10-071-3/+3
|
* test c++ with multiple scannerswlestes2002-10-017-0/+203
|