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 | 5 | -2/+32 |
* | 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 | 3 | -1/+34 |
* | hush: getopts builtin | Denys Vlasenko | 2017-08-11 | 4 | -0/+123 |