From 470ed64c46a6b942cc776156b5fb83075316b063 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 30 Jan 2008 21:24:24 +0000 Subject: * io.c (rb_io_close_read): replaces fptr with the tied writer if duplex. * io.c (rb_io_close_write): unties the tied IO for writing if duplex. [ruby-dev:33532] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 077e75280..9bc2b66e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Jan 31 06:24:22 2008 Nobuyoshi Nakada + + * io.c (rb_io_close_read): replaces fptr with the tied writer if + duplex. + + * io.c (rb_io_close_write): unties the tied IO for writing if duplex. + [ruby-dev:33532] + Thu Jan 31 02:22:04 2008 Yukihiro Matsumoto * io.c (open_key_args): allow encoding key to take two encoding -- cgit