summaryrefslogtreecommitdiff
path: root/src/flexdef.h
Commit message (Expand)AuthorAge
* build: fix ENABLE_NLS preprocessor check.Explorer092017-11-28
* scanner: Remove unused BASENAME() macro.Explorer092017-11-03
* build: Remove custom reallocarray() declaration.Lukasz Baj2017-10-05
* scanner: #define BASENAME, remove #include libgen.hJannick2017-07-17
* filter: faster is_blank_line implementationExplorer092017-07-15
* Obsolete htoui() and otoui(); use strtoul().Explorer092017-05-02
* build: Include <strings.h>; add strcasecmp() check to configure.Explorer092017-02-17
* build: Let configure error if missing required functions, headers..Explorer092017-02-17
* scanner: compute powers of two faster.Explorer092017-02-16
* scanner: Add yyparse prototypeChristos Zoulas2017-01-23
* scanner: Include stdarg.h for va_listChristos Zoulas2017-01-23
* scanner: Rename warn to lwarn.Christos Zoulas2017-01-23
* Fix M4 quoting of section 3.Demi Obenour2016-10-05
* 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