about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-04-20 11:09:51 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-04-20 11:09:51 -0700
commit9da59238ff3163de41800c82d6304b9a09307fcf (patch)
tree8f17de1268ad0081dd213f1841cce2ee63c45623 /ChangeLog
parent848badaa5f0a18ca3388016d49ffc340b6c2d0c6 (diff)
downloadzsh-9da59238ff3163de41800c82d6304b9a09307fcf.tar.gz
zsh-9da59238ff3163de41800c82d6304b9a09307fcf.tar.xz
zsh-9da59238ff3163de41800c82d6304b9a09307fcf.zip
32569: lastval ($?) should not be reset between word list substitution and loop body execution in for/select
Remove one other redundant and therefore confusing assignment to lastval.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e79faae4..07ee44a2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-04-20  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 32569: Src/loop.c: lastval ($?) should not be reset between
+	word list substitution and loop body execution in for/select.
+
 	* 32568: Src/exec.c, Src/loop.c: consistency in handling of errflag
 	condition during substitutions in for/select word lists, function
 	definition name position, and anonymous function argument lists.