Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 50150: Filenames need unmetafy for printing | Bart Schaefer | 2022-04-30 | 2 | -5/+9 |
| | |||||
* | Add entry for 50149 | Bart Schaefer | 2022-04-30 | 1 | -0/+5 |
| | |||||
* | 50149: Remove all remaining =(...) files at shell exit | Bart Schaefer | 2022-04-30 | 3 | -2/+13 |
| | |||||
* | 50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609 | Bart Schaefer | 2022-04-29 | 3 | -6/+3 |
| | |||||
* | 50134: Tweak process group handling to prevent unkillable pipelines | Bart Schaefer | 2022-04-29 | 2 | -2/+8 |
| | | | | | | In some cases the process group leader of the forked-left side of a pipe needs to be set to the pipe process PID rather than to the group leader PID returned by entersubsh(). | ||||
* | Details about STTY handling; consistency nit | Bart Schaefer | 2022-04-29 | 2 | -2/+8 |
| | |||||
* | 50138: Note ERRNO must be set before use. | Bart Schaefer | 2022-04-28 | 2 | -0/+5 |
| | |||||
* | 50133: use read-ahead and lseek-rewind for efficient line-buffered input | Bart Schaefer | 2022-04-28 | 3 | -1/+86 |
| | |||||
* | 50101: sysread -o with param adjusted to match documentation | Bart Schaefer | 2022-04-28 | 2 | -5/+3 |
| | |||||
* | 50162: Fix multios with current-shell "exec" (aka nullexec). | Bart Schaefer | 2022-04-28 | 3 | -6/+8 |
| | |||||
* | unposted: Fix util-linux variant detection in _getopt | dana | 2022-04-26 | 2 | -3/+7 |
| | | | | | | This had been broken all along for the actual util-linux getopt; i think the 'enhanced' text comes from the original author's version, which Homebrew was still using when the function was written | ||||
* | unposted: Adjust NEWS dedication wording | dana | 2022-04-26 | 2 | -1/+5 |
| | | | | Per off-list feedback | ||||
* | 50089: unset LC_* for multibyte tests in X03zlebindkey | Jun-ichi Takimoto | 2022-04-26 | 2 | -0/+5 |
| | |||||
* | 50049: care with signed characters | Peter Stephenson | 2022-04-25 | 3 | -2/+8 |
| | | | | | Some signed-to-unsigned casts needed for a couple of cases of pointers used as indices. | ||||
* | 50081: reset global mbstate_t variables when LC_CTYPE changes | Jun-ichi Takimoto | 2022-04-20 | 3 | -1/+32 |
| | |||||
* | 50080: add missing STOUC() in casemodify() | Jun-ichi Takimoto | 2022-04-20 | 2 | -2/+6 |
| | |||||
* | unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when ↵ | Bart Schaefer | 2022-04-19 | 2 | -2/+7 |
| | | | | GLOB_COMPLETE | ||||
* | 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 | 2 | -1/+8 |
| | |||||
* | 50068: 'exit' in trap causes calling function to return | Bart Schaefer | 2022-04-14 | 3 | -4/+3 |
| | |||||
* | 50052: do nothing when skipping test V14system | Jun-ichi Takimoto | 2022-04-14 | 2 | -1/+3 |
| | |||||
* | 50046: ztst.zsh: export LANG to child zsh | Jun-ichi Takimoto | 2022-04-14 | 2 | -0/+7 |
| | |||||
* | 50013: skip %test if a chunk in %prep fails | Jun-ichi Takimoto | 2022-04-12 | 3 | -26/+34 |
| | | | | | | 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 | 3 | -7/+31 |
| | |||||
* | 50017: allow lowercase to match with uppercase in timezone name | Jun-ichi Takimoto | 2022-04-12 | 2 | -1/+7 |
| | |||||
* | 50043: avoid spurious test failures when "make check" as root | Bart Schaefer | 2022-04-11 | 3 | -3/+16 |
| | |||||
* | 50042: Another fix for 49915 | Mikael Magnusson | 2022-04-11 | 2 | -1/+5 |
| | | | | If the last element in the list is a duplicate, we would walk off the end | ||||
* | unposted: NEWS: fix typo in previous commit | Mikael Magnusson | 2022-04-10 | 1 | -1/+1 |
| | |||||
* | unposted: NEWS: Improve flow between the paragraph and its links. | Daniel Shahaf | 2022-04-10 | 2 | -1/+6 |
| | |||||
* | unposted: Test release: 5.8.1.2-test zsh-5.8.1.2-test | dana | 2022-04-09 | 3 | -3/+6 |
| | |||||
* | NEWS: Dedicate zsh 5.9 to Sven Guckes | dana | 2022-04-09 | 2 | -0/+8 |
| | |||||
* | NEWS/README: Add missing change documentation for 5.9 | dana | 2022-04-09 | 3 | -29/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This covers the following changes: users/24971: ${(-)var} sorts on signed integers 47704: POSIX export and readonly ignore "-p" when parameter names also appear 47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensible 48073: Add fc -s as POSIX way of rerunning command without starting editor 49307 with doc update: POSIX_TRAPS fix. 49528: allow multiple -D options to compadd 49534, 49539: separate watch/log functionality out into a module 49561: add zformat -F option, similar to -f but ternary expressions check for existence instead of doing math evaluation 49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions 49611 based on 49590 (Martijn Dekker): disable Inf and NaN in math expressions for sh emulation 49646: allow colors in WATCHFMT with %F/%K 49694 + doc: Allow using empty STTY= to freeze tty for a single command 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash | ||||
* | 49960: Sort lists in zshcompsys | Matthew Martin | 2022-04-06 | 2 | -40/+44 |
| | |||||
* | Fix typo in past entry | Bart Schaefer | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | 49994: Single-byte equivalence of users/22601 and workers/40891 | Bart Schaefer | 2022-04-05 | 2 | -2/+7 |
| | |||||
* | 49989: Single byte versions of nice quoting. | Peter Stephenson | 2022-04-05 | 4 | -40/+147 |
| | | | | | Align interfaces for "nice" printing of characters with those for multibyte to make more available in single-byte compilation. | ||||
* | 49992: further unify single- and multi-byte implementations of nicechar() | Bart Schaefer | 2022-04-04 | 2 | -62/+3 |
| | |||||
* | 49991: single-byte brace expansion handles $'\0' and control character ↵ | Bart Schaefer | 2022-04-04 | 3 | -12/+17 |
| | | | | output aligns with multibyte | ||||
* | 49990: casemodify() avoids metafying characters that it otherwise did not touch | Bart Schaefer | 2022-04-04 | 2 | -5/+19 |
| | |||||
* | unposted: Fix typo from 49955 | Bart Schaefer | 2022-04-04 | 1 | -1/+1 |
| | |||||
* | 49955: Src/glob.c: fix bad free in incremental-pattern-search matching | Bart Schaefer | 2022-04-04 | 3 | -3/+18 |
| | |||||
* | 49968: _adb: also replace model names, since device names aren't sent on ↵ | Mikael Magnusson | 2022-04-03 | 2 | -0/+5 |
| | | | | wifi listing | ||||
* | 49967: _adb: Handle dumpsys SurfaceFlinger arguments | Mikael Magnusson | 2022-04-03 | 2 | -3/+54 |
| | |||||
* | 49966: _adb: Parse device spec correctly | Mikael Magnusson | 2022-04-03 | 2 | -6/+8 |
| | | | | This was particularly annoying when trying to complete logtags after adb logcat -s | ||||
* | 49965: _adb: use $CURRENT instead of $#words | Mikael Magnusson | 2022-04-03 | 2 | -6/+9 |
| | |||||
* | 49964: _adb: Complete services for start/stop | Mikael Magnusson | 2022-04-03 | 2 | -1/+18 |
| | |||||
* | 49963: _adb: Fix device serial completion for hostname:port syntax | Mikael Magnusson | 2022-04-03 | 2 | -1/+4 |
| | |||||
* | 49962: _adb: Add dumpsys and cmd completion | Mikael Magnusson | 2022-04-03 | 2 | -1/+24 |
| | |||||
* | 49961: _adb: handle exec-out like shell | Mikael Magnusson | 2022-04-03 | 2 | -1/+5 |
| | |||||
* | 49957: Brown paper bag for 49915 | Mikael Magnusson | 2022-04-03 | 2 | -2/+4 |
| | | | | | | The code would crash when n == 0. There's not really any point doing any of this when n is 0 so just skip everything. It also tried to NULL terminate a list a little to eagerly. |