From 98e46340867028808e71e7f3373881cb7e5b6764 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 30 Mar 2022 09:28:43 +0100 Subject: 49906 (Bart), 49911: Fixes to querying jobs in subshell. Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c52119fa8..e6f73e30e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-03-30 Peter Stephenson + + * 49906 (Bart), 49911: Doc/Zsh/builtins.yo, + Doc/Zsh/mod_parameter.yo, Src/exec.c, Src/jobs.c, + Test/W03jobparameters.ztst: Fix querying jobs in subshell. + Don't uery invalid job at end, if background job started in + subshell query jobs in subshell instead of main shell. + 2022-03-30 Mikael Magnusson * 49893: Src/Zle/comp.h, Src/Zle/compcore.c: Fix comments for -- cgit 1.4.1