summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* c++: Fix yyrestart(NULL) SEGV.Harald van Dijk2017-01-11
* scanner: join symbol list.luistung2017-01-11
* scanner: remove void cast before fprintfWill Estes2017-01-11
* build: New configure option '--disable-bootstrap'.Explorer092016-12-29
* build: "make clean" deletes stage1scan.c, stage1flexExplorer092016-12-29
* build: allow building libfl even with --disable-libfl.Explorer092016-12-29
* scanner: remove trailing whitespace in skeletonAlexis La Goutte2016-12-29
* scanner: Disallow, overquote '[' and ']' in prefixDemi Obenour2016-12-29
* scanner: allocate correct buffer size for m4 path.Samuel Thibault2016-12-29
* build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.Explorer092016-11-24
* build: Let stage1flex respect LFLAGSExplorer092016-11-15
* build: Add --disable-libfl configure option.Explorer092016-11-14
* fix backwards incompatible changes in 2.6.2.Demi Obenour2016-11-12
* Fixes a major bug in Flex's own lexing of literals.Demi Obenour2016-11-08
* Fix another escaping bugDemi Obenour2016-11-01
* build: no longer build PIC version of libfl.Will Estes2016-10-26
* Fix M4 quotation in section 2 prologue and refactor duplicated codeDemi Obenour2016-10-23
* Improved M4 quotationDemi Obenour2016-10-19
* Fix M4 quoting of section 3.Demi Obenour2016-10-05
* 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
* Delete action_m4_define from misc.cDemetri Obenour2016-05-23
* Avoid realloc on every call of sf_push()Tobias Klauser2016-04-28
* fix skel.c dependency (missing tables_shared.c) andrlar2016-03-31
* fix stage1scan.c and stage1scan.l dependencyrlar2016-03-31
* warning in generated code, with -Carlar2016-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
* warning: conversion to 'flex_uint32_t' from 'long unsigned int' may alter its...rlar2016-03-18
* Fix two more castsrlar2016-03-16
* Fixes yyl compare with unsigned warningBastian Köcher2016-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
* 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