summaryrefslogtreecommitdiff
path: root/test/ruby/test_fixnum.rb
AgeCommit message (Expand)Author
2013-06-06* numeric.c (num_quo): should return a Float for a Float argument.mrkn
2013-02-05* numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-08-23* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa
2011-08-29* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-05-07* string.c (sym_to_i): remove obsolete method. preparation formatz
2008-02-10* test/ruby/test_pack.rb: fix tests for 64bit CPU.mame
2008-01-31* test/ruby/test_bignum.rb: suppress warnings during test.mame
2007-07-14* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-13more tests.akr
2007-07-13check (-0x4000000000000000)/(-1) too.akr
2007-07-13add test for [ruby-dev:31210].akr
2007-07-12add tests for [ruby-dev:31189] and [ruby-dev:31190].akr
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa