Commit Graph

11830 Commits (32100208ecc26f8b70a0dbef6298bfd2b823d8d0)
 

Author SHA1 Message Date
dana 32100208ec unposted: Test release: 5.8.1.3-test 2 years ago
dana 847e214f99 unposted: Mention #zsh topic in creating-a-release
Per off-list suggestion
2 years ago
Bart Schaefer afbbde2828 unposted: remove the reference to debian #924736, and correct another edit 2 years ago
Bart Schaefer a58d2bb315 Typo in previous commit 2 years ago
Bart Schaefer fc1ae21fda unposted: Add details about ${(*)...} expansion 2 years ago
Bart Schaefer 276020522e 50150: Filenames need unmetafy for printing 2 years ago
Bart Schaefer 079bb60289 Add entry for 50149 2 years ago
Bart Schaefer e127ceaae8 50149: Remove all remaining =(...) files at shell exit 2 years ago
Bart Schaefer 8181708feb 50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609 2 years ago
Bart Schaefer 15bf8ace16 50134: Tweak process group handling to prevent unkillable pipelines
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().
2 years ago
Bart Schaefer 8eccdc5cb7 Details about STTY handling; consistency nit 2 years ago
Bart Schaefer b6be798848 50138: Note ERRNO must be set before use. 2 years ago
Bart Schaefer df0c783f4b 50133: use read-ahead and lseek-rewind for efficient line-buffered input 2 years ago
Bart Schaefer 007c7df74a 50101: sysread -o with param adjusted to match documentation 2 years ago
Bart Schaefer 0ccc3c1494 50162: Fix multios with current-shell "exec" (aka nullexec). 2 years ago
dana f59025f849 unposted: Fix util-linux variant detection in _getopt
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
2 years ago
dana c55a1f4bc2 unposted: Adjust NEWS dedication wording
Per off-list feedback
2 years ago
Jun-ichi Takimoto 6dbaff7a80 50089: unset LC_* for multibyte tests in X03zlebindkey 2 years ago
Peter Stephenson c5a891a29d 50049: care with signed characters
Some signed-to-unsigned casts needed for a couple of cases of pointers
used as indices.
2 years ago
Jun-ichi Takimoto 09ad15b986 50081: reset global mbstate_t variables when LC_CTYPE changes 2 years ago
Jun-ichi Takimoto baa12a413f 50080: add missing STOUC() in casemodify() 2 years ago
Bart Schaefer a270da2ada unposted (cf. users/27656 (Tomasz Pala), users/27660): fix $SUFFIX when GLOB_COMPLETE 2 years ago
Bart Schaefer af634c3acd unposted (see 50072): check exit status in exit-from-trap test 2 years ago
Bart Schaefer f5c2f73301 50069: ChangeLog and test description for 50068 2 years ago
Bart Schaefer d24d7242fe 50068: 'exit' in trap causes calling function to return 2 years ago
Jun-ichi Takimoto 0ad3b11a13 50052: do nothing when skipping test V14system 2 years ago
Jun-ichi Takimoto c19f1313e3 50046: ztst.zsh: export LANG to child zsh 2 years ago
Jun-ichi Takimoto 06e5ec914f 50013: skip %test if a chunk in %prep fails
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.
2 years ago
Jun-ichi Takimoto 3622551e02 49996 (Peter) + 50012: add ZTST_continue 2 years ago
Jun-ichi Takimoto f5b2d65337 50017: allow lowercase to match with uppercase in timezone name 2 years ago
Bart Schaefer f4fb3e7f04 50043: avoid spurious test failures when "make check" as root 2 years ago
Mikael Magnusson 1039b09c0c 50042: Another fix for 49915
If the last element in the list is a duplicate, we would walk off the end
2 years ago
Mikael Magnusson 35ff1e271a unposted: NEWS: fix typo in previous commit 2 years ago
Daniel Shahaf 22d9dc8538 unposted: NEWS: Improve flow between the paragraph and its links. 2 years ago
dana 6e55c92050 unposted: Test release: 5.8.1.2-test 2 years ago
dana e0efd33fba NEWS: Dedicate zsh 5.9 to Sven Guckes 2 years ago
dana 13f568fea4 NEWS/README: Add missing change documentation for 5.9
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
2 years ago
Matthew Martin 73265d41e3 49960: Sort lists in zshcompsys 2 years ago
Bart Schaefer b286ed48fa Fix typo in past entry 2 years ago
Bart Schaefer ebad5f8164 49994: Single-byte equivalence of users/22601 and workers/40891 2 years ago
Peter Stephenson 02747bbbd3 49989: Single byte versions of nice quoting.
Align interfaces for "nice" printing of characters with those for
multibyte to make more available in single-byte compilation.
2 years ago
Bart Schaefer 0d9c2422bf 49992: further unify single- and multi-byte implementations of nicechar() 2 years ago
Bart Schaefer b80d160039 49991: single-byte brace expansion handles $'\0' and control character output aligns with multibyte 2 years ago
Bart Schaefer bdd37b4c14 49990: casemodify() avoids metafying characters that it otherwise did not touch 2 years ago
Bart Schaefer f27e48827c unposted: Fix typo from 49955 2 years ago
Bart Schaefer c77cdb27db 49955: Src/glob.c: fix bad free in incremental-pattern-search matching 2 years ago
Mikael Magnusson 29f97c1f94 49968: _adb: also replace model names, since device names aren't sent on wifi listing 2 years ago
Mikael Magnusson 4d8f36704e 49967: _adb: Handle dumpsys SurfaceFlinger arguments 2 years ago
Mikael Magnusson 8537738207 49966: _adb: Parse device spec correctly
This was particularly annoying when trying to complete logtags after adb logcat -s
2 years ago
Mikael Magnusson 6900dded09 49965: _adb: use $CURRENT instead of $#words 2 years ago