From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from apollo.le.ac.uk ([143.210.16.125]) by hawkwind.utcs.toronto.edu with SMTP id <25636>; Wed, 19 Apr 2000 16:10:50 -0400 Received: from happy.star.le.ac.uk ([143.210.36.58]) by apollo.le.ac.uk with smtp (Exim 3.13 #2) id 12hvdq-00006y-00 for rc@hawkwind.utcs.toronto.edu; Wed, 19 Apr 2000 15:39:46 +0100 Received: (qmail 25249 invoked from network); 19 Apr 2000 14:40:07 -0000 Received: from ltpcg.star.le.ac.uk (tjg@143.210.36.203) by happy.star.le.ac.uk with SMTP; 19 Apr 2000 14:40:07 -0000 To: rc@hawkwind.utcs.toronto.edu In-Reply-To: <200004180630.XAA05903@peanut.rakitzis.com> Subject: Re: Bug#62339: rc bug Date: Wed, 19 Apr 2000 10:39:44 -0400 From: Tim Goodwin Message-ID: A big "thank you!" to Byron and Decklin for getting to the bottom of this bug. I've incorporated their fix, plus a couple of other recent fixes into a new snapshot, which you can get from here. http://www.star.le.ac.uk/~tjg/rc/snap/rc-1.6s20000419.tar.gz This has only been very lightly tested; there might well be some booboos. After the Easter break, I'll scrutinize the changes again, and wrap them into a new beta release. Changes since the last beta are summarized below. Tim. 2000-04-19 Bug: isatty() tests in input.c are relevant to any fd, not just 0. Now `. -i /dev/tty' works right. Bug: fn sigexit wasn't always cleared in child shells. Bug: `~ () '*'' dumped core.