aboutsummaryrefslogtreecommitdiff
path: root/scripts/mkflags.c
AgeCommit message (Expand)Author
2020-11-14Allow 0 prefix to optstr to include argv[0] in optargs[0].Rob Landley
2020-02-25Fix off by one error that treats bit 31 as negative (so ls --color setsRob Landley
2020-02-22mkflags: fix a sscanf buffer off-by-one.Elliott Hughes
2019-01-19Fix various warnings building on FreeBSD.Rob Landley
2018-12-26Teach the argument plumbing how to do -@ for mkfs.vfatRob Landley
2018-12-25Simplify the mkflags logic a bit.Rob Landley
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-03-19Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbingRob Landley
2016-12-07Thinko in recent longopt commit.Rob Landley
2016-12-07Bugfix: configuring out a longopt confused the option parsing.Rob Landley
2016-07-17The recent option parsing changes broke the multiplexer, because the "toybox"Rob Landley
2016-07-15Add optional openssl accelerated versions of hash functions, loosely based onRob Landley
2016-06-30Fix option parsing infrastructure bug.Rob Landley
2016-01-18Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch.Rob Landley
2015-12-10Expand toys.optargs to 64 bits so people adding more options to ls don't run ...Rob Landley
2015-08-30Build updates: make change should use top level .config for global settings,Rob Landley
2015-08-08scripts/mkflags.c: add missing unistd.h, ctype.hIsaac Dunham
2015-05-03If a shortopt is configured out right before a bare longopt, the option parsi...Rob Landley
2015-03-04scripts/mkflags.c : main function need return 0 if normal exitHyejin Kim
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
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