summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-04-26 08:42:19 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-26 08:42:19 +0000
commitd5fccfb0eb2ec99fc29845082c72a5dc0a66045a (patch)
tree26726447ee1187541fbb0d08f00056f297220f12 /ChangeLog.pre-2-10
parent7e3c98f8e96449618b3f9dc4d5a3ec1fcd7aa37a (diff)
downloadglib-d5fccfb0eb2ec99fc29845082c72a5dc0a66045a.tar.gz
Changed the 'value' parameter of g_cache_remove from gpointer to
2000-04-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h, gcache.c, gtree.c: Changed the 'value' parameter of g_cache_remove from gpointer to gconstpointer. Dito for the 'key' parameter of g_tree_lookup and g_tree_remove and the 'data' parameter of g_tree_serach. This function now takes a function of type GCompareFunc instead of GSearchFunc. * glib.h: Removed declaration of GSearchFunc. * gmem.c: s/GSearchFunc/GCompareFunc/.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1014
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 3c8bf539d..2255906e1 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,15 @@
+2000-04-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * glib.h, gcache.c, gtree.c: Changed the 'value' parameter of
+ g_cache_remove from gpointer to gconstpointer. Dito for the 'key'
+ parameter of g_tree_lookup and g_tree_remove and the 'data'
+ parameter of g_tree_serach. This function now takes a function of
+ type GCompareFunc instead of GSearchFunc.
+
+ * glib.h: Removed declaration of GSearchFunc.
+
+ * gmem.c: s/GSearchFunc/GCompareFunc/.
+
2000-04-19 Tor Lillqvist <tml@iki.fi>
* glib.def: Update entry point list.
@@ -5,7 +17,7 @@
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work
- for compilers with funnt G_STMT_(START|END) macros.
+ for compilers with funny G_STMT_(START|END) macros.
* tests/thread-test.c: Implemented a check for that.