From e3215a73423bdfca2ee2a2cae45a616296f0f605 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 24 Dec 2007 18:12:24 +0000 Subject: * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. * numeric.c (fix_lshift, fix_aref): use SIZEOF_LONG instead of SIZEOF_VALUE. * bignum.c (big2ulong, rb_big_aref): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67065cf7c4..33021645d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Dec 25 03:08:53 2007 NAKAMURA Usaku + + * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. + + * numeric.c (fix_lshift, fix_aref): use SIZEOF_LONG instead of + SIZEOF_VALUE. + + * bignum.c (big2ulong, rb_big_aref): ditto. + Tue Dec 25 02:55:26 2007 GOTOU Yuuzou * lib/rexml/element.rb (REXML::Elements#each): yield in each -- cgit v1.2.3