summaryrefslogtreecommitdiff
path: root/src/gen.c
Commit message (Expand)AuthorAge
* avoid warning, add (int) cast to the read() return valuerlar2016-03-01
* warning: redundant redeclaration of ‘gen_next_state’ [-Wredundant-decls]rlar2016-02-29
* warning: no previous prototype for ‘mkecstbl’ [-Wmissing-prototypes]rlar2016-02-29
* Removed some type conversion warningsRobert Larice2016-02-26
* Converted K&R style function definitions to ANSI C styleTobias Klauser2016-02-16
* Removed more instances of PROTO, ansifying.Michael McConville2015-12-14
* Removed macros for indentation level.Michael McConville2015-12-13
* Removed flex_free()i, corrected buf_destroy logic.Michael McConville2015-12-09
* Remove allocation castsMichael McConville2015-12-07
* Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-19
* fix possible resource leak with yynultrans_tblJaska Uimonen2015-08-06
* Fix `label unused` warningMariusz Pluciński2014-11-26
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Removed deprecated 'register' storage class specifier.Yuri2014-07-25
* move flex program sources into src/ directoryWill Estes2014-02-16