Don't set on Win32, only causes trouble.
authorTor Lillqvist <tml@iki.fi>
Sat, 26 Oct 2002 22:53:21 +0000 (22:53 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 26 Oct 2002 22:53:21 +0000 (22:53 +0000)
commita488638747f175320004b424821424488c82c4ac
treef07b1742cc0ff7cb658bfd969f302b007717a6e4
parent6e275fd54a8752af7c5e933d5dedc295284d494f
Don't set on Win32, only causes trouble.

2002-10-27  Tor Lillqvist  <tml@iki.fi>

* configure.in (G_MODULE_LDFLAGS): Don't set on Win32, only causes
trouble.

* glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs
(http://mail.gnome.org/archives/gtk-devel-list/2002-October/msg00101.html)
and others. We waited for events only for GPollFDs whose events
field had G_IO_IN set. We need to wait also for events for
GPollFDs that have just G_IO_OUT set. Non-blocking sockets in the
process of being connect()ed are one such case. Also silence a
couple of gcc warnings.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
glib/gmain.c