diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-16 23:31:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-16 23:31:33 +0000 |
commit | 42e25937cfa43d19d64b2d26948f9971a2c06e36 (patch) | |
tree | b8f821781fe1a54dee6d1263d2a48eb2cf7acdcd | |
parent | 1701230f32829ed6d9e72d252e2ffbdf3ba4606a (diff) | |
download | coreutils-42e25937cfa43d19d64b2d26948f9971a2c06e36.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 00345661d..9cafdb6d4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,16 @@ -2002-01-12 Jim Meyering <meyering@lucent.com> * Version 4.1.6. +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. + + * NEWS: Document this. + * src/touch.c (usage, main): Implement this. + +2002-01-12 Jim Meyering <meyering@lucent.com> + Avoid giving a misleading diagnostic in some unusual cases. Instead, give one that makes sense. |