rc

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

commit f9ede4ed373461d50f2c8799341a39d7e104e5f4
parent c41799d1273a8483f9aa87c9a0261e1538e38ddf
Author: tjg <tjg>
Date:   Wed, 27 Jan 1999 11:43:54 +0000

  Release: rc-1.5b5.

Diffstat:
MChangeLog | 25+++++++++++++++++++++++++
MREADME | 4+---
Mconfigure.ac | 4++--
3 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -529,3 +529,28 @@ Changes since rc-1.5b2 Documentation: the Bell Labs rc now has the list flattening operator, but spelt $"foo. + +1999-01-11 + + Release: rc-1.5b4. + +1999-01-19 + + Documentation: document the `-s' option. Also, arrange the option + documentation in alphabetical order. + + Tidiness: just install `history' to `$(bindir)/-'; don't create an + extra link (which `make clean' failed to remove). + +1999-01-22 + + Bug: `-s' should not imply `-i'. + + Testing: add regression test for `-s' behaviour. + +1999-01-27 + + Documentation: default path was out of date; minor consistency + improvements. + + Release: rc-1.5b5. diff --git a/README b/README @@ -1,5 +1,4 @@ -This is a snapshot release of rc-1.5. The file RELDATE identifies the -date of the snapshot. +This is a beta release, rc-1.5b5. See COPYING for copying information. All files are @@ -37,4 +36,3 @@ WWW More information on releases of rc can be found at this web page. http://www.star.le.ac.uk/~tjg/rc/ - 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.5s`echo $RELDATE |sed 's/-//g'`) +dnl AM_INIT_AUTOMAKE(rc, 1.5s`echo $RELDATE |sed 's/-//g'`) dnl ...and this one for releases -dnl AM_INIT_AUTOMAKE(rc, 1.5b4) +AM_INIT_AUTOMAKE(rc, 1.5b5) AM_CONFIG_HEADER(config.h)