summaryrefslogtreecommitdiff
path: root/src/scan.l
Commit message (Expand)AuthorAgeFilesLines
* scanner: Fix scan.l xgettext warnings.Explorer092018-03-041-12/+12
* scanner: Include flexdef.h at %top block of scan.lExplorer092017-09-031-1/+6
* scanner: finish support for noyy{get,set}_column.Will Estes2017-05-131-0/+2
* scanner: Check for 0 bracecount when EOL ends quoted literal.Demi Obenour2017-05-031-2/+2
* scanner: when bracelevel is negative, treat as zero.Demi Obenour2017-05-031-9/+9
* scanner: Use strncpyChristos Zoulas2017-01-231-6/+6
* scanner: join symbol list.luistung2017-01-111-2/+1
* Fixes a major bug in Flex's own lexing of literals.Demi Obenour2016-11-081-8/+9
* Fix another escaping bugDemi Obenour2016-11-011-65/+64
* Fix M4 quotation in section 2 prologue and refactor duplicated codeDemi Obenour2016-10-231-19/+25
* Improved M4 quotationDemi Obenour2016-10-191-50/+54
* Fix M4 quoting of section 3.Demi Obenour2016-10-051-12/+29
* scanner: M4 quoting fixesDemi Obenour2016-09-251-16/+25
* no longer generate K&R C scannersDemi Obenour2016-09-251-2/+0
* Fix escaping of `[[` and `]]` in stringsDemi Obenour2016-09-041-1/+3
* scan.l, rewrite two loops to avoid unneccesairy castingrlar2016-03-121-9/+11
* cast to get rid of warningsrlar2016-03-081-1/+1
* avoid warning, POSIX says yyless() has an `int' argumentrlar2016-03-011-2/+1
* add (int) casts to some strlen() invocations to prevent warningsrlar2016-02-291-2/+2
* ndlookup(), char *, to get rid of casts and warningsrlar2016-02-291-4/+4
* ndinstal(), char *, to get rid of casts and warningsrlar2016-02-291-3/+3
* cclinstal() and ccllookup(), char *, to get rid of casts and warningsrlar2016-02-291-2/+2
* unification, rename some morerlar2016-02-281-4/+4
* fix name clash, OPT_OUTFILE from parse.y and from options.hrlar2016-02-281-3/+3
* Allow '%option noline' in flex input file, resolves gh#56.Tobias Klauser2016-02-241-0/+1
* Converted K&R style function definitions to ANSI C styleTobias Klauser2016-02-161-1/+1
* Removed flex_free()i, corrected buf_destroy logic.Michael McConville2015-12-091-10/+1
* Removed flex_realloc().Michael McConville2015-12-091-5/+0
* Removed flex_alloc; cleaned up style.Michael McConville2015-12-091-5/+0
* Remove allocation castsMichael McConville2015-12-071-2/+2
* Use NULL rather than (type *) 0.Michael McConville2015-12-051-2/+2
* Made string copying more standard.Michael McConville2015-12-021-3/+3
* Error on unbalanced parentheses in rules section.Serguey Parkhomovsky2015-11-301-1/+7
* Replaced CHAR macro with unsigned char type.Mightyjo2015-11-291-5/+5
* Switch function definitions from mixed K&R to consistent ANSI C.Stefan Reinauer2015-11-191-10/+5
* Fix `label unused` warningMariusz PluciƄski2014-11-261-1/+1
* NetBSD downstream patches.Christos Zoulas2014-11-111-1/+1
* Removed deprecated 'register' storage class specifier.Yuri2014-07-251-1/+1
* move flex program sources into src/ directoryWill Estes2014-02-161-0/+1029