summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-20 06:57:02 +0000
committerJim Meyering <jim@meyering.net>2004-06-20 06:57:02 +0000
commit3bd1b6764324f798163cd499f4e1470a39549ff4 (patch)
treeed9e6d4f0dea10590e1d9cc75be2c39272d8fbdb /ChangeLog
parent0171abddcd6b2ccb644772d371bb1a97b87f21b0 (diff)
downloadcoreutils-3bd1b6764324f798163cd499f4e1470a39549ff4.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e60ebc1b6..e563974d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.