diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-16 06:51:17 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-16 06:51:17 +0000 |
| commit | 7cbeff908fb75f82b08b2e7eeaed937167eef2d6 (patch) | |
| tree | 89f4952dcb34e48bd655d55b645e627e194c90ce /ChangeLog | |
| parent | 3d490d209aaa9b6ae57748dba2a5782be4aeeaf8 (diff) | |
* 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/trunk@39275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sat Feb 16 15:45:56 2013 Koichi Sasada <ko1@atdot.net> + + * 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 13:40:13 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (shvar_to_cpp): do not substitute exec_prefix itself |
