summaryrefslogtreecommitdiff
path: root/shell/hush_test
AgeCommit message (Expand)Author
2025-08-18hush: fix several syntax corner cases with function definitionsDenys Vlasenko
2025-08-15hush: implement <<<here_string syntaxDenys Vlasenko
2025-08-14hush: undo incorrect change which allows a'b'=c to be assignmentDenys Vlasenko
2025-08-14hush: move tickquote1.tests to hush-bugs/ - it's a known bugDenys Vlasenko
2025-08-14hush: remove the is_blank danceDenys Vlasenko
2025-08-13hush: fix a corner case in "case" stmt, ctx_dsemicolon is in fact unusedDenys Vlasenko
2025-08-12hush: allow nested negation "! ! ! CMD" - bash 5.2.15 allows itDenys Vlasenko
2025-08-12hush: drop ctx_inverted, use pipe->pi_invertedDenys Vlasenko
2025-08-12hush: do not segfault on "for </dev/null v in..."Denys Vlasenko
2025-08-11hush: test for, and disallow several invalid syntaxesDenys Vlasenko
2025-08-11hush: fix var_backslash1.testsDenys Vlasenko
2025-08-11shells: testcase: add another test for EINTR on fifo openDenys Vlasenko
2025-08-09ash: redir: Retry open on EINTRDenys Vlasenko
2025-08-09shells: fix a typo in var_backslash1.tests, expand it while at itDenys Vlasenko
2025-08-09shells: add testsuite itemDenys Vlasenko
2025-08-07ash,hush: fix corner cases with backslash-newlines in heredocsDenys Vlasenko
2025-08-03hush: if !JOBS, skip tests which wouldn't workDenys Vlasenko
2025-07-08hush: fix SEGV on "echo << >" and suchDenys Vlasenko
2025-07-01shell: improve bash compatibility of read built-inRon Yorston
2024-07-13hush: do not exit interactive shell on some redirection errorsDenys Vlasenko
2024-07-13hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko
2024-02-26ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko
2024-02-25hush: detect when terminating "done"/"fi" is missingDenys Vlasenko
2023-07-04ash: disable check for "good" function name, bash does not check thisDenys Vlasenko
2023-06-25shell/math: bash-compatible handling of too large numbersDenys Vlasenko
2023-06-18shell: typo fix in testsDenys Vlasenko
2023-06-16shell/math: fix ?: to not evaluate not-taken branchesDenys Vlasenko
2023-06-15shell/math: fix order of expansion of variables to numbersDenys Vlasenko
2023-06-15shell/math: remove special code to handle a?b?c:d:e, it works without it nowDenys Vlasenko
2023-06-15shell/math: fix parsing of ?: and explain why it's parsed that wayDenys Vlasenko
2023-06-14shell: sync ash/hush test scriptsDenys Vlasenko
2023-06-14shell/math: fix the order of variable resolution in binopsDenys Vlasenko
2023-06-12hush: fix expansion of space in "a=${a:+$a }c" constructDenys Vlasenko
2023-05-25hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko
2023-04-13hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko
2022-08-02ash: fix ifs cleanup on error pathsDenys Vlasenko
2022-03-01ash: don't read past end of var in subvareval for bash substitutionsSören Tempel
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko
2021-09-26shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko
2021-09-25shell: enable more tests which are passing nowDenys Vlasenko
2021-09-25shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko
2021-09-07ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko
2021-09-07ash: fix LINENO in functionsDenys Vlasenko
2021-09-07hush: fix set -n to act immediately, not just after run_list()Denys Vlasenko
2021-07-27shell: update psubst testcasesDenys Vlasenko
2021-07-26hush: implement $'str' bashismDenys Vlasenko
2021-07-25ahell: update testsuiteDenys Vlasenko
2021-06-19hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko
2021-06-15hush: fix handling of \^C and "^C"Denys Vlasenko
2020-12-25typo fixDenys Vlasenko