]> granicus.if.org Git - flex/history - src/scan.l
scanner: when bracelevel is negative, treat as zero.
[flex] / src / scan.l
2017-05-03 Demi Obenourscanner: when bracelevel is negative, treat as zero.
2017-01-23 Christos Zoulasscanner: Use strncpy
2017-01-11 luistungscanner: join symbol list.
2016-11-08 Demi ObenourFixes a major bug in Flex's own lexing of literals.
2016-11-02 Demi ObenourFix another escaping bug
2016-10-23 Demi ObenourFix M4 quotation in section 2 prologue and refactor...
2016-10-20 Demi ObenourImproved M4 quotation
2016-10-05 Demi ObenourFix M4 quoting of section 3.
2016-09-25 Demi Obenourscanner: M4 quoting fixes
2016-09-25 Demi Obenourno longer generate K&R C scanners
2016-09-04 Demi ObenourFix escaping of `[[` and `]]` in strings
2016-03-12 rlarscan.l, rewrite two loops to avoid unneccesairy casting
2016-03-08 rlarcast to get rid of warnings
2016-03-01 rlaravoid warning, POSIX says yyless() has an `int' argument
2016-03-01 rlaradd (int) casts to some strlen() invocations to prevent...
2016-03-01 rlarndlookup(), char *, to get rid of casts and warnings
2016-03-01 rlarndinstal(), char *, to get rid of casts and warnings
2016-03-01 rlarcclinstal() and ccllookup(), char *, to get rid of...
2016-02-28 rlarunification, rename some more
2016-02-28 rlarfix name clash, OPT_OUTFILE from parse.y and from options.h
2016-02-24 Tobias KlauserAllow '%option noline' in flex input file, resolves...
2016-02-16 Tobias KlauserConverted K&R style function definitions to ANSI C...
2015-12-09 Michael McConvilleRemoved flex_free()i, corrected buf_destroy logic.
2015-12-09 Michael McConvilleRemoved flex_realloc().
2015-12-09 Michael McConvilleRemoved flex_alloc; cleaned up style.
2015-12-08 Michael McConvilleRemove allocation casts
2015-12-05 Michael McConvilleUse NULL rather than (type *) 0.
2015-12-02 Michael McConvilleMade string copying more standard.
2015-12-01 Serguey ParkhomovskyError on unbalanced parentheses in rules section.
2015-11-29 MightyjoReplaced CHAR macro with unsigned char type.
2015-11-20 Stefan ReinauerSwitch function definitions from mixed K&R to consisten...
2014-11-26 Mariusz PlucińskiFix `label unused` warning
2014-11-12 Christos ZoulasNetBSD downstream patches.
2014-07-25 YuriRemoved deprecated 'register' storage class specifier.
2014-02-16 Will Estesmove flex program sources into src/ directory