]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 16:46:27 +0000 (16:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 16:46:27 +0000 (16:46 +0000)
old/fileutils/ChangeLog

index d28a6f3e1bc99a93b082dddb58ee1a5f43693dd0..10d2517334260aacff76230a31634a705610dbb8 100644 (file)
@@ -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.