diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-03 09:47:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-03 09:47:20 +0000 |
commit | 954daed8c20942735f328f598fe7452c5993186f (patch) | |
tree | 116d87bcd847ffefb10cb5702c32dfed70a26bf3 /old/fileutils/ChangeLog | |
parent | b042ca3c0f6dbd42e9fc9c898d44aa878810b06d (diff) | |
download | coreutils-954daed8c20942735f328f598fe7452c5993186f.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7d25d489e..fe9156d38 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ 2001-01-02 Paul Eggert <eggert@twinsun.com> + * src/ls.c (long_time_expected_width, print_long_format): Fix + bug: the initial byte passed to strftime wasn't initialized to + a nonzero value after the buffer was reallocated. + +2001-01-02 Paul Eggert <eggert@twinsun.com> + Make ls -l compatible with POSIX, which requires that the behavior of time formats must depend only on LC_TIME, not on LC_MESSAGES. |