diff options
author | Peter Stephenson <pws@zsh.org> | 2016-03-07 09:42:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-03-07 09:42:21 +0000 |
commit | 17fb014dc7984902a6697c6412b0cca55300542b (patch) | |
tree | 0fcae721ebf4ea22a2258b26712b14b74d71d4e2 /ChangeLog | |
parent | bc958ab27591f3bb717efeb95fa541ee14a2405b (diff) | |
download | zsh-17fb014dc7984902a6697c6412b0cca55300542b.tar.gz zsh-17fb014dc7984902a6697c6412b0cca55300542b.tar.xz zsh-17fb014dc7984902a6697c6412b0cca55300542b.zip |
38094: Fix POSIX EXIT traps defined in function.
These aren't local, so set the local level to 0; else they can get overridden incorrectly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b9d34e430..52299a364 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-03-07 Peter Stephenson <p.stephenson@samsung.com> + + * 38094: Src/signals.c, Test/C03traps.ztst: POSIX exit traps + aren't local so local level should be 0 so they don't + get trashed if defined in a function. + 2016-03-06 Barton E. Schaefer <schaefer@zsh.org> * 38106: Src/parse.c: if...then if...else should be a parse error. |