Age | Commit message (Expand) | Author |
2017-02-24 | Integer.sqrt [Feature #13219] | nobu |
2017-02-23 | bignum.c: NAIVE_MUL_DIGITS | nobu |
2017-01-07 | bignum.c: unnecessary check | nobu |
2017-01-05 | bignum.c: fix rb_cstr_parse_inum endp | nobu |
2016-12-25 | bignum.c: precise fdiv | nobu |
2016-12-25 | bignum.c (DBL_BIGDIG): make enum | nobu |
2016-11-19 | ruby.h: rb_big_sign | nobu |
2016-11-11 | rational.c: avoid needless object allocation with nurat_to_double | mrkn |
2016-11-01 | bignum.c: use RB_INTEGER_TYPE_P | nobu |
2016-10-26 | [DOC] replace Fixnum with Integer [ci skip] | nobu |
2016-10-04 | * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum. | usa |
2016-09-19 | deprecate Fixnum and Bignum | nobu |
2016-06-28 | * bignum.c (rb_big2ulong): the old logic seems to try to avoid | naruse |
2016-06-13 | Integer unification macro | nobu |
2016-05-17 | [Feature #12005] Unify Fixnum and Bignum into Integer | akr |
2016-04-30 | [DOC] | akr |
2016-04-30 | Define Integer#/ instead of Bignum#/. | akr |
2016-04-30 | Define Integer#+ instead of Bignum#+. | akr |
2016-04-30 | Define Integer#- instead of Bignum#-. | akr |
2016-04-30 | Define Integer#* instead of Bignum#*. | akr |
2016-04-30 | Define Integer#% instead of Bignum#%. | akr |
2016-04-30 | Define Integer#== instead of Bignum#==. | akr |
2016-04-30 | Define Integer#> instead of Bignum#>. | akr |
2016-04-30 | Define Integer#>= instead of Bignum#>=. | akr |
2016-04-30 | Define Integer#< instead of Bignum#<. | akr |
2016-04-30 | Define Integer#<= instead of Bignum#<=. | akr |
2016-04-30 | Define Integer#GMP_VERSION. | akr |
2016-04-30 | Define Integer#remainder instead of Bignum#remainder. | akr |
2016-04-30 | {Fixnum,Bignum}#-@ is unified into Integer. | akr |
2016-04-30 | {Fixnum,Bignum}#div is unified into Integer. | akr |
2016-04-30 | {Fixnum,Bignum}#modulo is unified into Integer. | akr |
2016-04-30 | {Fixnum,Bignum}#divmod is unified into Integer. | akr |
2016-04-30 | {Fixnum,Bignum}#fdiv is unified into Integer. | akr |
2016-04-30 | {Fixnum,Bignum}#** is unified into Integer. | akr |
2016-04-30 | Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp. | akr |
2016-04-30 | {Fixnum,Bignum}#~ is unified into Integer. | akr |
2016-04-30 | {Fixnum,Bignum}#& is unified into Integer. | akr |
2016-04-30 | {Fixnum,Bignum}#| is unified into Integer. | akr |
2016-04-27 | {Fixnum,Bignum}#^ is unified into Integer. | akr |
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 | forgot to remove Bignum#bit_length. | 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-13 | numeric.c: int_round_zero_p | nobu |
2016-04-08 | bignum.c: rb_cstr_parse_inum | nobu |
2016-04-08 | bignum.c: radix check functions | nobu |