From: Jim Meyering Date: Thu, 18 May 2000 11:12:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56622830b48b9d1ae483fb44f8f8059df9283a61;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2fe01d7bf1..12675306ce 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2000-05-18 Jim Meyering + + * 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 * lib/closeout.c: