diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-26 22:44:44 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-26 22:44:44 +0000 |
commit | b37389856c7adf31f85a4047279fa6b6b48af8fc (patch) | |
tree | ad03f67d84ff311c08a7ed2db4346bc3c251f5cb | |
parent | 3b82e8f7a861a3c312fbb8f19e74f5bdc6da4b2a (diff) | |
download | ruby-b37389856c7adf31f85a4047279fa6b6b48af8fc.tar.gz ruby-b37389856c7adf31f85a4047279fa6b6b48af8fc.tar.xz ruby-b37389856c7adf31f85a4047279fa6b6b48af8fc.zip |
commit miss
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ Wed Nov 27 06:43:26 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * 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. |