Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 51258, 51272: refactor handling of terminal attributes, removing OFF flags ↵ | Oliver Kiddle | 2023-01-10 | 2 | -7/+20 |
| | | | | in zattr | ||||
* | 51214: handle read -d and a delimiter that can't be decoded into a character | Oliver Kiddle | 2022-12-17 | 2 | -0/+18 |
| | | | | | | Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter. | ||||
* | 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 |
| | | | | | | | This affects CSI sequences that aren't explicitly bound but arrive within the usual KEYTIMEOUT time limits. A single undefined-key widget is run instead of unintended bindings for Escape and other characters in the sequence. | ||||
* | 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 |
| | | | | Also correct ChangeLog | ||||
* | 51079: metafy sep in array subscript flag (s:sep:) | Jun-ichi Takimoto | 2022-12-02 | 1 | -0/+5 |
| | | | | this enable sep to contain \0 etc. | ||||
* | unposted (cf. 51016): Add a test case for underscore-followed-by-digits in ↵ | Daniel Shahaf | 2022-11-23 | 1 | -0/+8 |
| | | | | math context. | ||||
* | 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 |
| | | | | See added regression test. | ||||
* | 50668: treat 8bit chars correctly when multibyte is unset | Jun-ichi Takimoto | 2022-09-27 | 1 | -0/+7 |
| | | | | | The problem was found in character range, but may have existed in other occasions | ||||
* | 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 |
| | | | | | | Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF | ||||
* | 50306: fix wait for child that was stopped/continued | Jun-ichi Takimoto | 2022-06-03 | 1 | -0/+7 |
| | | | | do not call addbgstatus() when child is stopped/continued | ||||
* | 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 |
| | |||||
* | 50013: skip %test if a chunk in %prep fails | Jun-ichi Takimoto | 2022-04-12 | 2 | -26/+31 |
| | | | | | | Only %test is skipped if a chunk in %prep returns nonzero. Both %test and %clean are skipped if ZTST_unimplemented is set in a chunk of %prep. ZTST_cleanup is run in both cases. | ||||
* | 49996 (Peter) + 50012: add ZTST_continue | Jun-ichi Takimoto | 2022-04-12 | 2 | -7/+28 |
| | |||||
* | 50043: avoid spurious test failures when "make check" as root | Bart Schaefer | 2022-04-11 | 2 | -3/+11 |
| | |||||
* | 49906 (Bart), 49911: Fixes to querying jobs in subshell. | Peter Stephenson | 2022-03-30 | 1 | -0/+28 |
| | | | | | | | | Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test. | ||||
* | 49813: Add missing test | Mikael Magnusson | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | 49910: move multibyte-related f-flagged test from E03 to D07 | Jun-ichi Takimoto | 2022-03-30 | 2 | -5/+12 |
| | | | | | POSIX requires printf should calculate width/precision in %s conversion in bytes (not in characters) even in multibyte locale | ||||
* | 49908: reset LC_CTYPE to C during tests | Jun-ichi Takimoto | 2022-03-30 | 1 | -2/+1 |
| | | | | and do not export MODULE_PATH since child zsh will not import it | ||||
* | 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash | Jun-ichi Takimoto | 2022-03-29 | 1 | -0/+32 |
| | |||||
* | 49802 (+49804): pass MODULE_PATH to zsh started in test W03 | Jun-ichi Takimoto | 2022-03-06 | 1 | -0/+1 |
| | |||||
* | 49792: Non-interative shell input is line buffered. | Peter Stephenson | 2022-03-03 | 1 | -0/+9 |
| | |||||
* | 49787: test for jobs fix in 49783 | Peter Stephenson | 2022-03-03 | 2 | -0/+51 |
| | |||||
* | 49518: fix exclusions for mixed - and + stacked options | Oliver Kiddle | 2021-12-14 | 1 | -0/+22 |
| | |||||
* | 49628: Add an xfail test for RPS1/RPROMPT equivalence. | Daniel Shahaf | 2021-12-01 | 1 | -0/+6 |
| | |||||
* | 49624: Expect the test 'All identifiers are variable references in POSIX ↵ | Daniel Shahaf | 2021-12-01 | 1 | -1/+1 |
| | | | | arithmetic' to pass, as it has been passing since 49611. | ||||
* | 49601: don't create ambiguous history file entries for lines ending with a ↵ | Oliver Kiddle | 2021-11-28 | 1 | -0/+22 |
| | | | | backslash | ||||
* | 47599 (tweaked): New test for '{foo,bar}' in command position | Daniel Shahaf | 2021-11-26 | 1 | -0/+8 |
| | | | | It's currently treated as a list but should perhaps be a brace expansion. | ||||
* | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 2 | -2/+2 |
| | |||||
* | 49572: Let _expand preserve array form w/out zstyle glob | Marlon Richert | 2021-11-12 | 1 | -0/+11 |
| |