From b37389856c7adf31f85a4047279fa6b6b48af8fc Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 26 Nov 2002 22:44:44 +0000 Subject: commit miss git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 3196238e4..229566b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Wed Nov 27 06:43:26 2002 Nobuyoshi Nakada * error.c (exit_initialize): add SystemExit#initialize to set instance variable status. (ruby-bugs-ja:PR#362) + Now accepts status as optional first argument. * eval.c (error_handle): now SystemExit have status always. -- cgit