summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* test: enable more silent building of tests.Jeff Smith2017-05-03
* test: skip pthread test when needed files missing.Explorer092017-02-16
* test: Skip bison tests if bison is not availableExplorer092017-01-25
* test: Remake *_scanner.c if *_scanner.h is missing.Explorer092017-01-24
* test: remove BUILT_SOURCES; add missing dependencies.Explorer092017-01-24
* test: document automake convention for skipped exit status.Explorer092017-01-20
* test: let testwrapper scripts be run by ${SHELL}.Explorer092017-01-17
* test: Remove test scripts bashisms.Explorer092017-01-17
* test: exit on '-1' test non-zero status.Explorer092017-01-17
* fix backwards incompatible changes in 2.6.2.Demi Obenour2016-11-12
* git: ignore quote_in_comment artifactsWill Estes2016-11-08
* Fixes a major bug in Flex's own lexing of literals.Demi Obenour2016-11-08
* Add more escaping testsDemi Obenour2016-11-02
* Fix M4 quotation in section 2 prologue and refactor duplicated codeDemi Obenour2016-10-23
* Improved M4 quotationDemi Obenour2016-10-19
* Fix M4 quoting of section 3.Demi Obenour2016-10-05
* Fix yyrestart(NULL) SEGV.Mightyjo2016-10-05
* no longer generate K&R C scannersDemi Obenour2016-09-25
* test: run direct tests from srcdirWill Estes2016-05-20
* Exited with error code on some conditions in include testsEgor Pugin2016-05-20
* test: drop .exe when making input file namesWill Estes2016-05-20
* test: removed dependencies for include testsWill Estes2016-05-20
* suppress `WARNINGFLAGS' for the almost obsolete `noansi' test casesrlar2016-03-31
* configure option `--enable-warnings' and `WARNINGFLAGS'rlar2016-03-31
* warning: conversion to 'size_t' from 'int' may change the sign of the result ...rlar2016-03-18
* warning: conversion to 'long unsigned int' from 'int' may change the sign of ...rlar2016-03-18
* warning: redundant redeclaration of '...' [-Wredundant-decls]rlar2016-03-18
* warning: no previous prototype for '...' [-Wmissing-prototypes]rlar2016-03-18
* warning: unused variable 'fp' [-Wunused-variable]rlar2016-03-18
* main(), warning: redundant redeclaration of 'main' [-Wredundant-decls]rlar2016-03-18
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-18
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-18
* warning: deprecated directive, use '%pure-parser' [-Wdeprecated]rlar2016-02-27
* Opened files in binary mode explicitlyEgor Pugin2016-01-10
* tests: fixed paths to input files.Mike Frysinger2015-12-13
* Remove allocation castsMichael McConville2015-12-07
* removed extra call to a _CPPFLAGS variableWill Estes2015-11-21
* Used in-tree header file for c++ tests.Mightyjo2015-11-18
* Cleaned up more precisely after make check.Will Estes2015-11-12
* Pulled out scripts in tests/Makefile.amWill Estes2015-11-11
* Added srcdir to tableopts.am includeWill Estes2015-11-11
* Added tableopts.sh to EXTRA_DISTWill Estes2015-11-10
* Made tests depend on the built flex binary.Mightyjo2015-11-10
* Cleaned more generated sources.Mightyjo2015-11-08
* Fix `label unused` warningMariusz Pluciński2014-11-26
* Fix `unused function` warnings in testsMariusz Pluciński2014-11-26
* Fix `implicit function declaration` warnings in testsMariusz Pluciński2014-11-25
* Remove a few `unused variable` warningsMariusz Pluciński2014-11-25
* Fix a few "unused parameter" warningsMariusz Pluciński2014-11-23
* Avoid passing `const char*` argument as `char*` in test-bison-nrMariusz Pluciński2014-11-23