diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-18 11:12:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-18 11:12:39 +0000 |
commit | ba798c599850a1448ae0aaf764c355e05914df60 (patch) | |
tree | bf73334c147d07a96cd76117ce1a4fea00ca8293 /lib | |
parent | aa78add2de9e57cdca6b0b9cd51523c41f5e2b71 (diff) | |
download | coreutils-ba798c599850a1448ae0aaf764c355e05914df60.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2fe01d7bf..12675306c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2000-05-18 Jim Meyering <meyering@lucent.com> + + * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list + back, too, since it may have been modified by allocate_entry. + (hash_delete): Rewrite to use neither the assignment operator + nor the comma operator in an if-expression. + 2000-05-15 Paul Eggert <eggert@twinsun.com> * lib/closeout.c: |