aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-092-0/+16
* ash: fix error code regressionRon Yorston2017-01-032-0/+16
* hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko2016-11-084-0/+10
* hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko2016-11-042-0/+16
* ash testsuite: fix false positivesDenys Vlasenko2016-10-072-2/+2
* sh testsuite: add tests for exitcode on failure to execDenys Vlasenko2016-10-034-0/+8
* ash testsuite: add most of hust tests which pass for ashDenys Vlasenko2016-10-0376-0/+607
* sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-022-0/+12
* ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko2016-10-012-0/+13
* hush: fix 'eval ""' handlingDenys Vlasenko2016-09-292-0/+7
* hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko2016-09-292-0/+8
* ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko2016-09-292-0/+5
* ash: eval: Return status in eval functionsDenys Vlasenko2016-09-282-0/+4
* ash: exit after subshell error when errexit option is setRostislav Skudnov2016-09-172-0/+6
* ash: add support for bash 'function' keywordRon Yorston2015-11-042-0/+40
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-041-1/+0
* ash: copy function tests from hush testsuiteRon Yorston2015-11-0416-0/+119
* ash: add tests for failures of the exec and command builtinsRon Yorston2015-10-304-0/+13
* ash: only allow local variables in functionsRon Yorston2015-10-292-0/+2
* ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-292-0/+2
* ash: allow newline after variable name in for loopRon Yorston2015-10-292-0/+6
* fix file modeDenys Vlasenko2015-07-131-0/+0
* ash: remove parsebackquote flagRon Yorston2015-07-132-0/+2
* ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-162-0/+15
* echo: do not retry on write errorsDenys Vlasenko2011-02-072-0/+9
* ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2010-05-171-1/+0
* ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko2010-05-172-0/+5
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-212-0/+6
* ash: fix . builtinDenys Vlasenko2009-06-142-0/+7
* ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko2008-11-282-0/+10
* ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko2008-07-302-0/+19