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 | 27608: fix memory for mbegin, mend & regexp test (diff) | |
| download | zsh-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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 $ ***************************************************** |
