summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-06 16:46:27 +0000
committerJim Meyering <jim@meyering.net>2001-10-06 16:46:27 +0000
commit110190e4d903b0b3a8fc2405f74ab37e5ed087bf (patch)
treeb7d08e3504751649ac4540e5b1e283af21913777 /old
parente1b81c9b749f62125577d5fbebd769e149bfcc62 (diff)
downloadcoreutils-110190e4d903b0b3a8fc2405f74ab37e5ed087bf.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d28a6f3e1..10d251733 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,20 @@
-2001-10-05 Jim Meyering <meyering@lucent.com>
+2001-10-06 Jim Meyering <meyering@lucent.com>
+
+ * src/mv.c (do_move): Reflect that hash_init now takes no arguments.
+ * src/install.c (main): Likewise.
+ * src/cp.c (main): Likewise.
+
+ * src/copy.c (record_dest): Avoid a small leak.
+ (copy_internal): Call remember_copied only for if the source file
+ has 1 < st_nlink, or if it's a directory.
+ Now that EARLIER_FILE is set conditionally, initialize it to NULL.
* Version 4.1.1.
+ * tests/mv/childproof: Redirect stderr on one test.
+
+2001-10-05 Jim Meyering <meyering@lucent.com>
+
* src/copy.c: Include hash-pjw.h and remove definition of hash_pjw.
* src/remove.c: Likewise.