diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-09-25 19:25:10 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2018-09-25 19:25:10 +0100 |
commit | 464065f42959abc655b8e680572c08793dd0c56e (patch) | |
tree | 2ac4d188a4dab7c1726793b8b1213e4842db5883 /ChangeLog | |
parent | 64a26b209147e4f99e752eceb44905e71feb5ab0 (diff) | |
download | zsh-464065f42959abc655b8e680572c08793dd0c56e.tar.gz zsh-464065f42959abc655b8e680572c08793dd0c56e.tar.xz zsh-464065f42959abc655b8e680572c08793dd0c56e.zip |
43543: Further improvements to fg/bg of superjob/subjob.
Attempt to keep STAT_STOPPED correct for superjob, rendering additional "stopped = 1" unnecessary. Wait for subjob before superjob.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 9671483fc..0841cb325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ +2018-09-25 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 43543: Src/jobs.c: Improvements to 43535: attempt to keep + STAT_STOPPED correct for superjob, also wait for subjob before + superjob. + 2018-09-25 Daniel Shahaf <d.s@daniel.shahaf.name> - * unposted: Test/B02typeset.ztst: Add a test for 43546. + * unposted: Test/B02typeset.ztst: Add a test for 43536. 2018-09-25 Peter Stephenson <p.stephenson@samsung.com> - * Stephane: 43546: "typeset -p" should show presence of -U + * Stephane: 43536: "typeset -p" should show presence of -U option. 2018-09-24 dana <dana@dana.is> |