rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 4a6c3c0ff459f3398bf944b055dfa4a7a17af1b0
parent 1817e8753e4b9cfe75e65a15513c2dc219120ae2
Author: tgoodwin <tgoodwin>
Date:   Wed, 21 Oct 1998 12:56:06 +0000

19981021 snapshot

Diffstat:
MChangeLog | 7+++++++
MINSTALL | 2+-
MNEWS | 5++++-
MREADME | 2+-
Mconfigure.ac | 4++--
5 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -428,3 +428,10 @@ Changes since rc-1.5b2 Documentation: document the `-V' flag and mention Linux's /proc/self/fd as alternative to /dev/fd. +1998-10-21 + + Bug: shells need to be prepared for bogus applications to have set + their input file descriptor to non-blocking, and set it back. + + Tidiness: <sys/types.h> is in "proto.h", so nothing else needs to + include it explicitly. diff --git a/INSTALL b/INSTALL @@ -140,7 +140,7 @@ If you have a suitable `make', you can build rc in a different directory from where the sources are held. This is particularly useful if you are building rc for multiple architectures. All you need do is specify the path to the configure script in the first step. Suitable `make's -include GNU, and SunOS, but not Irix, nor UnixWare. +include GNU, and SunOS, but not Irix, nor Ultrix, nor UnixWare. COMPILATION WARNINGS diff --git a/NEWS b/NEWS @@ -42,6 +42,9 @@ trip.rc successfully, and does not appear to be very stable. Support for vrl (another lightweight "readline"-style library) was added. +rc can now deal with a bogus application that sets its stdin to +non-blocking mode. + See ChangeLog for more details. What happened to rc-1.5b3? There were a couple of releases to people @@ -49,4 +52,4 @@ who'd found bugs in rc-1.5b2 that were called b3. To avoid any possibility of confusion, I have named this beta release rc-1.5b4. Tim Goodwin -1998-10-20 +1998-10-21 diff --git a/README b/README @@ -1,4 +1,4 @@ -This is beta release rc-1.5b4 of rc. +This is snapshot release rc-1.5s19981021 of rc. See COPYING for copying information. All files are diff --git a/configure.ac b/configure.ac @@ -1,12 +1,12 @@ AC_INIT(rc.h) dnl Automake stuff. -AM_INIT_AUTOMAKE(rc, 1.5b4) +AM_INIT_AUTOMAKE(rc, 1.5s19981021) AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM -AC_DEFINE(RELDATE, "1998-10-20") +AC_DEFINE(RELDATE, "1998-10-21") dnl If we're using gcc, specify `-Wall'. I've also checked the code dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes