commit c2f4ccc59f6760f6eed41cc485d079eb7b9b3e48
parent c0f34f63b9da18e135bac9f5ad7c57552279cf38
Author: tgoodwin <tgoodwin>
Date: Thu, 29 Oct 1998 14:36:42 +0000
another snapshot
Diffstat:
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -467,3 +467,16 @@ Changes since rc-1.5b2
Tidiness: remove unused functions from print.c. Anybody wanting to
use this library in another project should follow the pointer in the
documentation to an improved version.
+
+1998-10-29
+
+ Bug: the "null character ignored" warning was printed with the wrong
+ line number. Fix by adding an offset argument to pr_error.
+
+ Portability: work around readline's broken treatment of a non-blocking
+ input file descriptor.
+
+ Testing: add `testing' auxiliary program; use `testing' to generate
+ null character on the fly (since it's a nuisance having a literal
+ null character in trip.rc); reset sigexit in `fn fail'; add test for
+ nonblocking input file descriptor.
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.5s19981028)
+AM_INIT_AUTOMAKE(rc, 1.5s19981029)
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AC_DEFINE(RELDATE, "1998-10-28")
+AC_DEFINE(RELDATE, "1998-10-29")
dnl If we're using gcc, specify `-Wall'. I've also checked the code
dnl with `-pedantic -W -Wall -Wpointer-arith -Wstrict-prototypes