From 9dfaf295986785b1618c207a6292342eb6828a01 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 21 Jun 2008 07:48:29 +0000 Subject: * thread_win32.c (native_sleep): must block reentrance when accessing th->unblock. fixed [ruby-core:17341], reported by Bill Kelly git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6d5ecea0d..69165a8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jun 21 16:46:09 2008 NAKAMURA Usaku + + * thread_win32.c (native_sleep): must block reentrance when accessing + th->unblock. + fixed [ruby-core:17341], reported by Bill Kelly + Sat Jun 21 16:29:02 2008 Nobuyoshi Nakada * parse.y (call_args2, open_args): removed. -- cgit