From 5bf245eeb90bf77bdee86c147789a1288e2648b4 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 26 Nov 2002 22:32:11 +0000 Subject: * 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. * eval.c (system_exit): just instantiate SystemExit without raise. * eval.c (rb_thread_start_0): initialize SystemExit properly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 69a6be5fd6..3196238e4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +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) + + * eval.c (error_handle): now SystemExit have status always. + + * eval.c (system_exit): just instantiate SystemExit without raise. + + * eval.c (rb_thread_start_0): initialize SystemExit properly. + Mon Nov 25 19:55:38 2002 WATANABE Hirofumi * ext/extmk.rb (extmake): return true if not dynamic and not static. -- cgit v1.2.3