changeset 2525:fbfafa3dccbf

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Thu, 18 May 2000 11:12:39 +0000
parents 54e1c2ea1b8e
children dab8474aa2d7
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: