summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-05-22 16:05:17 -0500
committerdana <dana@dana.is>2026-05-22 16:05:19 -0500
commit6d94bc8e34e207c6d8098db084874aef8dfc7e06 (patch)
tree7f109e7e35b8533ec84a42cf2172c62ee9b08fa0 /NEWS
parentunposted: fix missing return keyword in 54552 (diff)
downloadzsh-6d94bc8e34e207c6d8098db084874aef8dfc7e06.tar
zsh-6d94bc8e34e207c6d8098db084874aef8dfc7e06.tar.gz
zsh-6d94bc8e34e207c6d8098db084874aef8dfc7e06.tar.bz2
zsh-6d94bc8e34e207c6d8098db084874aef8dfc7e06.tar.lz
zsh-6d94bc8e34e207c6d8098db084874aef8dfc7e06.tar.xz
zsh-6d94bc8e34e207c6d8098db084874aef8dfc7e06.tar.zst
zsh-6d94bc8e34e207c6d8098db084874aef8dfc7e06.zip
unposted: NEWS: update for w/52326 and w/52594
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dbf7bef97..dcf9047c8 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,16 @@ NTP, etc. For the most part this is transparent to users. However, as a
side effect, some features like $SECONDS and the time keyword gained
(nominal) nanosecond precision.
+POSIX real-time signals (SIGRTMIN etc) are now supported by the kill
+and trap builtins, TRAP* functions, and the signals parameter, where
+available.
+
+The kill builtin learnt a new option -q to send the signal via
+sigqueue(3) along with an arbitrary integer value, where available.
+
+The kill builtin also learnt a new -L option to print a list of all
+known signal numbers and their names.
+
The zsh/zutil module's zparseopts builtin learnt the following:
- a new -G option enables GNU-style argument parsing