diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-20 06:57:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-20 06:57:02 +0000 |
commit | 3bd1b6764324f798163cd499f4e1470a39549ff4 (patch) | |
tree | ed9e6d4f0dea10590e1d9cc75be2c39272d8fbdb /ChangeLog | |
parent | 0171abddcd6b2ccb644772d371bb1a97b87f21b0 (diff) | |
download | coreutils-3bd1b6764324f798163cd499f4e1470a39549ff4.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,7 +1,26 @@ -2004-06-19 Jim Meyering <jim@meyering.net> +2004-06-19 Paul Eggert <eggert@cs.ucla.edu> * 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 <eggert@cs.ucla.edu> + + * 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 <jim@meyering.net> + * 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. |