diff options
author | Peter Stephenson <pws@zsh.org> | 2016-10-05 13:52:31 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-10-05 13:52:31 +0100 |
commit | 0854ee56bc559d7fd614eb7d59b61da84a9ce51f (patch) | |
tree | 08c823e058470f679054797bde81e8e73ce80b1d /ChangeLog | |
parent | d033f03688f3c8a307c656ffe465340a24053122 (diff) | |
download | zsh-0854ee56bc559d7fd614eb7d59b61da84a9ce51f.tar.gz zsh-0854ee56bc559d7fd614eb7d59b61da84a9ce51f.tar.xz zsh-0854ee56bc559d7fd614eb7d59b61da84a9ce51f.zip |
39568: "! <complex-command>" suppresses ERR_EXIT
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ea3eed8a4..318c8df33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-10-05 Peter Stephenson <p.stephenson@samsung.com> + * 39568: Src/exec.c, Test/C03traps.ztst: "! <complex-command>" + should suppress ERR_EXIT inside the complex command. + * 39566: README, Doc/Zsh/exec.yo, Src/exec.c, Test/C04funcdef.ztst: change the behaviour of command_not_found_handler to make it easier to handle a non-zero |