aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-12 15:17:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-12 15:17:19 +0000
commit8ce9863dd9c6a3234e46d2645d1c2259d9ac62d1 (patch)
tree08d4aa626b0c886080c79361c9bc8504ed8eb8b7 /ChangeLog
parent9c771103325f29944c920a0f25102e9af63997ba (diff)
downloadruby-8ce9863dd9c6a3234e46d2645d1c2259d9ac62d1.tar.gz
iseq.c: mark parents of wrapped iseq
* iseq.c (iseqw_mark): as wrapped iseq is isolated from the call stack, it needs to take care of its parent and ancestors, so that they do not become orphans. [ruby-core:72620] [Bug #11928] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29ede23505..d4cb4f52c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 13 00:16:47 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * iseq.c (iseqw_mark): as wrapped iseq is isolated from the call
+ stack, it needs to take care of its parent and ancestors, so
+ that they do not become orphans. [ruby-core:72620] [Bug #11928]
+
Tue Jan 12 21:01:09 2016 Benoit Daloze <eregontp@gmail.com>
* common.mk: update URL and name for the Ruby spec suite.