From ebe2bc0e0aec2442db3510bd663776de0d893133 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 30 Oct 2008 12:09:24 +0000 Subject: merges r20045 from trunk into ruby_1_9_1. * 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 129c2c24f..ba2c68611 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,16 @@ Wed Oct 29 23:57:29 2008 Yusuke Endoh * array.c (rb_ary_sort_bang): replacing array during sort broke invariant of array. [ruby-dev:36983] +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