*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 16 Jan 2002 23:31:33 +0000 (23:31 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 Jan 2002 23:31:33 +0000 (23:31 +0000)
old/fileutils/ChangeLog

index 0034566..9cafdb6 100644 (file)
@@ -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.