diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-17 08:54:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-17 08:54:21 +0000 |
commit | 950d7008ea488130ada245965f932fdc6dd5ad71 (patch) | |
tree | f2b6cc82d5a294c9f88cb8c9003668ca9445df0d /old | |
parent | 8a2d561e45192cd22c3034add77c7b2565c3ba91 (diff) | |
download | coreutils-950d7008ea488130ada245965f932fdc6dd5ad71.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d3932e4ad..865b70ac9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |