diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 15:07:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 15:07:25 +0000 |
commit | 041057687fc1d4a2f9912fcb86e04517686b3642 (patch) | |
tree | 0f0d181cebf9c50bf3e2d9d4a50643eafde9a140 /ChangeLog | |
parent | 88d07936a21c262ec5f86518cce3c85fd1951968 (diff) | |
download | zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar.gz zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar.xz zsh-041057687fc1d4a2f9912fcb86e04517686b3642.zip |
27083: non-zero status on failures to find or execute file in "."
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 021f0d81b..7cff1cf67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-07-01 Peter Stephenson <pws@csr.com> + * 27083: Doc/Zsh/builtins.yo, Src/builtin.c, Src/init.c, + Src/zsh.h, Src/Modules/newuser.c, Test/A01grammar.ztst: "." + returns status 128 on execution failure, 129 on failure to find + file. + * 27080: Doc/Zsh/Zsh/mod_complist.yo, Src/Zle/complist.c: it wasn't possible to exit menu selection cleanly. @@ -11881,5 +11886,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4722 $ +* $Revision: 1.4723 $ ***************************************************** |