From de2f7416d2deb4166d78638a41037cb550d64484 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 1 May 2016 15:16:17 +0000 Subject: envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}. * test/lib/envutil.rb: Define Integer::{FIXNUM_MIN,FIXNUM_MAX}. * test/ruby/test_bignum.rb: Use Integer::{FIXNUM_MIN,FIXNUM_MAX}. * test/ruby/test_bignum.rb: Ditto. * test/ruby/test_integer_comb.rb: Ditto. * test/ruby/test_marshal.rb: Ditto. * test/ruby/test_optimization.rb: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 125190443f..86ac3d6351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Mon May 2 00:06:04 2016 Tanaka Akira + + * test/lib/envutil.rb: Define Integer::{FIXNUM_MIN,FIXNUM_MAX}. + + * test/ruby/test_bignum.rb: Use Integer::{FIXNUM_MIN,FIXNUM_MAX}. + + * test/ruby/test_bignum.rb: Ditto. + + * test/ruby/test_integer_comb.rb: Ditto. + + * test/ruby/test_marshal.rb: Ditto. + + * test/ruby/test_optimization.rb: Ditto. + Sun May 1 23:59:59 2016 Kenta Murata * array.c (rb_ary_sum): fix for mathn -- cgit v1.2.3