From 6eb77404724eaca3c58c45d76cd5ab36fea2be4a Mon Sep 17 00:00:00 2001 From: sorah Date: Sat, 9 Apr 2011 15:10:03 +0000 Subject: * ext/stringio/stringio.c (strio_each, strio_readlines): Use `NUM2LONG` instead of `FIX2INT`. Fixes [ruby-dev:43395]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 302039847a..2e3f9afffc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Apr 9 23:31:47 2011 Shota Fukumori + + * ext/stringio/stringio.c (strio_each, strio_readlines): + Use `NUM2LONG` instead of `FIX2INT`. Fixes [ruby-dev:43395]. + Sat Apr 9 23:22:27 2011 Shota Fukumori * ext/stringio/stringio.c (strio_each): -- cgit v1.2.3