aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-30 11:35:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-30 11:35:40 +0000
commit7627d0cea7f93193aa97d8ffe8d94fb2f8c69ebd (patch)
treec3d6be02a04804b393bdeba73d6f57d51f402528 /ChangeLog
parenta7a8ea12dae2022de1d899998b6d076ce99bd940 (diff)
downloadruby-7627d0cea7f93193aa97d8ffe8d94fb2f8c69ebd.tar.gz
2002-09-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 395702e64c..ec7d7e1f95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Mon Sep 30 20:29:10 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
- * io.c (rb_io_inspect): not need to raise IOError. [ruby-talk:51871]
+ * io.c (rb_io_inspect): not need to raise IOError for closed
+ stream. [ruby-talk:51871]
Sun Sep 29 18:30:24 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>