2016-03-28 |
rlar | avoid warning in generated code, with -Cf |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Will Estes | mention v2.6.2; summarize changes since 2.6.1 |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Will Estes | doc: corrected example in manual, gh#67 |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | warning: conversion to 'size_t' from 'int' may change... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | warning: conversion to 'long unsigned int' from 'int... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | warning: conversion to 'flex_uint32_t' from 'long unsig... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | warning: redundant redeclaration of '...' [-Wredundant... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | warning: no previous prototype for '...' [-Wmissing... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | warning: unused variable 'fp' [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | main(), warning: redundant redeclaration of 'main'... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | main(), warning: old-style function definition [-Wold... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
rlar | main(), warning: old-style function definition [-Wold... |
commit | commitdiff | tree | snapshot |
2016-03-16 |
rlar | Fix two more casts |
commit | commitdiff | tree | snapshot |
2016-03-16 |
Bastian Köcher | Fixes yyl compare with unsigned warning |
commit | commitdiff | tree | snapshot |
2016-03-16 |
Robert Larice | Suppress portability warnings in Makefile generation |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, in yyensure_buffer_stack(), change... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, in yy_get_next_buffer(), change type... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, `_yybytes_len' is of type `int', fix... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, `max_size' seems to be of type `int... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, here `new_size' is of type `int', fix... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, `yy_buf_size' is of type `int', fix... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, `offset' is of type `int' |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | generated code, `yy_more_len' is of type `int' |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | scan.l, rewrite two loops to avoid unneccesairy casting |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | improve readability |
commit | commitdiff | tree | snapshot |
2016-03-12 |
rlar | another cast in tblcmp.c to avoid warning |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | casts in buf_append() to get rid of warnings |
commit | commitdiff | tree | snapshot |
2016-03-08 |
rlar | cast to suite type of flex_uint32_t td_lolen |
commit | commitdiff | tree | snapshot |
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 |
next |