about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-04-15 21:16:17 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-04-15 21:16:17 +0100
commit3bf8cab82e32fc6903be995a5b6d7276307b22fe (patch)
tree81476eaff8d26e9004c9e977bf9927a8f57f06c7 /ChangeLog
parent493fe2b4440679ca73d9022d94129039b9eacfeb (diff)
downloadzsh-3bf8cab82e32fc6903be995a5b6d7276307b22fe.tar.gz
zsh-3bf8cab82e32fc6903be995a5b6d7276307b22fe.tar.xz
zsh-3bf8cab82e32fc6903be995a5b6d7276307b22fe.zip
34900: assignment before an "exec".
Without POSXIBUILTIN: restore after, so we only get side effects.

With POSXIBUILTIN: keep set variable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d4521453..e41d8b893 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 34900: Src/exec.c: assignment before an "exec" with
+	a redirection, with and without POSIXBUILTINS.
+
 2015-04-15  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* unposted: Src/math.c: rewrite last commit to look more