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
2016-03-21
* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only if
naruse
2016-03-20
* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;
naruse
2016-03-20
numeric.c: optimize Fixnum<->Bignum comparisons
nobu
2016-03-19
fix r54193
nobu
2016-03-19
* numeric.c (fix_cmp): use rb_big_cmp if x is Fixnum and y is Bignum.
naruse
2016-03-19
* numeric.c (int_to_f): raise NotImplementedError when a receiver
mrkn
2016-03-19
* bignum.c (Bignum#<=>): remove it because they are unified with
mrkn
2016-03-18
* bignum.c (rb_big_to_f, Bignum#to_f): removed them because they are
mrkn
2016-03-18
* numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and add
mrkn
2016-03-18
* bignum.c (Bignum#eql?): remove its definition because it is unified
mrkn
2016-03-18
* bignum.c (rb_big_to_s, Bignum#to_s): remove its definition because
mrkn
2016-03-18
* numeric.c (int_to_s): Move from flo_to_s.
mrkn
2016-03-17
* numeric.c (fix_zero_p, fix_even_p, fix_odd_p): remove needless
mrkn
2016-03-17
* numeric.c (int_even_p): treat Fixnum and Bignum values directly.
mrkn
2016-03-17
* bignum.c (Bignum#even?, Bignum#odd?): remove definitions
mrkn
2016-03-17
* numeric.c (num_step): use rb_equal for zero check. rb_num_coerce_cmp
mame
2016-03-17
* enum.c (enum_inject): Implement the specialized code for sum of
akr
2016-03-14
* numeric.c (fix2str): improve r54092 like rb_int2big().
naruse
2016-03-13
numeric.c: fix edge case
nobu
2016-03-08
* intern.h (rb_divmod): assume compilers `/` and `%` comply C99
naruse
2016-02-26
numeric.c: wrong type step should raise TypeError
nobu
2016-02-24
numeric.c: micro optimizations
nobu
2016-02-17
numeric.c: adjust types
nobu
2016-02-17
numeric.c: adjust types
nobu
2016-02-16
numeric.c: fix segfault
nobu
2015-12-14
* enum.c: fix a typo in documentation.
hsbt
2015-10-18
* numeric.c: Good-by Borland-C.
kosaki
2015-10-12
numeric.c: use predefined IDs
nobu
2015-10-12
numeric.c: common expressions
nobu
2015-10-10
* vm_eval.c, internal.h (rb_yield_1): added for performance which
ko1
2015-10-05
* remove trailing spaces.
svn
2015-10-05
* numeric.c: [DOC] Overview for Numeric class by Joe Corcoran
zzak
2015-09-28
preserve encodings in error messages
nobu
2015-08-11
* numeric.c (Init_Numeric): Fix document for Float::MIN and
akr
2015-07-22
fix doc for Numeric#coerce [ci skip]
nobu
2015-05-24
* numeric.c (Numeric#negative?): [DOC] Fix call-seq.
eregon
2015-05-19
numeric.c: return true
nobu
2015-05-19
numeric.c: Bignum 0 is not positive
nobu
2015-05-17
numeric.c: Numeric#positive? and Numeric#negative?
nobu
2015-05-17
numeric.c: compare_with_zero
nobu
2015-03-18
hash.c: same hash values with Float#hash
nobu
2015-02-24
numeric.c: calculate complex numbers
nobu
2015-02-16
use rb_funcallv
nobu
2015-01-13
numeric.c: fix message
nobu
2015-01-12
numeric.c: correct error message when coerce fails
normal
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-09-04
* dir.c (glob_helper): use #ifdef instead of #if.
ko1
2014-08-01
numeric.c: 0 % Float::NAN returns Float::NAN
nobu
2014-07-01
* numeric.c (num_step_scan_args): table argument of rb_get_kwargs() is
nagachika
[next]