From 9da59238ff3163de41800c82d6304b9a09307fcf Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sun, 20 Apr 2014 11:09:51 -0700 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e79faae4..07ee44a2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-04-20 Barton E. Schaefer + * 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. -- cgit 1.4.1