index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mkflags.c
Age
Commit message (
Expand
)
Author
2016-01-18
Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch.
Rob Landley
2015-12-10
Expand toys.optargs to 64 bits so people adding more options to ls don't run ...
Rob Landley
2015-08-30
Build updates: make change should use top level .config for global settings,
Rob Landley
2015-08-08
scripts/mkflags.c: add missing unistd.h, ctype.h
Isaac Dunham
2015-05-03
If a shortopt is configured out right before a bare longopt, the option parsi...
Rob Landley
2015-03-04
scripts/mkflags.c : main function need return 0 if normal exit
Hyejin Kim
2014-12-31
Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...
Rob Landley
2014-05-10
Catch 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-19
There are cases when the long options are of the format abc-def. In current i...
Ashwini Sharma
2014-02-24
Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usag...
Rob Landley
2014-02-16
Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file.
Rob Landley
2014-02-16
Various cleanups found by Tom Sparrow's static analysis.
Rob Landley
2014-02-08
Fix segfault with single build of a command with bare longopts.
Rob Landley
2013-10-03
Switch flag generation from shell to C.
Rob Landley