about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-06-08 20:41:24 -0700
committerBart Schaefer <schaefer@zsh.org>2022-06-08 20:41:24 -0700
commit52761c94185f8405d8069c1d4bacc8b5210a1850 (patch)
tree53d3d5e0fdfd7844a11874f24b9f2e878ac46773 /ChangeLog
parentb26b6b3fe00b94a2d4370b1afd2644034947b6b8 (diff)
downloadzsh-52761c94185f8405d8069c1d4bacc8b5210a1850.tar.gz
zsh-52761c94185f8405d8069c1d4bacc8b5210a1850.tar.xz
zsh-52761c94185f8405d8069c1d4bacc8b5210a1850.zip
50335: simplify "wait" usage, fix signal handling
- remove the preliminary "wait" for all the process
- remove "nomonitor" (because it was only needed for that "wait")
- explicitly adds traps to exit for tty-generated signals plus TERM
- capture the signal trap context and restore it in background jobs
- wrap in an "always" block to clean up local helper functions
- update comments to note another buglet and drop support for zsh 4.x.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71f879776..c13d8a163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-08  Bart Schaefer  <schaefer@zsh.org>
+
+	* 50335: Functions/Misc/zargs: simplify "wait" usage, fix signal
+	handling for functions used as the command.
+
 2022-06-07  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 50339: Doc/Zsh/options.yo, Src/text.c, Test/C04funcdef.ztst: