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