From 6061aedcc31764bfce0ea34c8305fb2ca71a5705 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 22 Feb 2009 12:49:46 +0000 Subject: merges r22363 from trunk into ruby_1_9_1. * compile.c: fix to add "ensure" codes across "while" clause before "return" expression. [ruby-dev:37967] * bootstraptest/test_flow.rb: add a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e18579461..ec5afde15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Feb 17 05:41:08 2009 Koichi Sasada + + * compile.c: fix to add "ensure" codes across "while" clause + before "return" expression. [ruby-dev:37967] + + * bootstraptest/test_flow.rb: add a test. + Sun Feb 15 11:45:29 2009 Nobuyoshi Nakada * variable.c (rb_define_hooked_variable): suppress false assertion -- cgit