summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-01-01 11:15:56 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-01-01 11:15:56 +0000
commit07e1d54fb726583c6733a10d6570126045b0d99d (patch)
tree5dacde9f3788c39c7b51ab9efa7ed4eb5acba91b /ChangeLog.pre-2-10
parent8aa8d430d2bba29b4ae4d9040a87efc935df9520 (diff)
downloadglib-07e1d54fb726583c6733a10d6570126045b0d99d.tar.gz
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)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-108
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8faed1a34..3ebe056e1 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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