aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_bignum.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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