From: Jim Meyering Date: Wed, 17 Apr 2002 08:54:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_12~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=950d7008ea488130ada245965f932fdc6dd5ad71;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d3932e4ad5..865b70ac90 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,14 @@ -2002-04-16 Jim Meyering +2002-04-17 Jim Meyering * Version 4.1.9. + * src/touch.c (touch): Don't report errors for nonexistent files + when --no-create is in effect. Based on a patch from TAKAI Kousuke. + * tests/touch/no-create-missing: New file/test for above. + * tests/touch/Makefile.am (TESTS): Add no-create-missing. + +2002-04-16 Jim Meyering + * src/stat.c: Add copyright comment. (human_fstype): Rename from print_human_fstype, and rework accordingly. (print_statfs): Use human_fstype to honor format width on %T. diff --git a/tests/touch/no-create-missing b/tests/touch/no-create-missing index c94d8f175d..ab7cf265e1 100755 --- a/tests/touch/no-create-missing +++ b/tests/touch/no-create-missing @@ -1,5 +1,5 @@ #!/bin/sh -# Ensure that touch -c no-such-file no longer fails. +# Ensure that touch -c no-such-file no longer fails (it did in 4.1.8). if test "$VERBOSE" = yes; then set -x