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
*
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
*
complex.c: Optimize Complex#* and Complex#**
mrkn
2019-01-03
1
-3
/
+3
*
complex.c: Optimize Complex#+ for some conditions
mrkn
2019-01-01
1
-3
/
+3
*
complex.c: rb_complex_new_polar
nobu
2018-12-12
1
-2
/
+2
*
Make some internal functions static
nobu
2018-11-16
1
-1
/
+1
*
numeric.c: avoid division by zero
shyouhei
2018-11-16
1
-1
/
+1
*
avoid division by zero
shyouhei
2018-11-16
1
-14
/
+12
*
Export rb_flo_div_flo for MJIT
nobu
2018-11-12
1
-1
/
+1
*
numeric.c: fix typo
shyouhei
2018-11-12
1
-1
/
+1
*
vm_insnhelper.c: avoid division by zero
shyouhei
2018-11-12
1
-34
/
+31
*
numeric.c: avoid division by zero
shyouhei
2018-11-09
1
-11
/
+43
*
complex.c: rb_dbl_complex_polar_pi
nobu
2018-11-04
1
-2
/
+2
*
complex.c: small optimization of Complex#**
nobu
2018-10-20
1
-0
/
+16
*
Fix Rational of Float
nobu
2018-10-02
1
-4
/
+5
*
* expand tabs.
svn
2018-09-29
1
-1
/
+1
*
rational.c: may be float
nobu
2018-09-29
1
-1
/
+7
*
[DOC] Modify descriptions for ArithmeticSequence
mrkn
2018-09-12
1
-1
/
+5
*
Remove needless comment [ci skip]
kazu
2018-08-10
1
-2
/
+0
*
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-08-06
1
-15
/
+52
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
refine Integer#** and Float#**
nobu
2018-06-17
1
-2
/
+2
*
refine Integer#**
nobu
2018-06-17
1
-4
/
+8
*
bignum.c: get rid of redefined method
nobu
2018-06-14
1
-0
/
+12
*
Introduce endless range [Feature#12912]
mame
2018-04-19
1
-3
/
+3
*
Remove outdated example from Numeric documentation
nobu
2018-04-07
1
-3
/
+4
*
[DOC] obsolete classes
nobu
2018-02-23
1
-0
/
+1
*
Export some missing symbols for MJIT
k0kubun
2018-02-08
1
-1
/
+1
[next]