From bb022bed3a0e20b6fee92ad8910d1e0651c43f18 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 23 Feb 2007 09:33:53 +0000 Subject: * thread.c (rb_thread_polling): check interrupts here. * thread_win32.ci (w32_wait_events): rename from w32_wait_event(), and now receive multiple event handles. * win32/win32.c (wait_events, rb_w32_main_context): removed. * thread_win32.ci (rb_w32_wait_events): new function. * thread_win32.ci, win32/win32.c (rb_w32_sleep, rb_w32_Sleep): move from win32/win32.c to thread_win32.ci, and use w32_wait_events(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 242d8f69da..9af381eb72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Feb 23 18:27:17 2007 NAKAMURA Usaku + + * thread.c (rb_thread_polling): check interrupts here. + + * thread_win32.ci (w32_wait_events): rename from w32_wait_event(), and + now receive multiple event handles. + + * win32/win32.c (wait_events, rb_w32_main_context): removed. + + * thread_win32.ci (rb_w32_wait_events): new function. + + * thread_win32.ci, win32/win32.c (rb_w32_sleep, rb_w32_Sleep): move + from win32/win32.c to thread_win32.ci, and use w32_wait_events(). + Fri Feb 23 18:13:22 2007 Minero Aoki * test/ruby/test_optimization.rb: new test (merges test_opts.rb). -- cgit v1.2.3