From 526c499e7b1daa0825ccc858c24016b341cf3be4 Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 12 May 2008 14:42:17 +0000 Subject: * vm.c (collect_local_variables_in_env): remove unnecessary check which causes: x=1;proc{local_variables}.call #=> [] * test/ruby/test_variable.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 076aabf2e..6650bf293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon May 12 23:37:57 2008 Yusuke Endoh + + * vm.c (collect_local_variables_in_env): remove unnecessary check + which causes: x=1;proc{local_variables}.call #=> [] + + * test/ruby/test_variable.rb: add a test for above. + Mon May 12 23:05:24 2008 NAKAMURA Usaku * process.c, include/ruby/intern.h (rb_run_exec_options): externed. -- cgit