From f6a233057f0329372374129f06ad4d9815a3fa8e Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 1 Apr 2002 08:31:49 +0000 Subject: * io.c (rb_io_fptr_cleanup): need flush even when io will not be closed. * io.c (rb_io_initialize): was calling wrong function rb_io_mode_flags(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72bcf799e..5f3df76c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Apr 1 17:25:50 2002 Yukihiro Matsumoto + + * io.c (rb_io_fptr_cleanup): need flush even when io will not be + closed. + + * io.c (rb_io_initialize): was calling wrong function + rb_io_mode_flags(). + Mon Apr 1 16:52:00 2002 Nobuyoshi Nakada * ext/sdbm/init.c (each_pair): moved prototype before the -- cgit