summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-19 16:00:29 +0000
committerJim Meyering <jim@meyering.net>1996-01-19 16:00:29 +0000
commit6981af01eec278e4ed8e4ca5916f9870f5a50521 (patch)
treeb170345d96643a186fb06f755729562081150b9e /old/sh-utils
parent863c2534251154fc3a974c2f35cabe650fe8c626 (diff)
downloadcoreutils-6981af01eec278e4ed8e4ca5916f9870f5a50521.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 086c98f6a..f7cc816f0 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 19 10:00:08 1996 Jim Meyering (meyering@na-net.ornl.gov)
+
+ * aclocal.m4 (fp_PROG_INSTALL): New macro.
+ * configure.in: Use it instead of AC_PROG_INSTALL.
+
Wed Jan 17 11:37:59 1996 Jim Meyering (meyering@na-net.ornl.gov)
* stty.c: Protoize and __P-protect forward dcls.
@@ -7,6 +12,10 @@ Wed Jan 17 11:37:59 1996 Jim Meyering (meyering@na-net.ornl.gov)
* lib/Makefile.am (su_SOURCES): Add xstrtol.c.
(HEADERS): Add xstrtol.h.
+ * test.c (advance): Protoize function.
+
+ * sleep.c (argdecode): Declare parameter const.
+
Sat Jan 13 22:31:23 1996 Jim Meyering (meyering@na-net.ornl.gov)
* stty.c: Indent cpp directives.