summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-30 20:59:49 +0000
committerJim Meyering <jim@meyering.net>1999-04-30 20:59:49 +0000
commitaaba44e6395a1c261f28a915e90041a1c56f891a (patch)
tree54347e0d7d7aa2c0b034aa7cb02495bd8d08fc2e /old
parent1cd88b2b5e279716824a684967b9b801a14073b5 (diff)
downloadcoreutils-aaba44e6395a1c261f28a915e90041a1c56f891a.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index ccdecab1c..ea4096b2a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,10 +1,13 @@
1999-04-30 Jim Meyering <meyering@ascend.com>
+ * src/touch.c (usage): Mention --no-create.
+ Only do the fstat if we need to.
+ On directories, resort to doing a stat, when necessary.
+
* src/copy.c (copy_internal): Move the one-file-system test so that
it follows the `if (new_dst || !S_ISDIR (dst_sb.st_mode))' block.
Prior to this change, `cp --one-file-system' would traverse a file-
- system boundary if the destination directory existed.
- From thospel@mail.dma.be.
+ system boundary if the destination directory existed. From Ton Hospel.
1999-04-26 Jim Meyering <meyering@ascend.com>