diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-29 14:59:55 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-29 14:59:55 +0000 |
| commit | 5f1f31b90c3d42920b7afbd995a2591d9c07b2f5 (patch) | |
| tree | 4f3885dd73d3e53aff0c01d75bb0056dc328c347 /ChangeLog | |
| parent | 1ca6a4a39ce8907d46c4148bcdf2b0b367a6aab7 (diff) | |
| download | ruby-5f1f31b90c3d42920b7afbd995a2591d9c07b2f5.tar.gz ruby-5f1f31b90c3d42920b7afbd995a2591d9c07b2f5.tar.xz ruby-5f1f31b90c3d42920b7afbd995a2591d9c07b2f5.zip | |
* eval.c (rb_gc_mark_threads): keep 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/trunk@9759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Dec 29 23:59:37 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (rb_gc_mark_threads): keep 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 <akr@m17n.org> * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of |
