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