From 9ccc80fea01944170a36a7a93edaead66a840b39 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 7 Jan 2013 06:52:04 +0000 Subject: merge revision(s) 38213: [Backport #7629] * vm.c (rb_vm_make_proc): save the proc made from the given block so that it will not get collected. [ruby-core:50545] [Bug #7507] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f04301fe32..f7f3e0cae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 7 15:50:25 2013 Nobuyoshi Nakada + + * vm.c (rb_vm_make_proc): save the proc made from the given block so + that it will not get collected. [ruby-core:50545] [Bug #7507] + Tue Dec 25 23:35:09 2012 NARUSE, Yui * lib/mkmf.rb: fix for if config["libdir"] is nil. -- cgit v1.2.3