commit 8c60612f7636704f3c6acbccf3daa1358b17f077
parent e8d715e6daf567dc1ac46a1c3106b4bdc39df13f
Author: tjg <tjg>
Date: Fri, 4 Dec 1998 17:32:31 +0000
towards another snapshot
Diffstat:
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -491,3 +491,14 @@ Changes since rc-1.5b2
Portability: work around i386 GCC 2.7.2.3 optimization bug triggered
by a (really quite simple) expression in history.c.
+
+1998-12-04
+
+ Bug: a debugging statement was left in history.c by mistake.
+
+ Bug: `history' needs to check for `me' character preceded by `/', as
+ well as all the other options. An invocation like ../rc-1.5/- no
+ longer loops.
+
+ Documentation: it seems better to have but a single URL in the README
+ file, which indirects to the other places of interest.
diff --git a/configure.ac b/configure.ac
@@ -4,12 +4,12 @@ dnl eventually into the automake distribution...
AC_INIT(rc.h)
dnl Automake stuff.
-AM_INIT_AUTOMAKE(rc, 1.5s19981030)
+AM_INIT_AUTOMAKE(rc, 1.5s19981204)
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AC_DEFINE(RELDATE, "1998-10-30")
+AC_DEFINE(RELDATE, "1998-12-04")
dnl If we're using gcc, specify `-Wall'. I've also checked the code
dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes