From 4062912eb09e937bccf988ef3a0416a2d695d151 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 20 Aug 2004 08:30:43 +0000 Subject: * io.c (rb_io_check_writable): no need to check read buffer if already changed to write mode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca520dcbe..1918cc229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 20 14:49:42 2004 NAKAMURA Usaku + + * io.c (rb_io_check_writable): no need to check read buffer if + already changed to write mode. + Fri Aug 20 11:46:43 2004 UENO Katsuhiro * ext/zlib/zlib.c: GzipReader#ungetc caused crc error. -- cgit