summaryrefslogtreecommitdiff
path: root/gmain.c
AgeCommit message (Expand)AuthorFilesLines
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