From 11ebb0d1e3c11197f12a81adc497b8defb085bc3 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 25 Dec 2008 06:08:12 +0000 Subject: * io.c (fptr_finalize): close the IO object even if close(2) is failed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7386a4f01..23edef2a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 25 15:07:22 2008 Tanaka Akira + + * io.c (fptr_finalize): close the IO object even if close(2) is failed. + Thu Dec 25 14:51:43 2008 NAKAMURA Usaku * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode. -- cgit