Release the main_loop lock around calls to prepare() and check() so that
[platform/upstream/glib.git] / gmain.c
1999-02-02 Owen TaylorRelease the main_loop lock around calls to prepare...
1999-01-17 Tim Janikadded a define G_HOOK_DEFERRED_DESTROY, to substitute...
1999-01-17 Tim Janikreentrancy fixups
1999-01-17 Tim Janikincremented version number to 1.1.13, bin age 0, interf...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-07 Owen TaylorCall the source-specific free function when the hook...
1999-01-04 Tim Janikeliminated extraneous "register" qualifiers in variable...
1999-01-02 Tim Janikavoid unneccessary extra hook referencing (the explicit...
1998-12-23 George Lebldon't cast to timeval since timeval is for some reason...
1998-12-21 Tim Janikthere was a reference count race for hooks during invoc...
1998-12-21 Tim Janikdefault initialize source_timeout with -1 so we have...
1998-12-19 Owen TaylorAdd #defines defining scale of priorities.
1998-12-19 Owen TaylorAllocate space for pollfd's _after_ adding poll wake...
1998-12-19 Tim Janikfixed up sys/poll.h and sys/types.h inclusions.
1998-12-18 Owen Taylor Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat...
1998-12-18 Tim Janiknew function to check whether a main loop has been...
1998-12-17 CST 1998 Shawn T... giounix.c: s/g_main_poll_add/g_main_remove_add/g
1998-12-17 Tim Janikif !G_THREADS_ENABLED, eat the trailing semicolon with...
1998-12-16 Sebastian WilhelmiUpdated to reflect the existence of gthread.
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-08 Manish Singhfixes to #undef HAVE_POLL case
1998-12-02 Owen TaylorMerge main loop into head. This probably breaks Win32...