summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-08-20 01:37:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-08-20 01:37:50 +0000
commit8079eb3456914a03618b92b48f75a71b25331acb (patch)
tree4e5ca2baf83101ea1a1579800b4509d440878b48 /ChangeLog.pre-2-2
parent6d4342990a57e6877b66421d2eb27fddd5811197 (diff)
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.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-211
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 7bf7a7752..e9e250faa 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -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.