From 3c68095b8a0d665b9ae94ec3c48fa4f30b3fb86a Mon Sep 17 00:00:00 2001 From: kosaki Date: Sat, 30 Apr 2011 11:23:08 +0000 Subject: * thread.c (do_select): Change arugment type to rb_fdset_t. Now do_select() is free from unexpected hangup if HAVE_RB_FD_INIT=1 [Bug #4636] * thread.c (rb_thread_fd_select, rb_thread_wait_fd_rw): adapt new argument type. * thread.c (rb_thread_select): make dummy implementation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da7a6a3560..8e1bc5f35d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Apr 30 20:18:43 2011 KOSAKI Motohiro + + * thread.c (do_select): Change arugment type to rb_fdset_t. + Now do_select() is free from unexpected hangup if + HAVE_RB_FD_INIT=1 [Bug #4636] + + * thread.c (rb_thread_fd_select, rb_thread_wait_fd_rw): + adapt new argument type. + + * thread.c (rb_thread_select): make dummy implementation. + Sat Apr 30 20:16:53 2011 KOSAKI Motohiro * thread.c (rb_fd_copy): Change function argument. Now -- cgit v1.2.3