1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00
This commit is contained in:
Jim Meyering
1997-01-05 20:32:57 +00:00
parent 5f0b9f1d99
commit 92de89ed2c

View File

@@ -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>