From: Jim Meyering Date: Sun, 21 Sep 1997 04:53:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22a~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=004c583882c6eec59a938caf4a34416d6b75b385;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b10cea30d1..547a654df0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,17 @@ 1997-09-15 Jim Meyering + * 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