Age | Commit message (Expand) | Author |
2016-09-29 | hush: fix 'eval ""' handling | Denys Vlasenko |
2016-09-29 | hush: fix ". EMPTY_LINE" not setting $? to 0 | Denys Vlasenko |
2016-09-29 | ash: [EVAL] Make eval with empty arguments return 0 | Denys Vlasenko |
2016-09-28 | ash: eval: Return status in eval functions | Denys Vlasenko |
2016-09-17 | ash: exit after subshell error when errexit option is set | Rostislav Skudnov |
2015-11-04 | ash: add support for bash 'function' keyword | Ron Yorston |
2015-11-04 | hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail | Denys Vlasenko |
2015-11-04 | ash: copy function tests from hush testsuite | Ron Yorston |
2015-10-30 | ash: add tests for failures of the exec and command builtins | Ron Yorston |
2015-10-29 | ash: only allow local variables in functions | Ron Yorston |
2015-10-29 | ash: respect -p flag when command builtin is run with -v/-V | Ron Yorston |
2015-10-29 | ash: allow newline after variable name in for loop | Ron Yorston |
2015-07-13 | fix file mode | Denys Vlasenko |
2015-07-13 | ash: remove parsebackquote flag | Ron Yorston |
2014-03-16 | ash: make "locak VAR" unset VAR (bash does that) | Denys Vlasenko |
2011-02-07 | echo: do not retry on write errors | Denys Vlasenko |
2010-05-17 | ash: fix ". empty_file" exitcode. +5 bytes | Denys Vlasenko |
2010-05-17 | ash: add two testcases for (not yet fixed) ash bugs | Denys Vlasenko |
2010-02-21 | fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) | Denys Vlasenko |
2009-06-14 | ash: fix . builtin | Denys Vlasenko |
2008-11-28 | ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' | Denis Vlasenko |
2008-07-30 | ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" | Denis Vlasenko |