diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-04-27 18:56:18 +0100 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-04-27 18:56:18 +0100 |
| commit | d7110d8f01cae8c8d51c7abd0255f533cd8b8623 (patch) | |
| tree | 238931229fcf7831c7ff5f41212f9626167fbb63 /ChangeLog | |
| parent | 41016: Test that quoted precommand modifiers now work (diff) | |
| download | zsh-d7110d8f01cae8c8d51c7abd0255f533cd8b8623.tar zsh-d7110d8f01cae8c8d51c7abd0255f533cd8b8623.tar.gz zsh-d7110d8f01cae8c8d51c7abd0255f533cd8b8623.tar.bz2 zsh-d7110d8f01cae8c8d51c7abd0255f533cd8b8623.tar.lz zsh-d7110d8f01cae8c8d51c7abd0255f533cd8b8623.tar.xz zsh-d7110d8f01cae8c8d51c7abd0255f533cd8b8623.tar.zst zsh-d7110d8f01cae8c8d51c7abd0255f533cd8b8623.zip | |
41012: Fix premature exit from nested function in EXIT trap.
Also add check so we don't delay an exit if we were already in
an EXIT trap for the main shell, as we should in that case leave
immediately.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2017-04-27 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 41012: Src/builtin.c, Src/exec.c, Src/signals.c, + Test/C03traps.ztst: Fix early exit from nested functions in EXIT + trap. Drive-by fix of testing for need to exit if exiting when + already in EXIT trap for main shell --- we should just leave + immediately. + 2017-04-27 Peter Stephenson <p.stephenson@samsung.com> * 41016: Test/A01grammar.ztst: test that quoted precommand |
