| Commit message (Expand) | Author | Age | Files | Lines |
* | 51692: not skip tests for [[ -r/-N file ]] on Cygwin | Jun-ichi Takimoto | 2023-05-08 | 1 | -7/+1 |
* | 51652: fix running of TRAPEXIT explicitly. | Peter Stephenson | 2023-04-17 | 1 | -0/+11 |
* | 51608: Don't execute commands after "continue &&" | Peter Stephenson | 2023-03-29 | 1 | -0/+36 |
* | 51510: Skip namespaces in "set"/"typeset" output, add tests, fix bug | Bart Schaefer | 2023-03-06 | 1 | -0/+106 |
* | 51437: Fix incorrectly-passed test case, masked by unrelated bug. | Bart Schaefer | 2023-02-14 | 1 | -2/+21 |
* | 51424: $(<...) shouldn't try to open a file with NO_EXEC | Peter Stephenson | 2023-02-14 | 1 | -0/+3 |
* | 51430: Misc. problems with typeset and $parameters | Bart Schaefer | 2023-02-13 | 1 | -0/+14 |
* | 51417: Check subscripts in named reference values more rigorously. | Bart Schaefer | 2023-02-12 | 1 | -2/+2 |
* | 51403: Tests and documentation for 51402, clean up some other tests. | Bart Schaefer | 2023-02-12 | 1 | -9/+161 |
* | 51374: Expose named references in $parameters, fix substitution error. | Bart Schaefer | 2023-02-12 | 2 | -16/+90 |
* | 51361: Tests for 51360. | Bart Schaefer | 2023-02-12 | 2 | -0/+517 |
* | 51320, 51383: fixes to prevent later reappearance of old attributes | Oliver Kiddle | 2023-02-09 | 2 | -2/+2 |
* | 51350: ${(S)...//#%...} didn't match the whole string | Peter Stephenson | 2023-02-06 | 1 | -0/+7 |
* | 51306: error message in ${unset?error} should be expanded | Peter Stephenson | 2023-02-02 | 1 | -0/+5 |
* | 51307: Improve error on attempt to define function from aliased name | Peter Stephenson | 2023-02-02 | 1 | -1/+6 |
* | unposted (cribbed from users/28784 by Roman): Add XFail tests for substitutin... | Daniel Shahaf | 2023-01-27 | 1 | -0/+15 |
* | 51278: make (i) subscript flag for zero-length string consistent | Peter Stephenson | 2023-01-16 | 1 | -0/+9 |
* | 51297: update expected test results to match more optimised escape sequences ... | Oliver Kiddle | 2023-01-11 | 1 | -8/+8 |
* | 51258, 51272: refactor handling of terminal attributes, removing OFF flags in... | Oliver Kiddle | 2023-01-10 | 2 | -7/+20 |
* | 51214: handle read -d and a delimiter that can't be decoded into a character | Oliver Kiddle | 2022-12-17 | 2 | -0/+18 |
* | 51207: fix for read -d when the delimiter is a byte >= 0x80 | Jun-ichi Takimoto | 2022-12-17 | 1 | -0/+6 |
* | 51215: consume whole CSI sequences from the input | Oliver Kiddle | 2022-12-16 | 2 | -0/+29 |
* | 51134: ! return doesn't change the return status | Peter Stephenson | 2022-12-12 | 1 | -0/+12 |
* | 51076: fix ERR_EXIT when used with "eval" or "source"; documentary comments | Philippe Altherr | 2022-12-03 | 1 | -0/+41 |
* | 51071: fix ERR_RETURN for functions in conditional statements | Philippe Altherr | 2022-12-03 | 1 | -0/+16 |
* | 51001: fix for ERR_EXIT following shell function; update tests | Philippe Altherr | 2022-12-03 | 1 | -0/+82 |
* | 51001: fix for ERR_EXIT with pipeline negation ("!"); update tests | Philippe Altherr | 2022-12-03 | 1 | -0/+15 |
* | 51001: fix for ERR_EXIT with "always" blocks; update tests | Philippe Altherr | 2022-12-03 | 1 | -7/+29 |
* | 51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60. | Philippe Altherr | 2022-12-03 | 1 | -5/+10 |
* | 51079: metafy sep in array subscript flag (s:sep:) | Jun-ichi Takimoto | 2022-12-02 | 1 | -0/+5 |
* | unposted (cf. 51016): Add a test case for underscore-followed-by-digits in ma... | Daniel Shahaf | 2022-11-23 | 1 | -0/+8 |
* | 50928: fix tests for 50897, mention behavior change in NEWS | Bart Schaefer | 2022-11-09 | 1 | -11/+6 |
* | users/28338: command substitution with alias edge case. | Peter Stephenson | 2022-11-08 | 1 | -0/+8 |
* | 50668: treat 8bit chars correctly when multibyte is unset | Jun-ichi Takimoto | 2022-09-27 | 1 | -0/+7 |
* | 50662: unset LC_* for all the tests | Jun-ichi Takimoto | 2022-09-26 | 1 | -13/+3 |
* | 50658 + test: Enable to switch between C/UTF-8 locales in PCRE | Jun-ichi Takimoto | 2022-09-26 | 1 | -0/+11 |
* | 50629: do not use egrep in tests | Jun-ichi Takimoto | 2022-09-15 | 7 | -59/+23 |
* | 50342: fix test added by 50306 | Jun-ichi Takimoto | 2022-06-09 | 1 | -1/+1 |
* | Tweaks to MULTI_FUNC_DEF | Peter Stephenson | 2022-06-07 | 1 | -0/+20 |
* | 50306: fix wait for child that was stopped/continued | Jun-ichi Takimoto | 2022-06-03 | 1 | -0/+7 |
* | Fix problems with tests for 50126 and 50150. | Bart Schaefer | 2022-05-02 | 2 | -1/+5 |
* | 50160: Regression tests for 50126, 50136, and 50149 | Bart Schaefer | 2022-05-01 | 2 | -0/+26 |
* | 50157: Tests for 50150 | Daniel Shahaf | 2022-05-01 | 1 | -0/+11 |
* | 50159: Tests for sysread, including 50101 regression | Bart Schaefer | 2022-05-01 | 1 | -0/+66 |
* | 50089: unset LC_* for multibyte tests in X03zlebindkey | Jun-ichi Takimoto | 2022-04-26 | 1 | -0/+1 |
* | unposted (see 50072): check exit status in exit-from-trap test | Bart Schaefer | 2022-04-17 | 1 | -1/+1 |
* | 50069: ChangeLog and test description for 50068 | Bart Schaefer | 2022-04-14 | 1 | -1/+1 |
* | 50068: 'exit' in trap causes calling function to return | Bart Schaefer | 2022-04-14 | 1 | -1/+1 |
* | 50052: do nothing when skipping test V14system | Jun-ichi Takimoto | 2022-04-14 | 1 | -1/+1 |
* | 50046: ztst.zsh: export LANG to child zsh | Jun-ichi Takimoto | 2022-04-14 | 1 | -0/+3 |