diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 12:49:53 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 12:49:53 +0000 |
| commit | 9ad091a8975f782934e6a669117ba263a9900a7d (patch) | |
| tree | d47cea2313dcefddc9bcdd4dad266a86750c0783 /ChangeLog | |
| parent | 6061aedcc31764bfce0ea34c8305fb2ca71a5705 (diff) | |
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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Feb 18 10:29:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <ko1@atdot.net> * compile.c: fix to add "ensure" codes across "while" clause |
