From c66c56b5d1b3a512db78db97dc96b2d7567f5460 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 4 Mar 2009 09:19:45 +0000 Subject: merges r22662 from trunk into ruby_1_9_1. -- * compile.c (cdhash_type, iseq_set_sequence): should not call methods of the argument of case, to keep the semantics of case/when. [ruby-dev:38079] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5dac588a..32ca090df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 27 18:30:51 2009 Nobuyoshi Nakada + + * compile.c (cdhash_type, iseq_set_sequence): should not call + methods of the argument of case, to keep the semantics of + case/when. [ruby-dev:38079] + Fri Feb 27 18:01:20 2009 Nobuyoshi Nakada * gc.c (ruby_get_stack_grow_direction): no needs to use thread -- cgit