From ed5b98565095fd1ba39e038a786f1037df1fcca2 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 7 May 2016 07:22:14 +0000 Subject: random.c: optimize int_pair_to_real_inclusive * random.c (int_pair_to_real_inclusive): optimize to multiply without Bignum. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f0654724b..c387f26a42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat May 7 16:22:13 2016 Nobuyoshi Nakada + + * random.c (int_pair_to_real_inclusive): optimize to multiply + without Bignum. + Sat May 7 07:58:02 2016 Nobuyoshi Nakada * process.c (rb_exec_getargs): honor the expected argument types -- cgit v1.2.3