Eliminate use of floating point when determining if the hash table needs
authorOwen Taylor <otaylor@redhat.com>
Mon, 20 Aug 2001 01:37:50 +0000 (01:37 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 20 Aug 2001 01:37:50 +0000 (01:37 +0000)
commit8079eb3456914a03618b92b48f75a71b25331acb
tree4e5ca2baf83101ea1a1579800b4509d440878b48
parent6d4342990a57e6877b66421d2eb27fddd5811197
Eliminate use of floating point when determining if the hash table needs

Sun Aug 19 21:32:39 2001  Owen Taylor  <otaylor@redhat.com>

* glib/ghash.c: Eliminate use of floating point when
determining if the hash table needs to be resized,
and also factor out the test from g_hash_table_resize()
to save function calls for the common case.
(#59124)

* glib/gmain.c (g_main_context_query): Document the
        return value.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/ghash.c
glib/gmain.c