summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-10 01:53:25 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-10 01:53:25 +0000
commitcc29e1af24e5ba0a420c255809abd60ff7f617d8 (patch)
treec876366cb56c840b7fb864f4af0f909dccff6b34 /ChangeLog
parente8c18c977e5277ac1c7dbbbb97478edecf76d096 (diff)
merge revision(s) 24496:
* io.c (rb_sysopen): workaround for MSVCRT's bug. [ruby-core:24838] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@24824 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 9feb46f54a..70371ae8f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 10 10:53:03 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (rb_sysopen): workaround for MSVCRT's bug.
+ [ruby-core:24838]
+
Mon Sep 7 19:52:44 2009 Tanaka Akira <akr@fsij.org>
* eval.c (rb_thread_schedule): need select for WAIT_SELECT, even if