about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2023-04-17 09:30:34 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2023-04-17 09:30:34 +0100
commit8f5fe841a63fecdab4416578653549689f2c592f (patch)
tree3d4385680711236021e38f2705c1e01baa65a46d /ChangeLog
parentd6e69b72990f42549fbe8fc54dd7edd14bc66701 (diff)
downloadzsh-8f5fe841a63fecdab4416578653549689f2c592f.tar.gz
zsh-8f5fe841a63fecdab4416578653549689f2c592f.tar.xz
zsh-8f5fe841a63fecdab4416578653549689f2c592f.zip
51652: fix running of TRAPEXIT explicitly.
This is a special case where TRAPEXIT is unset within a TRAPEXIT
as it should never run in a nested context, so just save the
function structure temporarily on the heap.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 904d207de..981fdacd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-17  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 51652 (plus typo correction): Src/exec.c, Test/C03traps.ztst:
+	fix running of TRAPEXIT explicitly.
+
 2023-04-11  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 51639: Doc/Zsh/params.yo, Src/init.c, configure.ac: add new