From 4c7bc4855756f40f36dc9cfed83f39c3f401ad61 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Apr 2007 07:48:50 +0000 Subject: * ext/stringio/stringio.c (strio_seek): consistent behavior with IO#seek. patch by sheepman in [ruby-dev:30710]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 316280d46..e1efea1af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 16 16:49:32 2007 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_seek): consistent behavior with + IO#seek. patch by sheepman in [ruby-dev:30710]. + Mon Apr 16 10:51:37 2007 Yukihiro Matsumoto * enum.c (enum_each_with_index): each_with_index to forward -- cgit