From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7609 invoked from network); 9 Nov 2002 01:14:22 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Nov 2002 01:14:22 -0000 Received: (qmail 8055 invoked by alias); 9 Nov 2002 01:14:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17919 Received: (qmail 8032 invoked from network); 9 Nov 2002 01:14:09 -0000 To: Peter Stephenson Cc: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Inconsistent signal handling? References: <1733.1036752289@csr.com> From: Philippe Troin Date: 08 Nov 2002 17:14:01 -0800 Message-ID: <87n0ojpmsm.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin Peter Stephenson writes: > Philippe Troin wrote: > > So has it been applied ? :-) > > Just committed it on the main trunk. We can look for unexpected changes > of behaviour. Thanks. I believe that the terminal I/O handling patch is also on the main trunk. Then there should be no change in behavior (except for the problem fixed by those two patches, namely: 1. the signal mask is cleared and all signals are reset to their default disposition on all interactive sessions; 2. zsh makes sure it is a process group leader (by creating its own process group if necessary) on interactive sessions; and 3. zsh no longer ignores SIGTERM). Phil.