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-28ash: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko3-1/+33
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-07ash testsuite: fix false positivesDenys Vlasenko2-2/+2
2016-10-02sh testsuite: add tests for exitcode on failure to execDenys Vlasenko8-0/+16
2016-10-02ash testsuite: add most of hust tests which pass for ashDenys Vlasenko103-0/+795
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-02ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko6-25/+156
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-02ash: fix globbing bugs when using glibc glob()Denys Vlasenko3-7/+66
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-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-01ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko3-27/+42
2016-10-01ash testsuite: remove two more inadvertent bashismsDenys Vlasenko2-7/+7
2016-10-01ash testsuite: remove two inadvertent bashismsDenys Vlasenko2-3/+5
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-09-25ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko3-5/+29
2016-09-17ash: exit after subshell error when errexit option is setRostislav Skudnov3-0/+8
2016-07-25ash: fix handling of ${VAR: -2}Denys Vlasenko3-4/+25
2016-07-16ash: do not leave SIGQUIT ignored on "exec CMD"Denys Vlasenko3-1/+20
2016-04-15ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston5-1/+7
2016-03-22ash_test: ignore generated filesMike Frysinger1-0/+7
2016-03-22ash_test: printenv: fix missing includesMike Frysinger1-0/+1
2016-03-22ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston3-0/+5
2015-11-04ash: add support for bash 'function' keywordRon Yorston3-31/+110
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2-3/+0
2015-11-04ash: copy function tests from hush testsuiteRon Yorston16-0/+119
2015-10-30ash: add tests for failures of the exec and command builtinsRon Yorston4-0/+13
2015-10-29ash: fix error during recursive processing of here documentRon Yorston3-2/+13
2015-10-29ash tests: make test print test name before it is runDenys Vlasenko1-2/+4
2015-10-29ash: only allow local variables in functionsRon Yorston3-0/+5
2015-10-29ash: respect -p flag when command builtin is run with -v/-VRon Yorston3-4/+10
[next]