aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-25 05:19:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-25 05:19:33 +0000
commitbb053cd8242aa3794ad24f9a2aab5d9fcd4907b0 (patch)
treeea31b5eab1be341307045fe22b1e202a8830a126 /ChangeLog
parent966e15e655098152eb9b66d18bd43f7de9061550 (diff)
downloadruby-bb053cd8242aa3794ad24f9a2aab5d9fcd4907b0.tar.gz
* io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13774 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 c9c93d93ff..23685cce59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
+Thu Oct 25 14:19:33 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]
+
Thu Oct 25 13:59:53 2007 David Flanagan <davidflanagan@ruby-lang.org>
+
* parse.y (parser_tokspace): increment tokidx
fixes test failure at [test/ruby/test_stringchar.rb:72]