summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-03-09 09:52:23 +0000
committerPeter Stephenson <pws@zsh.org>2017-03-09 09:52:23 +0000
commit64559abc1fdd375e5672a03c29c20a7a49259e29 (patch)
tree0c9d370d9a39be28471f25a951b880fa52e2849c /ChangeLog
parentc93f29b52d4dc6725841671cafd4a9ea845a9598 (diff)
downloadzsh-64559abc1fdd375e5672a03c29c20a7a49259e29.tar.gz
zsh-64559abc1fdd375e5672a03c29c20a7a49259e29.tar.xz
zsh-64559abc1fdd375e5672a03c29c20a7a49259e29.zip
40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.
If typeset family builtins are recognised as keywords then the value
is handled as a separate expansion and we don't need the old
magic behaviour, even if the option is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec784d0ce..46184fa35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-09  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 40796: Src/exec.c: We don't want magic '=' expansion if we are
+	already parsing a separate variable name and value.
+
 2017-03-08  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 40799: Src/params.c: fix $- expansion partly broken by 40760