From 143bcae67bd1f5c24f09eeacfa98db853ad030d0 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 11 Jul 2008 16:55:14 +0000 Subject: * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle to original select(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e65cfc45..2647646da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 12 01:54:13 2008 NAKAMURA Usaku + + * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle to + original select(). + Fri Jul 11 23:05:40 2008 Yusuke Endoh * test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params. -- cgit