(<langinfo.h>): Include if HAVE_LANGINFO_H.
authorJim Meyering <jim@meyering.net>
Sun, 12 Nov 2000 09:48:14 +0000 (09:48 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Nov 2000 09:48:14 +0000 (09:48 +0000)
commit1ff67f6c5cc2ef87cfcdf2b97f3eb27cfd569ba8
treed19ad8baeb3feb761a2eea9e755d7b4acce2495e
parenteabc99b8a477c4d4a94747fc7a26796f80030269
(<langinfo.h>): Include if HAVE_LANGINFO_H.
(DATE_FMT_LANGINFO): New macro, taken from sh-utils/src/date.c.
(print_long_format): Use it to determine "date" format.
Do not wrap "%b %e %Y" and "%b %e %H:%M" in _(), as it results in
incorrect behavior when LC_ALL is unset, LC_TIME is "C", and
LC_MESSAGES or LANG is set to something disagreeing with the POSIX
locale.
src/ls.c