summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-10ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko5-4/+39
2017-01-10ash: fix error code regressionRon Yorston5-2/+38
2016-11-07hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko9-13/+28
2016-11-04hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko5-6/+58
2016-10-28hush: fix "wait PID"Denys Vlasenko7-174/+246
2016-10-26ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko9-3/+29
2016-10-26ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko5-10/+38
2016-10-26typo fixesDenys Vlasenko2-4/+4
2016-10-02sh testsuite: add tests for exitcode on failure to execDenys Vlasenko8-0/+16
2016-10-02hush testsuite: fix another false positiveDenys Vlasenko2-2/+1
2016-10-02hust testsuite: fix a false positiveDenys Vlasenko1-1/+1
2016-10-02ash testsuite: add most of hust tests which pass for ashDenys Vlasenko103-0/+795
2016-10-02hush: add var4.tests, var5.testsDenys Vlasenko4-0/+22
2016-10-02hush: fix var3.testsDenys Vlasenko4-206/+214
2016-10-02sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko18-114/+313
2016-10-02sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko10-27/+50
2016-10-02sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko11-20/+39
2016-10-02sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko30-0/+52
2016-10-02sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko16-0/+9
2016-10-02hush testsuite: add many tests from ash testsuiteDenys Vlasenko34-3/+254
2016-10-02hush testsuite: add glob_dir.testsDenys Vlasenko3-1/+45
2016-10-02ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko5-15/+87
2016-10-01ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko4-0/+16
2016-10-01ash testsuite: add return_in_trap1.testsDenys Vlasenko22-0/+0
2016-10-01hush: 'return' should have effect earlierDenys Vlasenko3-14/+42
2016-10-01ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko9-30/+88
2016-10-01ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko5-5/+101
2016-10-01hush: add func6.testsDenys Vlasenko2-0/+13
2016-09-29shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko2-2/+2
2016-09-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko5-1/+50
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko10-0/+177
2016-09-28hush: fix 'eval ""' handlingDenys Vlasenko5-1/+15
2016-09-28hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko5-0/+18
2016-09-28ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko5-36/+36
2016-09-28ash: eval: Return status in eval functionsDenys Vlasenko5-55/+89
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko4-69/+186
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko3-5/+25
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2-3/+0
2015-10-29hush: copy for.tests from ash testsuiteDenys Vlasenko2-0/+6
2015-10-12typo fixDenys Vlasenko1-1/+1
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko3-10/+42
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko4-0/+8
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko18-0/+29
2015-04-18hush: document buggy handling of duplicate "local"Denys Vlasenko2-0/+6
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko3-10/+35
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko3-10/+16
2013-03-17hush: source builtin should override $N only if it has argsDenys Vlasenko3-2/+19
2011-08-01hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko3-30/+61
2011-08-01hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko3-9/+50
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko3-1/+9
[next]