mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-06 00:29:44 +02:00
*** empty log message ***
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user