summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* warning: suggest parentheses around assignment used as truth value [-Wparenth...rlar2016-02-29
* warning: redundant redeclaration of ‘yyparse’ [-Wredundant-decls]rlar2016-02-28
* Emit no #line directives if gen_line_dirs is false, resolves igh#55.Tobias Klauser2016-02-24
* include libgen.h from flexdef.h, not main.cWill Estes2015-12-27
* Replace basename2() with basename(3).Michael Reed2015-12-27
* Simplify basename2().Michael Reed2015-12-27
* Remove remaining use of PROTOMichael Reed2015-12-25
* Remove more instances of PROTOMichael Reed2015-12-15
* Removed prototype for main().Michael Reed2015-12-15
* Removed SHORT_FILE_NAMES preprocessor symbol.Michael Reed2015-12-12
* Made search for m4 more explicit.Will Estes2015-12-12
* Removed NULL-checks before free()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
* Replaced FLEX_STD macro with std::.Akim Demaille2015-12-05
* 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 warning about redefined macro when multiple scanners are used.Mariusz Pluciński2014-11-23
* NetBSD downstream patches.Christos Zoulas2014-11-11
* Add disambiguation braces in main.cMariusz Pluciński2014-07-25
* Change output formats from octal to hexadecimalMariusz Pluciński2014-06-26
* move flex program sources into src/ directoryWill Estes2014-02-16