summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-25 06:09:51 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-25 06:09:51 +0000
commit124cc0e9e61712af08cdc73cd5eafbc53e3af2ac (patch)
tree98e927b176315d865ae485f1cb15c4e4addd2ffe /ChangeLog
parent7ee48d8ffb525eb87cca0eb03cf83fa41c6dc9c4 (diff)
downloadcoreutils-124cc0e9e61712af08cdc73cd5eafbc53e3af2ac.tar.xz
"touch -" now touches standard output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e832a928..a3f03e92e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.3.1-cvs.
+ * NEWS: "touch -" now touches standard output.
+ * src/touch.c (touch): Implement this.
+ (usage): Document this.
+
* src/copy.c (HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined.
(copy_reg): New args CHOWN_SUCCEDED and DST_SB. All callers changed.
Add a "goto close_src_and_dst_desc;" that was missing in the