Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-11 | hush: add a test which fails due to uclibc bug in getopt() | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2017-08-11 | shell: add OPTARG poisoning to getopt_optarg.tests | Denys Vlasenko | |
ash fails this! Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2017-08-11 | hush: teach getopts to set/unset OPTARG | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2017-08-11 | hush: getopts builtin | Denys Vlasenko | |
function old new delta builtin_getopts - 271 +271 bltins1 372 384 +12 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/0 up/down: 283/0) Total: 283 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |