From fec442d641a00401fd4525586504758137798796 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 9 Apr 2007 09:49:40 +0000 Subject: * thread.c (do_select): ubf_select() is not necessary. interrupt is checked in the loop. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2bf05de0b..f370e99eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 9 18:48:57 2007 NAKAMURA Usaku + + * thread.c (do_select): ubf_select() is not necessary. interrupt is + checked in the loop. + Mon Apr 9 18:27:26 2007 NAKAMURA Usaku * thread.c (do_select): use ubf_select() as UBF on windows. -- cgit