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_numeric.rb
Age
Commit message (
Expand
)
Author
2018-08-06
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-04-26
test_numeric.rb: loose precision assertion
nobu
2017-12-30
numeric.c: Fix Integer#pow with a large Fixnum modulo
mrkn
2017-12-12
Revert r61192 and r61193
eregon
2017-12-12
Use EnvUtil.with_default_external in tests needing it
eregon
2017-12-06
`Integer#pow(b)` accepts numeric
kazu
2017-12-04
bignum.c, numeric.c: add Integer#pow(b, m)
mrkn
2017-04-25
no longer rescue exceptions of #coerce in Integer#step
eregon
2017-04-25
no longer rescue exceptions in numeric comparison operations
eregon
2017-04-06
Rename RbConfig::Limits as RbConfig::LIMITS
nobu
2017-03-02
test: use RbConfig::Limits
nobu
2017-02-22
numeric.c: Numeric#clone and #dup
nobu
2016-10-22
numeric.c: fix up r55891
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/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.
akr
2016-04-09
assertions.rb: set default internal encoding
nobu
2016-02-26
numeric.c: wrong type step should raise TypeError
nobu
2016-02-16
numeric.c: fix segfault
nobu
2016-01-05
* test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-05-17
numeric.c: Numeric#positive? and Numeric#negative?
nobu
2015-05-17
test_numeric.rb: separate dummy classes
nobu
2015-01-12
* test/ruby/test_numeric.rb (TestNumeric#test_coerce): fixed wrong message.
usa
2015-01-12
numeric.c: correct error message when coerce fails
normal
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-06-07
* numeric.c (do_coerce): Add a warning when an exception is raised
eregon
2014-05-07
numeric.c: check keyword arguments
nobu
2014-02-28
numeric.c: float overflow
nobu
2014-02-28
numeric.c: integer overflow
nobu
2014-02-28
* numeric.c: Fix Numeric#step with 0 unit [#9575]
marcandre
2014-02-28
* test_numeric: Strengthen tests on 64 bit platforms
marcandre
2014-02-27
numeric.c: check signs before division
nobu
2014-01-15
test_numeric.rb: default_external
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
test_numeric.rb: coercion failures
nobu
2013-12-13
test/ruby: better assertions
nobu
2013-09-07
numeric.c: no extra checks
nobu
2013-09-02
Retain behavior of Numeric#step when nil is given as second argument.
knu
2013-09-02
Fix and add tests for Numeric#step.
knu
2013-09-02
Enhance Numeric#step.
knu
2013-06-06
* numeric.c (num_quo): Use to_r method to convert the receiver to
mrkn
2011-08-29
* test/ruby/test_numeric.rb (test_num2long): modify a test agaist the
mrkn
2010-10-13
* numeric.c (ruby_float_step): fix Numeric#step with infinity unit
naruse
2009-08-27
* vm_method.c (rb_remove_method_id): exported.
nobu
2009-06-20
* numeric.c (num_div): don't use num_floor which is actually
tadf
2008-09-16
* numeric.c: provides predicate real? instead of scalar?.
tadf
[next]