summaryrefslogtreecommitdiff
path: root/gmain.c
AgeCommit message (Expand)AuthorFilesLines
1999-05-26provide a poll() prototype for SunOS, as it doesn't provide one itself.Sebastian Wilhelmi1-0/+4
1999-04-27Mask out ERR HUP and NVAL from the events field so we don't give IRIXOwen Taylor1-1/+6
1999-04-19Added missing #ifdef G_THREADS_ENABLED. (I never liked G_THREADS_ENABLEDOwen Taylor1-1/+6
1999-04-09Check for two threads calling g_main_iterate at once.Owen Taylor1-12/+53
1999-03-23add user_data to the GSource ->check and ->prepare functions, so it can beTim Janik1-28/+97
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1
1999-02-02Release the main_loop lock around calls to prepare() and check() so thatOwen Taylor1-17/+35
1999-01-17added a define G_HOOK_DEFERRED_DESTROY, to substitute a noopTim Janik1-11/+7
1999-01-17reentrancy fixupsTim Janik1-2/+9
1999-01-17incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik1-47/+126
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1-6/+213
1999-01-07Call the source-specific free function when the hook is freed not when itOwen Taylor1-22/+19
1999-01-04eliminated extraneous "register" qualifiers in variable declarations.Tim Janik1-1/+3
1999-01-02avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik1-17/+11
1998-12-23don't cast to timeval since timeval is for some reason not always a structGeorge Lebl1-1/+6
1998-12-21there was a reference count race for hooks during invocation loops. sinceTim Janik1-4/+4
1998-12-21default initialize source_timeout with -1 so we have a sane timeout valueTim Janik1-2/+2
1998-12-19Add #defines defining scale of priorities.Owen Taylor1-3/+4
1998-12-19Allocate space for pollfd's _after_ adding poll wake-up-pipe record.Owen Taylor1-6/+8
1998-12-19fixed up sys/poll.h and sys/types.h inclusions.Tim Janik1-0/+4
1998-12-18 Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat.com>Owen Taylor1-3/+12
1998-12-18new function to check whether a main loop has been quitted. (g_main_new):Tim Janik1-35/+90
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson1-6/+6
1998-12-17if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus functionTim Janik1-26/+42
1998-12-16Updated to reflect the existence of gthread.Sebastian Wilhelmi1-11/+10
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-23/+23
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-20/+138
1998-12-08fixes to #undef HAVE_POLL caseManish Singh1-1/+7
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor1-0/+731