about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-08-31 19:32:56 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-08-31 19:32:56 +0000
commit8bc64084a46c79be5659ef42c746a3b806816c7f (patch)
tree6276b954f096a73655ba746dfc3367b6534dca6f /ChangeLog
parentafc3a7c41201ee5c6ffddb17ebe9db616f2919a1 (diff)
downloadzsh-8bc64084a46c79be5659ef42c746a3b806816c7f.tar.gz
zsh-8bc64084a46c79be5659ef42c746a3b806816c7f.tar.xz
zsh-8bc64084a46c79be5659ef42c746a3b806816c7f.zip
28220 plus some comments: fix "HELLO=$HELLO shellfunc"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b4c85f7e..b704d2968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-08-31  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 28220: Src/exec.c (plus comments), Src/params.c,
+	Test/A06assign.ztst: "HELLO=$HELLO shellfunc" failed because
+	we removed HELLO from the parameter table to save it.  Copy it
+	instead.
+
 	* Mikael: 28202: Src/Zle/complist.c: need line unmetafied for
 	reversemenucomplete().
 
@@ -13576,5 +13581,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5065 $
+* $Revision: 1.5066 $
 *****************************************************