Age | Commit message (Expand) | Author |
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 |
2017-08-02 | hush: do not accept "if() { echo; }" function def | Denys Vlasenko |
2017-08-02 | do not use `a' quoting style in comments | Denys Vlasenko |
2017-07-31 | hush: fix "true | func_with_return" not allowing return. | Denys Vlasenko |
2017-07-31 | hush: functions have priority over builtins (!) | Denys Vlasenko |
2017-07-31 | ash: significant overhaul of redirect saving logic | Denys Vlasenko |
2017-07-29 | hush: fix handling of empty heredoc EOF marker | Denys Vlasenko |
2017-07-29 | ash: [PARSER] Removed noexpand/length check on eofmark | Denys Vlasenko |
2017-07-26 | shell: remove ${#+} tests, it is not a valid construct | Denys Vlasenko |
2017-07-26 | hush: fix ${##}, ${#?}, ${#!} handling | Denys Vlasenko |
2017-07-25 | ash: [VAR] Move unsetvar functionality into setvareq | Denys Vlasenko |
2017-07-25 | ash: import param_expand_default.tests from hush | Denys Vlasenko |
2017-07-25 | hush: treat ${#?} as "length of $?" | Denys Vlasenko |
2017-07-25 | ash: add a few tests from hush-vars/* | Denys Vlasenko |
2017-07-24 | ash: copy three tests from hush_test/hush-signals/* | Denys Vlasenko |
2017-07-24 | shell: some additions to *sh-misc/* tests | Denys Vlasenko |
2017-07-24 | ash: add most of hush process subst tests | Denys Vlasenko |
2017-07-24 | ash: add all hush parsing tests to ast tests | Denys Vlasenko |
2017-07-21 | ash: suppress readonly1.tests false positive; add readonly0.tests | Denys Vlasenko |
2017-07-21 | ash: improve set -x to quote strings as necessary | Denys Vlasenko |
2017-07-20 | shell: optional support for read -t N.NNN, closes 10101 | Denys Vlasenko |
2017-07-17 | ash: more general format ${var:EXPR:EXPR} | Denys Vlasenko |
2017-07-15 | shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" | Denys Vlasenko |
2017-07-15 | hush: fix and_or_and_backgrounding.tests failure | Denys Vlasenko |
2017-07-07 | hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" | Denys Vlasenko |
2017-07-06 | shell: sync redir/* tests | Denys Vlasenko |
2017-07-06 | ash: rename redir5.tests (hush has redir5.tests which is different) | Denys Vlasenko |
2017-07-06 | hush: Print error messages on shift -1 | Denys Vlasenko |
2017-07-06 | typo fix | Denys Vlasenko |
2017-07-06 | hush: implement negative start in the ${v: -n[:m]} idiom | Denys Vlasenko |
2017-07-06 | hush: "adopt" ash var-utf8-length.tests | Denys Vlasenko |
2017-07-06 | shell: remove duplicate sigint1.tests (another copies are in signals/) | Denys Vlasenko |
2017-07-06 | hush: add tickquote1.tests from ash testsuite | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc3.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc1.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash_test/run-all and hush_test/run-all a bit | Denys Vlasenko |
2017-07-05 | ash: fix escaping of a few characters (broken by last commits) | Denys Vlasenko |
2017-07-05 | ash: fix matching of unicode greek letter rho (cf 81) and similar cases | Denys Vlasenko |
2017-07-03 | msh: delete this applet | Denys Vlasenko |
2017-05-22 | ash,hush: fix SIGCHLD interrupting read builtin | Denys Vlasenko |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2017-01-09 | hush: fix a bug in argv restoration after sourcing a file | Denys Vlasenko |
2017-01-07 | ash: fix open fds leaking in redirects. Closes 9561 | Denys Vlasenko |
2017-01-03 | ash: fix error code regression | Ron Yorston |