summaryrefslogtreecommitdiffstats
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
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/52594HEADmaster
-rw-r--r--ChangeLog4
-rw-r--r--NEWS10
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 498ba2ebf..3d072a21d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2026-05-22 dana <dana@dana.is>
+
+ * unposted: NEWS: update for w/52326 and w/52594
+
2026-05-22 Mikael Magnusson <mikachu@gmail.com>
* unposted: Src/Modules/curses.c: fix missing return keyword
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