summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-27 05:49:51 +0000
committerJim Meyering <jim@meyering.net>1997-02-27 05:49:51 +0000
commit8b2b45e17256c26ee9baf8a55f4dd161c833578a (patch)
tree5cba4e4b1b2230e2dd3840bc91f78d1aae7bce0a /old
parent94cab3643225cbbab8006635d4e5a0f0d9180c4b (diff)
downloadcoreutils-8b2b45e17256c26ee9baf8a55f4dd161c833578a.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 6237c6837..c48baf8ac 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+Wed Feb 26 23:46:39 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/copy.c (copy_internal): When there is any potential for
+ ambiguity in a diagnostic, give explanatory diagnostic in addition
+ to file name.
+ * src/cp.c (re_protect): Likewise.
+
Sat Feb 22 14:10:25 1997 Jim Meyering <meyering@na-net.ornl.gov>
* lib/getdate.y
@@ -6,6 +13,7 @@ Sat Feb 22 14:10:25 1997 Jim Meyering <meyering@na-net.ornl.gov>
(tHOUR_UNIT): Likewise for yyRelHour.
(tMINUTE_UNIT): Likewise for yyRelMinutes.
(tSEC_UNIT): Likewise for yyRelSeconds.
+ Matthew S. Levine reported that touch -d yesterday didn't work.
Thu Feb 20 20:16:59 1997 Jim Meyering <meyering@na-net.ornl.gov>