summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@google.com>2006-05-11 00:18:46 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2006-05-11 00:18:46 +0000
commit268084caf93aca272da086749afa3a1e58c76a83 (patch)
treeb7ec3aa93ac0b1871ed02c8b9426fd1e6d168360 /ChangeLog
parenta93560b83d2d63864e93b37e5ff77135fcba9c6b (diff)
Make the magic and location arguments to the error-checking-mutex
2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com> * glib/gthread.h, gthread/gthread-impl.c: Make the magic and location arguments to the error-checking-mutex functions const and do not write to them, as we might not own them. Clean up the error-checking-mutex code quite a bit. (#335198, Chris Wilson)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3694f49fc..b5dd9501f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com>
+ * glib/gthread.h, gthread/gthread-impl.c: Make the magic and
+ location arguments to the error-checking-mutex functions const and
+ do not write to them, as we might not own them. Clean up the
+ error-checking-mutex code quite a bit. (#335198, Chris Wilson)
+
* glib/gthread.c: Use g_atomic_pointer_set instead of old
homegrown version now that we have it. (#335198, Chris Wilson)