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_integer.rb
Age
Commit message (
Expand
)
Author
2019-10-21
bignum.c (estimate_initial_sqrt): prevent integer overflow
Yusuke Endoh
2019-07-12
Fixed duplicate test name
Nobuyoshi Nakada
2019-07-11
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-04-28
numeric.c: Extend Integer#[] to support range arguments
Yusuke Endoh
2019-04-28
test/ruby/test_integer.rb: Add a sane test for Integer#[]
Yusuke Endoh
2019-01-12
No FloatDomainError at non-finitive number if exception: false
nobu
2018-12-06
Warn redefinitions of some methods on Object
nobu
2018-10-02
Fix Rational of Float
nobu
2018-09-29
rational.c: may be float
nobu
2018-07-22
object.c: prefer base optarg
nobu
2018-03-15
Add `exception:` keyword in Kernel#Integer()
mrkn
2018-02-26
Check the result of to_int in Kernel#Integer
mrkn
2017-09-22
numeric.c: use NUM2DBL
nobu
2017-05-06
make Integer#{round,floor,ceil,truncate} always return integer
stomar
2017-04-16
test_integer.rb: simplify test
stomar
2017-04-15
bignum.c: fix inexact estimation
nobu
2017-02-24
Integer.sqrt argument check
nobu
2017-02-24
Integer.sqrt [Feature #13219]
nobu
2016-12-10
internal.h: change the default rounding mode to half-up
mrkn
2016-11-25
round-down
nobu
2016-11-05
numeric.c: round to nearest even
nobu
2016-11-01
numeric.c: bit op with non-integer
nobu
2016-11-01
test_integer.rb: common parts
nobu
2016-10-27
object.c: fixable float to fixnum
nobu
2016-10-27
object.c: use converted string
nobu
2016-06-13
numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]
mrkn
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-04-18
numeric.c: int_truncate
nobu
2016-04-13
numeric.c: int_ceil
nobu
2016-04-13
numeric.c: int_floor
nobu
2016-04-08
bignum.c: rb_cstr_parse_inum
nobu
2016-03-26
test_integer.rb: refine test_round
nobu
2016-03-17
* bignum.c (Bignum#even?, Bignum#odd?): remove definitions
mrkn
2015-12-16
Add frozen_string_literal: false for all files
naruse
2013-12-13
test/ruby: better assertions
nobu
2013-08-31
* bignum.c (rb_big_bit_length): New method.
akr
2012-12-22
* include/ruby/intern.h: add the prototype declaration of
mrkn
2012-03-23
* bignum.c (rb_str_to_inum): must be ASCII compatible encoding as
nobu
2010-01-25
supress warnings.
akr
2010-01-22
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
mame
2009-10-03
* object.c (rb_f_integer): now Integer() takes optional base
matz
2008-09-19
* prec.c: removed. Precision will be redesigned and be back again.
yugui
2008-05-14
* test/ruby/test_object.rb: new tests to achieve over 90% test
mame
2008-05-01
split combinational blackbox tests.
akr
2008-04-30
0**-1 test updated. [ruby-dev:34547]
akr
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
2007-12-19
* test/ruby/test_integer.rb (test_Integer): multiple underscores
nobu
2007-12-19
* bignum.c (rb_cstr_to_inum): an underscore succeeding after octal
nobu
2007-12-04
* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
nobu
[next]