about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-02-22 21:32:08 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-02-22 21:32:08 +0000
commit6fa63a0ce2b2aa31a343ca0841b57895d11b5754 (patch)
treeec3acbb12ccb523f55bab6e92390b4117f9fe238 /ChangeLog
parentbcc4ab792d415039fea3afa2976df09f66477721 (diff)
downloadzsh-6fa63a0ce2b2aa31a343ca0841b57895d11b5754.tar.gz
zsh-6fa63a0ce2b2aa31a343ca0841b57895d11b5754.tar.xz
zsh-6fa63a0ce2b2aa31a343ca0841b57895d11b5754.zip
34606: fix up nested arithmetic substitution
Arithmetic within a parameter substitution is a special
case that needs fixing with the introduction of the new
Inparmath token.

Add test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db222762a..31988c5b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-02-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 34606: Src/subst.c, Test/C01arith.ztst: fix up arithmetic
+	nested in parameter substitution.
+
 	* 34604: Src/hist.c: Work around problem with changes in Meta
 	affecting history file when read in.