aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: do not exit interactive shell on some redirection errorsDenys Vlasenko2024-07-135-5/+8
* hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko2024-07-132-0/+15
* 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
* ash: disable check for "good" function name, bash does not check thisDenys Vlasenko2023-07-041-2/+2
* 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-1614-0/+42
* shell/math: fix order of expansion of variables to numbersDenys 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-157-11/+23
* shell: sync ash/hush test scriptsDenys Vlasenko2023-06-141-4/+8
* shell/math: fix the order of variable resolution in binopsDenys Vlasenko2023-06-148-0/+33
* 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
* hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko2023-04-131-2/+2
* 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-24/+37
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-254-19/+25
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-072-0/+4
* ash: fix LINENO in functionsDenys Vlasenko2021-09-072-0/+11
* hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko2021-09-074-0/+14
* shell: update psubst testcasesDenys Vlasenko2021-07-274-6/+6
* hush: implement $'str' bashismDenys Vlasenko2021-07-266-0/+36
* ahell: update testsuiteDenys Vlasenko2021-07-251-3/+4
* hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko2021-06-193-1/+19
* hush: fix handling of \^C and "^C"Denys Vlasenko2021-06-154-0/+6
* typo fixDenys Vlasenko2020-12-251-1/+1
* hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-252-0/+5
* hush: fix fallout from tweaking ${var:START:LEN} codeDenys Vlasenko2020-12-232-0/+3
* hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko2020-11-014-0/+28
* hush: add tests for unquoted < > in [[ ]]Denys Vlasenko2020-10-312-0/+5
* shell: better support of [[ ]] bashismDenys Vlasenko2020-10-3110-0/+79
* hush: output bash-compat killing signal namesDenys Vlasenko2020-10-246-5/+53
* hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko2020-10-242-0/+2
* shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2020-09-292-0/+9
* shell: Fix "read -d ''" behaviorChristian Eggers2020-07-312-0/+2
* shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko2020-02-262-4/+2
* ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko2020-02-212-0/+10
* hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko2020-02-212-0/+13
* hush: implement "return NUM in trap sets $? after trap"Denys Vlasenko2020-02-206-0/+34
* ash,hush: testcase for "exit" without arguments in a trapDenys Vlasenko2020-02-192-0/+10
* ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko2020-02-172-0/+12
* ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko2020-02-172-0/+7
* hush: restore redirected stdinDenys Vlasenko2019-11-012-0/+10
* hush: remove test for "echo ${-}" errorring out - now it worksDenys Vlasenko2019-05-192-3/+0
* hush: fix quoted "${notexist-}" expansion to not disappearDenys Vlasenko2019-05-152-0/+7