projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a884a5
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Thu, 18 May 2000 11:12:39 +0000
(11:12 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 18 May 2000 11:12:39 +0000
(11:12 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 2fe01d7bf1720c09485722f6f0f2852931be434e..12675306ce1fc620c636afa34ab2b54f86c2a667 100644
(file)
--- 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: