about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-05-29 14:28:05 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-05-29 14:28:05 +0000
commit1ca8378051227d70700d9f754d22e1bbde2924ad (patch)
tree8a350896e4ba41a9282fc6ebe84f9619f1dd0212 /ChangeLog
parent7898d5b1989c88e67f349ecfc088d86429932979 (diff)
downloadzsh-1ca8378051227d70700d9f754d22e1bbde2924ad.tar.gz
zsh-1ca8378051227d70700d9f754d22e1bbde2924ad.tar.xz
zsh-1ca8378051227d70700d9f754d22e1bbde2924ad.zip
17250: dont't execsave()/execrestore() around synchronous traps
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1718f39..17f9a5ffa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-05-29  Peter Stephenson  <pws@csr.com>
 
+	* 17250: Src/signals.c: don't execsave()/execrestore() around
+	traps which are executed synchronously, which caused unexpected
+	return statuses from `trap "return ..." EXIT'.
+
 	* 17249: Src/Modules/tcp.c: send output from `ztcp' or `ztcp -v'
 	to stdout, not the zle file descriptor.