summaryrefslogtreecommitdiff
path: root/scripts/mkflags.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-08scripts/mkflags.c: add missing unistd.h, ctype.hIsaac Dunham1-0/+2
2015-05-03If a shortopt is configured out right before a bare longopt, the option parsi...Rob Landley1-3/+6
2015-03-04scripts/mkflags.c : main function need return 0 if normal exitHyejin Kim1-0/+2
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley1-9/+57
2014-05-10Catch duplicate command name (which breaks the build already, but doesn't ide...Rob Landley1-4/+13
2014-04-09_mkflags_ had an issue for generating FLAG_xxxx macros for long options.Ashwini Sharma1-1/+7
2014-03-19There are cases when the long options are of the format abc-def. In current i...Ashwini Sharma1-1/+1
2014-02-24Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usag...Rob Landley1-9/+25
2014-02-16Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file.Rob Landley1-2/+3
2014-02-16Various cleanups found by Tom Sparrow's static analysis.Rob Landley1-1/+0
2014-02-08Fix segfault with single build of a command with bare longopts.Rob Landley1-1/+2
2013-10-03Switch flag generation from shell to C.Rob Landley1-0/+129