Age | Commit message (Expand) | Author |
---|---|---|
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 |