From 25d868f3f4edb672a5dd6a64437651b69763ce0f Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 16 Jan 2009 04:06:54 +0000 Subject: merges r21578 from trunk into ruby_1_9_1. * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]), should skip rb_str_new2() if rb_sourcefile() returns NULL. rb_sourcefile() returns NULL if frame is toplevel of Fiber. [ruby-core:21161] [Bug #985] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9418e4715..e453ca6ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jan 16 01:42:50 2009 Koichi Sasada + + * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]), + should skip rb_str_new2() if rb_sourcefile() returns NULL. + rb_sourcefile() returns NULL if frame is toplevel of Fiber. + [ruby-core:21161] [Bug #985] + Fri Jan 9 12:29:46 2009 Nobuyoshi Nakada * common.mk (test-sample), rubytest.rb: use runruby.rb -- cgit