summaryrefslogtreecommitdiff
path: root/src/scan.l
Commit message (Expand)AuthorAge
* 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