summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-18 15:40:54 +0000
committerJim Meyering <jim@meyering.net>2002-01-18 15:40:54 +0000
commit6f46b8dd990d7f344d313e39153bc57bf0be2536 (patch)
treed04c35bd2f5d5c73a82067c9119bc37228356b3d /old/fileutils
parent1f2f9be7f828c75e70a91f04fbe5103409703e34 (diff)
downloadcoreutils-6f46b8dd990d7f344d313e39153bc57bf0be2536.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog5
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.