From: Jim Meyering Date: Sat, 18 Dec 1999 11:48:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0l~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac31ad442b696696df0a0b14fa3c70e21c129081;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 17e3b14292..b590788d3e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,16 @@ +1999-12-18 Jim Meyering + + * 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 + + 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 Rewrite to allow fractional seconds and to handle SIGCONT.