summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 03:50:02 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 03:50:02 +0000
commit39e04f4aa0a7b020c8ee28a40326299ffcdda109 (patch)
tree3e18006b30fad0a324fffdbb22362542adff1efe /ChangeLog
parent92517eb4e3970f2b357a746036f34ee83c9e1449 (diff)
* io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5147 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 2215adcfff..60ff6ca585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 9 12:49:22 2003 Tanaka Akira <akr@m17n.org>
+
+ * io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.
+
Tue Dec 9 02:53:55 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/sample/tkalignbox.rb: new sample script