diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-16 09:29:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-16 09:29:56 +0000 |
commit | d85c0c81fac7bff7d7b959f3a6a593c816e7e6ab (patch) | |
tree | 49722f3c29fac0cb04552feaf0265463e6935885 /old | |
parent | 6978ba6736e6b45c8f14b6ed75f298aa3da4830d (diff) | |
download | coreutils-d85c0c81fac7bff7d7b959f3a6a593c816e7e6ab.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 157bf0807..1863e0dfa 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,12 @@ -2002-07-14 Jim Meyering <meyering@lucent.com> +2002-07-16 Jim Meyering <meyering@lucent.com> * Version 4.1.10. + * src/stat.c (print_it): Use memcpy and a little pointer arithmetic, + rather than stpncpy. + +2002-07-14 Jim Meyering <meyering@lucent.com> + Under some circumstances, rm would fail due to a lack of permissions, but give a misleading diagnostic like this: rm: cannot chdir from `.' to `foo': Not a directory |