diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-02-19 09:08:24 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-02-19 09:08:24 +0000 |
commit | c7e635a922da36f529f044e6d84a7664691849a1 (patch) | |
tree | 8e99d8bc3fc671bc0a74d88506f0d31ea78bac71 /ChangeLog.pre-2-0 | |
parent | 96198d863bd1b588bd9426ec32a02e0c9b27498e (diff) |
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.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 8b5106ccc..d71f60d69 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +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. + Mon Feb 18 20:18:23 2002 Owen Taylor <otaylor@redhat.com> * glib/libcharset/Makefile.am (EXTRA_DIST): Remove |