summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-07-31 15:11:02 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-31 15:11:02 +0000
commitbeed3997ab5bbc37671f8cf4d0db5dbcb0866d16 (patch)
tree096ac57ad4c63de12f238cec70dcd5036bed13ba /ChangeLog.pre-2-2
parent33efff673a3b00f5aa7c85bcb40d3e2c5eb33ea1 (diff)
downloadglib-beed3997ab5bbc37671f8cf4d0db5dbcb0866d16.tar.gz
The code didn't compile (must have been sleepy when committing). "return"
2000-07-31 Tor Lillqvist <tml@iki.fi> * giowin32.c (buffer_read): The code didn't compile (must have been sleepy when committing). "return" instead of "break" (g_io_win32_fd_add_watch): Cannot check if the file descriptor is readable by calling ReadFile to read zero bytes. ReadFile blocks on NT even if trying to read nothing at all. So, don't check if file descriptor is readable; assume this function isn't called otherwise.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-211
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index c2afe466b..34c24d240 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,14 @@
+2000-07-31 Tor Lillqvist <tml@iki.fi>
+
+ * giowin32.c (buffer_read): The code didn't compile (must
+ have been sleepy when committing). "return" instead of "break"
+
+ (g_io_win32_fd_add_watch): Cannot check if the file descriptor is
+ readable by calling ReadFile to read zero bytes. ReadFile blocks
+ on NT even if trying to read nothing at all. So, don't check if
+ file descriptor is readable; assume this function isn't called
+ otherwise.
+
Sun Jul 30 10:44:16 2000 Tim Janik <timj@gtk.org>
* gmain.c (g_get_current_time): fix tor's recent changes which