summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-13 02:54:28 +0000
committerJim Meyering <jim@meyering.net>1997-07-13 02:54:28 +0000
commit2d8c67c7d510421ecaaa72d3074961e34d12e159 (patch)
tree04c78ea27b9ee544a2445667ef26417e29095eb1 /old
parentad0f8c9b718d0a797d67ddf4d6dc921d5951758e (diff)
downloadcoreutils-2d8c67c7d510421ecaaa72d3074961e34d12e159.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index eed880af3..925d50109 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,21 @@
+1997-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * lib/readutmp.c, lib/readutmp.h: New files implementing shared
+ functionality from src/who-users.c.
+
+ * lib/Makefile.am (libsu_a_SOURCES): Add readutmp.c.
+ (noinst_HEADERS): Add readutmp.h.
+
+ * src/who.c, src/users.c, src/uptime.c: Split these so they no
+ longer derive from the template source file who-users.c. Use
+ shared functionality from lib/readutmp.c instead.
+
+ * src/Makefile.am: Remove rules to build who.c, users.c and
+ uptime.c from template source file who-users.c. Handle these
+ files as stand-alone sources.
+
+ * src/who-users.c: Remove file. It is no longer used.
+
1997-07-12 Jim Meyering <meyering@na-net.ornl.gov>
* src/date.c (MAYBE_SET_TZ_UTC0): New macro.