diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2017-02-20 09:57:25 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2017-02-20 13:26:49 -0800 |
commit | b3c186028e8c13f9bc7afd0bd21d769874759c27 (patch) | |
tree | 3af59de0b1cf29cc86ea04d7a8c81f543c3409de /ChangeLog | |
parent | 9f447578f03b4c5040045a15808511e1d3c9919e (diff) | |
download | zsh-b3c186028e8c13f9bc7afd0bd21d769874759c27.tar.gz zsh-b3c186028e8c13f9bc7afd0bd21d769874759c27.tar.xz zsh-b3c186028e8c13f9bc7afd0bd21d769874759c27.zip |
40593: SHWORDSPLIT + unset IFS should cause default splitting of $@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index df1097493..2f187a74b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-02-19 Barton E. Schaefer <schaefer@zsh.org> + * 40593: Src/subst.c: SHWORDSPLIT + unset IFS should cause default + splitting of $@ and other array references with (@) or [@] + * 40576 (tweaked): Src/exec.c: entersubsh(): small improvement to loop that resets trap handlers; unblock any signals that were blocked for trap handling |