summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix yyrestart(NULL) SEGV.Mightyjo2016-10-05
* scanner: M4 quoting fixesDemi Obenour2016-09-25
* Support `make indent` for out of source buildsDemi Obenour2016-09-25
* Simplify some shell codeDemi Obenour2016-09-25
* no longer generate K&R C scannersDemi Obenour2016-09-25
* Fix escaping of `[[` and `]]` in stringsDemi Obenour2016-09-04
* new sv translationTranslation Project2016-06-20
* Delete action_m4_define from misc.cDemetri Obenour2016-05-23
* test: run direct tests from srcdirWill Estes2016-05-20
* Exited with error code on some conditions in include testsEgor Pugin2016-05-20
* test: drop .exe when making input file namesWill Estes2016-05-20
* test: removed dependencies for include testsWill Estes2016-05-20
* Avoid realloc on every call of sf_push()Tobias Klauser2016-04-28
* build: prettified command to build man pageWill Estes2016-03-31
* build: added man page to DISTCLEANFILESWill Estes2016-03-31
* remove unused TODO, BUGS filesWill Estes2016-03-31
* removed to.do/ directoryWill Estes2016-03-31
* gettext: removed flex.skl from POTFILES.in file listWill Estes2016-03-31
* fix skel.c dependency (missing tables_shared.c) andrlar2016-03-31
* fix flex.1 dependencyrlar2016-03-31
* fix stage1scan.c and stage1scan.l dependencyrlar2016-03-31
* gettext: list src/flex.skl in po/POTFILES.inWill Estes2016-03-31
* warning in generated code, with -Carlar2016-03-31
* suppress `WARNINGFLAGS' for the almost obsolete `noansi' test casesrlar2016-03-31
* configure option `--enable-warnings' and `WARNINGFLAGS'rlar2016-03-31
* Fix potential buffer overflow in strncat()Tobias Klauser2016-03-31
* build: simplified dependency tracking so parallel make runs succeedRobert.Larice Robert Larice2016-03-29
* avoid warning in generated code, with -Cfrlar2016-03-28
* mention v2.6.2; summarize changes since 2.6.1Will Estes2016-03-18
* doc: corrected example in manual, gh#67Will Estes2016-03-18
* warning: conversion to 'size_t' from 'int' may change the sign of the result ...rlar2016-03-18
* warning: conversion to 'long unsigned int' from 'int' may change the sign of ...rlar2016-03-18
* warning: conversion to 'flex_uint32_t' from 'long unsigned int' may alter its...rlar2016-03-18
* warning: redundant redeclaration of '...' [-Wredundant-decls]rlar2016-03-18
* 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
* generated code, in yy_get_next_buffer(), change type of local `number_to_move'rlar2016-03-12
* 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