summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-06-06 06:56:03 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-06-06 06:56:03 +0000
commit700b6e5ff2919c43508417241d41a43fd428b99e (patch)
tree75a68c76fbbb3d63203d68596465bd8ff8a9d79e /ChangeLog
parent88fd181eac4fad985bfa54ca5f30bb6d149eaee5 (diff)
downloadglib-700b6e5ff2919c43508417241d41a43fd428b99e.tar.gz
If we are watching the same fd several times (for different conditions,
2000-06-06 Tor Lillqvist <tml@iki.fi> * giowin32.c (g_io_channel_win32_pipe_readable): If we are watching the same fd several times (for different conditions, with different callbacks), check them all. Only call the callback for G_IO_IN from here. (This bug popped up when a watch for G_IO_ERR|G_IO_HUP was added to gimplib.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd32701e5..fbe04c932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-06-06 Tor Lillqvist <tml@iki.fi>
+
+ * giowin32.c (g_io_channel_win32_pipe_readable): If we are
+ watching the same fd several times (for different conditions, with
+ different callbacks), check them all. Only call the callback for
+ G_IO_IN from here. (This bug popped up when a watch for
+ G_IO_ERR|G_IO_HUP was added to gimplib.)
+
2000-05-30 Tor Lillqvist <tml@iki.fi>
* gutils.c (g_locale_get_codeset): Implement on Win32.