summaryrefslogtreecommitdiff
path: root/gobject/ChangeLog
AgeCommit message (Expand)Author
2007-09-162.14.1GLIB_2_14_1Matthias Clasen
2007-08-042.14.0GLIB_2_14_0Matthias Clasen
2007-07-122.13.7GLIB_2_13_7Matthias Clasen
2007-07-10use g_once_init_enter/g_once_init_leave to guard critical initializationTim Janik
2007-06-292.13.6GLIB_2_13_6Matthias Clasen
2007-06-22reintroduce typedef gulong GType; for C++, to avoid C++ specific ABITim Janik
2007-06-182.13.5GLIB_2_13_5Matthias Clasen
2007-06-14always define GType unconditionally in terms of gsize, there's no need toTim Janik
2007-06-14work around SGI IDO cc, fixes #363986.Tim Janik
2007-06-062.13.4Matthias Clasen
2007-06-042.13.3GLIB_2_13_3Matthias Clasen
2007-05-232.13.2GLIB_2_13_2Matthias Clasen
2007-05-17Move the compiler-dependency in the G_GNUC_INTERNAL definition fromMatthias Clasen
2007-05-032.13.1GLIB_2_13_1Matthias Clasen
2007-04-25also clear the NOCOPY_CONTENTS flag when replacing NULL with the emptyMichael Natterer
2007-04-03invoke GObjectClass.constructed() only for newly constructed objects, andRyan Lortie
2007-03-162.13.0GLIB_2_13_0Matthias Clasen
2007-03-15Use g_slice. (#404430, Chris Wilson)Matthias Clasen
2007-03-14Add G_PARAM_STATIC_STRINGS define (fixes #418021).Stefan Kost
2007-03-12marked purely functional g_type accessors as PURE or CONST, closesTim Janik
2007-02-13Add comment about dup(0) and lack of /dev/stdin on Win32. (#407431)Tor Lillqvist
2007-01-01Handle "/dev/stdin" by dup()ing fd 0 so that it works on Win32, too.Tor Lillqvist
2006-12-29Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437)Matthias Clasen
2006-12-16Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>Matthias Clasen
2006-10-10applied patch from David Necas which introduces an underscore_name optionTim Janik
2006-10-02reverted a change to have an assert instead of a g_return_val_if_fail()Tim Janik
2006-09-30Fix some issues with PLT entries.Matthias Clasen
2006-09-22applied patch from Behdad with slight optimization, fixes #356175.Tim Janik
2006-09-11reimplemented floating flag handling by atomically accessing a reservedTim Janik
2006-08-29fixed to print usage and version info on STDOUT (#322502).Tim Janik
2006-08-26Fix some typos. (#351741, Kjartan Maraas)Matthias Clasen
2006-08-23changed return value of g_value_dup_object(), fixes #343292.Sven Neumann
2006-08-16conditionally thaw the notify queue after construction, so we don'tTim Janik
2006-08-162.12.2GLIB_2_12_2Matthias Clasen
2006-08-06Don't initialize struct members with function calls. (#349952)Matthias Clasen
2006-07-222.12.1GLIB_2_12_1Matthias Clasen
2006-07-21Copy the complete value table, not just the first 4 bytes. (#348136,Matthias Clasen
2006-07-022.12.0GLIB_2_12_0Matthias Clasen
2006-06-202.11.4GLIB_2_11_4Matthias Clasen
2006-06-15Separate groups by an empty line (#344868, Christian Persch)Matthias Clasen
2006-06-122.11.3GLIB_2_11_3Matthias Clasen
2006-06-052.11.2GLIB_2_11_2Matthias Clasen
2006-06-02Moving ChangeLog entry to gobject/.Behdad Esfahbod
2006-05-16turn off compiler warnings, #337129.Tim Janik
2006-05-152.11.1GLIB_2_11_1Matthias Clasen
2006-05-032.11.0GLIB_2_11_0Matthias Clasen
2006-05-02split up G_DEFINE_*TYPE macro definitions so C CODE arguments are notTim Janik
2006-04-23Fix some problems with my last commitMatthias Clasen
2006-04-21Add g_type_register_static_simpleMatthias Clasen
2006-03-072.10.1GLIB_2_10_1Matthias Clasen