From 15e3b12c34e7a5bae8ad8a0ec08cee3fe8d99360 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 27 Aug 2008 17:19:19 +0000 Subject: * include/ruby/io.h (rb_io_t): refcnt field removed. (MakeOpenFile): refcnt initialization removed. * io.c (rb_io_fptr_finalize): don't check refcnt. (rb_io_close_read): don't use refcnt. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 891b99247..6029ab20e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Aug 28 02:16:49 2008 Tanaka Akira + + * include/ruby/io.h (rb_io_t): refcnt field removed. + (MakeOpenFile): refcnt initialization removed. + + * io.c (rb_io_fptr_finalize): don't check refcnt. + (rb_io_close_read): don't use refcnt. + Thu Aug 28 00:07:59 2008 Tanaka Akira * io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895] -- cgit