summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* build: fix ENABLE_NLS preprocessor check.Explorer092017-11-28
* build: use #ifdef for ENABLE_NLS check.Alex Richardson2017-11-03
* Hardcode flex name in --help textExplorer092017-08-24
* Remove an unneeded gettext() in --version outputExplorer092017-08-24
* scanner: remove BASENAME(); don't strip path from program_nameExplorer092017-08-24
* scanner: #define BASENAME, remove #include libgen.hJannick2017-07-17
* scanner: add optionn to specify backup filename.EricSharkey2017-07-03
* scanner: finish support for noyy{get,set}_column.Will Estes2017-05-13
* Don't leak macro definitions into header filesDemi Obenour2017-05-03
* scanner: manage path to m4 better.Christos Zoulas2017-01-23
* scanner: Use prefix when defining yywrap to avoid redefinition.Christos Zoulas2017-01-23
* scanner: Rename warn to lwarn.Christos Zoulas2017-01-23
* scanner: Disallow, overquote '[' and ']' in prefixDemi Obenour2016-12-29
* scanner: allocate correct buffer size for m4 path.Samuel Thibault2016-12-29
* Improved M4 quotationDemi Obenour2016-10-19
* Fix M4 quoting of section 3.Demi Obenour2016-10-05
* no longer generate K&R C scannersDemi Obenour2016-09-25
* Fix potential buffer overflow in strncat()Tobias Klauser2016-03-31
* avoid warning in generated code, with -Cfrlar2016-03-28
* cast to get rid of warningsrlar2016-03-08
* cast and fix usage of log10(), ceil to prevent buffer overflowrlar2016-03-08
* 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