summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-18 11:12:39 +0000
committerJim Meyering <jim@meyering.net>2000-05-18 11:12:39 +0000
commitba798c599850a1448ae0aaf764c355e05914df60 (patch)
treebf73334c147d07a96cd76117ce1a4fea00ca8293 /lib
parentaa78add2de9e57cdca6b0b9cd51523c41f5e2b71 (diff)
downloadcoreutils-ba798c599850a1448ae0aaf764c355e05914df60.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
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: