]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 13 Apr 1996 03:05:56 +0000 (03:05 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Apr 1996 03:05:56 +0000 (03:05 +0000)
old/sh-utils/ChangeLog

index fcaa97cf87e6d6e64f0b86d5ef4a9262facc3ec1..b32bc4a61d946f94311da6dfc59092360bb03392 100644 (file)
@@ -1,3 +1,28 @@
+Fri Apr 12 22:03:13 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * date.c (usage): Document %e and %z.  Reported by Karl Berry.
+
+Wed Apr 10 21:26:30 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * configure.in: Add test for boot_time.
+       From Kaveh Ghazi.
+
+       * lib/Makefile.am (EXTRA_DIST): Add getloadavg.c.
+
+       * src/Makefile.am (EXTRA_PROGRAMS): Add uptime.
+       (BUILT_SOURCES): Add uptime.c.
+       (MOSTLYCLEANFILES): Add uptime.c.
+       (uptime.c): Add rule to build it from who-users.c.
+
+       * who-users.c: Reindent.
+       (UT_TIME_MEMBER): New macro.
+       (print_uptime): Use it instead of #ifdef HAVE_UTMPX_H #else.
+       (print_entry): Likewise.
+
+Tue Apr  9 23:57:19 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * who-users.c (print_uptime) [UPTIME]: New function.  From Kaveh Ghazi.
+
 Sun Apr  7 11:58:13 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * seq.c (print_numbers): Rearrange loops to get it right.