| Commit message (Expand) | Author | Age | Files | Lines |
* | fid typos [ci skip] | nobu | 2016-09-24 | 1 | -1/+1 |
* | deprecate Fixnum and Bignum | nobu | 2016-09-19 | 1 | -0/+1 |
* | numeric.c: round_to_nearest | nobu | 2016-08-15 | 1 | -7/+26 |
* | numeric.c: infinite recursion | nobu | 2016-08-13 | 1 | -21/+77 |
* | numeric.c, complex.c: Add finite? and infinite? consistent with Float | mrkn | 2016-07-17 | 1 | -0/+30 |
* | complex.c: rb_complex prefix | nobu | 2016-07-12 | 1 | -2/+2 |
* | numeric.c: round as double | nobu | 2016-07-08 | 1 | -2/+2 |
* | numeric.c: round nearly middle value | nobu | 2016-07-07 | 1 | -2/+9 |
* | numeric.c: fix doc of Integer#digits [ci skip] | nobu | 2016-06-14 | 1 | -2/+2 |
* | numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799] | mrkn | 2016-06-13 | 1 | -0/+107 |
* | Integer unification macro | nobu | 2016-06-13 | 1 | -0/+4 |
* | missing.h: isfinite | nobu | 2016-05-23 | 1 | -8/+0 |
* | ruby.h: RB_INTEGER_TYPE_P | nobu | 2016-05-18 | 1 | -3/+2 |
* | Optimize enum_sum for a range from int to int | mrkn | 2016-05-17 | 1 | -3/+3 |
* | Use Integer instead of Fixnum and Bignum. | akr | 2016-05-17 | 1 | -8/+8 |
* | [Feature #12005] Unify Fixnum and Bignum into Integer | akr | 2016-05-17 | 1 | -23/+3 |
* | drop FreeBSD < 4 support | nobu | 2016-05-12 | 1 | -8/+1 |
* | * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings. | naruse | 2016-05-08 | 1 | -1/+2 |
* | numeric.c: Remove prototype declarations to internal.h | yui-knk | 2016-05-04 | 1 | -2/+0 |
* | Update result of 123456789 ** -2 | kazu | 2016-05-03 | 1 | -1/+1 |
* | Update rdoc of Integer#modulo [ci skip] | kazu | 2016-05-02 | 1 | -3/+4 |
* | [DOC] merge documents for {Integer,Fixnum}#succ. | akr | 2016-05-01 | 1 | -11/+6 |
* | [DOC] | akr | 2016-04-30 | 1 | -1/+1 |
* | Gather Fixnum method definitions. | akr | 2016-04-30 | 1 | -14/+16 |
* | Define Integer#/ instead of Bignum#/. | akr | 2016-04-30 | 1 | -1/+15 |
* | Define Integer#+ instead of Bignum#+. | akr | 2016-04-30 | 1 | -1/+3 |
* | Define Integer#- instead of Bignum#-. | akr | 2016-04-30 | 1 | -1/+3 |
* | Define Integer#* instead of Bignum#*. | akr | 2016-04-30 | 1 | -1/+3 |
* | Define Integer#% instead of Bignum#%. | akr | 2016-04-30 | 1 | -0/+1 |
* | Define Integer#== instead of Bignum#==. | akr | 2016-04-30 | 1 | -2/+18 |
* | Define Integer#> instead of Bignum#>. | akr | 2016-04-30 | 1 | -2/+16 |
* | Define Integer#>= instead of Bignum#>=. | akr | 2016-04-30 | 1 | -2/+16 |
* | Define Integer#< instead of Bignum#<. | akr | 2016-04-30 | 1 | -2/+16 |
* | Define Integer#<= instead of Bignum#<=. | akr | 2016-04-30 | 1 | -2/+17 |
* | Define Integer#-@ instead of Fixnum#-@. | akr | 2016-04-30 | 1 | -1/+1 |
* | Define Integer#remainder instead of Bignum#remainder. | akr | 2016-04-30 | 1 | -0/+35 |
* | {Fixnum,Bignum}#-@ is unified into Integer. | akr | 2016-04-30 | 1 | -4/+5 |
* | {Fixnum,Bignum}#div is unified into Integer. | akr | 2016-04-30 | 1 | -4/+4 |
* | {Fixnum,Bignum}#modulo is unified into Integer. | akr | 2016-04-30 | 1 | -2/+2 |
* | {Fixnum,Bignum}#divmod is unified into Integer. | akr | 2016-04-30 | 1 | -4/+16 |
* | move Fixnum#/ document position. | akr | 2016-04-30 | 1 | -9/+9 |
* | {Fixnum,Bignum}#fdiv is unified into Integer. | akr | 2016-04-30 | 1 | -3/+18 |
* | {Fixnum,Bignum}#** is unified into Integer. | akr | 2016-04-30 | 1 | -4/+22 |
* | Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp. | akr | 2016-04-30 | 1 | -3/+3 |
* | {Fixnum,Bignum}#~ is unified into Integer. | akr | 2016-04-30 | 1 | -3/+23 |
* | {Fixnum,Bignum}#& is unified into Integer. | akr | 2016-04-30 | 1 | -3/+15 |
* | {Fixnum,Bignum}#| is unified into Integer. | akr | 2016-04-30 | 1 | -3/+15 |
* | {Fixnum,Bignum}#^ is unified into Integer. | akr | 2016-04-27 | 1 | -3/+15 |
* | [Doc] Add Document-method: directives. | akr | 2016-04-27 | 1 | -0/+24 |
* | Update rdoc of Integer#[] (fix -> int) | kazu | 2016-04-27 | 1 | -2/+2 |