diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-22 20:09:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-22 20:09:20 +0000 |
commit | dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8 (patch) | |
tree | 41ec7fbda389e5ec8d04a8c3ad21b27f01659912 /ChangeLog | |
parent | 73ebca4fe92767665422e7fd5dc15032add389b4 (diff) | |
download | zsh-dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8.tar.gz zsh-dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8.tar.xz zsh-dbbcbf67cb8a330e5c7d8a40ed4152a53db6b5f8.zip |
28791: exit on errors with special builtins with POSIXBUILTINS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index bcaab5c63..cb9dcfd71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-02-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 28791: Doc/Zsh/options.yo, Src/builtin.c, Src/exec.c, + Test/A04redirect.ztst: exit on errors in special builtins + with POSIXBUILTINS. + 2011-02-21 Peter Stephenson <pws@csr.com> * 28783: Doc/Zsh/options.yo, Src/lex.c, Test/A01grammar.ztst: @@ -14242,5 +14248,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5205 $ +* $Revision: 1.5206 $ ***************************************************** |