Use <malloc.h> also with Digital Mars compiler on Win32. (#346808, Serhat
[platform/upstream/glib.git] / gobject / gclosure.c
2006-01-30 Matthias ClasenRemove C++ comment
2005-09-08 Kjartan MaraasRemove some unused code. Same here And here Mark some...
2005-08-03 Matthias ClasenMark the vint member as volatile, which seems to be...
2005-08-01 Tim Janikturned all modifications to the first 32 integer bits...
2005-07-30 Tim Janikreverted notify_mutex introduction, since this prevents...
2005-07-15 Matthias ClasenMake refcounting threadsafe by using atomic operations...
2005-03-14 Matthias ClasenMake work again.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2002-03-13 Erwann Chenedeglib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-07 Tim Janikprovide G_CLOSURE_N_NOTIFIERS() for people that need...
2001-04-09 Tim Janikincrement version to 1.3.4 (binary 0, interface 0).
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-16 Tim Janikincorporated huge docu patch from Eric Lemings <eric...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2001-01-24 4Don't leak closure->notifiers.
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-10-27 Tim Janikfixed notifier position for post_marshal guard which...
2000-10-27 Tim Janikpublically define GSignalInvocationHint structure that...
2000-10-27 Tim Janikfixed deadlock scenarion where g_signal_lookup() would...
2000-10-25 Tim Janikadded newly added gobject/ headers.