diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-15 09:29:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-15 09:29:14 +0000 |
commit | 7e03c966569f17c85a3ae6464b850f9570111ec4 (patch) | |
tree | 4685557e589863c95e80c5c6d6d8f37e3ffa83ec /old | |
parent | ae66a6b2b0f0e013828617a1de3c72535a45e19d (diff) | |
download | coreutils-7e03c966569f17c85a3ae6464b850f9570111ec4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bc75e3621..e7cd62466 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,16 @@ -2001-12-11 Jim Meyering <meyering@lucent.com> +2001-12-15 Jim Meyering <meyering@lucent.com> * Version 4.1.4. + * tests/touch/fail-diag: Also accept SunOS4's `Not owner' diagnostic. + Reported by Volker Borchert. + + * tests/help-version: Fail also if ./$i --version fails. + Run each --help and --version test with a few different settings + of LC_MESSAGES. Prompted by a report from Nelson Beebe. + +2001-12-11 Jim Meyering <meyering@lucent.com> + Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. * src/chgrp.c (main): s/getting attributes/failed to get attributes/. |