summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-23 15:07:22 +0000
committerJim Meyering <jim@meyering.net>2004-06-23 15:07:22 +0000
commitcf38364839d0b88028c995fc1060f86bbc33354e (patch)
tree4be2c2cd3b867074dd8a5aeb2502026a51ce538e
parent112efa81f24ead69a3a9b6ae76f601911535352c (diff)
downloadcoreutils-cf38364839d0b88028c995fc1060f86bbc33354e.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08c70e7ad..821619683 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2004-06-22 Paul Eggert <eggert@cs.ucla.edu>
+2004-06-23 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ * tests/*: Replace all occurrences of `(exit N); exit' with
+ `(exit N); exit N'. Otherwise, those many tests could exit with
+ improper exit status when exiting via e.g., a trapped interrupt.
+ Thanks to a report from Bob Proulx.
+
+2004-06-22 Paul Eggert <eggert@cs.ucla.edu>
+
* 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