From bf625b1809e01a8fe505f5a344149e8df8e3795e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 5 Dec 2003 02:54:48 +0000 Subject: * ext/stringio/stringio.c (strio_read): follow IO#read. * test/ruby/ut_eof.rb, test/ruby/test_file.rb, test/ruby/test_pipe.rb, test/stringio/test_stringio.rb: add EOF test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e8418d51..b6bc740af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Dec 5 11:54:45 2003 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_read): follow IO#read. + + * test/ruby/ut_eof.rb, test/ruby/test_file.rb, test/ruby/test_pipe.rb, + test/stringio/test_stringio.rb: add EOF test. + Fri Dec 5 02:49:35 2003 Nobuyoshi Nakada * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises): @@ -15,7 +22,7 @@ Thu Dec 4 23:32:26 2003 Yukihiro Matsumoto * io.c (read_all): do not depend on lseek position. [ruby-dev:22026] - + Thu Dec 4 22:37:26 2003 Nobuyoshi Nakada * eval.c (rb_eval): preserve $! value when retry happens in the -- cgit