summaryrefslogtreecommitdiff
path: root/test/ruby/test_fixnum.rb
AgeCommit message (Expand)Author
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