summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-26 22:44:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-26 22:44:44 +0000
commitdc9986f447e8010977ceef3bd58fb8119d5b5486 (patch)
treead03f67d84ff311c08a7ed2db4346bc3c251f5cb /ChangeLog
parent5bf245eeb90bf77bdee86c147789a1288e2648b4 (diff)
commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3196238e4f..229566b7e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.