diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-05 02:54:48 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-05 02:54:48 +0000 |
| commit | bf625b1809e01a8fe505f5a344149e8df8e3795e (patch) | |
| tree | 75d78dfa2134f18d318611d3ca7e3f74e417e5d9 /ChangeLog | |
| parent | 513dbc6e6858cddf28418396fa7f1a7c652c1cb7 (diff) | |
| download | ruby-bf625b1809e01a8fe505f5a344149e8df8e3795e.tar.gz ruby-bf625b1809e01a8fe505f5a344149e8df8e3795e.tar.xz ruby-bf625b1809e01a8fe505f5a344149e8df8e3795e.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Fri Dec 5 11:54:45 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises): @@ -15,7 +22,7 @@ Thu Dec 4 23:32:26 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * io.c (read_all): do not depend on lseek position. [ruby-dev:22026] - + Thu Dec 4 22:37:26 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_eval): preserve $! value when retry happens in the |
