summaryrefslogtreecommitdiffstats
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
commit26e49252fd03a9bd0ed73105699ccec6d9623987 (patch)
tree3e18006b30fad0a324fffdbb22362542adff1efe /ChangeLog
parentb5b1c45f132b808875561423e02b2781f7681bad (diff)
* io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.
git-svn-id: http://svn.ruby-lang.org/repos/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 2215adcff..60ff6ca58 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