Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: fix "getopts" builtin to not be upset by other builtins calling getopt() | Denys Vlasenko | 2017-08-29 | 2 | -0/+35 |
* | shell: tweak getopts tests, no code changes | Denys Vlasenko | 2017-08-13 | 1 | -2/+2 |
* | hush: implement "silent" optstrings of ":opts" | Denys Vlasenko | 2017-08-11 | 2 | -0/+29 |
* | hush: add a test which fails due to uclibc bug in getopt() | Denys Vlasenko | 2017-08-11 | 2 | -0/+64 |
* | shell: add OPTARG poisoning to getopt_optarg.tests | Denys Vlasenko | 2017-08-11 | 1 | -0/+2 |
* | hush: teach getopts to set/unset OPTARG | Denys Vlasenko | 2017-08-11 | 2 | -0/+34 |
* | hush: getopts builtin | Denys Vlasenko | 2017-08-11 | 2 | -0/+14 |
* | ash: fix "unset OPTIND" throwing an error message | Denys Vlasenko | 2017-08-11 | 2 | -0/+109 |