From 4bfb24fe8f79ab1ddf71e9ba271e80fa4e66e303 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 18 Jan 2008 15:15:40 +0000 Subject: * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handle by timer_thread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3fcee5a7..d09ae65be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 19 00:13:19 2008 NAKAMURA Usaku + + * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handle + by timer_thread. + Fri Jan 18 23:49:41 2008 Nobuyoshi Nakada * thread.c (thread_create_core): set thread group before creating -- cgit