*giowin32.c: g_source_remove()ing an socket iochannel closes

the socket when it should not. Patch by Peter Zelezny
<zed@linux.com>
*giowin32.c: Fix a few typos
This commit is contained in:
Andy Lanoix
2001-07-02 23:57:19 +00:00
parent 7d676fb206
commit 527a422493
9 changed files with 67 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
Mon Jul 2 19:48:52 2001 Andrew Lanoix <alanoix@umich.edu>
*giowin32.c: g_source_remove()ing an socket iochannel closes
the socket when it should not. Patch by Peter Zelezny
<zed@linux.com>
*giowin32.c: Fix a few typos
Mon Jul 2 16:03:21 2001 Owen Taylor <otaylor@redhat.com>
* glib/giochannel.c (g_io_channel_get_buffer_condition): Fix.