From ad0f401a1492f58a7b4e3712d1a62a60ade165ab Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 Jun 2009 01:14:28 +0000 Subject: * io.c (fptr_finalize): should close stdin/stdout/stderr when closed explicitly. [ruby-core:23853] * io.c (argf_skip): should close only when current_file is available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f72b4d13..16ac00296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jun 16 06:40:31 2009 Yukihiro Matsumoto + + * io.c (fptr_finalize): should close stdin/stdout/stderr when + closed explicitly. [ruby-core:23853] + + * io.c (argf_skip): should close only when current_file is available. + Tue Jun 16 01:50:02 2009 Tanaka Akira * vm_eval.c (rb_call0): refine exception message for hidden objects. -- cgit