index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-misc
Age
Commit message (
Expand
)
Author
2020-12-25
typo fix
Denys Vlasenko
2020-12-25
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-09-29
shell: add testsuite for "wait $pid" waiting for other tasks
Denys Vlasenko
2020-02-26
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
2020-02-21
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
Denys Vlasenko
2020-02-20
hush: implement "return NUM in trap sets $? after trap"
Denys Vlasenko
2020-02-19
ash,hush: testcase for "exit" without arguments in a trap
Denys Vlasenko
2020-02-16
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps
Denys Vlasenko
2019-05-14
shells: add tests for backslashes in export VAR=VAL
Denys Vlasenko
2018-08-05
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-07-28
hush: fix another case where empty "for" wasn't setting exitcode to 0
Denys Vlasenko
2018-04-03
hush: support "f() (cmd)" functions
Denys Vlasenko
2018-04-03
hush: fix "set -e; false || x=1; echo OK"
Denys Vlasenko
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
[next]