From 3415760c4a1007bebb792315b0b5c0378d7d1d5f Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 17 Sep 2005 05:22:33 +0000 Subject: * win32/win32.c (rb_w32_select): I hope performance problem was solved. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 427b71d03..0bbe7649b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 17 14:18:15 2005 Hirokazu Yamamoto + + * win32/win32.c (rb_w32_select): I hope performance problem was + solved. + Sat Sep 17 13:45:22 2005 Hirokazu Yamamoto * win32/win32.c (rb_w32_select): console support is back. -- cgit