diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-18 15:40:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-18 15:40:54 +0000 |
commit | 6f46b8dd990d7f344d313e39153bc57bf0be2536 (patch) | |
tree | d04c35bd2f5d5c73a82067c9119bc37228356b3d | |
parent | 1f2f9be7f828c75e70a91f04fbe5103409703e34 (diff) | |
download | coreutils-6f46b8dd990d7f344d313e39153bc57bf0be2536.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9cafdb6d4..28bf677ee 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -3,6 +3,11 @@ 2002-01-14 Paul Eggert <eggert@twinsun.com> + * src/touch.c (main): Issue a warning for obsolete usage, unless + POSIXLY_CORRECT. + +2002-01-14 Paul Eggert <eggert@twinsun.com> + Add support for POSIX 1003.1-2001, which requires removal for support of the obsolete `touch [-acm] MMDDhhmm[YY] FILE...' syntax. |