rc

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

commit 061386e5f31da451257235b3a24a3f00e427fe02
parent ab5a66ad3e612ae1d0b0b386a65ab13c24a97d2a
Author: tjg <tjg>
Date:   Fri,  8 Feb 2002 14:14:01 +0000

  Release: rc-1.6c6.

Diffstat:
MChangeLog | 3+++
MNEWS | 7++++---
MREADME | 4++--
Mconfigure.ac | 4++--
Mrc.1 | 2+-
5 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -763,3 +763,6 @@ Changes since rc-1.5b2 Bug: parselimit() was broken in various ways (thanks Chris Siebenmann). +2002-02-08 + + Release: rc-1.6c6. diff --git a/NEWS b/NEWS @@ -7,12 +7,13 @@ Bug fixes. A number of bugs have been fixed. The serious ones were: a core dump, triggered by `~ () '*''; premature exit, triggered by sourcing a file which could be open()ed but not read() (such as a directory on many systems); uninterruptible looping, triggered by -semantic errors in `fn prompt'. +semantic errors in `fn prompt'; deficiencies in the `limit' builtin. New features. The following features are new: the `$version' variable replaces the `-V' flag; the `-I' flag (definitively not interactive) was added for compatibility with the Plan 9 rc; ASCII SOH (^A) is now -handled transparently; support for large files. +handled transparently; support for large files; support for more +limits. Documentation. Distributions of this rc used to include a PostScript paper given by Tom Duff to the UKUUG, describing the Plan 9 rc. This @@ -21,4 +22,4 @@ the web, both in its original PostScript version, and an updated HTML version. Tim Goodwin -2001-11-20 +2002-02-08 diff --git a/README b/README @@ -1,8 +1,8 @@ -This is release candidate rc-1.6c5. +This is release candidate rc-1.6c6. See COPYING for copying information. All files are - Copyright 1991, 2001 Byron Rakitzis. + Copyright 1991, 2001, 2002 Byron Rakitzis. See INSTALL for build and installation information. diff --git a/configure.ac b/configure.ac @@ -6,9 +6,9 @@ AC_DEFINE_UNQUOTED(RELDATE, "$RELDATE") dnl Automake stuff. dnl Use this one for snapshots... -AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`) +dnl AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`) dnl ...and this one for releases -dnl AM_INIT_AUTOMAKE(rc, 1.6c5) +AM_INIT_AUTOMAKE(rc, 1.6c6) AM_CONFIG_HEADER(config.h) diff --git a/rc.1 b/rc.1 @@ -161,7 +161,7 @@ .if !"\\$4"" .Xf \\$2 \\$1 "\\$3\\f\\$1\\$4\\*(Xi" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9" .if "\\$4"" \\$3\fR\s10 .. -.TH RC 1 "2001-11-20" +.TH RC 1 "2002-02-08" .SH NAME rc \- shell .SH SYNOPSIS