commit 490fd204dd4d4cb62e28fd2b95df37103fc3aca9
parent 471b6d47ea38466543d8566a3a7df65e1a309e4b
Author: Toby Goodwin <toby@paccrat.org>
Date: Wed, 13 May 2015 22:24:51 +0100
release: rc-1.7.4
Diffstat:
5 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -899,3 +899,7 @@ Changes since rc-1.5b2
Testing: swap arguments to mktemp to be kinder to NetBSD (thanks Piotr
Meyer).
+
+2015-05-13
+
+ Release: rc-1.7.4.
diff --git a/NEWS b/NEWS
@@ -18,8 +18,7 @@ New features. Added $"x as a synonym for $^x. Minimal support for
various alternative line editing libraries. Filename completion with GNU
readline now quotes special characters.
-Documentation. Licence updated to use exactly the text of the zlib-
-with-acknowledgement licence.
+Documentation. Licence updated to the zlib licence.
Toby Goodwin
-2015-04-20
+2015-05-13
diff --git a/README b/README
@@ -1,6 +1,6 @@
-This is release rc-1.7.3.
+This is release rc-1.7.4.
-See COPYING for copying information. All files are
+See COPYING for copying information. All files are
Copyright 1991, 1999, 2001-2003, 2014, 2015 Byron Rakitzis.
@@ -9,8 +9,8 @@ See INSTALL for build and installation information.
BUGS
-Send bug reports to <toby@paccrat.org>. If a core dump is generated,
-sending a backtrace will help a great deal. You can get a backtrace
+Send bug reports to <toby@paccrat.org>. If a core dump is generated,
+sending a backtrace will help a great deal. You can get a backtrace
like this.
; gdb rc core
@@ -25,7 +25,7 @@ make rc; this information is extremely valuable.
FEEPING CREATURISM
See the end of the man page, under "INCOMPATIBILITIES" for (known?)
-differences from the "real" rc. Most of these changes were necessary
+differences from the "real" rc. Most of these changes were necessary
to get rc to work in a reasonable fashion on a real (i.e. commercial,
non-Labs) Unix system; a few were changes motivated by concern about
some inadequacies in the original design.
diff --git a/configure.ac b/configure.ac
@@ -1,5 +1,5 @@
dnl Our package name, version, ...
-AC_INIT([rc], [1.7.3])
+AC_INIT([rc], [1.7.4])
dnl ... and release date
RELDATE=`date -I`
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 "2015-04-20"
+.TH RC 1 "2015-05-13"
.SH NAME
rc \- shell
.SH SYNOPSIS