summaryrefslogtreecommitdiffstats
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
commit07ef5241f4a55a4ca89681a0ed4f9f4633a87172 (patch)
treeea31b5eab1be341307045fe22b1e202a8830a126 /ChangeLog
parent30649a7456621a1eda60bab806f91d5b35ce2e29 (diff)
downloadruby-07ef5241f4a55a4ca89681a0ed4f9f4633a87172.tar.gz
ruby-07ef5241f4a55a4ca89681a0ed4f9f4633a87172.tar.xz
ruby-07ef5241f4a55a4ca89681a0ed4f9f4633a87172.zip
* io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]
git-svn-id: http://svn.ruby-lang.org/repos/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 c9c93d93f..23685cce5 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]