summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: prettified command to build man pageWill Estes2016-03-311-3/+5
* build: added man page to DISTCLEANFILESWill Estes2016-03-311-0/+1
* remove unused TODO, BUGS filesWill Estes2016-03-312-173/+0
* removed to.do/ directoryWill Estes2016-03-3117-18384/+0
* gettext: removed flex.skl from POTFILES.in file listWill Estes2016-03-311-1/+0
* fix skel.c dependency (missing tables_shared.c) andrlar2016-03-311-4/+4
* fix flex.1 dependencyrlar2016-03-311-6/+3
* fix stage1scan.c and stage1scan.l dependencyrlar2016-03-311-6/+5
* gettext: list src/flex.skl in po/POTFILES.inWill Estes2016-03-311-1/+1
* warning in generated code, with -Carlar2016-03-311-18/+4
* suppress `WARNINGFLAGS' for the almost obsolete `noansi' test casesrlar2016-03-311-0/+2
* configure option `--enable-warnings' and `WARNINGFLAGS'rlar2016-03-313-0/+18
* Fix potential buffer overflow in strncat()Tobias Klauser2016-03-311-1/+1
* build: simplified dependency tracking so parallel make runs succeedRobert.Larice Robert Larice2016-03-291-35/+14
* avoid warning in generated code, with -Cfrlar2016-03-283-12/+7
* mention v2.6.2; summarize changes since 2.6.1Will Estes2016-03-182-1/+21
* doc: corrected example in manual, gh#67Will Estes2016-03-181-1/+1
* warning: conversion to 'size_t' from 'int' may change the sign of the result ...rlar2016-03-183-4/+4
* warning: conversion to 'long unsigned int' from 'int' may change the sign of ...rlar2016-03-183-3/+3
* warning: conversion to 'flex_uint32_t' from 'long unsigned int' may alter its...rlar2016-03-181-4/+4
* warning: redundant redeclaration of '...' [-Wredundant-decls]rlar2016-03-184-7/+0
* warning: no previous prototype for '...' [-Wmissing-prototypes]rlar2016-03-184-4/+4
* warning: unused variable 'fp' [-Wunused-variable]rlar2016-03-181-1/+0
* main(), warning: redundant redeclaration of 'main' [-Wredundant-decls]rlar2016-03-181-2/+0
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-184-12/+4
* main(), warning: old-style function definition [-Wold-style-definition]rlar2016-03-1820-20/+20
* Fix two more castsrlar2016-03-162-2/+4
* Fixes yyl compare with unsigned warningBastian Köcher2016-03-161-1/+1
* Suppress portability warnings in Makefile generationRobert Larice2016-03-161-1/+1
* generated code, in yyensure_buffer_stack(), change type of local `num_to_alloc'rlar2016-03-121-1/+1
* generated code, in yy_get_next_buffer(), change type of local `number_to_move'rlar2016-03-121-3/+3
* generated code, `_yybytes_len' is of type `int', fix code accordinglyrlar2016-03-121-2/+2
* generated code, `max_size' seems to be of type `int', fix casts accordinglyrlar2016-03-121-3/+3
* generated code, here `new_size' is of type `int', fix casts accordinglyrlar2016-03-121-1/+1
* generated code, `yy_buf_size' is of type `int', fix casts accordinglyrlar2016-03-121-4/+4
* generated code, `offset' is of type `int'rlar2016-03-121-1/+1
* generated code, `yy_more_len' is of type `int'rlar2016-03-121-1/+1
* scan.l, rewrite two loops to avoid unneccesairy castingrlar2016-03-121-9/+11
* improve readabilityrlar2016-03-122-2/+2
* another cast in tblcmp.c to avoid warningrlar2016-03-121-1/+1
* casts in buf_append() to get rid of warningsrlar2016-03-081-9/+9
* cast to suite type of flex_uint32_t td_lolenrlar2016-03-082-14/+14
* cast to get rid of warningsrlar2016-03-086-22/+22
* cast and fix usage of log10(), ceil to prevent buffer overflowrlar2016-03-082-2/+2
* tables.c, sprinkle casts to get rid of warningsrlar2016-03-081-8/+8
* yytbl_data_compress(), change type of local newsz to get rid of warningsrlar2016-03-081-3/+4
* change type of struct yytbl_writer.total_written to get rid of warningsrlar2016-03-082-3/+3
* change argument type of yytbl_writen() to get rid of warningsrlar2016-03-081-3/+3
* yytbl_write8/16/32(), change type of local variables to get rid of warningsrlar2016-03-081-9/+9
* change return type and rename int htoi()/otoi() --> unsigned int htoui()/otoui()rlar2016-03-084-17/+17