summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-01-20 17:17:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-01-20 17:17:45 +0000
commitf02778f83c9a1dfaae895a52d3a49417a8f340ea (patch)
treed64871036610fa4cbfffc725875c9cc8c701e5e1 /ChangeLog
parent27608: fix memory for mbegin, mend & regexp test (diff)
downloadzsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar
zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar.gz
zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar.bz2
zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar.lz
zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar.xz
zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar.zst
zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.zip
27611: cache parameter values in math eval so subscripts are eval'd once
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9f0b7da9..098e91b78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-01-20 Peter Stephenson <pws@csr.com>
+ * 27611: Src/math.c, Test/C01arith.ztst: cache parameter values so
+ that subscripts aren't multiply evaluated when they shouldn't be.
+
* 27608: Src/Modules/pcre.c, Src/Modules/regex.c,
Test/C02cond.ztst: test was broken and sizes of variables
for arrays were wrong.
@@ -12615,5 +12618,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4868 $
+* $Revision: 1.4869 $
*****************************************************