about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-01-03 14:41:38 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-01-03 14:44:12 -0800
commitc4dba4f2e654f40160ff97fdf691e9a33ea129b0 (patch)
tree8fa206420a3180457112c1009bef6ea1eafbd681 /ChangeLog
parentd0f7a3b2d6abe48b705dbcde1c601e5224478bee (diff)
downloadzsh-c4dba4f2e654f40160ff97fdf691e9a33ea129b0.tar.gz
zsh-c4dba4f2e654f40160ff97fdf691e9a33ea129b0.tar.xz
zsh-c4dba4f2e654f40160ff97fdf691e9a33ea129b0.zip
users/22319: ${ary1:^ary2} should not change isarr state of expansion of ary1
Unless ary1 is made from a scalar, semantics of (@) in double quotes is lost.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aafe096f..0170dc6ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,12 @@
 	* Paulo Andrade: 40260: Src/prompt.c: Set newly allocated
 	space in prompt buffer to zero as it may be tested.
 
+2017-01-01  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* users/22319: Src/subst.c: ${ary1:^ary2} should not change
+	the isarr state of the expansion of ary1 unless ary1 is made
+	from a scalar, lest semantics of (@) in double quotes be lost.
+
 2016-12-30  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 40248: Src/hist.c: suppress errors from zshaddhistoryhook,