diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-04-20 10:27:15 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-04-20 10:27:15 -0700 |
commit | 848badaa5f0a18ca3388016d49ffc340b6c2d0c6 (patch) | |
tree | 6588e5f278aeb789405651e5d3c2f0c7409bf778 /ChangeLog | |
parent | 8189e12312ede991827efc6683b7ce8463deb0bf (diff) | |
download | zsh-848badaa5f0a18ca3388016d49ffc340b6c2d0c6.tar.gz zsh-848badaa5f0a18ca3388016d49ffc340b6c2d0c6.tar.xz zsh-848badaa5f0a18ca3388016d49ffc340b6c2d0c6.zip |
32568: consistency in handling of errflag condition during substitutions
Affects for/select word lists, function definition name position, and anonymous function argument lists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f8711ee31..4e79faae4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-04-20 Barton E. Schaefer <schaefer@zsh.org> + + * 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. + 2014-04-17 Barton E. Schaefer <schaefer@zsh.org> * Andrew Waldron: 32552 (updated by 32560): Src/exec.c, |