aboutsummaryrefslogtreecommitdiff
path: root/scripts/mkflags.c
AgeCommit message (Expand)Author
2014-05-10Catch duplicate command name (which breaks the build already, but doesn't ide...Rob Landley
2014-04-09_mkflags_ had an issue for generating FLAG_xxxx macros for long options.Ashwini Sharma
2014-03-19There are cases when the long options are of the format abc-def. In current i...Ashwini Sharma
2014-02-24Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usag...Rob Landley
2014-02-16Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file.Rob Landley
2014-02-16Various cleanups found by Tom Sparrow's static analysis.Rob Landley
2014-02-08Fix segfault with single build of a command with bare longopts.Rob Landley
2013-10-03Switch flag generation from shell to C.Rob Landley