summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-23 14:48:28 +0000
committerJim Meyering <jim@meyering.net>2004-06-23 14:48:28 +0000
commit11f05299f96e39d58356f83d09811487235c5f4c (patch)
treeb663d3186f26077bada1c3243f26d18b1f3d8b4b
parent22191da8fba049e9391f3f77a028772c8a20478f (diff)
downloadcoreutils-11f05299f96e39d58356f83d09811487235c5f4c.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c2fee839c..08c70e7ad 100644
--- 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.