index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_bignum.rb
Age
Commit message (
Expand
)
Author
2008-05-14
test the actual value of (10**32768-1).to_s.
akr
2008-05-13
check 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-01
add 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-19
added an assertion.
tadf
2008-02-29
* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too
nobu
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-30
add assertions.
tadf
2008-01-22
* test/ruby/test_bignum.rb: change some tests because rational
mame
2008-01-21
* test/ruby/test_bignum.rb: add tests for bignum.c.
mame
2007-11-18
use 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 an
nobu
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