"touch -" now touches standard output.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Sep 2005 06:09:51 +0000 (06:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Sep 2005 06:09:51 +0000 (06:09 +0000)
ChangeLog

index 9e832a9..a3f03e9 100644 (file)
--- 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