diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-18 11:48:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-18 11:48:43 +0000 |
commit | ac31ad442b696696df0a0b14fa3c70e21c129081 (patch) | |
tree | 0a7b39401bba046a8d635709782df3346b6a46c9 /old | |
parent | a47deedda7229dc4857cca949029d0c73f99bfa6 (diff) | |
download | coreutils-ac31ad442b696696df0a0b14fa3c70e21c129081.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 17e3b1429..b590788d3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,16 @@ +1999-12-18 Jim Meyering <meyering@ascend.com> + + * src/who.c (print_entry): Correct do_lookup test so that who + prints whatever host information it has, even without --lookup. + Reported by Bill Peters. + +1999-12-12 Jim Meyering <meyering@ascend.com> + + Move 120+ lines of stat.h-related macros from system.h (not shared) + to sys2.h, which is shared between fileutils, sh-utils, textutils. + * src/system.h: Move them from here... + * src/sys2.h: ... to here. + 1999-11-27 Jim Meyering <meyering@ascend.com> Rewrite to allow fractional seconds and to handle SIGCONT. |