From ee0d9720c8dfb6a53a6b9a3164601ee91b0001c3 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 11 Aug 2008 08:13:42 +0000 Subject: * class.c (clone_method): should copy cbase in cref as well. [ruby-dev:35116] * iseq.c (iseq_mark): mark original iseq object. * iseq.c (iseq_free): do not free internal data if they have original iseq to belong. * iseq.c (rb_iseq_clone): a new function to clone iseq value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bff944421..67b40c97f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,18 @@ Mon Aug 11 16:56:40 2008 TAKAO Kouji * test/readline/test_readline.rb: added test for Readline's class methods. +Mon Aug 11 16:39:23 2008 Yukihiro Matsumoto + + * class.c (clone_method): should copy cbase in cref as well. + [ruby-dev:35116] + + * iseq.c (iseq_mark): mark original iseq object. + + * iseq.c (iseq_free): do not free internal data if they have + original iseq to belong. + + * iseq.c (rb_iseq_clone): a new function to clone iseq value. + Mon Aug 11 16:34:48 2008 Tanaka Akira * enc/trans/iso2022.trans: renamed from iso2022.erb.c. -- cgit