2016-03-08 |
rlar | cast to get rid of warnings |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | cast and fix usage of log10(), ceil to prevent buffer... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | tables.c, sprinkle casts to get rid of warnings |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | yytbl_data_compress(), change type of local newsz to... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | change type of struct yytbl_writer.total_written to... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | change argument type of yytbl_writen() to get rid of... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | yytbl_write8/16/32(), change type of local variables... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | change return type and rename int htoi()/otoi() --... |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Will Estes | Mention 2.6.1 release date v2.6.1 |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | avoid warning, add (int) cast to the read() return... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | avoid warning, POSIX says yyless() has an `int' argument |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | use type size_t in filter_tee_header() to avoid warnings |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | add (size_t) casts to malloc invocations to prevent... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | add (int) casts to some strlen() invocations to prevent... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | ndlookup(), char *, to get rid of casts and warnings |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | ndinstal(), char *, to get rid of casts and warnings |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | cclinstal() and ccllookup(), char *, to get rid of... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | warning: redundant redeclaration of ‘gen_next_state... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | warning: no previous prototype for ‘mkecstbl’ [-Wmissin... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
rlar | warning: suggest parentheses around assignment used... |
commit | commitdiff | tree | snapshot |
2016-02-29 |
rlar | warning: redundant redeclaration of ‘yywrap’ [-Wredunda... |
commit | commitdiff | tree | snapshot |
2016-02-29 |
rlar | warning: redundant redeclaration of ‘yylval’ [-Wredunda... |
commit | commitdiff | tree | snapshot |
2016-02-29 |
rlar | warning: redundant redeclaration of ‘yyin’ [-Wredundant... |
commit | commitdiff | tree | snapshot |
2016-02-29 |
rlar | warning: redundant redeclaration of ‘yyparse’ [-Wredund... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
rlar | unification, rename some more |
commit | commitdiff | tree | snapshot |
2016-02-28 |
rlar | fix name clash, OPT_OUTFILE from parse.y and from options.h |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Will Estes | Prototyped reallocarray implementation |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Will Estes | Removed custom strcasecmp() function |
commit | commitdiff | tree | snapshot |
2016-02-28 |
rlar | fwrite wants a size_t, yyleng is int per posix |
commit | commitdiff | tree | snapshot |
2016-02-28 |
rlar | Remove some unneeded casts |
commit | commitdiff | tree | snapshot |
2016-02-28 |
rlar | warning: negative integer implicitly converted to unsig... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
rlar | dfa.c:157:24: warning: conversion to 'size_t' from... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
rlar | ccl.c:86:19: warning: conversion to 'unsigned char... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
rlar | warning: deprecated directive, use '%pure-parser' ... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
rlar | warning: no previous prototype for 'do_nothing' [-Wmiss... |
commit | commitdiff | tree | snapshot |
2016-02-27 |
rlar | included stdlib.h header |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Will Estes | Described more post v2.6.0 changes |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Will Estes | build: Removed bzip2 distribiution archive |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Will Estes | removed obsolete program check |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Will Estes | Made some program checks more robust |
commit | commitdiff | tree | snapshot |
2016-02-27 |
rlar | Remove unneeded cast to int |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Will Estes | Fixed incorrect integer type |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Will Estes | Fix more integer types, resolves sf 184, 187 |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Robert Larice | Removed some type conversion warnings |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Will Estes | Changed another buffer size to int; resolves gh#61 |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Will Estes | Changed type of yy_n_chars to int; gh#53, sf#160. |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Will Estes | Fixed size of bufferallocation, resolved gh#54. |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Tobias Klauser | Allow '%option noline' in flex input file, resolves... |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Tobias Klauser | Emit no #line directives if gen_line_dirs is false... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Tobias Klauser | Converted K&R style function definitions to ANSI C... |
commit | commitdiff | tree | snapshot |
2016-01-30 |
Tobias Klauser | Used NULL constant instead of plain integer for NULL... |
commit | commitdiff | tree | snapshot |
2016-01-30 |
Tobias Klauser | Marked declaration and definition of yy_fatal_error... |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Tobias Klauser | Fixed declaration mismatch in yy_fatal_error. |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Will Estes | flex is for flex #NCoC |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Will Estes | Referred to github for issue tracking, no longer sf |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Egor Pugin | Opened files in binary mode explicitly |
commit | commitdiff | tree | snapshot |
2016-01-08 |
OBATA Akio | Linked flex binary against libintl, not libfl. |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Michael van... | Improved pipe-stdin hack behavior; resolves sf#198. |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Will Estes | Removed no longer needed header checks |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Will Estes | Checked for reallocarray() with AC_REPLACE_FUNCS |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Will Estes | include libgen.h from flexdef.h, not main.c |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Michael Reed | Replace basename2() with basename(3). |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Michael Reed | Simplify basename2(). |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Michael Reed | Cleaned up __STDC__ #ifdefs. |
commit | commitdiff | tree | snapshot |
2015-12-25 |
Michael Reed | Remove remaining use of PROTO |
commit | commitdiff | tree | snapshot |
2015-12-21 |
Serguey Parkhomovsky | buf.c: use snprintf |
commit | commitdiff | tree | snapshot |
2015-12-19 |
Will Estes | build: reformatted AC_CHECK_FUNCS for readability |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Will Estes | correct function prototype |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Michael Reed | Remove more instances of PROTO |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Michael Reed | Removed prototype for main(). |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Michael McConville | Removed more instances of PROTO, ansifying. |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Will Estes | Noted github for issue tracking and pull requests |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Michael McConville | Reformatted README; removed sf bug tracking link. |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Michael McConville | Removed macros for indentation level. |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Mike Frysinger | tests: fixed paths to input files. |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Mike Frysinger | configure: fixed realloc test. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Michael McConville | Started removal of PROTO macro. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Michael Reed | Removed SHORT_FILE_NAMES preprocessor symbol. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Michael McConville | Added new function reallocarray. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Michael McConville | Removed MS-DOS, VMS macros. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Will Estes | Made search for m4 more explicit. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Will Estes | Returned 0 from yywrap() instead of EOF |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Will Estes | Changed end of main() in libmain to exit(0) |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Will Estes | Mentioned v2.6.1; documented some changes since v2.6.0 |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Will Estes | Updated build documentation; finished sf#155. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Will Estes | Removed flex.pdf from distribution; partially fixed... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Will Estes | Commented in C style in skeleton; fixed sf#195 |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Will Estes | Ignored autoscan files |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Will Estes | Checked for ranlib and strdup() at configure time |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Replace zero_out() with stdlib's memset. |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Removed memory allocation casts. |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Removed alloca() configuration. |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Removed implementation of isascii(). |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Removed NULL-checks before free() |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Removed flex_free()i, corrected buf_destroy logic. |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Removed flex_realloc(). |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Michael McConville | Removed flex_alloc; cleaned up style. |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Michael McConville | Remove allocation casts |
commit | commitdiff | tree | snapshot |
2015-12-07 |
Will Estes | Built flex with itself. |
commit | commitdiff | tree | snapshot |
2015-12-05 |
Michael McConville | Use NULL rather than (type *) 0. |
commit | commitdiff | tree | snapshot |
next |