Remove the (no longer effective) empty if-branch.
[platform/upstream/glib.git] / glib / gmessages.h
2002-11-25 Matthias ClasenRemove the (no longer effective) empty if-branch.
2002-11-20 Matthias ClasenUse G_LIKELY. (#69022)
2002-06-28 Sebastian WilhelmiIn case of G_DISABLE_ASSERT replace "G_STMT_START{...
2002-03-27 Tim Janikmajor cleanups. introduced _g_log_fallback_handler...
2002-02-11 Darin AdlerUse "if (expr) { } else" as I meant to in the first...
2002-02-11 Manish Singhneed statement terminators for the if clauses for the...
2002-02-11 Darin AdlerUse "if (expr) else" rather than "if (!(expr))" so...
2001-12-09 Christopher BlizzardAdd pragma that will prevent warnings when you are...
2001-11-17 Owen TaylorGet rid fo g_log_domain_glib variable in favor of just...
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
2001-08-12 Tim Janikfix g_return_if_fail, g_assert and friends to have...
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-29 Sebastian WilhelmiDon't bail out, if no C++ compiler is found. Define...
2001-05-29 James Henstridge"#ifdef G_HAVE_ISO_VARARGS" will always succeed even...
2001-05-18 Owen TaylorUse compile checks for ISO C99 and GNU extension vararg...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...