diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-20 17:17:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-20 17:17:45 +0000 |
commit | f02778f83c9a1dfaae895a52d3a49417a8f340ea (patch) | |
tree | d64871036610fa4cbfffc725875c9cc8c701e5e1 /ChangeLog | |
parent | af68ff74cd5e740d69020ad4ff20f1d5a8dcb4de (diff) | |
download | zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar.gz zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.tar.xz zsh-f02778f83c9a1dfaae895a52d3a49417a8f340ea.zip |
27611: cache parameter values in math eval so subscripts are eval'd once
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
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 $ ***************************************************** |