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
/
numeric.c
Age
Commit message (
Expand
)
Author
2021-08-30
[DOC] Move rdoc of Integer#abs to numeric.rb [ci skip]
Nobuyoshi Nakada
2021-08-27
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-18
rb_fix2uint should use FIXNUM_NEGATIVE_P
John Hawthorn
2021-08-06
Use Rational for Float#round with ndigits > 14
Jeremy Evans
2021-08-02
Using RBOOL macro
S.H
2021-07-29
Improve performance of Integer#digits
Jeremy Evans
2021-07-27
Make Float#floor with ndigits argument handle error
Jeremy Evans
2021-07-16
Add Integer.try_convert [Feature #15211]
Nobuyoshi Nakada
2021-06-21
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-04
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-05-29
Fix Enumerator::ArithmeticSequence handling of float ranges
Jeremy Evans
2021-05-23
Refactor num_zero_p function (#4522)
S.H
2021-03-12
Fix integer/float remainder with infinity argument of opposite sign
Jeremy Evans
2021-02-19
Improve performance some Numeric methods [Feature #17632] (#4190)
S.H
2021-02-08
Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)
S.H
2021-01-31
Move rb_big_isqrt declaration
S-H-GAMELINKS
2021-01-18
Fix JIT link failures
Takashi Kokubun
2021-01-01
Improve performance some Float methods [Feature #17498] (#4018)
S.H
2020-12-22
Allow inlining Integer#-@ and #~
Takashi Kokubun
2020-12-14
Move docs for Integer#bit_length [ci skip]
Alan Wu
2020-12-12
Remove unused function declarations
S-H-GAMELINKS
2020-12-09
Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...
Kenta Murata
2020-11-20
rename
S-H-GAMELINKS
2020-11-20
fix code
S-H-GAMELINKS
2020-11-20
add flo_prev_or_next func
S-H-GAMELINKS
2020-10-23
numeric.c, range.c: prohibit zero step
Kenta Murata
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-02
Hoisted out ensure_cmp which checks the comparison succeeded
Nobuyoshi Nakada
2020-10-02
Ensure that the comparison succeeded [Bug #17205]
Nobuyoshi Nakada
2020-09-30
Fix unsigned int overflow in error message for chr
Peter Zhu
2020-08-05
[DOC] Use oracle url instead of sun url
S-H-GAMELINKS
2020-07-28
Use https instead of http
Kazuhiro NISHIYAMA
2020-07-13
fix MJIT link error
卜部昌平
2020-07-13
inline Primitive.cexpr!
卜部昌平
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
fix_pow: do not goto into a branch
卜部昌平
2020-06-29
int_pow: do not goto into a branch
卜部昌平
2020-06-29
flo_to_s: do not goto into a branch
卜部昌平
2020-06-27
Mark some Integer methods as inline (#3264)
Takashi Kokubun
2020-06-20
Make Integer#zero? a separated method and builtin (#3226)
Takashi Kokubun
2020-06-16
Remove unused else if statements in int_even_p func (#3220)
S.H
2020-06-16
Add static modifier for rb_int_ceil & rb_int_floor (#3217)
S.H
2020-05-12
numeric.c: optimize `float ** 2` case by fastpath
Yusuke Endoh
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
Added more NORETURN declarations
Nobuyoshi Nakada
2020-04-09
numeric.c: Remove unreachable code
Yusuke Endoh
2020-04-08
Suppress C4244 "possible loss of data" warnings
Nobuyoshi Nakada
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
[next]