Include <config.h> first here, too. Use g_io_channel_read_chars() instead
authorTor Lillqvist <tml@iki.fi>
Tue, 19 Feb 2002 09:08:24 +0000 (09:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 19 Feb 2002 09:08:24 +0000 (09:08 +0000)
commitc7e635a922da36f529f044e6d84a7664691849a1
tree8e99d8bc3fc671bc0a74d88506f0d31ea78bac71
parent96198d863bd1b588bd9426ec32a02e0c9b27498e
Include <config.h> first here, too. Use g_io_channel_read_chars() instead

2002-02-19  Tor Lillqvist  <tml@iki.fi>

* glib/gspawn-win32.c: Include <config.h> first here, too. Use
g_io_channel_read_chars() instead of (deprecated)
g_io_channel_read(). Set encoding to NULL for the channels used
for the pipes from the child.

* glib/giowin32.c (buffer_read): Do return G_IO_STATUS_EOF when
EOF has been reached. Otherwise, with the above change to
gspawn-win32.c, spawn-test hangs.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giowin32.c
glib/gspawn-win32.c