diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 10 |
2 files changed, 14 insertions, 0 deletions
@@ -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 @@ -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 |
