index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-misc
Age
Commit message (
Expand
)
Author
2018-01-13
hush: fix raw ^C handlisg in single-quoted strings
Denys Vlasenko
2018-01-11
hush: fix handling of ^C in eval
Denys Vlasenko
2018-01-11
hush: fix handling of raw ^C in scripts: "echo ^C"
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-24
shell: some additions to *sh-misc/* tests
Denys Vlasenko
2017-07-07
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-06
hush: Print error messages on shift -1
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-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-03
ash: fix error code regression
Ron Yorston
2016-11-08
hush: rework "wait %jobspec" to work in non-interactive shells too
Denys Vlasenko
2016-11-04
hush: allow { cmd } to not be terminated by semicolon in some cases
Denys Vlasenko
2016-10-07
ash testsuite: fix false positives
Denys Vlasenko
2016-10-03
sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
2016-10-03
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-02
sh testsuite: sync ash-misc/source* and hush-misc/source*
Denys Vlasenko
2016-10-01
ash: fix "return N" not setting $? in loop conditionals
Denys Vlasenko
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