Files
glib/glib
Owen Taylor 4a21238fef When dispatching a source that is !CAN_RECURSE, temporarily remove any
Thu Jun  5 23:40:31 2003  Owen Taylor  <otaylor@redhat.com>

        * glib/gmain.c: When dispatching a source that is
        !CAN_RECURSE, temporarily remove any file descriptors
        that that source has registered from the main loop, to keep
        recursive main loops from busy-waiting if input
        becomes available on one of those file descriptors.
        (#112222, Christian Krause)

        * glib/gmain.c (g_source_set_priority): Properly
        remove the source from the context's source list
        and reinsert it sorted, rather than simply setting
        source->next/prev to NULL! (#114274)
2003-06-06 03:54:03 +00:00
..
2003-02-23 22:55:47 +00:00
2002-11-22 23:45:32 +00:00
2002-12-11 23:40:10 +00:00
2003-04-01 19:11:48 +00:00
2001-11-05 01:47:31 +00:00
2002-02-17 23:28:43 +00:00
2003-02-14 15:08:46 +00:00
2002-12-15 00:03:46 +00:00
2003-02-14 15:08:46 +00:00
2003-02-14 15:08:46 +00:00
2002-12-11 23:40:10 +00:00
2003-05-23 20:42:35 +00:00