summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-15 14:37:52 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-15 14:37:52 +0000
commit76678bb526a8a4e6d4af3dffb1ebe6da6d5f9ccf (patch)
tree4f53de829bfb53aa67d6bbff8a31303f747709d3 /ChangeLog
parent9dbffb49fa69da2252028c8c9fbf0f5ad8c1c320 (diff)
* io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 as
a file position of tty. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef2a8a9710..acc21167db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 15 23:37:30 2010 Tanaka Akira <akr@fsij.org>
+
+ * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 as
+ a file position of tty.
+
Mon Feb 15 23:08:56 2010 Tanaka Akira <akr@fsij.org>
* lib/pstore.rb (PStore#initialize): initialize @thread_safe.