commit 40105672cda7b34770ba888ced04e94bc389281e
parent a1f1ee9b27d08644061bc440b779f99c3e9362f0
Author: tgoodwin <tgoodwin>
Date: Fri, 30 Oct 1998 16:07:36 +0000
towards another snapshot?
Diffstat:
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -482,3 +482,12 @@ Changes since rc-1.5b2
nonblocking input file descriptor; fix test for cdpath.
Portability: include <sys/types.h> before <sys/stat.h>.
+
+1998-10-30
+
+ Portability: rename basename() to rc_basename(), since the former is
+ quite widespread, and has a variety of different definitions (none of
+ them, of course, static).
+
+ Portability: work around i386 GCC 2.7.2.3 optimization bug triggered
+ by a (really quite simple) expression in history.c.
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.5s19981029)
+AM_INIT_AUTOMAKE(rc, 1.5s19981030)
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AC_DEFINE(RELDATE, "1998-10-29")
+AC_DEFINE(RELDATE, "1998-10-30")
dnl If we're using gcc, specify `-Wall'. I've also checked the code
dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes