summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-15 20:42:08 +0000
committerJim Meyering <jim@meyering.net>2000-05-15 20:42:08 +0000
commit71f60a998c87f243f40f872ed44d4999b9172df8 (patch)
treec64578dbb6fb3fd33ecd2956b1ec80b2f3d75b87 /old/fileutils
parentf13c5ee9cee0eaac0e4a7d727529a232cdcd7063 (diff)
downloadcoreutils-71f60a998c87f243f40f872ed44d4999b9172df8.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 09ae7cefb..c8713407a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.