1
0
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:
Jim Meyering
2002-04-17 08:54:21 +00:00
parent 8a2d561e45
commit 950d7008ea
2 changed files with 9 additions and 2 deletions
+8 -1
View 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.
+1 -1
View File
@@ -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