From 3bd1b6764324f798163cd499f4e1470a39549ff4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Jun 2004 06:57:02 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e60ebc1b68..e563974d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,26 @@ -2004-06-19 Jim Meyering +2004-06-19 Paul Eggert * Version 5.3.0. + Don't dump core if ctime returns NULL; this is possible on + hosts with 64-bit time_t and 32-bit int. + * src/who.c: Include "inttostr.h". + (time_string): If ctime fails, print the raw time as an integer + instead of dumping core. + * src/pinky.c: Likewise, as follows: + Include "inttostr.h". + (time_string): New function, copied from who.c. + (print_entry): Use it. + +2004-06-19 Paul Eggert + + * src/who.c (print_line): Don't truncate user names at 8 bytes. + Problem reported by Guido Leenders in: + http://lists.gnu.org/archive/html/bug-coreutils/2004-06/msg00056.html + * NEWS: document this. + +2004-06-19 Jim Meyering + * src/system.h (case_GETOPT_VERSION_CHAR): Switch back to using GNU_PACKAGE (from PACKAGE) once again. This restores `GNU' to the parenthesized package name in --version output. -- 2.47.3