From: Jim Meyering Date: Fri, 10 Nov 2000 16:30:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_32~19 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2dcd72c77efb9fd9f2baddea0f7cf42229d2048a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index de4a3ec4db..8adb0580bd 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,13 @@ -2000-11-09 Jim Meyering +2000-11-10 Jim Meyering * Version 4.0.32. + * src/touch.c (main): Interpret a lone numeric argument of 8 or 10 + digits as a file name, rather than as a date/time in the obsolescent + `MMDDhhmm[YY]' format. Reported by Wenjun Zheng. + * tests/touch/obsolescent: New test for this. + * tests/touch/Makefile.am (TESTS): Add obsolescent. + 2000-11-06 Jim Meyering * tests/cp/cp-parents: Move mkdir tests into ../mkdir.