]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 21 Sep 1997 04:53:29 +0000 (04:53 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Sep 1997 04:53:29 +0000 (04:53 +0000)
old/fileutils/ChangeLog

index b10cea30d176c5dd15a6cebd314885b18fe0105f..547a654df03d0d6fc32c77eb0b02845701d66915 100644 (file)
@@ -1,6 +1,17 @@
 1997-09-15  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * src/rm.c: Use hash.c (chaining) functions, not those of oa-hash.c
+       (open addressing).  The latter implementation is wonderful when
+       deletions are rare, but doen't support the frequent deletions
+       required to implement the active directory set.
+
+       * lib/hash.c: New file -- replaces oa-hash.c.
+       * lib/hash.h: New file.
+       * lib/oa-hash.c: Remove.
+       * lib/oa-hash.h: Remove.
+
        * src/ln.c (do_link): Perform S_ISLNK test only if lstat succeeded.
+       Otherwise, dest_stats could be used uninitialized.
 
 1997-09-14  Jim Meyering  <meyering@na-net.ornl.gov>