From 95bf5564bf2a25879661e1a3c3e8c815c4d991fa Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 8 Apr 2002 07:09:45 +0000 Subject: * eval.c (error_handle): default to 1 unless status is set. * eval.c (ruby_options): guard error_handle() with PROT_NONE. * eval.c (ruby_stop): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36b0534f1..cea517f3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Apr 8 04:50:51 2002 Nobuyoshi Nakada + + * eval.c (error_handle): default to 1 unless status is set. + + * eval.c (ruby_options): guard error_handle() with PROT_NONE. + + * eval.c (ruby_stop): ditto. + Fri Apr 5 05:07:28 2002 Takaaki Tateishi * ext/dl: Add dl/struct.rb. -- cgit