diff options
author | Peter Stephenson <pws@zsh.org> | 2016-09-14 10:32:29 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-09-14 10:33:18 +0100 |
commit | a4b8ee13be494c8732c0348857befe87951a058b (patch) | |
tree | 5db582aeb688e4a1520f205a268765602f5b61e4 /ChangeLog | |
parent | be4c072cf50ffcc2e2c34e4edbb0e2a78900206b (diff) | |
download | zsh-a4b8ee13be494c8732c0348857befe87951a058b.tar.gz zsh-a4b8ee13be494c8732c0348857befe87951a058b.tar.xz zsh-a4b8ee13be494c8732c0348857befe87951a058b.zip |
zsh-users/21903: Fix ${...?...} in interactive shell.
On failure should abort back to top level, but we reset the error flag around commands. Add a hard error flag that's only reset at top level.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0c0b72272..357782c2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-09-14 Peter Stephenson <p.stephenson@samsung.com> + + * zsh-users/21903: Src/subst.c, Src/zsh.h, + Test/D04parameter.ztst: ${...?...} in interactive shell should + abort to top level, not just current command. + 2016-09-14 Marko Myllynen <myllynen@redhat.com> * unposted: Completion/Unix/Command/_libvirt: Add another |