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
ruby_3_4
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
2018-04-04
use Queue for inter-thread synchronization.
ko1
2017-12-12
Handle exception explicitly in TestBignum#test_interrupt_during_to_s
eregon
2017-09-22
numeric.c: use NUM2DBL
nobu
2017-04-06
Rename RbConfig::Limits as RbConfig::LIMITS
nobu
2017-03-02
test: use RbConfig::Limits
nobu
2016-07-17
numeric.c, complex.c: Add finite? and infinite? consistent with Float
mrkn
2016-06-13
numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]
mrkn
2016-05-22
-test-/integer
nobu
2016-05-21
just check Integer
nobu
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-01
test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.
akr
2016-05-01
envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.
akr
2016-03-16
* test/ruby/test_bignum.rb: Make sure to use Bignum values in the tests.
mrkn
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-09-28
preserve encodings in error messages
nobu
2015-05-19
numeric.c: Bignum 0 is not positive
nobu
2013-10-09
test/unit/assertions.rb: return exception
nobu
2013-09-04
* bignum.c (GMP_DIV_DIGITS): New macro.
akr
2013-09-02
* test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable it
akr
2013-08-02
* bignum.c (power_cache_get_power): Appry bigtrunc to the result of
akr
2013-07-13
* bignum.c (big_shift3): New function.
akr
2013-06-26
* bignum.c (bigand_int): Consider negative values.
akr
2013-06-06
* numeric.c (num_quo): should return a Float for a Float argument.
mrkn
2013-03-16
test_bignum.rb: refine test
nobu
2012-12-22
* include/ruby/intern.h: add the prototype declaration of
mrkn
2012-11-27
* bignum.c (bigdivrem): optimize the way to retry calculation of
mrkn
2012-11-08
* bignum.c (bigmul0): enable big_mul_toom3.
mrkn
2012-11-08
* bignum.c (bigmul0): disable big_mul_toom3_temporalily.
mrkn
2012-10-28
* bignum.c (bignew_1): Bignum instances are frozen.
ko1
2012-08-23
* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.
usa
2012-03-18
* bignum.c (rb_big_pow): estimate result bit size more precisely.
nobu
2011-11-22
* bignum.c (): refix of r33536. Don't change behavior of Bignum#/.
naruse
2011-10-27
* bignum.c (rb_big_divide): raise ZeroDivisionError if divisor is
nobu
2011-10-27
* test/ruby/test_bignum.rb: ensure constants to be Bignum.
nobu
2011-09-30
* test/ruby/test_bignum.rb: use more descriptive assertions.
nobu
2011-09-30
* test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix for
nobu
2011-08-29
* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for
mrkn
2010-08-03
* bignum.c (rb_big_eq): never equal to infinity.
nobu
2010-08-01
* bignum.c (big_op): comparison of bignum and infinity has returned 1
mame
2010-04-29
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
nobu
2010-01-21
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,
mame
2010-01-18
* test/ruby/test_array.rb: add some tests (for coverage).
mame
2010-01-18
* test/ruby/test_bignum.rb: some coerce definitions (for test) was
mame
2009-06-17
* bignum.c (rb_big_fdiv): checks whether the given second argument
tadf
2008-12-14
* bignum.c (rb_big_mul): faster multiplication by Karatsuba method and
mame
2008-12-11
* test/ruby/test_bignum.rb (TestBignum#test_convert): remove
matz
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
[next]