Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e3354bc44aa92c20bec0ffdc78e6b57351e8f16d
/
shell
/
ash_test
/
ash-misc
35ec818
ash: fix "return N" not setting $? in loop conditionals
by Denys Vlasenko
· 8 years ago
78c9c73
hush: fix 'eval ""' handling
by Denys Vlasenko
· 8 years ago
992e0ff
hush: fix ". EMPTY_LINE" not setting $? to 0
by Denys Vlasenko
· 8 years ago
928e2a7
ash: [EVAL] Make eval with empty arguments return 0
by Denys Vlasenko
· 8 years ago
eb17b6f
ash: eval: Return status in eval functions
by Denys Vlasenko
· 8 years ago
204c7fb
ash: exit after subshell error when errexit option is set
by Rostislav Skudnov
· 8 years ago
95ebcf7
ash: add support for bash 'function' keyword
by Ron Yorston
· 9 years ago
bc9bee0
hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
by Denys Vlasenko
· 9 years ago
85405c8
ash: copy function tests from hush testsuite
by Ron Yorston
· 9 years ago
e939856
ash: add tests for failures of the exec and command builtins
by Ron Yorston
· 9 years ago
ef2386b
ash: only allow local variables in functions
by Ron Yorston
· 9 years ago
3f22111
ash: respect -p flag when command builtin is run with -v/-V
by Ron Yorston
· 9 years ago
ab80e01
ash: allow newline after variable name in for loop
by Ron Yorston
· 9 years ago
f54a487
fix file mode
by Denys Vlasenko
· 9 years ago
0e056f7
ash: remove parsebackquote flag
by Ron Yorston
· 9 years ago
109ee5d
ash: make "locak VAR" unset VAR (bash does that)
by Denys Vlasenko
· 11 years ago
8ee2ada
echo: do not retry on write errors
by Denys Vlasenko
· 14 years ago
cd10dc4
ash: fix ". empty_file" exitcode. +5 bytes
by Denys Vlasenko
· 15 years ago
27ff681
ash: add two testcases for (not yet fixed) ash bugs
by Denys Vlasenko
· 15 years ago
7426920
fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
by Denys Vlasenko
· 15 years ago
82a6fb3
ash: fix . builtin
by Denys Vlasenko
· 16 years ago
727752d
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase
by Denis Vlasenko
· 16 years ago
c90e1be
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
by Denis Vlasenko
· 16 years ago