summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-10 17:41:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-10 17:41:40 +0000
commitf9a708472cc9410cf02eb5022a105c8f5660f1c0 (patch)
tree69eef9f73cc742d19c6b8bfee2563dd5fa329e49 /ChangeLog
parentb47fef398782c74f81553a1a54c5fb4ab2fb749d (diff)
downloadruby-f9a708472cc9410cf02eb5022a105c8f5660f1c0.tar.gz
ruby-f9a708472cc9410cf02eb5022a105c8f5660f1c0.tar.xz
ruby-f9a708472cc9410cf02eb5022a105c8f5660f1c0.zip
* io.c (set_stdin): assigned value must respond to "read" and
"getc". * io.c (set_outfile): assigned value must respond to "write". (ruby-bugs-ja:PR#425) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d442ca32..98b487933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Apr 11 02:41:35 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * io.c (set_stdin): assigned value must respond to "read" and
+ "getc".
+
+ * io.c (set_outfile): assigned value must respond to "write".
+ (ruby-bugs-ja:PR#425)
+
Thu Apr 10 21:12:19 2003 Minero Aoki <aamine@loveruby.net>
* lib/net/pop.rb: Exception line was accidentaly removed.