diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-22 14:55:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-22 14:55:34 +0000 |
commit | f1317a406025f5ceaf34709b370a53062f54ee8b (patch) | |
tree | a392624297f3d7560faaaeb982d39c40ad0eb167 /ChangeLog | |
parent | 1aee77322739df7ffffa661c239bb7d9ad3785a7 (diff) | |
download | coreutils-f1317a406025f5ceaf34709b370a53062f54ee8b.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2004-06-22 Jim Meyering <jim@meyering.net> + + * src/test.c (usage): Correct description of `-t FD'. The file + descriptor, FD, is no longer optional. Reported by Ton Nijkes. + +2004-06-21 Paul Eggert <eggert@cs.ucla.edu> + + The 2004-06-19 fix for who and pinky was incomplete, as ctime + has undefined behavior if the year precedes -999 or follows 9999. + Since we have to stop using ctime anyway, we might as well use + strftime and fix the FIXME, and support internationalized dates. + + * NEWS: Document the new behavior. + * src/who.c: Include "hard-locale.h". + (time_format, time_format_width): New vars. + (time_string, print_line): Use them. + (main): Set them. + (time_string): Use localtime + strftime instead of + ctime, to avoid problems with years before -999 or after 9999. + * src/pinky.c: Likewise. + 2004-06-21 Paul Eggert <eggert@cs.ucla.edu> Fix bug: GNU 'ls' didn't count columns correctly if user or group |