From 9ad091a8975f782934e6a669117ba263a9900a7d Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 22 Feb 2009 12:49:53 +0000 Subject: merges r22389 from trunk into ruby_1_9_1. * thread.c (thread_start_func_2): do not delete main thread from living_threads. [ruby-core:19385], [ruby-core:22158] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec5afde15..706e74d56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 10:29:12 2009 Nobuyoshi Nakada + + * thread.c (thread_start_func_2): do not delete main thread from + living_threads. [ruby-core:19385], [ruby-core:22158] + Tue Feb 17 05:41:08 2009 Koichi Sasada * compile.c: fix to add "ensure" codes across "while" clause -- cgit