]> granicus.if.org Git - flex/shortlog
flex
2016-10-24 Will Estesdoc: mark 2.6.2 release date v2.6.2
2016-10-24 Will Estesbuild: switch xz to lzip
2016-10-23 Demi ObenourFix M4 quotation in section 2 prologue and refactor...
2016-10-22 Alex KennedyUpdate flex.texi: Removed repedative wording
2016-10-20 Demi ObenourImproved M4 quotation
2016-10-19 Will Estesbuild: for automake, flex is foreign
2016-10-19 Will Estesdoc: mv README to README.md
2016-10-19 Will Estesdoc: touch up README
2016-10-19 Will Estesdoc: README no longer mentions sourceforge
2016-10-06 Will Estesdoc: update NEWS with more post-2.6.1 additions
2016-10-05 Demi ObenourFix M4 quoting of section 3.
2016-10-05 MightyjoFix yyrestart(NULL) SEGV.
2016-09-25 Demi Obenourscanner: M4 quoting fixes
2016-09-25 Demi ObenourSupport `make indent` for out of source builds
2016-09-25 Demi ObenourSimplify some shell code
2016-09-25 Demi Obenourno longer generate K&R C scanners
2016-09-04 Demi ObenourFix escaping of `[[` and `]]` in strings
2016-06-20 Translation... new sv translation
2016-05-23 Demetri ObenourDelete action_m4_define from misc.c
2016-05-20 Will Estestest: run direct tests from srcdir
2016-05-20 Egor PuginExited with error code on some conditions in include...
2016-05-20 Will Estestest: drop .exe when making input file names
2016-05-20 Will Estestest: removed dependencies for include tests
2016-04-28 Tobias KlauserAvoid realloc on every call of sf_push()
2016-03-31 Will Estesbuild: prettified command to build man page
2016-03-31 Will Estesbuild: added man page to DISTCLEANFILES
2016-03-31 Will Estesremove unused TODO, BUGS files
2016-03-31 Will Estesremoved to.do/ directory
2016-03-31 Will Estesgettext: removed flex.skl from POTFILES.in file list
2016-03-31 rlarfix skel.c dependency (missing tables_shared.c) and
2016-03-31 rlarfix flex.1 dependency
2016-03-31 rlarfix stage1scan.c and stage1scan.l dependency
2016-03-31 Will Estesgettext: list src/flex.skl in po/POTFILES.in
2016-03-31 rlarwarning in generated code, with -Ca
2016-03-31 rlarsuppress `WARNINGFLAGS' for the almost obsolete `noansi...
2016-03-31 rlarconfigure option `--enable-warnings' and `WARNINGFLAGS'
2016-03-31 Tobias KlauserFix potential buffer overflow in strncat()
2016-03-29 Robert.Larice... build: simplified dependency tracking so parallel make...
2016-03-28 rlaravoid warning in generated code, with -Cf
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' ...
next