summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)AuthorFilesLines
2008-01-142.15.2GLIB_2_15_2Matthias Clasen1-0/+4
2008-01-072.15.1GLIB_2_15_1Matthias Clasen1-0/+4
2007-12-26Fix macro argument. (#505674, Areg Beketovski)Behdad Esfahbod2-1/+6
2007-12-212.15.0Matthias Clasen1-0/+4
2007-12-12Use proper ChangeLog file for the rev 6098 change.Mathias Hasselmann1-0/+8
2007-12-12Always exit with non-zero error code when printing warnings.Mathias Hasselmann1-4/+7
2007-11-25Replace INCLUDES by AM_CPPFLAGS, other cleanups.Matthias Clasen1-1/+1
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik1-1/+2
2007-11-08Don't shift ARGV[0] to undefined. (#466557, Aidan Delaney)Matthias Clasen2-1/+7
2007-11-072.14.3GLIB_2_14_3Matthias Clasen1-0/+4
2007-10-162.14.2GLIB_2_14_2Matthias Clasen1-0/+4
2007-10-13Reviewed by Tim Janik.Sven Herzberg1-2/+2
2007-09-20make sure we define GType g_define_type_id inCarlos Garnacho2-0/+8
2007-09-162.14.1GLIB_2_14_1Matthias Clasen1-0/+4
2007-08-14g_type_default_interface_ref() was not ensuring working g_signal_list_ids.Cody Russell1-2/+2
2007-08-042.14.0GLIB_2_14_0Matthias Clasen1-0/+4
2007-07-122.13.7GLIB_2_13_7Matthias Clasen1-0/+4
2007-07-10use g_once_init_enter/g_once_init_leave to guard critical initializationTim Janik2-6/+13
2007-06-292.13.6GLIB_2_13_6Matthias Clasen1-0/+4
2007-06-22reintroduce typedef gulong GType; for C++, to avoid C++ specific ABITim Janik2-0/+9
2007-06-182.13.5GLIB_2_13_5Matthias Clasen1-0/+4
2007-06-15Added GRegex boxed type. (#445065, Carlos Garnacho)Cody Russell3-0/+14
2007-06-15Check for 0-sized private data. (#443869)Cody Russell1-0/+2
2007-06-14always define GType unconditionally in terms of gsize, there's no need toTim Janik2-4/+6
2007-06-14work around SGI IDO cc, fixes #363986.Tim Janik2-2/+7
2007-06-062.13.4Matthias Clasen1-0/+4
2007-06-042.13.3GLIB_2_13_3Matthias Clasen1-0/+4
2007-05-232.13.2GLIB_2_13_2Matthias Clasen1-0/+4
2007-05-17Move the compiler-dependency in the G_GNUC_INTERNAL definition fromMatthias Clasen2-9/+15
2007-05-032.13.1GLIB_2_13_1Matthias Clasen1-0/+4
2007-04-25also clear the NOCOPY_CONTENTS flag when replacing NULL with the emptyMichael Natterer2-1/+13
2007-04-24don't free or modify static strings, dup them when needed and clear theMichael Natterer1-1/+17
2007-04-03invoke GObjectClass.constructed() only for newly constructed objects, andRyan Lortie3-4/+28
2007-03-162.13.0GLIB_2_13_0Matthias Clasen1-0/+4
2007-03-15Use g_slice. (#404430, Chris Wilson)Matthias Clasen2-3/+7
2007-03-14Add G_PARAM_STATIC_STRINGS define (fixes #418021).Stefan Kost2-0/+6
2007-03-12marked purely functional g_type accessors as PURE or CONST, closesTim Janik2-7/+12
2007-02-13Add comment about dup(0) and lack of /dev/stdin on Win32. (#407431)Tor Lillqvist2-1/+3
2007-01-19Some file list updates (#398069, Owen Taylor)Matthias Clasen1-1/+2
2007-01-03removed all .cvsignore files. SVN doesn't need them.Michael Natterer1-31/+0
2007-01-01Handle "/dev/stdin" by dup()ing fd 0 so that it works on Win32, too.Tor Lillqvist2-1/+11
2006-12-29Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437)Matthias Clasen2-0/+46
2006-12-16Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2-1/+8
2006-11-05makefile.mingw gmodule/makefile.mingw.in glib/makefile.mingw.inTor Lillqvist1-83/+0
2006-10-10applied patch from David Necas which introduces an underscore_name optionTim Janik3-26/+53
2006-10-02Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.Behdad Esfahbod1-8/+3
2006-10-02reverted a change to have an assert instead of a g_return_val_if_fail()Tim Janik2-1/+18
2006-09-30Fix some issues with PLT entries.Matthias Clasen7-11/+49
2006-09-22applied patch from Behdad with slight optimization, fixes #356175.Tim Janik3-4/+11
2006-09-17better filtering of G_GNUC_* stuff when generating .def files. Now alsoHans Breuer1-2/+4