summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-18 07:45:00 +0000
committerJim Meyering <jim@meyering.net>2001-10-18 07:45:00 +0000
commit6a03579aa48e4ba536848a0e75dc185cc930d4bd (patch)
tree394f957202db9c136ac5bacb1bb1acf780c3d3ed /old
parentb564762ef5f7f6915f0b0fcc55cb42d3f4d171b5 (diff)
downloadcoreutils-6a03579aa48e4ba536848a0e75dc185cc930d4bd.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 06360dcb7..f8e528226 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,19 @@
-2001-10-14 Jim Meyering <meyering@lucent.com>
+2001-10-18 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
+ Plug a leak.
+ * src/cp-hash.c (remember_copied): Use src_to_dest_free to free
+ the entry we couldn't insert.
+
+ Don't use free'd memory.
+ * src/copy.c (dest_info_free): New function.
+ (dest_info_init): Make the hash table code use it.
+ (record_dest): Store each DEST in malloc'd memory. Hence the above.
+ Use dest_info_free to free the `ent' we couldn't insert.
+
+2001-10-14 Jim Meyering <meyering@lucent.com>
+
Now, -P is the same as --no-dereference, per POSIX.
Use --parents to get the old meaning.