ruby-cvs:25195
From: nobu ruby-lang.org
Date: Wed, 9 Jul 2008 22:41:20 +0900 (JST)
Subject: [ruby-cvs:25195] Ruby:r17976 (trunk): * thread.c (sleep_forever): wait until timed out. [ruby-core:17270]
nobu 2008-07-09 22:41:19 +0900 (Wed, 09 Jul 2008) New Revision: 17976 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17976 Log: * thread.c (sleep_forever): wait until timed out. [ruby-core:17270] Modified files: trunk/ChangeLog trunk/thread.c trunk/thread_pthread.c trunk/thread_win32.c