summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-04-18 14:01:33 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-18 14:01:33 +0000
commit059f5b9416ea3daa87bf6d3d73e2bd1590262b46 (patch)
treead4595f0f7fd0b02879a6589661fe2095b7a6cc9 /ChangeLog.pre-2-8
parent7c467669cc1d4f83bd7c5ecfe440bfee8c2f4504 (diff)
downloadglib-059f5b9416ea3daa87bf6d3d73e2bd1590262b46.tar.gz
Changed the 'data' parameters from gpointer to gconstpointer for the
2000-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h, glist.h, gslist.h: Changed the 'data' parameters from gpointer to gconstpointer for the functions g_(list|slist)_(remove|find|find_custom|index), as they do not change this parameter. This fixes bug #4836.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-87
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index de5ee4d9e..e1a0e7acb 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,7 +1,12 @@
2000-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * glib.h, glist.h, gslist.h: Changed the 'data' parameters from
+ gpointer to gconstpointer for the functions
+ g_(list|slist)_(remove|find|find_custom|index), as they do not
+ change this parameter. This fixes bug #4836.
+
* glib.h: Changed comment for g_getenv to reflect, that the
- returned memory must not be freed. Fixes Bug #8983.
+ returned memory must not be freed. Fixes bug #8983.
2000-04-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>