diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-11-08 10:43:48 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-11-08 10:43:48 +0000 |
commit | 2c75ac82e9902818a229d51ace1aa077356a3b63 (patch) | |
tree | 33e4ce867c8818108a404e4472ac6df9165dfc56 /ChangeLog | |
parent | 83b3b0769a11b1fb8060695efb72c17a55d04cea (diff) | |
download | zsh-2c75ac82e9902818a229d51ace1aa077356a3b63.tar.gz zsh-2c75ac82e9902818a229d51ace1aa077356a3b63.tar.xz zsh-2c75ac82e9902818a229d51ace1aa077356a3b63.zip |
17861 from Philippe Troin: make signal initialisation more consistent
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 68c91d838..2b3f2f486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-11-08 Peter Stephenson <pws@csr.com> + + * 17861: Philippe Troin <phil@fifi.org>: Src/init.c: Improve + initialisation of signals. Allow shell to get SIGTERM; remove + duplicate attachtty() code; initialise signal mask consistently + in interactive shells, resetting ignored signals, too. + 2002-11-06 Sven Wischnowsky <wischnow@zsh.org> * 17910: Bart (17906): de-quote prefix when calling compfiles to |