summaryrefslogtreecommitdiff
path: root/src/flex.skl
Commit message (Expand)AuthorAge
* fwrite wants a size_t, yyleng is int per posixrlar2016-02-28
* Remove unneeded cast to intrlar2016-02-27
* Fixed incorrect integer typeWill Estes2016-02-27
* Fix more integer types, resolves sf 184, 187Will Estes2016-02-27
* Removed some type conversion warningsRobert Larice2016-02-26
* Changed another buffer size to int; resolves gh#61Will Estes2016-02-26
* Changed type of yy_n_chars to int; gh#53, sf#160.Will Estes2016-02-24
* Used NULL constant instead of plain integer for NULL pointer.Tobias Klauser2016-01-29
* Marked declaration and definition of yy_fatal_error as noreturn.Tobias Klauser2016-01-29
* Fixed declaration mismatch in yy_fatal_error.Tobias Klauser2016-01-27
* Cleaned up __STDC__ #ifdefs.Michael Reed2015-12-27
* Returned 0 from yywrap() instead of EOFWill Estes2015-12-12
* Commented in C style in skeleton; fixed sf#195Will Estes2015-12-11
* Removed memory allocation casts.Michael McConville2015-12-09
* Replaced FLEX_STD macro with std::.Akim Demaille2015-12-05
* Changed several pointers to istream (and ostream) to references in c++-only s...Mightyjo2015-11-07
* Fix two "signed/unsigned" warningsMariusz Pluciński2014-11-26
* Fix a few "unused parameter" warningsMariusz Pluciński2014-11-23
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Removed deprecated 'register' storage class specifier.Yuri2014-07-25
* Suppress clang warning about empty @param paragraph; resolves sf#158Sean McBride2014-04-02
* Adjust buffer sizes on ia64.Cyril Brulebois2014-03-05
* move flex program sources into src/ directoryWill Estes2014-02-16