From: Jim Meyering Date: Wed, 16 Jan 2002 23:31:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_20~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42e25937cfa43d19d64b2d26948f9971a2c06e36;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 00345661d8..9cafdb6d47 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,16 @@ -2002-01-12 Jim Meyering * Version 4.1.6. +2002-01-14 Paul Eggert + + Add support for POSIX 1003.1-2001, which requires removal for + support of the obsolete `touch [-acm] MMDDhhmm[YY] FILE...' syntax. + + * NEWS: Document this. + * src/touch.c (usage, main): Implement this. + +2002-01-12 Jim Meyering + Avoid giving a misleading diagnostic in some unusual cases. Instead, give one that makes sense.