diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-05 02:13:40 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-05 02:13:40 +0000 |
commit | e067a32f6256bd1e3e41d03918b828c72ecd607b (patch) | |
tree | aee1c51de0d6ba9278ccd82661d059c06008af8e /ChangeLog | |
parent | 1d9b5929b7ef3d5f2017a800e61240a4c9f181b4 (diff) |
merge revision(s) 18316,18319:
* rubysig.h (CHECK_INTS): gives the chance to perform to deferred
finalizers before explicit GC.start or the process termination.
[ruby-core:18045]
* eval.c (rb_thread_schedule): runs deferred finalizers.
* gc.c (gc_sweep): sets rb_thread_pending to run deferred finalizers.
* rubysig.h (CHECK_INTS): now checks rb_thread_pending even on
platforms where setitimer is not available. [ruby-core:18045]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Mon Jan 5 11:12:39 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (rb_thread_schedule): runs deferred finalizers. + + * gc.c (gc_sweep): sets rb_thread_pending to run deferred finalizers. + + * rubysig.h (CHECK_INTS): now checks rb_thread_pending even on + platforms where setitimer is not available. [ruby-core:18045] + +Mon Jan 5 11:12:39 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * rubysig.h (CHECK_INTS): gives the chance to perform to deferred + finalizers before explicit GC.start or the process termination. + [ruby-core:18045] + Sun Jan 4 04:47:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/win32.c (rb_w32_telldir): just returns loc. |