diff options
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ Tue May 17 15:26:10 2016 Tanaka Akira <[email protected]> * numeric.c (fix_succ): Removed. (Init_Numeric): Define Fixnum as Integer. - * bignum.c (bignew): Use rb_cInteger instead of Rb_cBignum. (rb_int_coerce): replaced from rb_big_coerce and return fixnums as-is. (Init_Bignum): Define Bignum as Integer. @@ -93,7 +93,7 @@ Sun May 15 20:55:31 2016 Masatoshi SEKI <[email protected]> Sun May 15 16:15:25 2016 NARUSE, Yui <[email protected]> * array.c (rb_ary_entry): extract rb_ary_elt to organize if-conditions - and check whether is is embdeded at once. Sun May 15 10:57:26 2016 Nobuyoshi Nakada <[email protected]> |