From: Paul Eggert Date: Sun, 25 Sep 2005 06:09:51 +0000 (+0000) Subject: "touch -" now touches standard output. X-Git-Tag: v5.90~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=124cc0e9e61712af08cdc73cd5eafbc53e3af2ac;p=thirdparty%2Fcoreutils.git "touch -" now touches standard output. --- diff --git a/ChangeLog b/ChangeLog index 9e832a9287..a3f03e92e2 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