summaryrefslogtreecommitdiff
path: root/src/scan.l
Commit message (Expand)AuthorAge
* scanner: Include flexdef.h at %top block of scan.lExplorer092017-09-03
* scanner: finish support for noyy{get,set}_column.Will Estes2017-05-13
* scanner: Check for 0 bracecount when EOL ends quoted literal.Demi Obenour2017-05-03
* scanner: when bracelevel is negative, treat as zero.Demi Obenour2017-05-03
* scanner: Use strncpyChristos Zoulas2017-01-23
* scanner: join symbol list.luistung2017-01-11
* Fixes a major bug in Flex's own lexing of literals.Demi Obenour2016-11-08
* Fix another escaping bugDemi Obenour2016-11-01
* 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
* scanner: M4 quoting fixesDemi Obenour2016-09-25
* no longer generate K&R C scannersDemi Obenour2016-09-25
* Fix escaping of `[[` and `]]` in stringsDemi Obenour2016-09-04
* scan.l, rewrite two loops to avoid unneccesairy castingrlar2016-03-12
* cast to get rid of warningsrlar2016-03-08
* avoid warning, POSIX says yyless() has an `int' argumentrlar2016-03-01
* add (int) casts to some strlen() invocations to prevent warningsrlar2016-02-29
* ndlookup(), char *, to get rid of casts and warningsrlar2016-02-29
* ndinstal(), char *, to get rid of casts and warningsrlar2016-02-29
* cclinstal() and ccllookup(), char *, to get rid of casts and warningsrlar2016-02-29
* unification, rename some morerlar2016-02-28
* fix name clash, OPT_OUTFILE from parse.y and from options.hrlar2016-02-28
* Allow '%option noline' in flex input file, resolves gh#56.Tobias Klauser2016-02-24
* Converted K&R style function definitions to ANSI C styleTobias Klauser2016-02-16
* Removed flex_free()i, corrected buf_destroy logic.Michael McConville2015-12-09
* Removed flex_realloc().Michael McConville2015-12-09
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-09
* Remove allocation castsMichael McConville2015-12-07
* Use NULL rather than (type *) 0.Michael McConville2015-12-05
* Made string copying more standard.Michael McConville2015-12-02
* Error on unbalanced parentheses in rules section.Serguey Parkhomovsky2015-11-30
* Replaced CHAR macro with unsigned char type.Mightyjo2015-11-29
* Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-19
* Fix `label unused` warningMariusz PluciƄski2014-11-26
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Removed deprecated 'register' storage class specifier.Yuri2014-07-25
* move flex program sources into src/ directoryWill Estes2014-02-16