From 17fb014dc7984902a6697c6412b0cca55300542b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 7 Mar 2016 09:42:21 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9d34e430..52299a364 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-03-07 Peter Stephenson + + * 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 * 38106: Src/parse.c: if...then if...else should be a parse error. -- cgit 1.4.1