diff options
author | Sebastian Wilhelmi <seppi@seppi.de> | 2004-03-04 10:12:55 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2004-03-04 10:12:55 +0000 |
commit | c40b15fc6b37d152d67c2d2ec18d0e635ea70f90 (patch) | |
tree | f1d4d21a9d4bbdbfb4cb82fafc46a1697440ab20 /ChangeLog.pre-2-4 | |
parent | 6e521087ad030f56d0c93a5d6078fe514f0e9f39 (diff) |
Use the atomic integer operations for GMainContext and GMainLoop reference
2004-03-04 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gmain.c: Use the atomic integer operations for GMainContext
and GMainLoop reference counting.
* glib/gmain.c: Hold the main_context_list lock, when iterating
the list. Only call g_main_context_wakeup for positive reference
count.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3bc409aa4..8e530d703 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +2004-03-04 Sebastian Wilhelmi <seppi@seppi.de> + + * glib/gmain.c: Use the atomic integer operations for GMainContext + and GMainLoop reference counting. + + * glib/gmain.c: Hold the main_context_list lock, when iterating + the list. Only call g_main_context_wakeup for positive reference + count. + 2004-03-03 Tor Lillqvist <tml@iki.fi> * glibconfig.h.win32.in: Update to match a configure-generated |