From 14d860d9ce64f3205eed6cd473184ddfbcb50080 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 Jun 2009 01:15:19 +0000 Subject: * io.c (argf_close): always call #close method. [ruby-core:23853] * io.c (argf_skip): should close only when current_file is available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93e1a181ba..33c8665076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 16 09:11:36 2009 Yukihiro Matsumoto + + * io.c (argf_close): always call #close method. [ruby-core:23853] + + * io.c (argf_skip): should close only when current_file is available. + Thu Jun 11 17:49:33 2009 Nobuyoshi Nakada * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used. -- cgit v1.2.3