about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-02-17 10:40:55 +0000
committerPeter Stephenson <pws@zsh.org>2016-02-17 10:40:55 +0000
commitab74c86edb30fa04fda5fe7fa01e404334f7c2b0 (patch)
tree096002145a76bca90e09c2dc511008f33145acc2 /ChangeLog
parentf96a0167289d41d583b01b17482bba0641be2805 (diff)
downloadzsh-ab74c86edb30fa04fda5fe7fa01e404334f7c2b0.tar.gz
zsh-ab74c86edb30fa04fda5fe7fa01e404334f7c2b0.tar.xz
zsh-ab74c86edb30fa04fda5fe7fa01e404334f7c2b0.zip
37999: Sticky behaviour of EXIT traps.
They now have POSIX or non-POSIX behaviour based on the setting
of POSIX_TRAPS where the trap was defined, rather than where the
trap would (or would not) be executed.

Tweaks possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92c50cd46..fe1156f70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-17  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 37999: README, Src/signals.c, Test/C03traps.ztst: Make
+	POSIX-style EXIT traps behave according to POSIX_TRAPS at
+	the point where the trap is set.
+
 2016-02-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* users/21256 + workers/37965: Doc/Zsh/contrib.yo,