From ee0361b5fb604f2bd89a3bcd44c4182b44005b6f Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 8 Jul 2006 15:55:37 +0000 Subject: * eval.c (next_jump): deal with destination of next. fixed: [ruby-core:08169] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e1f046a52..8836c9cd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 9 00:54:11 2006 Nobuyoshi Nakada + + * eval.c (next_jump): deal with destination of next. + fixed: [ruby-core:08169] + Fri Jul 7 17:49:16 2006 Nobuyoshi Nakada * string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980] -- cgit