diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-28 08:51:41 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-28 08:51:41 +0000 |
commit | 11cef3cca3cf1a068fa2df166ffdfb7d604bc794 (patch) | |
tree | 55117edf48a8df083f202ffaddde72fe6801f467 /ChangeLog | |
parent | 97b1c9edd2993d08370e89e4977e00cb25778cbd (diff) |
* array.c (rb_ary_product): Use tmpary instead, to ensure marking
arrays by GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28050 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 @@ +Fri May 28 17:34:48 2010 URABE Shyouhei <[email protected]> + + * array.c (rb_ary_product): Use tmpary instead, to ensure marking + arrays by GC. + Fri May 28 11:40:07 2010 URABE Shyouhei <[email protected]> * array.c (rb_ary_product): Do not rely on GC, t0 should be |