diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-09-24 21:32:40 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-09-24 21:32:40 +0100 |
commit | 0a20f4e5a64106d1793dd44d2fa0113417225d0f (patch) | |
tree | 3b9298a9e0f82c020e16b8428a5c137ac0ac1368 /ChangeLog | |
parent | dc2bfeee26e8f0c72f44b71e7369ae851bac4854 (diff) | |
download | zsh-0a20f4e5a64106d1793dd44d2fa0113417225d0f.tar.gz zsh-0a20f4e5a64106d1793dd44d2fa0113417225d0f.tar.xz zsh-0a20f4e5a64106d1793dd44d2fa0113417225d0f.zip |
43535: Fixes for bg / fg handling of superjobs.
Be more consistent about marking both superjob and subjob as running when sending SIGCONT. Send SIGCONT to superjob / subjob combination any time it is put in foreground, even if thought running, since subjob may invisibly have suspended. When waiting for superjob, wait for subjob, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a309c42a..c61e376e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-09-24 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 43535: Src/jobs.c, Src/signals.c: fixes for bg / fg handling + of superjobs. Be more consistent about marking jobs running; + always send SIGCONT when putting superjob / subjob combination + into foreground; wait for both superjob and subjob when waiting + for superjob. + 2018-09-24 Daniel Shahaf <danielsh@apache.org> * 43493: Test/V07pcre.ztst: Have V07pcre fail if PCRE was enabled |