diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-06-28 09:37:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-06-28 09:37:21 +0000 |
commit | a6660cadc66f21a9fcbf1f388f2c163c0561b53a (patch) | |
tree | bd376e0106d338be99e7e1d9fe3bd1b1ee18d8f5 /ChangeLog | |
parent | 9b9e5a3ac0d9213e112dcf95a272c5a993eef2df (diff) | |
download | zsh-a6660cadc66f21a9fcbf1f388f2c163c0561b53a.tar.gz zsh-a6660cadc66f21a9fcbf1f388f2c163c0561b53a.tar.xz zsh-a6660cadc66f21a9fcbf1f388f2c163c0561b53a.zip |
21391: only pass SIGINT and SIGQUIT from foreground processes to the shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0acc1460c..63c17687f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-06-28 Peter Stephenson <pws@csr.com> + + * 21391: Src/jobs.c: Restrict passing of signals from foreground + processes to the shell to SIGINT and SIGQUIT (i.e. those + generated from the keyboard). This removes some unexpected + behaviour with SIGPIPE being passed to the shell. + 2005-06-27 Doug Kearns <djkea2@gus.gscit.monash.edu.au> * unposted: Completion/Unix/Type/_urls: complete WWW_HOME, ftp_proxy |