summaryrefslogtreecommitdiff
path: root/test/ruby/test_bignum.rb
AgeCommit message (Expand)Author
2009-06-17 * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf
2008-12-14* bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame
2008-12-11* test/ruby/test_bignum.rb (TestBignum#test_convert): removematz
2008-05-14test the actual value of (10**32768-1).to_s.akr
2008-05-13check the chracters in (10**32768-1).to_s.akr
2008-05-07* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz
2008-05-01add a test for [ruby-dev:34553].akr
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-03-31* numeric.c (num_quo): should convert its operand to Rational.matz
2008-03-19added an assertion.tadf
2008-02-29* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
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
2008-01-30add assertions.tadf
2008-01-22* test/ruby/test_bignum.rb: change some tests because rationalmame
2008-01-21* test/ruby/test_bignum.rb: add tests for bignum.c.mame
2007-11-18use ML ref. for assertion message.akr
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-09-06* test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby: tests for ruby itself.nahi