| Commit message (Expand) | Author | Age | Files | Lines |
* | scanner: Fix scan.l xgettext warnings. | Explorer09 | 2018-03-04 | 1 | -12/+12 |
* | scanner: Include flexdef.h at %top block of scan.l | Explorer09 | 2017-09-03 | 1 | -1/+6 |
* | scanner: finish support for noyy{get,set}_column. | Will Estes | 2017-05-13 | 1 | -0/+2 |
* | scanner: Check for 0 bracecount when EOL ends quoted literal. | Demi Obenour | 2017-05-03 | 1 | -2/+2 |
* | scanner: when bracelevel is negative, treat as zero. | Demi Obenour | 2017-05-03 | 1 | -9/+9 |
* | scanner: Use strncpy | Christos Zoulas | 2017-01-23 | 1 | -6/+6 |
* | scanner: join symbol list. | luistung | 2017-01-11 | 1 | -2/+1 |
* | Fixes a major bug in Flex's own lexing of literals. | Demi Obenour | 2016-11-08 | 1 | -8/+9 |
* | Fix another escaping bug | Demi Obenour | 2016-11-01 | 1 | -65/+64 |
* | Fix M4 quotation in section 2 prologue and refactor duplicated code | Demi Obenour | 2016-10-23 | 1 | -19/+25 |
* | Improved M4 quotation | Demi Obenour | 2016-10-19 | 1 | -50/+54 |
* | Fix M4 quoting of section 3. | Demi Obenour | 2016-10-05 | 1 | -12/+29 |
* | scanner: M4 quoting fixes | Demi Obenour | 2016-09-25 | 1 | -16/+25 |
* | no longer generate K&R C scanners | Demi Obenour | 2016-09-25 | 1 | -2/+0 |
* | Fix escaping of `[[` and `]]` in strings | Demi Obenour | 2016-09-04 | 1 | -1/+3 |
* | scan.l, rewrite two loops to avoid unneccesairy casting | rlar | 2016-03-12 | 1 | -9/+11 |
* | cast to get rid of warnings | rlar | 2016-03-08 | 1 | -1/+1 |
* | avoid warning, POSIX says yyless() has an `int' argument | rlar | 2016-03-01 | 1 | -2/+1 |
* | add (int) casts to some strlen() invocations to prevent warnings | rlar | 2016-02-29 | 1 | -2/+2 |
* | ndlookup(), char *, to get rid of casts and warnings | rlar | 2016-02-29 | 1 | -4/+4 |
* | ndinstal(), char *, to get rid of casts and warnings | rlar | 2016-02-29 | 1 | -3/+3 |
* | cclinstal() and ccllookup(), char *, to get rid of casts and warnings | rlar | 2016-02-29 | 1 | -2/+2 |
* | unification, rename some more | rlar | 2016-02-28 | 1 | -4/+4 |
* | fix name clash, OPT_OUTFILE from parse.y and from options.h | rlar | 2016-02-28 | 1 | -3/+3 |
* | Allow '%option noline' in flex input file, resolves gh#56. | Tobias Klauser | 2016-02-24 | 1 | -0/+1 |
* | Converted K&R style function definitions to ANSI C style | Tobias Klauser | 2016-02-16 | 1 | -1/+1 |
* | Removed flex_free()i, corrected buf_destroy logic. | Michael McConville | 2015-12-09 | 1 | -10/+1 |
* | Removed flex_realloc(). | Michael McConville | 2015-12-09 | 1 | -5/+0 |
* | Removed flex_alloc; cleaned up style. | Michael McConville | 2015-12-09 | 1 | -5/+0 |
* | Remove allocation casts | Michael McConville | 2015-12-07 | 1 | -2/+2 |
* | Use NULL rather than (type *) 0. | Michael McConville | 2015-12-05 | 1 | -2/+2 |
* | Made string copying more standard. | Michael McConville | 2015-12-02 | 1 | -3/+3 |
* | Error on unbalanced parentheses in rules section. | Serguey Parkhomovsky | 2015-11-30 | 1 | -1/+7 |
* | Replaced CHAR macro with unsigned char type. | Mightyjo | 2015-11-29 | 1 | -5/+5 |
* | Switch function definitions from mixed K&R to consistent ANSI C. | Stefan Reinauer | 2015-11-19 | 1 | -10/+5 |
* | Fix `label unused` warning | Mariusz PluciĆski | 2014-11-26 | 1 | -1/+1 |
* | NetBSD downstream patches. | Christos Zoulas | 2014-11-11 | 1 | -1/+1 |
* | Removed deprecated 'register' storage class specifier. | Yuri | 2014-07-25 | 1 | -1/+1 |
* | move flex program sources into src/ directory | Will Estes | 2014-02-16 | 1 | -0/+1029 |