From 7dae5b90d4f428add1e71cd0c24ea75b9dbab031 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Jan 2005 11:59:00 +0000 Subject: * io.c (remain_size): use buffered data instead of unreading to avoid inconsistency of text mode. fixed: [ruby-dev:25446] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b14b04f99..90cc73873 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 11 20:58:52 2005 Nobuyoshi Nakada + + * io.c (remain_size): use buffered data instead of unreading to avoid + inconsistency of text mode. fixed: [ruby-dev:25446] + Tue Jan 11 09:37:53 2005 Hirokazu Yamamoto * numeric.c (Init_Numeric): turn off floating point exceptions -- cgit