aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 16:49:39 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 16:49:39 +0000
commitb6847f7acca72b135ad00793c4706df2058d1ed8 (patch)
tree606ae43d997a67ea50b9029fb1a44ebc0dd2e451 /ChangeLog
parent1152ad658f2374ee8ded187b7e8ce9a4ebd5fc36 (diff)
downloadruby-b6847f7acca72b135ad00793c4706df2058d1ed8.tar.gz
* win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED with
normal file. #1807, #2510, #2549 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 003d66d926..6d60b2dc71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 23 01:47:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED with
+ normal file. #1807, #2510, #2549
+
Fri Apr 23 01:28:03 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* thread_win32.c (ubf_handle): remove unused typedef.