mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
Set the GIOChannels for stdout and stderr to unbuffered. Otherwise the
2006-01-01 Tor Lillqvist <tml@novell.com> * glib/gspawn-win32.c (g_spawn_sync_utf8): Set the GIOChannels for stdout and stderr to unbuffered. Otherwise the giochannel layer will try to read from them regardless whether the g_io_channel_win32_poll() call here has indicated readability or not. (#325310)
This commit is contained in:
committed by
Tor Lillqvist
parent
8aa8d430d2
commit
07e1d54fb7
@@ -1,3 +1,11 @@
|
||||
2006-01-01 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gspawn-win32.c (g_spawn_sync_utf8): Set the GIOChannels for
|
||||
stdout and stderr to unbuffered. Otherwise the giochannel layer
|
||||
will try to read from them regardless whether the
|
||||
g_io_channel_win32_poll() call here has indicated
|
||||
readability or not. (#325310)
|
||||
|
||||
2005-12-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutils.c (glib_check_version): Fix a copy-and-paste error
|
||||
|
Reference in New Issue
Block a user