From: Jim Meyering Date: Mon, 15 May 2000 20:42:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0s~41 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=71f60a998c87f243f40f872ed44d4999b9172df8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 09ae7cefb2..c8713407a7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 2000-05-15 Jim Meyering + * src/ln.c (do_link): Use complete strings in diagnostics so they + are easier to translate. Reported by Michel Robitaille. + (main): Drop support for the case in which S_ISLNK wasn't defined. + It was broken in any case. + * tests/ls/time-1: Set LC_ALL to `C' to avoid failure when the current locale is not C (POSIX). From Matthew Clarke.