From febf2cefb3b69dd859b3c81e0512d0bae9b315ea Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 26 Aug 2014 08:12:48 +0000 Subject: io.c: do not swallow exceptions at end of block * io.c (io_close): ignore only "closed stream" IOError and NoMethodError, do not swallow other exceptions at the end of block. [ruby-core:64463] [Bug #10153] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9df9c3f72d..364515c66a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 26 17:12:47 2014 Nobuyoshi Nakada + + * io.c (io_close): ignore only "closed stream" IOError and + NoMethodError, do not swallow other exceptions at the end of + block. [ruby-core:64463] [Bug #10153] + Tue Aug 26 13:46:33 2014 Kazuhiro NISHIYAMA * template/fake.rb.in: fix failed to make install when srcdir != -- cgit v1.2.3