summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-13 00:33:36 +0000
committerJim Meyering <jim@meyering.net>1998-07-13 00:33:36 +0000
commit36de2ed1e2ff1023298acb0fb2f35bea8ec94775 (patch)
tree000012c00f8c5c75c49eee057386ba83a2c3bfc3 /old/sh-utils
parentf42b337a0bcd670d3940a371a128ecd4c7b206d6 (diff)
downloadcoreutils-36de2ed1e2ff1023298acb0fb2f35bea8ec94775.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 4a1d7dce4..7858c7b76 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,24 @@
-1998-06-29 Jim Meyering <meyering@ascend.com>
+1998-07-12 Jim Meyering <meyering@ascend.com>
* Version 1.16f.
+ * tests/test: New directory and tests.
+ * tests/Makefile.am (SUBDIRS): Add test.
+ * configure.in (AC_OUTPUT): Add tests/test/Makefile.
+
+1998-07-04 Jim Meyering <meyering@ascend.com>
+
+ * lib/Makefile.am (libsu_a_SOURCES): Remove regex.c, now that it's
+ automatically discovered by automake.
+ (noinst_HEADERS): Remove unused safe-read.h.
+
+ * src/Makefile.am (CLEANFILES): Put $(SCRIPTS) here rather than in
+ DISTCLEANFILES.
+ (CLEANFILES): Add su, since we build it unconditionally, yet it's
+ never put in @OPTIONAL_BIN_PROGS@.
+
+1998-06-29 Jim Meyering <meyering@ascend.com>
+
* src/uptime.c: Include system.h only after error.h and readutmp.h
so we don't get redefinition warnings about getc, etc.
* src/who.c: Likewise.