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
*
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
*
int_pow: do not goto into a branch
卜部昌平
2020-06-29
1
-7
/
+9
*
flo_to_s: do not goto into a branch
卜部昌平
2020-06-29
1
-11
/
+14
*
Mark some Integer methods as inline (#3264)
Takashi Kokubun
2020-06-27
1
-73
/
+0
*
Make Integer#zero? a separated method and builtin (#3226)
Takashi Kokubun
2020-06-20
1
-7
/
+17
*
Remove unused else if statements in int_even_p func (#3220)
S.H
2020-06-16
1
-10
/
+6
*
Add static modifier for rb_int_ceil & rb_int_floor (#3217)
S.H
2020-06-16
1
-4
/
+4
*
numeric.c: optimize `float ** 2` case by fastpath
Yusuke Endoh
2020-05-12
1
-1
/
+5
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-0
/
+2
*
numeric.c: Remove unreachable code
Yusuke Endoh
2020-04-09
1
-4
/
+1
*
Suppress C4244 "possible loss of data" warnings
Nobuyoshi Nakada
2020-04-08
1
-1
/
+1
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-4
/
+16
*
Removed non-RUBY_INTEGER_UNIFICATION code
Nobuyoshi Nakada
2020-03-21
1
-6
/
+0
*
Remove Float::ROUNDS
Jeremy Evans
2020-03-09
1
-20
/
+0
*
Check the encoding of `half:` option
Nobuyoshi Nakada
2020-01-27
1
-0
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+18
*
add several __has_something macro
卜部昌平
2019-12-26
1
-11
/
+11
*
make functions static
卜部昌平
2019-11-19
1
-3
/
+4
*
Use FIX2LONG instead of FIX2INT like 26843cbcd0
NARUSE, Yui
2019-11-07
1
-4
/
+4
*
Use FIX2LONG to avoid unexpected exception
NARUSE, Yui
2019-11-07
1
-1
/
+1
*
Suppress keyword argument warning from #step
Nobuyoshi Nakada
2019-09-30
1
-1
/
+1
*
Inspect dynamic symbol as well as static symbol
Nobuyoshi Nakada
2019-08-25
1
-1
/
+1
*
Expanded f_quo
Nobuyoshi Nakada
2019-08-10
1
-3
/
+3
*
Deprecate Float::ROUNDS, which should not be a constant
Nobuyoshi Nakada
2019-08-07
1
-1
/
+4
*
Predefine some IDs
Nobuyoshi Nakada
2019-08-03
1
-7
/
+6
*
Expanded f_ceil
Nobuyoshi Nakada
2019-08-02
1
-1
/
+8
*
Adjust styles and indents
Nobuyoshi Nakada
2019-07-19
1
-1
/
+2
*
numeric.c (fix_cmp): remove a unreachable return statement
Yusuke Endoh
2019-07-14
1
-1
/
+0
*
* expand tabs.
git
2019-07-14
1
-1
/
+1
*
Prefer `rb_error_arity` to `rb_check_arity` when it can be used
Yusuke Endoh
2019-07-14
1
-2
/
+1
*
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-06-01
1
-3
/
+3
*
Update broken URL in Float documentation.
Hiroshi SHIBATA
2019-05-04
1
-1
/
+1
*
* expand tabs.
git
2019-04-28
1
-4
/
+4
*
numeric.c: Extend Integer#[] to support range arguments
Yusuke Endoh
2019-04-28
1
-23
/
+125
*
numeric.c: fix infinite loop
nobu
2019-03-11
1
-0
/
+1
*
enumerator.c: fix arith_seq_first for Infinity
mrkn
2019-01-30
1
-1
/
+1
*
* expand tabs.
svn
2019-01-24
1
-2
/
+2
*
numeric.c: Fix negative step with float components
mrkn
2019-01-24
1
-2
/
+2
*
complex.c: optimize zero check for Float
mrkn
2019-01-09
1
-1
/
+1
[next]