summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-18 23:12:25 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-18 23:12:25 +0000
commit885f2da83b8a47a1833cbcfb78fe345ff950341d (patch)
tree0a3ad05c80b243afd9eb98e8723fb3cf4643e83d /ChangeLog
parent6c10ebe22657a299fc6e714a6c2f575f4e0ecb48 (diff)
* backport r39275 from trunk. [ruby-dev:46994] [Bug #7774]
* proc.c (rb_binding_new_with_cfp): create binding object even if the frame is IFUNC. But return a ruby-level binding to keep compatibility. This patch fix degradation introduced from r39067. [Bug #7774] [ruby-dev:46960] * test/ruby/test_settracefunc.rb: add a test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6029f2ff9..b1473943e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Tue Feb 19 07:51:01 2013 Koichi Sasada <ko1@atdot.net>
+
+ * backport r39275 from trunk. [ruby-dev:46994] [Bug #7774]
+
+ * proc.c (rb_binding_new_with_cfp): create binding object even if
+ the frame is IFUNC. But return a ruby-level binding to keep
+ compatibility.
+ This patch fix degradation introduced from r39067.
+ [Bug #7774] [ruby-dev:46960]
+
+ * test/ruby/test_settracefunc.rb: add a test.
+
Sat Feb 16 20:43:43 2013 Koichi Sasada <ko1@atdot.net>
* backport r39276 from trunk. [ruby-dev:46997] [Bug #7825]