summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_fixnum.rb
Commit message (Expand)AuthorAgeFilesLines
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-9/+0
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* * string.c (sym_to_i): remove obsolete method. preparation formatz2008-05-071-7/+0
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-1/+4
* * test/ruby/test_bignum.rb: suppress warnings during test.mame2008-01-311-0/+124
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-141-1/+1
* more tests.akr2007-07-131-0/+52
* check (-0x4000000000000000)/(-1) too.akr2007-07-131-0/+1
* add test for [ruby-dev:31210].akr2007-07-131-0/+32
* add tests for [ruby-dev:31189] and [ruby-dev:31190].akr2007-07-121-0/+10
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-051-0/+26