summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-02-15 05:47:24 +0000
committerTim Janik <timj@src.gnome.org>1999-02-15 05:47:24 +0000
commitd31ba84c8ea40b6f0199318e43cc2bb2e816c586 (patch)
treeaf194d461d1d81f1a01ff68da994e65d9ef26999 /ChangeLog.pre-2-10
parent0df89d51a4a9c5cdefa0a9f4c754958b054e9256 (diff)
downloadglib-d31ba84c8ea40b6f0199318e43cc2bb2e816c586.tar.gz
glib-d31ba84c8ea40b6f0199318e43cc2bb2e816c586.tar.bz2
glib-d31ba84c8ea40b6f0199318e43cc2bb2e816c586.zip
return guints instead of gints for g_hash_table_size and
Mon Feb 15 06:18:58 1999 Tim Janik <timj@gtk.org> * glib.h: return guints instead of gints for g_hash_table_size and g_hash_table_foreach_remove.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-105
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 63d3eac76..367c8bf02 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Mon Feb 15 06:18:58 1999 Tim Janik <timj@gtk.org>
+
+ * glib.h: return guints instead of gints for g_hash_table_size
+ and g_hash_table_foreach_remove.
+
Wed Feb 10 12:01:42 1999 Tim Janik <timj@gtk.org>
* configure.in: don't reset G_MODULE_IMPL, so it can be overridden