]> granicus.if.org Git - flex/shortlog
flex
2016-03-08 rlarchange argument type of yytbl_writen() to get rid of...
2016-03-08 rlaryytbl_write8/16/32(), change type of local variables...
2016-03-08 rlarchange return type and rename int htoi()/otoi() --...
2016-03-02 Will EstesMention 2.6.1 release date v2.6.1
2016-03-01 rlaravoid warning, add (int) cast to the read() return...
2016-03-01 rlaravoid warning, POSIX says yyless() has an `int' argument
2016-03-01 rlaruse type size_t in filter_tee_header() to avoid warnings
2016-03-01 rlaradd (size_t) casts to malloc invocations to prevent...
2016-03-01 rlaradd (int) casts to some strlen() invocations to prevent...
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-03-01 rlarwarning: redundant redeclaration of ‘gen_next_state...
2016-03-01 rlarwarning: no previous prototype for ‘mkecstbl’ [-Wmissin...
2016-03-01 rlarwarning: suggest parentheses around assignment used...
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 rlarunification, rename some more
2016-02-28 rlarfix name clash, OPT_OUTFILE from parse.y and from options.h
2016-02-28 Will EstesPrototyped reallocarray implementation
2016-02-28 Will EstesRemoved custom strcasecmp() function
2016-02-28 rlarfwrite wants a size_t, yyleng is int per posix
2016-02-28 rlarRemove some unneeded casts
2016-02-28 rlarwarning: negative integer implicitly converted to unsig...
2016-02-27 rlardfa.c:157:24: warning: conversion to 'size_t' from...
2016-02-27 rlarccl.c:86:19: warning: conversion to 'unsigned char...
2016-02-27 rlarwarning: deprecated directive, use '%pure-parser' ...
2016-02-27 rlarwarning: no previous prototype for 'do_nothing' [-Wmiss...
2016-02-27 rlarincluded stdlib.h header
2016-02-27 Will EstesDescribed more post v2.6.0 changes
2016-02-27 Will Estesbuild: Removed bzip2 distribiution archive
2016-02-27 Will Estesremoved obsolete program check
2016-02-27 Will EstesMade some program checks more robust
2016-02-27 rlarRemove unneeded cast to int
2016-02-27 Will EstesFixed incorrect integer type
2016-02-27 Will EstesFix more integer types, resolves sf 184, 187
2016-02-27 Robert LariceRemoved some type conversion warnings
2016-02-26 Will EstesChanged another buffer size to int; resolves gh#61
2016-02-25 Will EstesChanged type of yy_n_chars to int; gh#53, sf#160.
2016-02-24 Will EstesFixed size of bufferallocation, resolved gh#54.
2016-02-24 Tobias KlauserAllow '%option noline' in flex input file, resolves...
2016-02-24 Tobias KlauserEmit no #line directives if gen_line_dirs is false...
2016-02-16 Tobias KlauserConverted K&R style function definitions to ANSI C...
2016-01-30 Tobias KlauserUsed NULL constant instead of plain integer for NULL...
2016-01-30 Tobias KlauserMarked declaration and definition of yy_fatal_error...
2016-01-27 Tobias KlauserFixed declaration mismatch in yy_fatal_error.
2016-01-23 Will Estesflex is for flex #NCoC
2016-01-18 Will EstesReferred to github for issue tracking, no longer sf
2016-01-10 Egor PuginOpened files in binary mode explicitly
2016-01-08 OBATA AkioLinked flex binary against libintl, not libfl.
2016-01-08 Michael van... Improved pipe-stdin hack behavior; resolves sf#198.
2015-12-27 Will EstesRemoved no longer needed header checks
2015-12-27 Will EstesChecked for reallocarray() with AC_REPLACE_FUNCS
2015-12-27 Will Estesinclude libgen.h from flexdef.h, not main.c
2015-12-27 Michael ReedReplace basename2() with basename(3).
2015-12-27 Michael ReedSimplify basename2().
2015-12-27 Michael ReedCleaned up __STDC__ #ifdefs.
2015-12-25 Michael ReedRemove remaining use of PROTO
2015-12-21 Serguey Parkhomovskybuf.c: use snprintf
2015-12-19 Will Estesbuild: reformatted AC_CHECK_FUNCS for readability
2015-12-17 Will Estescorrect function prototype
2015-12-15 Michael ReedRemove more instances of PROTO
2015-12-15 Michael ReedRemoved prototype for main().
2015-12-14 Michael McConvilleRemoved more instances of PROTO, ansifying.
2015-12-14 Will EstesNoted github for issue tracking and pull requests
2015-12-14 Michael McConvilleReformatted README; removed sf bug tracking link.
2015-12-14 Michael McConvilleRemoved macros for indentation level.
2015-12-14 Mike Frysingertests: fixed paths to input files.
2015-12-14 Mike Frysingerconfigure: fixed realloc test.
2015-12-12 Michael McConvilleStarted removal of PROTO macro.
2015-12-12 Michael ReedRemoved SHORT_FILE_NAMES preprocessor symbol.
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-12 Will EstesReturned 0 from yywrap() instead of EOF
2015-12-12 Will EstesChanged end of main() in libmain to exit(0)
2015-12-11 Will EstesMentioned v2.6.1; documented some changes since v2.6.0
2015-12-11 Will EstesUpdated build documentation; finished sf#155.
2015-12-11 Will EstesRemoved flex.pdf from distribution; partially fixed...
2015-12-11 Will EstesCommented in C style in skeleton; fixed sf#195
2015-12-10 Will EstesIgnored autoscan files
2015-12-10 Will EstesChecked for ranlib and strdup() at configure time
2015-12-09 Michael McConvilleReplace zero_out() with stdlib's memset.
2015-12-09 Michael McConvilleRemoved memory allocation casts.
2015-12-09 Michael McConvilleRemoved alloca() configuration.
2015-12-09 Michael McConvilleRemoved implementation of isascii().
2015-12-09 Michael McConvilleRemoved NULL-checks before free()
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-07 Will EstesBuilt flex with itself.
2015-12-05 Michael McConvilleUse NULL rather than (type *) 0.
2015-12-05 Michael McConvilleReplace copy_unsigned_string() with xstrdup().
2015-12-05 Akim DemailleCleaned up white space.
2015-12-05 Akim DemailleRemoved struct keyword before yy_buffer_state
2015-12-05 Akim DemailleReplaced FLEX_STD macro with std::.
2015-12-04 Akim DemailleGenerated skel.c explicitly in srcdir.
next