summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dfa.c:157:24: warning: conversion to 'size_t' from 'int' may change the sign ...rlar2016-02-27
* ccl.c:86:19: warning: conversion to 'unsigned char' from 'int' may alter its ...rlar2016-02-27
* warning: deprecated directive, use '%pure-parser' [-Wdeprecated]rlar2016-02-27
* warning: no previous prototype for 'do_nothing' [-Wmissing-prototypes]rlar2016-02-27
* included stdlib.h headerrlar2016-02-27
* Described more post v2.6.0 changesWill Estes2016-02-27
* build: Removed bzip2 distribiution archiveWill Estes2016-02-27
* removed obsolete program checkWill Estes2016-02-27
* Made some program checks more robustWill Estes2016-02-27
* Remove unneeded cast to intrlar2016-02-27
* Fixed incorrect integer typeWill Estes2016-02-27
* Fix more integer types, resolves sf 184, 187Will Estes2016-02-27
* Removed some type conversion warningsRobert Larice2016-02-26
* Changed another buffer size to int; resolves gh#61Will Estes2016-02-26
* Changed type of yy_n_chars to int; gh#53, sf#160.Will Estes2016-02-24
* Fixed size of bufferallocation, resolved gh#54.Will Estes2016-02-24
* Allow '%option noline' in flex input file, resolves gh#56.Tobias Klauser2016-02-24
* Emit no #line directives if gen_line_dirs is false, resolves igh#55.Tobias Klauser2016-02-24
* Converted K&R style function definitions to ANSI C styleTobias Klauser2016-02-16
* Used NULL constant instead of plain integer for NULL pointer.Tobias Klauser2016-01-29
* Marked declaration and definition of yy_fatal_error as noreturn.Tobias Klauser2016-01-29
* Fixed declaration mismatch in yy_fatal_error.Tobias Klauser2016-01-27
* flex is for flex #NCoCWill Estes2016-01-23
* Referred to github for issue tracking, no longer sfWill Estes2016-01-18
* Opened files in binary mode explicitlyEgor Pugin2016-01-10
* Linked flex binary against libintl, not libfl.OBATA Akio2016-01-08
* Improved pipe-stdin hack behavior; resolves sf#198.Michael van Elst2016-01-08
* Removed no longer needed header checksWill Estes2015-12-27
* Checked for reallocarray() with AC_REPLACE_FUNCSWill Estes2015-12-27
* include libgen.h from flexdef.h, not main.cWill Estes2015-12-27
* Replace basename2() with basename(3).Michael Reed2015-12-27
* Simplify basename2().Michael Reed2015-12-27
* Cleaned up __STDC__ #ifdefs.Michael Reed2015-12-27
* Remove remaining use of PROTOMichael Reed2015-12-25
* buf.c: use snprintfSerguey Parkhomovsky2015-12-21
* build: reformatted AC_CHECK_FUNCS for readabilityWill Estes2015-12-19
* correct function prototypeWill Estes2015-12-17
* Remove more instances of PROTOMichael Reed2015-12-15
* Removed prototype for main().Michael Reed2015-12-15
* Removed more instances of PROTO, ansifying.Michael McConville2015-12-14
* Noted github for issue tracking and pull requestsWill Estes2015-12-13
* Reformatted README; removed sf bug tracking link.Michael McConville2015-12-13
* Removed macros for indentation level.Michael McConville2015-12-13
* tests: fixed paths to input files.Mike Frysinger2015-12-13
* configure: fixed realloc test.Mike Frysinger2015-12-13
* Started removal of PROTO macro.Michael McConville2015-12-12
* Removed SHORT_FILE_NAMES preprocessor symbol.Michael Reed2015-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