summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make charset support working with C++ scanners toounicodeMariusz Pluciński2014-11-303-27/+118
* Extend test-charset to check C++ scanner tooMariusz Pluciński2014-11-302-7/+47
* Add implementation for charset supportMariusz Pluciński2014-11-305-7/+248
* Add test cases for charset supportMariusz Pluciński2014-11-308-0/+248
* Use YY_CHAR macro instead of `char` type in places where processed text is st...Mariusz Pluciński2014-11-3029-130/+423
* 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
* Refactor rescan_nr test for new test suite layout.Will Estes2014-11-127-63/+18
* correct use of objext to OBJEXTWill Estes2014-11-121-5/+5
* refactor quotes test for new test suite layoutWill Estes2014-11-126-60/+7
* Refactor reject test for new test suite layout.Will Estes2014-11-127-96/+88
* Refactor multiple_scanners_r test for new test suite layout.Will Estes2014-11-127-97/+18
* refactor multiple_scanners_nr test for new test suite layoutWill Estes2014-11-127-68/+18
* refactor cxx_multiple_scanners test for new test suite layoutWill Estes2014-11-128-62/+7
* refactor c_cxx_nr, c_cxx_r tests for new test suite layoutWill Estes2014-11-1210-103/+23
* refactor cxx_basic test for new test suite layoutWill Estes2014-11-126-52/+9
* refactor posixly_correct test for new test suite layoutWill Estes2014-11-125-55/+8
* refactor yyextra test for new test suite layoutWill Estes2014-11-126-59/+9
* refactor top test for new test suite layoutWill Estes2014-11-127-65/+14
* refactor string_r test for new test suite layoutWill Estes2014-11-125-55/+6
* refactor string_nr test for new test suite layoutWill Estes2014-11-125-55/+6
* refactor prefix_r test for new test suite layoutWill Estes2014-11-127-62/+9
* refactor prefix_nr for new test suite layoutWill Estes2014-11-127-61/+8