From 02e1ed0fd4243ebad369e4f038085af454029796 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 24 Aug 2007 15:19:00 +0000 Subject: * compile.c (compile_massign_opt): fix to skip massign optimization with global variables. * bootstraptest/test_massign.rb: add some tests for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e49eba878..e5373e3dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 25 00:08:43 2007 Koichi Sasada + + * compile.c (compile_massign_opt): fix to skip massign optimization + with global variables. + + * bootstraptest/test_massign.rb: add some tests for above. + Fri Aug 24 18:42:03 2007 Yukihiro Matsumoto * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. -- cgit