summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-03 09:47:20 +0000
committerJim Meyering <jim@meyering.net>2001-01-03 09:47:20 +0000
commit954daed8c20942735f328f598fe7452c5993186f (patch)
tree116d87bcd847ffefb10cb5702c32dfed70a26bf3 /old/fileutils/ChangeLog
parentb042ca3c0f6dbd42e9fc9c898d44aa878810b06d (diff)
downloadcoreutils-954daed8c20942735f328f598fe7452c5993186f.tar.xz
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog6
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.