diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-17 03:41:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-17 03:41:47 +0000 |
commit | d8ab22727f4e59a9f3bf5bc2856f3d7471830482 (patch) | |
tree | dbb3e22d210d1fe2fe19dbe325a4d62c46db53c9 /old | |
parent | 505b859fe96a82e595dc650d951f065647345456 (diff) | |
download | coreutils-d8ab22727f4e59a9f3bf5bc2856f3d7471830482.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index df5a5650d..02fb9a763 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,19 @@ +Tue Apr 16 20:24:44 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * src/Makefile.am (who.c): Qualify who-users.c reference with + $(srcdir)/ prefix. + (users.c): Likewise. + (uptime.c): Likewise. + From François Pinard. + + * configure.in: Always invoke AC_GETLOADAVG, not just if we're + building uptime. + Sat Apr 13 13:24:35 1996 Jim Meyering (meyering@na-net.ornl.gov) + * getloadavg.c: Test cpp-defined __sun as well as sun, because + in strict ANSI mode, only __sun is defined. From Kaveh Ghazi. + * date.c (usage): Add missing `\n\' at the end of newly added lines for %e and %z. |