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
/
numeric.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Align `RFloat` at VALUE boundary
Nobuyoshi Nakada
2021-10-27
1
-2
/
+6
*
Fix unaligned access to `double` in RFloat
Nobuyoshi Nakada
2021-10-26
1
-0
/
+4
*
Enhanced RDoc for Numeric (#4991)
Burdette Lamar
2021-10-19
1
-33
/
+59
*
Enhanced RDoc for numerics (#4982)
Burdette Lamar
2021-10-18
1
-27
/
+63
*
Enhanced RDoc for remainder (#4975)
Burdette Lamar
2021-10-15
1
-12
/
+40
*
Enhanced RDoc for divmod (#4973)
Burdette Lamar
2021-10-15
1
-50
/
+69
*
Enhanced RDoc for numeric.c (#4964)
Burdette Lamar
2021-10-15
1
-16
/
+55
*
Enhanced RDoc for Numeric#% (#4954)
Burdette Lamar
2021-10-12
1
-4
/
+28
*
Add flo_ndigits function
S-H-GAMELINKS
2021-10-10
1
-9
/
+11
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-26
/
+13
*
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-12
1
-40
/
+40
*
Replace RB_TYPE_P macro to FIXNUM_P and RB_INTEGER_TYPE_P macro
S-H-GAMELINKS
2021-09-12
1
-13
/
+13
*
Using NIL_P macro instead of RB_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-1
/
+1
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-79
/
+79
*
[DOC] Move rdoc of Integer#abs to numeric.rb [ci skip]
Nobuyoshi Nakada
2021-08-30
1
-16
/
+0
*
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-27
1
-9
/
+1
*
rb_fix2uint should use FIXNUM_NEGATIVE_P
John Hawthorn
2021-08-18
1
-2
/
+2
*
Use Rational for Float#round with ndigits > 14
Jeremy Evans
2021-08-06
1
-0
/
+4
*
Using RBOOL macro
S.H
2021-08-02
1
-26
/
+19
*
Improve performance of Integer#digits
Jeremy Evans
2021-07-29
1
-6
/
+27
*
Make Float#floor with ndigits argument handle error
Jeremy Evans
2021-07-27
1
-3
/
+7
*
Add Integer.try_convert [Feature #15211]
Nobuyoshi Nakada
2021-07-16
1
-0
/
+7
*
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-21
1
-0
/
+80
*
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-06-04
1
-19
/
+2
*
Fix Enumerator::ArithmeticSequence handling of float ranges
Jeremy Evans
2021-05-29
1
-2
/
+18
*
Refactor num_zero_p function (#4522)
S.H
2021-05-23
1
-4
/
+1
*
Fix integer/float remainder with infinity argument of opposite sign
Jeremy Evans
2021-03-12
1
-3
/
+8
*
Improve performance some Numeric methods [Feature #17632] (#4190)
S.H
2021-02-19
1
-58
/
+0
*
Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)
S.H
2021-02-08
1
-30
/
+0
*
Move rb_big_isqrt declaration
S-H-GAMELINKS
2021-01-31
1
-2
/
+0
*
Fix JIT link failures
Takashi Kokubun
2021-01-18
1
-8
/
+2
*
Improve performance some Float methods [Feature #17498] (#4018)
S.H
2021-01-01
1
-53
/
+1
*
Allow inlining Integer#-@ and #~
Takashi Kokubun
2020-12-22
1
-30
/
+4
*
Move docs for Integer#bit_length [ci skip]
Alan Wu
2020-12-14
1
-45
/
+0
*
Remove unused function declarations
S-H-GAMELINKS
2020-12-12
1
-4
/
+0
*
Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...
Kenta Murata
2020-12-09
1
-24
/
+29
*
rename
S-H-GAMELINKS
2020-11-20
1
-3
/
+3
*
fix code
S-H-GAMELINKS
2020-11-20
1
-14
/
+4
*
add flo_prev_or_next func
S-H-GAMELINKS
2020-11-20
1
-8
/
+21
*
numeric.c, range.c: prohibit zero step
Kenta Murata
2020-10-23
1
-3
/
+6
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-6
/
+3
*
Hoisted out ensure_cmp which checks the comparison succeeded
Nobuyoshi Nakada
2020-10-02
1
-9
/
+13
*
Ensure that the comparison succeeded [Bug #17205]
Nobuyoshi Nakada
2020-10-02
1
-1
/
+3
*
Fix unsigned int overflow in error message for chr
Peter Zhu
2020-09-30
1
-1
/
+1
*
[DOC] Use oracle url instead of sun url
S-H-GAMELINKS
2020-08-05
1
-1
/
+1
*
Use https instead of http
Kazuhiro NISHIYAMA
2020-07-28
1
-1
/
+1
*
fix MJIT link error
卜部昌平
2020-07-13
1
-1
/
+1
*
inline Primitive.cexpr!
卜部昌平
2020-07-13
1
-0
/
+12
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+1
*
fix_pow: do not goto into a branch
卜部昌平
2020-06-29
1
-31
/
+26
[prev]
[next]