summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 157bf0807..1863e0dfa 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,12 @@
-2002-07-14 Jim Meyering <meyering@lucent.com>
+2002-07-16 Jim Meyering <meyering@lucent.com>
* Version 4.1.10.
+ * src/stat.c (print_it): Use memcpy and a little pointer arithmetic,
+ rather than stpncpy.
+
+2002-07-14 Jim Meyering <meyering@lucent.com>
+
Under some circumstances, rm would fail due to a lack of
permissions, but give a misleading diagnostic like this:
rm: cannot chdir from `.' to `foo': Not a directory