make it possible to disable single-file includes by defining
[platform/upstream/glib.git] / glib / gmacros.h
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-01-27 Matthias ClasenDeprecate G_GNUC_(PRETTY)_FUNCTION.
2006-11-22 Tim Janikadded G_GNUC_MAY_ALIAS, suggested by Mathias Hasselmann...
2005-12-04 Matthias ClasenAdd a macro to make gcc warn if a function result is...
2005-11-30 Matthias ClasenFix G_STMT_START / G_STMT_END on Solaris. (#321972...
2005-03-08 Matthias ClasenDefine G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)
2004-11-29 Matthias ClasenDefine empty for gcc 2.95.
2004-11-28 Matthias ClasenMark functions with G_GNUC_MALLOC when appropriate.
2004-08-10 Matthias ClasenRemove G_GNUC_INTERNAL from here. Check whether the...
2004-08-09 Matthias ClasenDefine empty if gcc is too old.
2004-08-02 Matthias ClasenAdd a G_GNUC_INTERNAL macro to mark function declaratio...
2004-03-14 Owen TaylorAdd __extension__ to G_STMT_START to quite gcc -pedanti...
2003-12-11 Manish Singhchange #elif with no expression to #else in G_STRFUNC...
2003-11-27 Tim Janikhandle NULL arguments gracefully.
2003-05-28 Owen Taylor__PRETTY_FUNCTION__ was made a non-token before gcc...
2002-12-12 Manish Singhpull in trio if host printf doesn't have a known way...
2002-11-27 Matthias ClasenUse G_LIKELY without surrounding parentheses in g_asser...
2002-11-26 Matthias ClasenFix the non-gcc-3.x definitions of G_LIKELY and G_UNLIK...
2002-11-25 Matthias ClasenRemove the (no longer effective) empty if-branch.
2002-11-22 Owen TaylorRemove broken G_HIDDEN_SYMBOL definition which wasn...
2002-11-21 Owen TaylorAdd G_GNUC_DEPRECATED. (Tom Tromey, #87969)
2002-11-20 Matthias ClasenUse G_LIKELY. (#69022)
2002-01-29 Havoc Penningtonget rid of warning here
2002-01-28 Owen TaylorOnly use __FUNCTION__, __PRETTY_FUNCTION__ for G_GNUC_F...
2001-12-06 Darin AdlerDo the same for "pure".
2001-12-06 Matthias ClasenThe following patch corrects some function attributes...
2001-08-23 Tim Janiknew macro.
2001-08-05 Owen TaylorInclude stddef.h so that we use the system's definition...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2000-12-01 Havoc PenningtonProvide G_CONST_RETURN which is 'const' by default...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...