From 52761c94185f8405d8069c1d4bacc8b5210a1850 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 8 Jun 2022 20:41:24 -0700 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 71f879776..c13d8a163 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-06-08 Bart Schaefer + + * 50335: Functions/Misc/zargs: simplify "wait" usage, fix signal + handling for functions used as the command. + 2022-06-07 Peter Stephenson * 50339: Doc/Zsh/options.yo, Src/text.c, Test/C04funcdef.ztst: -- cgit 1.4.1