aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: implement <<<here_string syntaxDenys Vlasenko2025-09-022-0/+68
* hush: fix several syntax corner cases with function definitionsDenys Vlasenko2025-08-184-0/+13
* hush: undo incorrect change which allows a'b'=c to be assignmentDenys Vlasenko2025-08-142-0/+4
* hush: fix var_backslash1.testsDenys Vlasenko2025-08-112-0/+19
* shells: testcase: add another test for EINTR on fifo openDenys Vlasenko2025-08-112-0/+16
* ash: redir: Retry open on EINTRDenys Vlasenko2025-08-092-0/+15
* shells: fix a typo in var_backslash1.tests, expand it while at itDenys Vlasenko2025-08-092-4/+6
* shells: add testsuite itemDenys Vlasenko2025-08-092-0/+62
* ash,hush: fix corner cases with backslash-newlines in heredocsDenys Vlasenko2025-08-076-0/+15
* shell: improve bash compatibility of read built-inRon Yorston2025-07-016-17/+33
* hush: do not exit interactive shell on some redirection errorsDenys Vlasenko2024-07-131-1/+0
* hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko2024-07-135-3/+18
* ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko2024-02-262-0/+12
* hush: detect when terminating "done"/"fi" is missingDenys Vlasenko2024-02-254-0/+6
* shell/math: bash-compatible handling of too large numbersDenys Vlasenko2023-06-254-4/+35
* shell: typo fix in testsDenys Vlasenko2023-06-181-1/+1
* shell/math: fix ?: to not evaluate not-taken branchesDenys Vlasenko2023-06-1610-0/+25
* shell: document another arithmetic discrepancy with bashDenys Vlasenko2023-06-152-0/+11
* shell/math: remove special code to handle a?b?c:d:e, it works without it nowDenys Vlasenko2023-06-152-0/+3
* shell/math: fix parsing of ?: and explain why it's parsed that wayDenys Vlasenko2023-06-153-1/+4
* shell: sync ash/hush test scriptsDenys Vlasenko2023-06-141-4/+17
* shell/math: fix nested ?: and do not parse variables in not-taken branchDenys Vlasenko2023-06-146-12/+12
* shell/math: document ternary ?: op's weirdness, add code commentsDenys Vlasenko2023-06-142-0/+16
* shell: add a few yet-failing arithmentic testsDenys Vlasenko2023-06-1310-0/+43
* hush: fix expansion of space in "a=${a:+$a }c" constructDenys Vlasenko2023-06-122-0/+8
* hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko2023-05-254-0/+20
* ash: improve trap and jobs builtins in child shellsRon Yorston2023-03-312-0/+24
* ash: fix ifs cleanup on error pathsDenys Vlasenko2022-08-022-0/+10
* ash: don't read past end of var in subvareval for bash substitutionsSören Tempel2022-03-012-0/+3
* shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-112-0/+26
* shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko2021-09-262-0/+7
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-253-49/+68
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-254-19/+25
* ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko2021-09-084-0/+26
* shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko2021-09-071-1/+10
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-0714-40/+44
* ash: fix LINENO in functionsDenys Vlasenko2021-09-072-0/+11
* ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko2021-09-071-1/+2
* hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko2021-09-071-1/+1
* ash: eval: Do not cache value of eflag in evaltreeDenys Vlasenko2021-09-072-0/+9
* ash: eval: Check nflag in evaltree instead of cmdloopDenys Vlasenko2021-09-072-0/+5
* shell: update psubst testcasesDenys Vlasenko2021-07-274-0/+47
* ahell: update testsuiteDenys Vlasenko2021-07-256-0/+29
* hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko2021-06-192-0/+18
* hush: fix handling of \^C and "^C"Denys Vlasenko2021-06-154-0/+6
* ash: add process substitution in bash-compatibility modeRon Yorston2021-06-052-0/+42
* ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2021-01-091-1/+1
* ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-092-0/+3
* typo fixDenys Vlasenko2020-12-251-1/+1
* hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-252-0/+5