summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-01 10:31:19 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-01 10:31:19 +0000
commitff60853e4cb6513e6c7afc7804b9cb54927215d6 (patch)
tree5933182980fd7a688465773ef336a450b39bf180 /ChangeLog
parent40d391b8e18d4df5d070a64d76da571f611e56d0 (diff)
merges r28755 from trunk into ruby_1_9_2.
-- * vm.c (rb_thread_mark): mark only self of normal iseqs, not nodes. [ruby-dev:41874] * vm.c (rb_thread_mark): should mark iseq itself other than normal iseq. [ruby-dev:41880] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf440dcd8f..d2b04ded7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Jul 26 13:01:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm.c (rb_thread_mark): should mark iseq itself other than normal
+ iseq. [ruby-dev:41880]
+
+Mon Jul 26 09:51:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm.c (rb_thread_mark): mark only self of normal iseqs, not
+ nodes. [ruby-dev:41874]
+
Sun Aug 1 10:23:48 2010 Yusuke Endoh <mame@tsg.ne.jp>
* lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debug