summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* warning: no previous prototype for '...' [-Wmissing-prototypes]rlar2016-03-18
|
* warning: unused variable 'fp' [-Wunused-variable]rlar2016-03-18
|
* main(), warning: redundant redeclaration of 'main' [-Wredundant-decls]rlar2016-03-18
|
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-18
|
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-18
|
* Fix two more castsrlar2016-03-16
|
* Fixes yyl compare with unsigned warningBastian Köcher2016-03-16
|
* Suppress portability warnings in Makefile generationRobert Larice2016-03-16
|
* generated code, in yyensure_buffer_stack(), change type of local `num_to_alloc'rlar2016-03-12
| | | | which is exclusively used in yy_size_t context
* generated code, in yy_get_next_buffer(), change type of local `number_to_move'rlar2016-03-12
| | | | suits better, because `yy_n_chars' and `yy_buf_size' are of type `int'
* generated code, `_yybytes_len' is of type `int', fix code accordinglyrlar2016-03-12
|
* generated code, `max_size' seems to be of type `int', fix casts accordinglyrlar2016-03-12
|
* generated code, here `new_size' is of type `int', fix casts accordinglyrlar2016-03-12
|
* generated code, `yy_buf_size' is of type `int', fix casts accordinglyrlar2016-03-12
|
* generated code, `offset' is of type `int'rlar2016-03-12
|
* generated code, `yy_more_len' is of type `int'rlar2016-03-12
|
* scan.l, rewrite two loops to avoid unneccesairy castingrlar2016-03-12
|
* improve readabilityrlar2016-03-12
|
* another cast in tblcmp.c to avoid warningrlar2016-03-12
|
* casts in buf_append() to get rid of warningsrlar2016-03-08
|
* cast to suite type of flex_uint32_t td_lolenrlar2016-03-08
|
* cast to get rid of warningsrlar2016-03-08
|
* cast and fix usage of log10(), ceil to prevent buffer overflowrlar2016-03-08
|
* tables.c, sprinkle casts to get rid of warningsrlar2016-03-08
|
* yytbl_data_compress(), change type of local newsz to get rid of warningsrlar2016-03-08
|
* change type of struct yytbl_writer.total_written to get rid of warningsrlar2016-03-08
|
* change argument type of yytbl_writen() to get rid of warningsrlar2016-03-08
|
* yytbl_write8/16/32(), change type of local variables to get rid of warningsrlar2016-03-08
|
* change return type and rename int htoi()/otoi() --> unsigned int htoui()/otoui()rlar2016-03-08
|
* Mention 2.6.1 release dateWill Estes2016-03-01
|
* avoid warning, add (int) cast to the read() return valuerlar2016-03-01
| | | | For similiarity with the fread() case.
* avoid warning, POSIX says yyless() has an `int' argumentrlar2016-03-01
|
* use type size_t in filter_tee_header() to avoid warningsrlar2016-03-01
|
* add (size_t) casts to malloc invocations to prevent warningsrlar2016-03-01
|
* add (int) casts to some strlen() invocations to prevent warningsrlar2016-02-29
|
* ndlookup(), char *, to get rid of casts and warningsrlar2016-02-29
|
* ndinstal(), char *, to get rid of casts and warningsrlar2016-02-29
|
* cclinstal() and ccllookup(), char *, to get rid of casts and warningsrlar2016-02-29
|
* warning: redundant redeclaration of ‘gen_next_state’ [-Wredundant-decls]rlar2016-02-29
|
* warning: no previous prototype for ‘mkecstbl’ [-Wmissing-prototypes]rlar2016-02-29
|
* warning: suggest parentheses around assignment used as truth value ↵rlar2016-02-29
| | | | [-Wparentheses]
* warning: redundant redeclaration of ‘yywrap’ [-Wredundant-decls]rlar2016-02-28
|
* warning: redundant redeclaration of ‘yylval’ [-Wredundant-decls]rlar2016-02-28
|
* warning: redundant redeclaration of ‘yyin’ [-Wredundant-decls]rlar2016-02-28
|
* warning: redundant redeclaration of ‘yyparse’ [-Wredundant-decls]rlar2016-02-28
|
* unification, rename some morerlar2016-02-28
| | | | | rename these too for improved similiarity: OPTION_OP OPT_HEADER OPT_EXTRA_TYPE OPT_TABLES
* fix name clash, OPT_OUTFILE from parse.y and from options.hrlar2016-02-28
| | | | | | these collide: OPT_OUTFILE OPT_PREFIX OPT_YYCLASS rename them TOK_... in the parser
* Prototyped reallocarray implementationWill Estes2016-02-28
|
* Removed custom strcasecmp() functionWill Estes2016-02-28
|
* fwrite wants a size_t, yyleng is int per posixrlar2016-02-28
|