From dbbc1821db4919a0ca87824c13a7f7fe476797c3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 29 Dec 2005 15:00:15 +0000 Subject: * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wake up alone, and mark threads in the loading table. [ruby-dev:28154] * eval.c (rb_gc_abort_threads), gc.c (gc_sweep): kill unmarked threads. [ruby-dev:28172] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6254c178..f0c37b0e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 29 23:59:37 2005 Nobuyoshi Nakada + + * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wake + up alone, and mark threads in the loading table. [ruby-dev:28154] + + * eval.c (rb_gc_abort_threads), gc.c (gc_sweep): kill unmarked + threads. [ruby-dev:28172] + Thu Dec 29 17:02:07 2005 Tanaka Akira * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of -- cgit