index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_integer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Integer#ceildiv to respect #coerce (#7118)
Kouhei Yanagita
2023-01-22
1
-0
/
+4
*
[Bug #19323] Raise `RangeError` instead of integer overflow
Nobuyoshi Nakada
2023-01-08
1
-10
/
+8
*
[Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`
Nobuyoshi Nakada
2022-10-20
1
-0
/
+7
*
Add Numeric#ceildiv and Integer#ceildiv
Kouhei Yanagita
2022-08-12
1
-0
/
+17
*
Don't call + and < in Integer.times for !FIXNUM
Jeremy Evans
2021-12-01
1
-0
/
+25
*
Improve performance of Integer#digits
Jeremy Evans
2021-07-29
1
-0
/
+2
*
Add Integer.try_convert [Feature #15211]
Nobuyoshi Nakada
2021-07-16
1
-0
/
+17
*
Fix unsigned int overflow in error message for chr
Peter Zhu
2020-09-30
1
-0
/
+1
*
bignum.c (estimate_initial_sqrt): prevent integer overflow
Yusuke Endoh
2019-10-21
1
-0
/
+3
*
Fixed duplicate test name
Nobuyoshi Nakada
2019-07-12
1
-1
/
+1
*
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-11
1
-0
/
+6
*
numeric.c: Extend Integer#[] to support range arguments
Yusuke Endoh
2019-04-28
1
-0
/
+25
*
test/ruby/test_integer.rb: Add a sane test for Integer#[]
Yusuke Endoh
2019-04-28
1
-0
/
+14
*
No FloatDomainError at non-finitive number if exception: false
nobu
2019-01-12
1
-0
/
+9
*
Warn redefinitions of some methods on Object
nobu
2018-12-06
1
-1
/
+1
*
Fix Rational of Float
nobu
2018-10-02
1
-0
/
+23
*
rational.c: may be float
nobu
2018-09-29
1
-0
/
+3
*
object.c: prefer base optarg
nobu
2018-07-22
1
-0
/
+6
*
Add `exception:` keyword in Kernel#Integer()
mrkn
2018-03-15
1
-0
/
+34
*
Check the result of to_int in Kernel#Integer
mrkn
2018-02-26
1
-0
/
+11
*
numeric.c: use NUM2DBL
nobu
2017-09-22
1
-0
/
+15
*
make Integer#{round,floor,ceil,truncate} always return integer
stomar
2017-05-06
1
-8
/
+20
*
test_integer.rb: simplify test
stomar
2017-04-16
1
-8
/
+5
*
bignum.c: fix inexact estimation
nobu
2017-04-15
1
-0
/
+12
*
Integer.sqrt argument check
nobu
2017-02-24
1
-0
/
+1
*
Integer.sqrt [Feature #13219]
nobu
2017-02-24
1
-0
/
+24
*
internal.h: change the default rounding mode to half-up
mrkn
2016-12-10
1
-4
/
+4
*
round-down
nobu
2016-11-25
1
-0
/
+16
*
numeric.c: round to nearest even
nobu
2016-11-05
1
-4
/
+40
*
numeric.c: bit op with non-integer
nobu
2016-11-01
1
-0
/
+36
*
test_integer.rb: common parts
nobu
2016-11-01
1
-21
/
+13
*
object.c: fixable float to fixnum
nobu
2016-10-27
1
-0
/
+10
*
object.c: use converted string
nobu
2016-10-27
1
-0
/
+4
*
numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]
mrkn
2016-06-13
1
-0
/
+39
*
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-17
1
-14
/
+0
*
numeric.c: int_truncate
nobu
2016-04-18
1
-0
/
+25
*
numeric.c: int_ceil
nobu
2016-04-13
1
-0
/
+25
*
numeric.c: int_floor
nobu
2016-04-13
1
-0
/
+25
*
bignum.c: rb_cstr_parse_inum
nobu
2016-04-08
1
-0
/
+2
*
test_integer.rb: refine test_round
nobu
2016-03-26
1
-19
/
+29
*
* bignum.c (Bignum#even?, Bignum#odd?): remove definitions
mrkn
2016-03-17
1
-20
/
+0
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
test/ruby: better assertions
nobu
2013-12-13
1
-9
/
+9
*
* bignum.c (rb_big_bit_length): New method.
akr
2013-08-31
1
-0
/
+36
*
* include/ruby/intern.h: add the prototype declaration of
mrkn
2012-12-22
1
-0
/
+36
*
* bignum.c (rb_str_to_inum): must be ASCII compatible encoding as
nobu
2012-03-23
1
-0
/
+7
*
supress warnings.
akr
2010-01-25
1
-6
/
+6
*
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
mame
2010-01-22
1
-5
/
+6
*
* object.c (rb_f_integer): now Integer() takes optional base
matz
2009-10-03
1
-0
/
+13
*
* prec.c: removed. Precision will be redesigned and be back again.
yugui
2008-09-19
1
-6
/
+0
[next]