summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-16 23:03:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-16 23:03:10 +0000
commit488cee497742bc04861250cb42a94c2678c771b7 (patch)
tree7f63bc115f2e581be8567ad2e6814dd840fcfe53 /ChangeLog.pre-2-10
parent5fb7be39616e1553cfe0b9a911ce59b569aa27c4 (diff)
downloadglib-488cee497742bc04861250cb42a94c2678c771b7.tar.gz
Rework the strict aliasing fix to not break C++, pointed out by Murray
2006-01-16 Matthias Clasen <mclasen@redhat.com> * glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut): Rework the strict aliasing fix to not break C++, pointed out by Murray Cumming.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-104
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 99ee1db5c..b9c01356f 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,9 @@
2006-01-16 Matthias Clasen <mclasen@redhat.com>
+ * glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
+ Rework the strict aliasing fix to not break C++, pointed
+ out by Murray Cumming.
+
* glib/gasyncqueue.c (g_async_queue_push_sorted_unlocked):
Signal waiting threads, problem noticed by Christian Kellner.