From 65753a5838bf32db668ef29a52dc801c306384ee Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 10 Feb 2008 21:52:25 +0000 Subject: * test/ruby/test_pack.rb: fix tests for 64bit CPU. * test/ruby/test_bignum.rb: ditto. * test/ruby/test_file_exhaustive.rb: ditto. * test/ruby/test_integer.rb: ditto. * test/ruby/test_time.rb: ditto. * test/ruby/test_numeric.rb: ditto. * test/ruby/test_fixnum.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f10f16dcd..151e283dbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Mon Feb 11 06:50:42 2008 Yusuke Endoh + + * test/ruby/test_pack.rb: fix tests for 64bit CPU. + + * test/ruby/test_bignum.rb: ditto. + + * test/ruby/test_file_exhaustive.rb: ditto. + + * test/ruby/test_integer.rb: ditto. + + * test/ruby/test_time.rb: ditto. + + * test/ruby/test_numeric.rb: ditto. + + * test/ruby/test_fixnum.rb: ditto. + Mon Feb 11 00:18:57 2008 NARUSE, Yui * lib/benchmark.rb (Job::Benchmark#item): fix typo. -- cgit v1.2.3