*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Dec 1999 11:48:43 +0000 (11:48 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Dec 1999 11:48:43 +0000 (11:48 +0000)
old/sh-utils/ChangeLog

index 17e3b14..b590788 100644 (file)
@@ -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.