diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-05 20:32:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-05 20:32:57 +0000 |
commit | 92de89ed2ccbc806217d15ca005d4a0ea5603ea3 (patch) | |
tree | 30a498486278bf1d32c5ea3f5a3747ba1376070a | |
parent | 5f0b9f1d998661fdff80c4a8eb4d46af1d68feea (diff) | |
download | coreutils-92de89ed2ccbc806217d15ca005d4a0ea5603ea3.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 06d377efb..bf4386766 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,23 @@ +Sun Jan 5 09:33:07 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/ls.c (print_long_format): Avoid making unnecessary copy of + date/time string. Patch from Paul Eggert. + (print_long_format): NUL-terminate line of output. + (print_long_format): Detect and handle strftime failure + due to pathologically long strings in locale tables. + Patch from Paul Eggert. + (print_long_format): Change references to BIGBUF in use of + FPUT macro to references to BUF. + Use 11 (not 20) bytes for mode string buffer. + Sat Jan 4 21:14:36 1997 Jim Meyering <meyering@na-net.ornl.gov> * src/ls.c (print_long_format): Clean up vestiges of legacy ctime-oriented code. With internationalization and strftime, you can't presume that %a expands to a 3-byte string. Reported by Ross Ridge. + (print_long_format): Use POSIX-mandated %e (blank-padded numeric + day of month), not %d (the same number, but *zero*-filled). Fri Jan 3 21:08:29 1997 Jim Meyering <meyering@na-net.ornl.gov> |