summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* [master]: Cleanup generated files based on changes to flex.skl.debian/2.6.0-11Manoj Srivastava2016-02-24
* Merge branch 'fix-yy-n-char-size-t'Manoj Srivastava2016-02-24
|\
| * Changed type of yy_n_chars to int; gh#53, sf#160.Will Estes2016-02-24
* | Merge branch 'fix-buffer-allocation'Manoj Srivastava2016-02-24
|\ \
| * | Fixed size of bufferallocation, resolved gh#54.Will Estes2016-02-24
| |/
* | [master]: Fix undeclared variable tsz.debian/2.6.0-10Manoj Srivastava2016-02-24
* | Merge branch 'fix-line-directives'Manoj Srivastava2016-02-24
|\ \
| * | Emit no #line directives if gen_line_dirs is false, resolves igh#55.Tobias Klauser2016-02-24
| |/
* | Merge branch 'fix-option-noline'Manoj Srivastava2016-02-24
|\ \
| * | Allow '%option noline' in flex input file, resolves gh#56.Tobias Klauser2016-02-24
| |/
* | Merge branch 'fix-c-plus-comment'Manoj Srivastava2016-02-13
|\ \
| * | [fix-c-plus-comment]: Update generated files after "Commented in C style in s...Manoj Srivastava2016-02-13
| |/
| * Commented in C style in skeleton; fixed sf#195Will Estes2016-02-05
* | Commented in C style in skeleton; fixed sf#195Will Estes2016-02-05
* | Revert "[fix-off-by-one-error]: generatred line numbers are off by one"Manoj Srivastava2016-01-25
* | Merge branch 'upstream'Manoj Srivastava2016-01-22
|/
* Imported Upstream version 2.6.0Manoj Srivastava2016-01-22
* Supplied versioning information in flex libraries.lukeallardyce2015-11-13
* Merge branch 'master' into streamrefsMightyjo2015-11-08
|\
| * Cleaned more generated sources.Mightyjo2015-11-08
* | Changed several pointers to istream (and ostream) to references in c++-only s...Mightyjo2015-11-07
|/
* fix possible resource leak with yynultrans_tblJaska Uimonen2015-08-06
* fix possible uninitialized array valuesJaska Uimonen2015-08-06
* Fix `label unused` warningMariusz Pluciński2014-11-26
* Fix two "signed/unsigned" warningsMariusz Pluciński2014-11-26
* Remove unused variable from src/filter.c:filter_fix_linedirsMariusz Pluciński2014-11-25
* Remove unused argument and variable from src/scanopt.c:scanopt_errMariusz Pluciński2014-11-23
* Fix a few "unused parameter" warningsMariusz Pluciński2014-11-23
* Fix warning about redefined macro when multiple scanners are used.Mariusz Pluciński2014-11-23
* Fix -Wdocumentation warningsAlexis La Goutte2014-11-21
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Allow error reporting routines to accept varying number of arguments in moder...Mariusz Pluciński2014-07-25
* Fix warning on assigning from `const char*` to `char*`Mariusz Pluciński2014-07-25
* Add disambiguation braces in main.cMariusz Pluciński2014-07-25
* Removed deprecated 'register' storage class specifier.Yuri2014-07-25
* Change output formats from octal to hexadecimalMariusz Pluciński2014-06-26
* check limits before using array index cclp; resolves sf-166Will Estes2014-05-03
* Suppress clang warning about empty @param paragraph; resolves sf#158Sean McBride2014-04-02
* Adjust buffer sizes on ia64.Cyril Brulebois2014-03-05
* move m4 make variable to src/Makefile.am.Will Estes2014-02-18
* move flex program sources into src/ directoryWill Estes2014-02-16