]> granicus.if.org Git - flex/shortlog
flex
2016-03-18 Will Estesmention v2.6.2; summarize changes since 2.6.1
2016-03-18 Will Estesdoc: corrected example in manual, gh#67
2016-03-18 rlarwarning: conversion to 'size_t' from 'int' may change...
2016-03-18 rlarwarning: conversion to 'long unsigned int' from 'int...
2016-03-18 rlarwarning: conversion to 'flex_uint32_t' from 'long unsig...
2016-03-18 rlarwarning: redundant redeclaration of '...' [-Wredundant...
2016-03-18 rlarwarning: no previous prototype for '...' [-Wmissing...
2016-03-18 rlarwarning: unused variable 'fp' [-Wunused-variable]
2016-03-18 rlarmain(), warning: redundant redeclaration of 'main'...
2016-03-18 rlarmain(), warning: old-style function definition [-Wold...
2016-03-18 rlarmain(), warning: old-style function definition [-Wold...
2016-03-16 rlarFix two more casts
2016-03-16 Bastian KöcherFixes yyl compare with unsigned warning
2016-03-16 Robert LariceSuppress portability warnings in Makefile generation
2016-03-12 rlargenerated code, in yyensure_buffer_stack(), change...
2016-03-12 rlargenerated code, in yy_get_next_buffer(), change type...
2016-03-12 rlargenerated code, `_yybytes_len' is of type `int', fix...
2016-03-12 rlargenerated code, `max_size' seems to be of type `int...
2016-03-12 rlargenerated code, here `new_size' is of type `int', fix...
2016-03-12 rlargenerated code, `yy_buf_size' is of type `int', fix...
2016-03-12 rlargenerated code, `offset' is of type `int'
2016-03-12 rlargenerated code, `yy_more_len' is of type `int'
2016-03-12 rlarscan.l, rewrite two loops to avoid unneccesairy casting
2016-03-12 rlarimprove readability
2016-03-12 rlaranother cast in tblcmp.c to avoid warning
2016-03-08 rlarcasts in buf_append() to get rid of warnings
2016-03-08 rlarcast to suite type of flex_uint32_t td_lolen
2016-03-08 rlarcast to get rid of warnings
2016-03-08 rlarcast and fix usage of log10(), ceil to prevent buffer...
2016-03-08 rlartables.c, sprinkle casts to get rid of warnings
2016-03-08 rlaryytbl_data_compress(), change type of local newsz to...
2016-03-08 rlarchange type of struct yytbl_writer.total_written to...
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.
next