]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 23 Jun 2004 15:07:22 +0000 (15:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jun 2004 15:07:22 +0000 (15:07 +0000)
ChangeLog

index 08c70e7aded2e1c633b76f35ac9c616de2f20ad7..821619683b6063bcb111abd091b7e04d168da1d7 100644 (file)
--- 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