summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-10 08:54:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-10 08:54:56 +0000
commit126f2be0bdf727049a091ae41d5443dab6b18f63 (patch)
tree73246f663869fd22c0b0e17e258a8ea1f8d8ed89 /ChangeLog
parentea1edc966af6dd39aa5b6eb05a97a30d70d10c91 (diff)
downloadruby-126f2be0bdf727049a091ae41d5443dab6b18f63.tar.gz
ruby-126f2be0bdf727049a091ae41d5443dab6b18f63.tar.xz
ruby-126f2be0bdf727049a091ae41d5443dab6b18f63.zip
* ext/stringio/stringio.c (strio_read): do not set EOF flag when
requested length is zero. [ruby-dev:22214] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 845ec6d72..cc44a0508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 10 17:54:51 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/stringio/stringio.c (strio_read): do not set EOF flag when
+ requested length is zero. [ruby-dev:22214]
+
Wed Dec 10 17:17:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (read_all): should return given string even if data read is
@@ -11,8 +16,8 @@ Wed Dec 10 17:16:06 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/ruby/ut_eof.rb (TestEOF::Seek): test behaviors at reading
beyond EOF.
- * test/ruby/test_file.rb, * test/stringio/test_stringio.rb:
- include TestEOF::Seek test case.
+ * test/ruby/test_file.rb, test/stringio/test_stringio.rb: include
+ TestEOF::Seek test case.
Wed Dec 10 15:01:19 2003 Shugo Maeda <shugo@ruby-lang.org>