summaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-152-0/+35
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-072-0/+8
* shell: sync redir/* testsDenys Vlasenko2017-07-062-0/+17
* ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko2017-07-063-2/+2
* hush: Print error messages on shift -1Denys Vlasenko2017-07-061-1/+1
* typo fixDenys Vlasenko2017-07-061-1/+1
* hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko2017-07-062-0/+14
* hush: "adopt" ash var-utf8-length.testsDenys Vlasenko2017-07-061-0/+2
* shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko2017-07-062-42/+0
* hush: add tickquote1.tests from ash testsuiteDenys Vlasenko2017-07-061-1/+1
* shell: syncronize ash and hush heredoc3.testsDenys Vlasenko2017-07-064-10/+31
* shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-064-4/+18
* shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko2017-07-061-48/+54
* ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-052-0/+76
* ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-052-0/+34
* msh: delete this appletDenys Vlasenko2017-07-031-3/+3
* ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-222-0/+6
* 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 open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-072-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: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko2016-10-282-0/+9
* ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko2016-10-264-0/+10
* ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko2016-10-262-0/+10
* typo fixesDenys Vlasenko2016-10-261-2/+2
* 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-03102-0/+795
* sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko2016-10-026-0/+115
* sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-022-0/+12
* sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko2016-10-028-20/+39
* ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko2016-10-026-25/+156
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-026-0/+91
* sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-022-0/+21
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-021-1/+1
* ash: fix globbing bugs when using glibc glob()Denys Vlasenko2016-10-022-0/+44
* ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko2016-10-022-0/+37
* ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko2016-10-012-0/+8
* ash testsuite: add return_in_trap1.testsDenys Vlasenko2016-10-012-0/+22
* ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko2016-10-014-0/+33
* ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko2016-10-012-0/+46
* ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko2016-10-012-0/+13
* ash testsuite: remove two more inadvertent bashismsDenys Vlasenko2016-10-012-7/+7
* ash testsuite: remove two inadvertent bashismsDenys Vlasenko2016-10-012-3/+5
* shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko2016-09-291-1/+1
* ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko2016-09-292-0/+24
* hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko2016-09-298-0/+159
* hush: fix 'eval ""' handlingDenys Vlasenko2016-09-292-0/+7