From b27cbbab474270d43df769aec9bcbfee624fb602 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 8 Jun 2007 08:40:23 +0000 Subject: * eval.c (rb_eval_cmd): just return if no exceptions. [ruby-dev:30820] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30b68513e..38e637c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 30 04:18:37 2007 Nobuyoshi Nakada + + * eval.c (rb_eval_cmd): just return if no exceptions. + [ruby-dev:30820] + Tue May 29 11:01:06 2007 Nobuyoshi Nakada * win32/win32.c (rb_w32_opendir): store attributes of the second -- cgit