Start 1.33.0 development cycle
[oweals/busybox.git] / shell / ash_test / ash-misc /
2020-02-26 Denys Vlasenkoshells: fix exitcode_trapN tests to avoid races
2020-02-21 Denys Vlasenkohush: make "exit" in trap use pre-trap exitcode - fix...
2020-02-20 Denys Vlasenkohush: implement "return NUM in trap sets $? after trap"
2020-02-19 Denys Vlasenkoash,hush: testcase for "exit" without arguments in...
2020-02-16 Denys Vlasenkoash: [BUILTIN] Exit without arguments in a trap should...
2019-05-14 Denys Vlasenkoshells: add tests for backslashes in export VAR=VAL
2018-08-05 Denys Vlasenkoash: eval: Variable assignments on functions are no...
2018-07-28 Denys Vlasenkohush: fix another case where empty "for" wasn't setting...
2018-04-03 Denys Vlasenkohush: support "f() (cmd)" functions
2018-04-03 Denys Vlasenkohush: fix "set -e; false || x=1; echo OK"
2018-01-13 Denys Vlasenkohush: fix raw ^C handlisg in single-quoted strings
2018-01-11 Denys Vlasenkohush: fix handling of ^C in eval
2018-01-11 Denys Vlasenkohush: fix handling of raw ^C in scripts: "echo ^C"
2017-07-31 Denys Vlasenkohush: fix "true | func_with_return" not allowing return.
2017-07-31 Denys Vlasenkohush: functions have priority over builtins (!)
2017-07-24 Denys Vlasenkoshell: some additions to *sh-misc/* tests
2017-07-07 Denys Vlasenkohush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait...
2017-07-06 Denys Vlasenkohush: Print error messages on shift -1
2017-07-06 Denys Vlasenkoshell: remove duplicate sigint1.tests (another copies...
2017-07-06 Denys Vlasenkohush: add tickquote1.tests from ash testsuite
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-01-09 Denys Vlasenkohush: fix a bug in argv restoration after sourcing...
2017-01-03 Ron Yorstonash: fix error code regression
2016-11-07 Denys Vlasenkohush: rework "wait %jobspec" to work in non-interactive...
2016-11-04 Denys Vlasenkohush: allow { cmd } to not be terminated by semicolon...
2016-10-07 Denys Vlasenkoash testsuite: fix false positives
2016-10-02 Denys Vlasenkosh testsuite: add tests for exitcode on failure to...
2016-10-02 Denys Vlasenkoash testsuite: add most of hust tests which pass for ash
2016-10-02 Denys Vlasenkosh testsuite: sync ash-misc/source* and hush-misc/source*
2016-10-01 Denys Vlasenkoash: fix "return N" not setting $? in loop conditionals
2016-09-28 Denys Vlasenkohush: fix 'eval ""' handling
2016-09-28 Denys Vlasenkohush: fix ". EMPTY_LINE" not setting $? to 0
2016-09-28 Denys Vlasenkoash: [EVAL] Make eval with empty arguments return 0
2016-09-28 Denys Vlasenkoash: eval: Return status in eval functions
2016-09-17 Rostislav Skudnovash: exit after subshell error when errexit option...
2015-11-04 Ron Yorstonash: add support for bash 'function' keyword
2015-11-04 Denys Vlasenkohush-misc/func_args1.tests: remove "UNFIXED BUG", it...
2015-11-04 Ron Yorstonash: copy function tests from hush testsuite
2015-10-30 Ron Yorstonash: add tests for failures of the exec and command...
2015-10-29 Ron Yorstonash: only allow local variables in functions
2015-10-29 Ron Yorstonash: respect -p flag when command builtin is run with...
2015-10-29 Ron Yorstonash: allow newline after variable name in for loop
2015-07-13 Denys Vlasenkofix file mode
2015-07-13 Ron Yorstonash: remove parsebackquote flag
2014-03-16 Denys Vlasenkoash: make "locak VAR" unset VAR (bash does that)
2011-02-07 Denys Vlasenkoecho: do not retry on write errors
2010-05-17 Denys Vlasenkoash: fix ". empty_file" exitcode. +5 bytes
2010-05-17 Denys Vlasenkoash: add two testcases for (not yet fixed) ash bugs
2010-02-21 Denys Vlasenkofix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
2009-06-14 Denys Vlasenkoash: fix . builtin
2008-11-28 Denis Vlasenkoash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
2008-07-30 Denis Vlasenkoash: bash compat: "shift $BIGNUM" is equivalent to...