From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from apollo.le.ac.uk ([143.210.16.125]) by hawkwind.utcs.utoronto.ca with SMTP id <45699>; Mon, 18 Jun 2001 10:58:34 -0500 Received: from happy.star.le.ac.uk ([143.210.36.58]) by apollo.le.ac.uk with smtp (Exim 3.16 #1) id 15BzN8-0004Fj-00 for rc@hawkwind.utcs.utoronto.ca; Mon, 18 Jun 2001 14:47:18 +0100 Received: (qmail 3661 invoked from network); 18 Jun 2001 13:47:39 -0000 Received: from fozzie.star.le.ac.uk (tjg@143.210.36.216) by happy.star.le.ac.uk with QMQP; 18 Jun 2001 13:47:39 -0000 Date: Mon, 18 Jun 2001 09:47:39 -0500 Message-ID: <20010618134739.20958.qmail@happy.star.le.ac.uk> From: Tim Goodwin To: rc@hawkwind.utcs.utoronto.ca Subject: New snapshot rc-1.6s200106-18 available I'm sorry that there's been no news of rc recently; I've been engrossed in other project (monadic parser combinators, anyone? :-). Anyway, a couple of significant problems have emerged recently: newer versions of gcc don't allow you even to pretend to pass a short to a stdargs function; and job control seems to have got even more complex. This snapshot fixes both those, and a few other nits. A full list of changes since the last beta is appended. Please test this, and report any problems back to me; I'd like to get a new beta out the door soon. Thanks, 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. 2000-05-25 Portability: need special runes for read() returning EIO under job control systems. 2000-06-20 Feature: add `-I' flag (definitively not interactive) for compatibility with Plan 9 rc. 2000-11-27 Portability: configure fails to detect strerror() on NetBSD; we need to include . 2001-06-18 Bug: you can't pass a short to a stdargs function!