]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 3 Jan 2001 09:45:43 +0000 (09:45 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Jan 2001 09:45:43 +0000 (09:45 +0000)
old/fileutils/ChangeLog

index 49abb9452c196086b2fbd28414e10d9b5502cb85..7d25d489e98f53d1d3ce2915fc120f57203c4745 100644 (file)
@@ -1,3 +1,15 @@
+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.