*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 23 Jun 2004 14:48:28 +0000 (14:48 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jun 2004 14:48:28 +0000 (14:48 +0000)
ChangeLog

index c2fee839c11f4c63f19a4be522a48fa48ab1f7e6..08c70e7aded2e1c633b76f35ac9c616de2f20ad7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
-2004-06-22  Jim Meyering  <jim@meyering.net>
+2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
 
+       * src/who.c (idle_string, print_user): New arg boottime,
+       specifying the most recent boot time.  All uses changed.
+       (idle_string) Consider a line to be "old" if it hasn't been used
+       since the last boot time.  Watch out for overflow when computing
+       times, and for times in the future.
+       (idle_string): Record latest boot time.
+
+2004-06-22  Jim Meyering  <jim@meyering.net>
+
        * src/test.c (usage): Correct description of `-t FD'.  The file
        descriptor, FD, is no longer optional.  Reported by Ton Nijkes.