From a900ed2c1281d81eeeb818e5b7c6f41c0504cf09 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 27 Feb 2009 09:30:53 +0000 Subject: * 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/trunk@22662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 557b84ccc..60b13b23d 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