summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-15 04:27:14 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-15 04:27:14 +0000
commit0c9d6711c62c95e91925140076bedd9187927abe (patch)
treeb76b4ce817a4fb169dfb69caa37db2cbb5c36a4c /ChangeLog
parentaf8fc3e717f12add33495d309ed2e70051a4f6b9 (diff)
downloadruby-0c9d6711c62c95e91925140076bedd9187927abe.tar.gz
ruby-0c9d6711c62c95e91925140076bedd9187927abe.tar.xz
ruby-0c9d6711c62c95e91925140076bedd9187927abe.zip
* io.c (set_stdio): better message.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 534bb4869..975777723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 15 13:26:48 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * io.c (set_stdio): better message.
+
Thu May 15 13:18:11 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.