From 86ade651044cc606584e11a5b2e8d02f315d3fa9 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 29 Oct 2008 16:40:05 +0000 Subject: * io.c (rb_io_rewind): should reset fptr->readconv if it's available. * io.c (more_char): clear readconv at EOF. * test/ruby/test_file.rb: should not read after EOF. use rewind instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5060e6fb9f..4490f78c27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,16 @@ Wed Oct 29 23:57:29 2008 Yusuke Endoh * array.c (rb_ary_sort_bang): replacing array during sort broke invariant of array. +Wed Oct 29 21:06:46 2008 Yukihiro Matsumoto + + * io.c (rb_io_rewind): should reset fptr->readconv if it's + available. + + * io.c (more_char): clear readconv at EOF. + + * test/ruby/test_file.rb: should not read after EOF. use rewind + instead. + Wed Oct 29 20:45:08 2008 Yusuke Endoh * test/webrick/utils.rb (start_server): provide a reference to log of -- cgit v1.2.3