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
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
2019-07-14
Prefer `rb_error_arity` to `rb_check_arity` when it can be used
Yusuke Endoh
2019-06-01
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-05-04
Update broken URL in Float documentation.
Hiroshi SHIBATA
2019-04-28
* expand tabs.
git
2019-04-28
numeric.c: Extend Integer#[] to support range arguments
Yusuke Endoh
2019-03-11
numeric.c: fix infinite loop
nobu
2019-01-30
enumerator.c: fix arith_seq_first for Infinity
mrkn
2019-01-24
* expand tabs.
svn
2019-01-24
numeric.c: Fix negative step with float components
mrkn
2019-01-09
complex.c: optimize zero check for Float
mrkn
2019-01-03
complex.c: Optimize Complex#* and Complex#**
mrkn
2019-01-01
complex.c: Optimize Complex#+ for some conditions
mrkn
2018-12-12
complex.c: rb_complex_new_polar
nobu
2018-11-16
Make some internal functions static
nobu
2018-11-16
numeric.c: avoid division by zero
shyouhei
2018-11-16
avoid division by zero
shyouhei
2018-11-12
Export rb_flo_div_flo for MJIT
nobu
2018-11-12
numeric.c: fix typo
shyouhei
2018-11-12
vm_insnhelper.c: avoid division by zero
shyouhei
2018-11-09
numeric.c: avoid division by zero
shyouhei
2018-11-04
complex.c: rb_dbl_complex_polar_pi
nobu
2018-10-20
complex.c: small optimization of Complex#**
nobu
2018-10-02
Fix Rational of Float
nobu
2018-09-29
* expand tabs.
svn
2018-09-29
rational.c: may be float
nobu
2018-09-12
[DOC] Modify descriptions for ArithmeticSequence
mrkn
2018-08-10
Remove needless comment [ci skip]
kazu
2018-08-06
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-07-24
UNREACHABLE_RETURN
nobu
2018-06-17
refine Integer#** and Float#**
nobu
2018-06-17
refine Integer#**
nobu
2018-06-14
bignum.c: get rid of redefined method
nobu
2018-04-19
Introduce endless range [Feature#12912]
mame
2018-04-07
Remove outdated example from Numeric documentation
nobu
2018-02-23
[DOC] obsolete classes
nobu
2018-02-08
Export some missing symbols for MJIT
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-27
Fix duplicated HAVE_NAN
kazu
2018-01-20
add missing/nan.c
shyouhei
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-18
num_funcall_op_1_recursion marked as NORETURN
shyouhei
[next]