summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-11 11:51:17 +0000
committerJim Meyering <jim@meyering.net>2001-12-11 11:51:17 +0000
commit80f17f22f26b2df8c985e744742c47136ce6d530 (patch)
tree7f5eb2c0155948c6c60ffbb9a5e6704a419379cd /old/fileutils
parent098bfeea80fd5683d14cc5f9155200dd26ddc41d (diff)
downloadcoreutils-80f17f22f26b2df8c985e744742c47136ce6d530.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 5cd1e870e..bc75e3621 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,10 +1,23 @@
-2001-12-10 Jim Meyering <meyering@lucent.com>
+2001-12-11 Jim Meyering <meyering@lucent.com>
* Version 4.1.4.
+ Include the word `fail' in some diagnostics to make it clearer
+ that they indicate a failure.
+ * src/chgrp.c (main): s/getting attributes/failed to get attributes/.
+ * src/chmod.c (change_file_mode, main): Likewise.
+ * src/chown-core.c (change_file_owner): Likewise.
+ * src/chown.c (main): Likewise.
+ * src/cp.c (re_protect): Likewise.
+ * src/touch.c (touch, main):Likewise.
+ Suggestion from Karl Berry.
+
+2001-12-10 Jim Meyering <meyering@lucent.com>
+
* src/dd.c (buggy_lseek_support): Remove function.
(skip_via_lseek) [__linux__]: New function.
(skip): Use skip_via_lseek, not buggy_lseek_support.
+ Based on an outline from Paul Eggert.
2001-12-09 Jim Meyering <meyering@lucent.com>