From feb9de970ff586145ad9c33173f14dba382b336e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 9 May 2003 08:12:52 +0000 Subject: * io.c (rb_io_reopen): It should be possible to reopen closed IO. [ruby-talk:70941] * io.c (rb_io_reopen): inherit original file mode unless specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9510fffd3..70a7a0a66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri May 9 16:38:30 2003 Yukihiro Matsumoto + + * io.c (rb_io_reopen): It should be possible to reopen closed IO. + [ruby-talk:70941] + + * io.c (rb_io_reopen): inherit original file mode unless specified. + Thu May 8 18:44:09 2003 Yukihiro Matsumoto * gc.c (rb_gc): check odd alignment stack on m68k machines. -- cgit