From 07ef5241f4a55a4ca89681a0ed4f9f4633a87172 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 25 Oct 2007 05:19:33 +0000 Subject: * 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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 + + * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093] + Thu Oct 25 13:59:53 2007 David Flanagan + * parse.y (parser_tokspace): increment tokidx fixes test failure at [test/ruby/test_stringchar.rb:72] -- cgit