From: Jim Meyering Date: Sun, 12 Nov 2000 10:51:33 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0_33~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e2f836a490b55d5d4195da62c2c35c9c1f74882;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a9db82c8a9..369591fcec 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +2000-11-12 Jim Meyering + + * doc/texinfo.tex: Update from master repository. + +2000-11-11 Paul Eggert + + * src/ls.c (): 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. + 2000-11-11 Jim Meyering * Version 4.0.32.