]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 17 Apr 2002 08:54:21 +0000 (08:54 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Apr 2002 08:54:21 +0000 (08:54 +0000)
old/fileutils/ChangeLog
tests/touch/no-create-missing

index d3932e4ad5f64d600bbab3f4ac57c0bdb5c0eb47..865b70ac903a4f34fdc26adc948ce5d7a030e402 100644 (file)
@@ -1,7 +1,14 @@
-2002-04-16  Jim Meyering  <meyering@lucent.com>
+2002-04-17  Jim Meyering  <meyering@lucent.com>
 
        * 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  <meyering@lucent.com>
+
        * 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.
index c94d8f175d96f931af685a733c3f601a667dde0a..ab7cf265e1f16185588ecd7dca7495ee703a0be2 100755 (executable)
@@ -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