]> granicus.if.org Git - flex/history - src/flexdef.h
filter: faster is_blank_line implementation
[flex] / src / flexdef.h
2017-07-15 Explorer09filter: faster is_blank_line implementation
2017-05-02 Explorer09Obsolete htoui() and otoui(); use strtoul().
2017-02-17 Explorer09build: Include <strings.h>; add strcasecmp() check...
2017-02-17 Explorer09build: Let configure error if missing required function...
2017-02-16 Explorer09scanner: compute powers of two faster.
2017-01-23 Christos Zoulasscanner: Add yyparse prototype
2017-01-23 Christos Zoulasscanner: Include stdarg.h for va_list
2017-01-23 Christos Zoulasscanner: Rename warn to lwarn.
2016-10-05 Demi ObenourFix M4 quoting of section 3.
2016-09-25 Demi Obenourno longer generate K&R C scanners
2016-03-08 rlarchange return type and rename int htoi()/otoi() --...
2016-03-01 rlarndlookup(), char *, to get rid of casts and warnings
2016-03-01 rlarndinstal(), char *, to get rid of casts and warnings
2016-03-01 rlarcclinstal() and ccllookup(), char *, to get rid of...
2016-02-29 rlarwarning: redundant redeclaration of ‘yywrap’ [-Wredunda...
2016-02-29 rlarwarning: redundant redeclaration of ‘yylval’ [-Wredunda...
2016-02-29 rlarwarning: redundant redeclaration of ‘yyin’ [-Wredundant...
2016-02-29 rlarwarning: redundant redeclaration of ‘yyparse’ [-Wredund...
2016-02-28 rlarwarning: negative integer implicitly converted to unsig...
2015-12-27 Will EstesRemoved no longer needed header checks
2015-12-27 Will Estesinclude libgen.h from flexdef.h, not main.c
2015-12-25 Michael ReedRemove remaining use of PROTO
2015-12-12 Michael McConvilleStarted removal of PROTO macro.
2015-12-12 Michael McConvilleAdded new function reallocarray.
2015-12-12 Michael McConvilleRemoved MS-DOS, VMS macros.
2015-12-12 Will EstesMade search for m4 more explicit.
2015-12-09 Michael McConvilleReplace zero_out() with stdlib's memset.
2015-12-09 Michael McConvilleRemoved alloca() configuration.
2015-12-09 Michael McConvilleRemoved implementation of isascii().
2015-12-09 Michael McConvilleRemoved flex_free()i, corrected buf_destroy logic.
2015-12-09 Michael McConvilleRemoved flex_realloc().
2015-12-09 Michael McConvilleRemoved flex_alloc; cleaned up style.
2015-12-08 Michael McConvilleRemove allocation casts
2015-12-05 Michael McConvilleReplace copy_unsigned_string() with xstrdup().
2015-12-02 Michael McConvilleMade string copying more standard.
2015-11-29 MightyjoReplaced CHAR macro with unsigned char type.
2014-11-12 Christos ZoulasNetBSD downstream patches.
2014-07-25 Mariusz PlucińskiAllow error reporting routines to accept varying number...
2014-07-25 YuriRemoved deprecated 'register' storage class specifier.
2014-06-26 Mariusz PlucińskiChange output formats from octal to hexadecimal
2014-02-16 Will Estesmove flex program sources into src/ directory