about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-02-25 14:20:26 +0000
committerPeter Stephenson <pws@zsh.org>2016-02-25 14:20:26 +0000
commitc55d8551718bcf2fc7661c31c13e934060a5f1a7 (patch)
treeea5362983b67d3c471e54beae6495d928d81eb21 /ChangeLog
parent3195003cde3287300b75903f5266721bd04e0e31 (diff)
downloadzsh-c55d8551718bcf2fc7661c31c13e934060a5f1a7.tar.gz
zsh-c55d8551718bcf2fc7661c31c13e934060a5f1a7.tar.xz
zsh-c55d8551718bcf2fc7661c31c13e934060a5f1a7.zip
38024: Improve POSIX and native EXIT traps compatibility.
Allow a nested function trap to leave save and restore a POSIX
trap.

Still fails if the POSIX trap was defined in a function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bc3631c8..5e3162f21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-25  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 38024: Src/signals.c, Test/C03traps.ztst: improve 37999 to
+	allow nested zsh-mode EXIT traps not to remove a POSIX EXIT
+	trap.
+
 2016-02-19  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* unposted: Etc/completion-style-guide: Clarify the term "variant".