summaryrefslogtreecommitdiff
path: root/src/flex.skl
Commit message (Expand)AuthorAge
* Obsolete yypad64() macro.Explorer092017-11-28
* scanner: Define _POSIX_C_SOURCE when needed in skeleton.Explorer092017-11-03
* scanner: corrected typoWill Estes2017-05-13
* scanner: Mention %# comments are removed when building skel.cExplorer092017-05-06
* Honor user definitions of yy_* macrosDemi Obenour2017-05-03
* Don't leak macro definitions into header filesDemi Obenour2017-05-03
* scanner: update yy_buf_size after yyrealloc()Todd C. Miller2017-05-02
* Add more defines in the non-reentrant part.Christos Zoulas2017-01-23
* scanner: move comment for consistencyThomas Klausner2017-01-23
* c++: Fix yyrestart(NULL) SEGV.Harald van Dijk2017-01-11
* scanner: remove void cast before fprintfWill Estes2017-01-11
* scanner: remove trailing whitespace in skeletonAlexis La Goutte2016-12-29
* fix backwards incompatible changes in 2.6.2.Demi Obenour2016-11-12
* Fix yyrestart(NULL) SEGV.Mightyjo2016-10-05
* no longer generate K&R C scannersDemi Obenour2016-09-25
* avoid warning in generated code, with -Cfrlar2016-03-28
* warning: conversion to 'flex_uint32_t' from 'long unsigned int' may alter its...rlar2016-03-18
* generated code, in yyensure_buffer_stack(), change type of local `num_to_alloc'rlar2016-03-12
* generated code, in yy_get_next_buffer(), change type of local `number_to_move'rlar2016-03-12
* generated code, `_yybytes_len' is of type `int', fix code accordinglyrlar2016-03-12
* generated code, here `new_size' is of type `int', fix casts accordinglyrlar2016-03-12
* generated code, `yy_buf_size' is of type `int', fix casts accordinglyrlar2016-03-12
* generated code, `offset' is of type `int'rlar2016-03-12
* 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