Age | Commit message (Expand) | Author |
2016-04-27 | {Fixnum,Bignum}#[] is unified into Integer. | akr |
2016-04-26 | [DOC] update Integer#<< doc. | akr |
2016-04-26 | {Fixnum,Bignum}#<< is unified into Integer. | akr |
2016-04-26 | {Fixnum,Bignum}#>> is unified into Integer. | akr |
2016-04-26 | {Fixnum,Bignum}#size is unified into Integer. | akr |
2016-04-26 | {Fixnum,Bignum}#bit_length is unified into Integer. | akr |
2016-04-26 | * numeric.c (int_abs): Integer#{abs,magnitude} moved from Fixnum and Bignum. | akr |
2016-04-18 | numeric.c: numeric ndigits | nobu |
2016-04-18 | numeric.c: flo_truncate | nobu |
2016-04-18 | numeric.c: int_truncate | nobu |
2016-04-18 | numeric.c: update doc [ci skip] | nobu |
2016-04-13 | numeric.c: flo_ceil | nobu |
2016-04-13 | numeric.c: flo_floor | nobu |
2016-04-13 | numeric.c: int_ceil | nobu |
2016-04-13 | numeric.c: int_floor | nobu |
2016-04-13 | numeric.c: int_round_zero_p | nobu |
2016-04-13 | numeric.c: float_invariant_round | nobu |
2016-04-03 | numeric.c: dbl2ival no longer rounds | nobu |
2016-04-02 | numeric.c: move declaration [ci skip] | nobu |
2016-04-02 | numeric.c: prefer rb_check_arity | nobu |
2016-03-28 | * numeric.c (int_pos_p): fix typos. | kazu |
2016-03-26 | numeric.c: rb_int2str | nobu |
2016-03-26 | numeric.c: rb_int_round | nobu |
2016-03-26 | numeric.c: basic arithmetic | nobu |
2016-03-26 | numeric.c: Fixnum predicts | nobu |
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 |