From 7767638d90e56f7d9b7355bc485ca26da64dfe7b Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 14 Oct 2003 10:09:39 +0000 Subject: * eval.c (ruby_finalize_0): return the given exit status unless SystemExit got raised. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d90d779d..b94caaa44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 14 19:09:35 2003 Nobuyoshi Nakada + + * eval.c (ruby_finalize_0): return the given exit status unless + SystemExit got raised. + Tue Oct 14 11:53:49 2003 Nobuyoshi Nakada * intern.h (ruby_stop): never return. -- cgit