From a6cbf12774c745323918f9f712f89019af38bf18 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 30 Oct 2009 04:36:40 +0000 Subject: * thread.c (rb_thread_blocking_region): reverted r25566, and added description that no exception is allowed inside `func', instead. see [ruby-dev:39582] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5caeb2502..6a92d1b21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 30 13:36:39 2009 Nobuyoshi Nakada + + * thread.c (rb_thread_blocking_region): reverted r25566, and added + description that no exception is allowed inside `func', instead. + see [ruby-dev:39582] + Fri Oct 30 13:13:16 2009 NAKAMURA Usaku * win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptions -- cgit