summaryrefslogtreecommitdiff
path: root/src/flexdef.h
Commit message (Expand)AuthorAge
* no longer generate K&R C scannersDemi Obenour2016-09-25
* change return type and rename int htoi()/otoi() --> unsigned int htoui()/otoui()rlar2016-03-08
* ndlookup(), char *, to get rid of casts and warningsrlar2016-02-29
* ndinstal(), char *, to get rid of casts and warningsrlar2016-02-29
* cclinstal() and ccllookup(), char *, to get rid of casts and warningsrlar2016-02-29
* warning: redundant redeclaration of ‘yywrap’ [-Wredundant-decls]rlar2016-02-28
* warning: redundant redeclaration of ‘yylval’ [-Wredundant-decls]rlar2016-02-28
* warning: redundant redeclaration of ‘yyin’ [-Wredundant-decls]rlar2016-02-28
* warning: redundant redeclaration of ‘yyparse’ [-Wredundant-decls]rlar2016-02-28
* warning: negative integer implicitly converted to unsigned type [-Wsign-conve...rlar2016-02-28
* Removed no longer needed header checksWill Estes2015-12-27
* include libgen.h from flexdef.h, not main.cWill Estes2015-12-27
* Remove remaining use of PROTOMichael Reed2015-12-25
* Started removal of PROTO macro.Michael McConville2015-12-12
* Added new function reallocarray.Michael McConville2015-12-12
* Removed MS-DOS, VMS macros.Michael McConville2015-12-12
* Made search for m4 more explicit.Will Estes2015-12-12
* Replace zero_out() with stdlib's memset.Michael McConville2015-12-09
* Removed alloca() configuration.Michael McConville2015-12-09
* Removed implementation of isascii().Michael McConville2015-12-09
* Removed flex_free()i, corrected buf_destroy logic.Michael McConville2015-12-09
* Removed flex_realloc().Michael McConville2015-12-09
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-09
* Remove allocation castsMichael McConville2015-12-07
* Replace copy_unsigned_string() with xstrdup().Michael McConville2015-12-05
* Made string copying more standard.Michael McConville2015-12-02
* Replaced CHAR macro with unsigned char type.Mightyjo2015-11-29
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Allow error reporting routines to accept varying number of arguments in moder...Mariusz Pluciński2014-07-25
* Removed deprecated 'register' storage class specifier.Yuri2014-07-25
* Change output formats from octal to hexadecimalMariusz Pluciński2014-06-26
* move flex program sources into src/ directoryWill Estes2014-02-16