summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_bignum.rb
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (rb_big_fdiv): checks whether the given second argumenttadf2009-06-171-0/+18
* * bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame2008-12-141-0/+20
* * test/ruby/test_bignum.rb (TestBignum#test_convert): removematz2008-12-111-12/+0
* test the actual value of (10**32768-1).to_s.akr2008-05-141-3/+1
* check the chracters in (10**32768-1).to_s.akr2008-05-131-1/+3
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-071-2/+2
* add a test for [ruby-dev:34553].akr2008-05-011-0/+1
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-021-1/+1
* * numeric.c (num_quo): should convert its operand to Rational.matz2008-03-311-5/+2
* added an assertion.tadf2008-03-191-0/+4
* * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu2008-02-291-3/+2
* * bignum.c (big2str_find_n1): check integer overflow.nobu2008-02-291-0/+9
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-3/+12
* * test/ruby/test_bignum.rb: suppress warnings during test.mame2008-01-311-0/+9
* add assertions.tadf2008-01-301-0/+3
* * test/ruby/test_bignum.rb: change some tests because rationalmame2008-01-221-3/+12
* * test/ruby/test_bignum.rb: add tests for bignum.c.mame2008-01-211-0/+252
* use ML ref. for assertion message.akr2007-11-181-7/+7
* * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa2007-03-221-0/+11
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-9/+9
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-32/+21
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-23/+23
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+100