summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Declared version 2.6.0v2.6.0Will Estes2015-11-171-1/+1
* Dated, described flex release 2.6.0Will Estes2015-11-171-1/+35
* Declared version 2.6.0rc1Will Estes2015-11-132-2/+2
* Supplied versioning information in flex libraries.lukeallardyce2015-11-131-2/+2
* Cleaned up more precisely after make check.Will Estes2015-11-121-29/+39
* Pulled out scripts in tests/Makefile.amWill Estes2015-11-111-4/+8
* Added srcdir to tableopts.am includeWill Estes2015-11-111-1/+1
* Changed man page dependencies.Will Estes2015-11-111-1/+1
* Called libtoolize directly because autoreconf fails to pick up LT_INIT properlyWill Estes2015-11-101-1/+2
* Added tableopts.sh to EXTRA_DISTWill Estes2015-11-101-0/+1
* Made tests depend on the built flex binary.Mightyjo2015-11-101-14/+14
* Merge branch 'master' into streamrefsMightyjo2015-11-082-4/+55
|\
| * Cleaned more generated sources.Mightyjo2015-11-082-4/+55
* | Updated documentation to reflect the revisions to FlexLexer.hMightyjo2015-11-071-7/+14
* | Changed several pointers to istream (and ostream) to references in c++-only s...Mightyjo2015-11-072-37/+127
|/
* new zh_CN translation from the translation projectTranslation Project2015-09-291-293/+502
* fix possible resource leak with yynultrans_tblJaska Uimonen2015-08-061-2/+6
* fix possible uninitialized array valuesJaska Uimonen2015-08-061-1/+1
* add %{...%} block to example in manualWill Estes2015-08-051-0/+2
* initialize libtool earlier in build system generationWill Estes2015-07-151-1/+1
* new da translation from the Translation ProjectTranslation Project2015-05-081-101/+139
* Fix `label unused` warningMariusz Pluciński2014-11-266-33/+9
* Fix two "signed/unsigned" warningsMariusz Pluciński2014-11-261-2/+2
* Fix `unused function` warnings in testsMariusz Pluciński2014-11-2643-44/+43
* Fix `implicit function declaration` warnings in testsMariusz Pluciński2014-11-253-3/+13
* Remove a few `unused variable` warningsMariusz Pluciński2014-11-255-6/+30
* Remove unused variable from src/filter.c:filter_fix_linedirsMariusz Pluciński2014-11-251-1/+0
* Remove unused argument and variable from src/scanopt.c:scanopt_errMariusz Pluciński2014-11-231-9/+6
* Fix a few "unused parameter" warningsMariusz Pluciński2014-11-2320-4/+71
* Fix warning about redefined macro when multiple scanners are used.Mariusz Pluciński2014-11-231-0/+4
* Avoid passing `const char*` argument as `char*` in test-bison-nrMariusz Pluciński2014-11-231-2/+2
* Fix -Wdocumentation warningsAlexis La Goutte2014-11-214-7/+5
* document new suite layoutWill Estes2014-11-161-47/+27
* remove unused files after test suite refactorWill Estes2014-11-168-261/+0
* Ignore directories build-aux/, m4/Will Estes2014-11-142-14/+2
* added back call to AC_CONFIG_AUX_DIR.Will Estes2014-11-141-3/+4
* use unofficial bash strict mode and cleanups in supporting bash scriptsWill Estes2014-11-122-2/+9
* split apart table options tests into tests per threading, table option, seria...Will Estes2014-11-128-160/+430
* add tableopts.sh scriptWill Estes2014-11-121-0/+34
* use automake conditional around pthread testWill Estes2014-11-122-0/+3
* refactor lineno_trailing test for new test suite layoutWill Estes2014-11-126-55/+7
* refactor lineno_r test for new test suite layoutWill Estes2014-11-126-55/+7
* refactor lineno_nr test for new test suite layoutWill Estes2014-11-127-57/+20
* Remove linedir_r test.Will Estes2014-11-126-175/+0
* refactor pthread test for new test suite layoutWill Estes2014-11-1210-56/+19
* build reject_[vs]er tests explicitly to pass proper compiler flagsWill Estes2014-11-121-4/+17
* refactor cxx_yywrap test for new test suite layoutWill Estes2014-11-127-55/+27
* refactor concatenated options test for new test suite layoutWill Estes2014-11-124-39/+12
* refactor include_by_* tests for new test suite layoutWill Estes2014-11-1229-199/+58
* refactor rescan_r test for new test suite layoutWill Estes2014-11-129-72/+24