From b69bc5325a83c189cdcd76b1c2d8dd064b29c13b Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 Jun 2008 14:54:23 +0000 Subject: * io.c (io_fread): bypass buffered read if reading buffer is empty. * io.c (remain_size): do not add extra one byte. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a0efbcae..7a50c3401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 11 23:33:13 2008 Yukihiro Matsumoto + + * io.c (io_fread): bypass buffered read if reading buffer is empty. + + * io.c (remain_size): do not add extra one byte. + Wed Jun 11 12:15:17 2008 Tanaka Akira * bootstraptest/runner.rb (assert_normal_exit): hide stderr output -- cgit