aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-31 07:55:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-31 07:55:15 +0000
commitf653519cbbf9344102502830f6e478ae3d293810 (patch)
treeada60274cfb09073742f3df14d49f36e377f2e31
parent8b74d0c3fb195058c18a939af1faa96fda9f4860 (diff)
downloadruby-f653519cbbf9344102502830f6e478ae3d293810.tar.gz
* ChangeLog: wrong ticket number and ML number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 092731df02..4f12f2276b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,7 +43,7 @@ Tue Aug 30 23:59:36 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement
for rb_thread_select() in thread.c. the use of rb_fd_copy() is
introduced in r33117.
- [Bug #5229] [ruby-core:39102]
+ [Bug #5251] [ruby-core:39195]
* thread.c (rb_thread_select): must call rb_fd_init() before using
rb_fdset_t. see the implementations of rb_fd_init()s if you want to