From 5b765f11580ed4325688357cdce00644cb9782c5 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 30 Jul 2008 08:48:31 +0000 Subject: * win32/win32.c (rb_w32_select): recalc the rest of timeout for each iterations. [ruby-core:18015] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab91451cd..b37132a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 30 17:48:15 2008 Nobuyoshi Nakada + + * win32/win32.c (rb_w32_select): recalc the rest of timeout for each + iterations. [ruby-core:18015] + Tue Jul 29 23:37:37 2008 Yusuke Endoh * io.c (io_ungetc): raise NotImplementedError when ungetc is called -- cgit