]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 15 May 2000 20:42:08 +0000 (20:42 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 May 2000 20:42:08 +0000 (20:42 +0000)
old/fileutils/ChangeLog

index 09ae7cefb2684fe4698a4488567f236807871918..c8713407a7cd16dc97e660ec03e3e76451b433fc 100644 (file)
@@ -1,5 +1,10 @@
 2000-05-15  Jim Meyering  <meyering@lucent.com>
 
+       * 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.