diff options
| author | Oliver Kiddle <opk@zsh.org> | 2024-02-28 00:21:11 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2024-02-28 00:21:11 +0100 |
| commit | 5331ff11c64d9d292f4fe817723af6e0a067fa1f (patch) | |
| tree | 367ea996dca3e15adc65bc5c4077726f56b08482 /ChangeLog | |
| parent | Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy (diff) | |
| download | zsh-5331ff11c64d9d292f4fe817723af6e0a067fa1f.tar zsh-5331ff11c64d9d292f4fe817723af6e0a067fa1f.tar.gz zsh-5331ff11c64d9d292f4fe817723af6e0a067fa1f.tar.bz2 zsh-5331ff11c64d9d292f4fe817723af6e0a067fa1f.tar.lz zsh-5331ff11c64d9d292f4fe817723af6e0a067fa1f.tar.xz zsh-5331ff11c64d9d292f4fe817723af6e0a067fa1f.tar.zst zsh-5331ff11c64d9d292f4fe817723af6e0a067fa1f.zip | |
52594: support for POSIX real-time signals with kill and trap
Also add new -L option to kill for a more verbose listing of signals
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2024-02-28 Oliver Kiddle <opk@zsh.org> + + * 52594: Completion/Zsh/Command/_kill, Doc/Zsh/builtins.yo, + Doc/Zsh/params.yo, Src/Modules/parameter.c, Src/builtin.c, + Src/exec.c, Src/hashtable.c, Src/init.c, Src/jobs.c, Src/params.c, + Src/signals.c, Src/signals.h, Src/signames2.awk: support for + POSIX real-time signals with kill and trap and add -L option to + kill for more verbose listing of signals + 2024-02-24 Bart Schaefer <schaefer@zsh.org> * 52597: Src/math.c: fix multibyte and metafied character counts |
