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
2022-03-13
merge revision(s) 6a6227e0168b059c3ed34c9f0ace2e5dc2364221: [Backport #18517]
nagachika
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
卜部昌平
2020-03-21
Removed non-RUBY_INTEGER_UNIFICATION code
Nobuyoshi Nakada
2020-03-09
Remove Float::ROUNDS
Jeremy Evans
2020-01-27
Check the encoding of `half:` option
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
add several __has_something macro
卜部昌平
2019-11-19
make functions static
卜部昌平
2019-11-07
Use FIX2LONG instead of FIX2INT like 26843cbcd0
NARUSE, Yui
2019-11-07
Use FIX2LONG to avoid unexpected exception
NARUSE, Yui
2019-09-30
Suppress keyword argument warning from #step
Nobuyoshi Nakada
2019-08-25
Inspect dynamic symbol as well as static symbol
Nobuyoshi Nakada
2019-08-10
Expanded f_quo
Nobuyoshi Nakada
2019-08-07
Deprecate Float::ROUNDS, which should not be a constant
Nobuyoshi Nakada
2019-08-03
Predefine some IDs
Nobuyoshi Nakada
2019-08-02
Expanded f_ceil
Nobuyoshi Nakada
2019-07-19
Adjust styles and indents
Nobuyoshi Nakada
2019-07-14
numeric.c (fix_cmp): remove a unreachable return statement
Yusuke Endoh
2019-07-14
* expand tabs.
git
[next]