From 9f62fce28ee0cbc095b8b0aab0d55b8c88841f26 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 4 Feb 2007 19:12:52 +0000 Subject: * eval.c (rb_frame_callee): check if prev_cfp can be accessible. a patch from Yoshinori Sano in [ruby-dev:30252]. solves [ruby-dev:30200] and [ruby-core:9856]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b62c36882..06e48d57d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 5 04:09:48 2007 Yukihiro Matsumoto + + * eval.c (rb_frame_callee): check if prev_cfp can be accessible. + a patch from Yoshinori Sano in + [ruby-dev:30252]. solves [ruby-dev:30200] and [ruby-core:9856]. + Sun Feb 4 20:34:41 2007 Kouhei Sutou * test/rss/rss-assertions.rb: removed needless code for backward -- cgit