Age | Commit message (Expand) | Author | Files | Lines |
2007-05-03 | 2.13.1GLIB_2_13_1 | Matthias Clasen | 1 | -0/+4 |
2007-04-25 | also clear the NOCOPY_CONTENTS flag when replacing NULL with the empty | Michael Natterer | 2 | -1/+13 |
2007-04-24 | don't free or modify static strings, dup them when needed and clear the | Michael Natterer | 1 | -1/+17 |
2007-04-03 | invoke GObjectClass.constructed() only for newly constructed objects, and | Ryan Lortie | 3 | -4/+28 |
2007-03-16 | 2.13.0GLIB_2_13_0 | Matthias Clasen | 1 | -0/+4 |
2007-03-15 | Use g_slice. (#404430, Chris Wilson) | Matthias Clasen | 2 | -3/+7 |
2007-03-14 | Add G_PARAM_STATIC_STRINGS define (fixes #418021). | Stefan Kost | 2 | -0/+6 |
2007-03-12 | marked purely functional g_type accessors as PURE or CONST, closes | Tim Janik | 2 | -7/+12 |
2007-02-13 | Add comment about dup(0) and lack of /dev/stdin on Win32. (#407431) | Tor Lillqvist | 2 | -1/+3 |
2007-01-19 | Some file list updates (#398069, Owen Taylor) | Matthias Clasen | 1 | -1/+2 |
2007-01-03 | removed all .cvsignore files. SVN doesn't need them. | Michael Natterer | 1 | -31/+0 |
2007-01-01 | Handle "/dev/stdin" by dup()ing fd 0 so that it works on Win32, too. | Tor Lillqvist | 2 | -1/+11 |
2006-12-29 | Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437) | Matthias Clasen | 2 | -0/+46 |
2006-12-16 | Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com> | Matthias Clasen | 2 | -1/+8 |
2006-11-05 | makefile.mingw gmodule/makefile.mingw.in glib/makefile.mingw.in | Tor Lillqvist | 1 | -83/+0 |
2006-10-10 | applied patch from David Necas which introduces an underscore_name option | Tim Janik | 3 | -26/+53 |
2006-10-02 | Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS. | Behdad Esfahbod | 1 | -8/+3 |
2006-10-02 | reverted a change to have an assert instead of a g_return_val_if_fail() | Tim Janik | 2 | -1/+18 |
2006-09-30 | Fix some issues with PLT entries. | Matthias Clasen | 7 | -11/+49 |
2006-09-22 | applied patch from Behdad with slight optimization, fixes #356175. | Tim Janik | 3 | -4/+11 |
2006-09-17 | better filtering of G_GNUC_* stuff when generating .def files. Now also | Hans Breuer | 1 | -2/+4 |
2006-09-11 | reimplemented floating flag handling by atomically accessing a reserved | Tim Janik | 2 | -8/+14 |
2006-08-29 | fixed to print usage and version info on STDOUT (#322502). | Tim Janik | 3 | -30/+37 |
2006-08-26 | Fix some typos. (#351741, Kjartan Maraas) | Matthias Clasen | 2 | -1/+5 |
2006-08-23 | changed return value of g_value_dup_object(), fixes #343292. | Sven Neumann | 3 | -2/+12 |
2006-08-23 | added new command-line option "--internal" that can be used to let | Sven Neumann | 2 | -25/+36 |
2006-08-16 | conditionally thaw the notify queue after construction, so we don't | Tim Janik | 2 | -26/+54 |
2006-08-16 | 2.12.2GLIB_2_12_2 | Matthias Clasen | 1 | -0/+4 |
2006-08-06 | Don't initialize struct members with function calls. (#349952) | Matthias Clasen | 2 | -1/+7 |
2006-07-22 | 2.12.1GLIB_2_12_1 | Matthias Clasen | 1 | -0/+4 |
2006-07-21 | Copy the complete value table, not just the first 4 bytes. (#348136, | Matthias Clasen | 2 | -1/+6 |
2006-07-02 | 2.12.0GLIB_2_12_0 | Matthias Clasen | 1 | -0/+4 |
2006-06-20 | 2.11.4GLIB_2_11_4 | Matthias Clasen | 1 | -0/+4 |
2006-06-15 | Separate groups by an empty line (#344868, Christian Persch) | Matthias Clasen | 2 | -1/+8 |
2006-06-12 | 2.11.3GLIB_2_11_3 | Matthias Clasen | 1 | -0/+4 |
2006-06-05 | 2.11.2GLIB_2_11_2 | Matthias Clasen | 1 | -0/+4 |
2006-06-02 | Moving ChangeLog entry to gobject/. | Behdad Esfahbod | 1 | -0/+5 |
2006-06-02 | Make value_name and value_nick const in structs _GEnumValue and | Behdad Esfahbod | 1 | -4/+4 |
2006-05-16 | turn off compiler warnings, #337129. | Tim Janik | 2 | -1/+5 |
2006-05-15 | 2.11.1GLIB_2_11_1 | Matthias Clasen | 1 | -0/+4 |
2006-05-03 | 2.11.0GLIB_2_11_0 | Matthias Clasen | 1 | -0/+4 |
2006-05-02 | split up G_DEFINE_*TYPE macro definitions so C CODE arguments are not | Tim Janik | 2 | -9/+19 |
2006-04-23 | Fix some problems with my last commit | Matthias Clasen | 4 | -4/+13 |
2006-04-21 | Add g_type_register_static_simple | Matthias Clasen | 4 | -13/+50 |
2006-03-07 | 2.10.1GLIB_2_10_1 | Matthias Clasen | 1 | -0/+4 |
2006-03-07 | added case3 to hand out the original floating flag handler. required by | Tim Janik | 2 | -0/+10 |
2006-02-24 | 2.10.0GLIB_2_10_0 | Matthias Clasen | 1 | -0/+4 |
2006-02-11 | 2.9.6GLIB_2_9_6 | Matthias Clasen | 1 | -0/+4 |
2006-01-30 | Remove C++ comment | Matthias Clasen | 2 | -1/+5 |
2006-01-27 | 2.9.5GLIB_2_9_5 | Matthias Clasen | 1 | -0/+4 |