mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
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.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
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.
|
||||
|
||||
2001-08-19 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* glib/gshell.c: (g_shell_quote): Added missing \ character.
|
||||
|
Reference in New Issue
Block a user