diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-03 09:45:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-03 09:45:43 +0000 |
commit | 5d3b5e175ae89d9a3fa604dbfef864195f897a7a (patch) | |
tree | e61fcf266e8f8894e3b970d3c072f633bfb70677 | |
parent | 1f13191b6f3719921ecd1f8df9cfa791f95030e6 (diff) | |
download | coreutils-5d3b5e175ae89d9a3fa604dbfef864195f897a7a.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 49abb9452..7d25d489e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,17 @@ 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. + + * po/Makefile.in.in (install-data-yes): If the package is + fileutils, install LC_TIME as an alias for LC_MESSAGES. + * src/sys2.h (dcgettext): New macro. + * src/ls.c (decode_switches): Use dcgettext with LC_TIME, + not plain gettext, to get the translations of time formats. + +2001-01-02 Paul Eggert <eggert@twinsun.com> + * src/ls.c (long_time_expected_width): New function. (print_long_format): Use it, so that we don't assume a particular width for time stamps in an internationalized |