diff options
author | Peter Stephenson <pws@zsh.org> | 2017-08-31 16:54:19 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-08-31 16:54:19 +0100 |
commit | ebcea98eca33b8894d29545f1a46331d03f3913a (patch) | |
tree | 6b834b6b2ddc7ed63f947154c52d99bf648943a4 /ChangeLog | |
parent | 73514c40f68fd7f66b64317d6e26793d400414ac (diff) | |
download | zsh-ebcea98eca33b8894d29545f1a46331d03f3913a.tar.gz zsh-ebcea98eca33b8894d29545f1a46331d03f3913a.tar.xz zsh-ebcea98eca33b8894d29545f1a46331d03f3913a.zip |
Fix problem with ERR_RETURN.
It wasn't suppressed properly in the code following an if in some circumstances, in particular in initialsation scripts and also in a nested function where the caller had suppressed it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6dcbdf530..8dddd7d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-08-31 Peter Stephenson <p.stephenson@samsung.com> + + * 41627: Src/loop.c, Test/C03traps.ztst: fix problem with + ERR_RETURN in initialisation scripts and also on nested + function involving ERR_RETURN suppression in the caller. + 2017-08-30 Daniel Shahaf <d.s@daniel.shahaf.name> * 41567: Completion/Unix/Command/_tmux: Complete detached |