about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2013-03-10 21:45:04 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2013-03-10 21:45:04 +0000
commitfb3ad98f71861c9676c972e00e7c76879ec17e41 (patch)
tree822327749fcec33888d4aaa90ba43c523c13edeb /ChangeLog
parent44907223ff14d424dbfcec4871e41053a07a1dc7 (diff)
downloadzsh-fb3ad98f71861c9676c972e00e7c76879ec17e41.tar.gz
zsh-fb3ad98f71861c9676c972e00e7c76879ec17e41.tar.xz
zsh-fb3ad98f71861c9676c972e00e7c76879ec17e41.zip
31141: Tighten NO_CLOBBER restrictions on {fd} syntax
to apply only if $fd is exactly an fd and nothing else.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c3351517..6f2a0e4f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 31141: Src/exec.c, Test/A04redirect.ztst: NO_CLOBBER for {fd}
+	syntax should only apply if $fd is exactly an fd and nothing
+	else.
+
 2013-03-10  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 30496: Src/prompt.c: Parse argument to %F and %K as prompt
@@ -577,5 +583,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5816 $
+* $Revision: 1.5817 $
 *****************************************************