From 425aba72f5683ed9ec417b739629c6e57f43ebe0 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Oct 2009 10:48:35 +0000 Subject: * eval.c (ruby_run_node): if an exception occurred in ruby_option, the result is not executable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63ac6b9c3..0dc8b80ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 12 19:48:33 2009 Nobuyoshi Nakada + + * eval.c (ruby_run_node): if an exception occurred in ruby_option, + the result is not executable. + Mon Oct 12 05:51:11 2009 NARUSE, Yui * regparse.c (fetch_token): warn invalid back reference -- cgit