From 38a94739fcd69f371a70a4ee150f24eeb325501c Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 1 Sep 2009 10:58:31 +0000 Subject: * vm_eval.c (eval_string_with_cref): fix to check local_table_size. [ruby-dev:39205] [Bug #2024] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba029647d..70305a382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 1 19:56:28 2009 Koichi Sasada + + * vm_eval.c (eval_string_with_cref): fix to check local_table_size. + [ruby-dev:39205] [Bug #2024] + Mon Aug 31 16:20:41 2009 Yuki Sonoda (Yugui) * class.c (make_singleton_class): variable name changed. -- cgit