From 0c276c9e08cc2cbfd786a1be7977bbd44ec37184 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 2 Sep 2003 00:51:39 +0000 Subject: * eval.c (rb_eval): should not handle exceptions within rescue argument. [ruby-talk:80804] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d950551d..a29f931c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 2 09:51:36 2003 Nobuyoshi Nakada + + * eval.c (rb_eval): should not handle exceptions within rescue + argument. [ruby-talk:80804] + Tue Sep 2 00:44:37 2003 Nobuyoshi Nakada * re.c (rb_memsearch): fix overrun. [ruby-talk:80759] -- cgit