From 1bee8a8b459baf3862e38389a8b49b30f5f0bae1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Apr 2008 04:13:01 +0000 Subject: * thread.c (thread_join): remove the current thread from the join list of the target thread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3269669c6..b5e0859ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 22 13:12:58 2008 Nobuyoshi Nakada + + * thread.c (thread_join): remove the current thread from the join list + of the target thread. + Tue Apr 22 12:03:50 2008 Nobuyoshi Nakada * vm_insnhelper.c (vm_get_ev_const): search from the base klass if it -- cgit