projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a10552
)
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Nov 2002 00:37:08 +0000
(
00:37
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Nov 2002 00:37:08 +0000
(
00:37
+0000)
hash_rehash): Replace `if (limit <= value) abort ();' with
`if (! (value < limit)) abort ();', for readability.
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 3c12748ab007b472fe467da7af658c84a1933e62..68b5ed93925c8b3fcdf07d7c6435bca2f7f2c94b 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,9
@@
+2002-11-27 Paul Eggert <eggert@twinsun.com>
+
+ * hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
+ hash_rehash): Replace `if (limit <= value) abort ();' with
+ `if (! (value < limit)) abort ();', for readability.
+
2002-11-26 <karl@gnu.org>
* strdup.c: copy from libc again, with jim's ok.