| Commit message (Expand) | Author | Age | Files | Lines |
* | bignum.c: keep first zero | nobu | 2012-08-21 | 1 | -1/+1 |
* | bignum.c: suppress an empty-body warning | nobu | 2012-08-21 | 1 | -1/+1 |
* | Kernel#inspect: improve consistency and do not call #to_s. | eregon | 2012-08-15 | 1 | -0/+1 |
* | Revert r36699 and r36700. [Feature #6130] | naruse | 2012-08-15 | 1 | -1/+0 |
* | Kernel#inspect: improve consistency and do not call #to_s. | eregon | 2012-08-14 | 1 | -0/+1 |
* | * bignum.c: Added #include <strings.h> for ffs(). Patch by Perry | kosaki | 2012-07-18 | 1 | -0/+3 |
* | add casts | shyouhei | 2012-07-18 | 1 | -2/+3 |
* | * bignum.c (rb_integer_float_cmp): use FIXNUM_MIN and FIXNUM_MAX, | akr | 2012-07-16 | 1 | -2/+2 |
* | * bignum.c (rb_integer_float_eq): new function. | akr | 2012-07-16 | 1 | -1/+33 |
* | * bignum.c (rb_integer_float_cmp): rename a local variable. | akr | 2012-07-16 | 1 | -7/+7 |
* | * bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp. | akr | 2012-07-16 | 1 | -4/+4 |
* | * bignum.c (rb_big_float_cmp): compare an integer and float precisely. | akr | 2012-07-16 | 1 | -1/+29 |
* | * bignum.c (rb_big_float_cmp): support fixnum for argument x. | akr | 2012-07-16 | 1 | -0/+10 |
* | * bignum.c (rb_big_eq): use rb_big_float_cmp. | akr | 2012-07-16 | 1 | -8/+1 |
* | * internal.h (rb_big_float_cmp): declared. | akr | 2012-07-16 | 1 | -20/+15 |
* | * bignum.c (enum big_op_t): new type. | akr | 2012-07-16 | 1 | -13/+20 |
* | rb_thread_call_without_gvl | nobu | 2012-07-10 | 1 | -4/+5 |
* | * reduce UNREACHABLE. | nobu | 2012-04-15 | 1 | -24/+18 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -2/+2 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -1/+2 |
* | * bignum.c (rb_str_to_inum): must be ASCII compatible encoding as | nobu | 2012-03-23 | 1 | -0/+1 |
* | * bignum.c (rb_big_pow): estimate result bit size more precisely. | nobu | 2012-03-18 | 1 | -3/+4 |
* | update comment. | akr | 2012-02-23 | 1 | -1/+9 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -1/+3 |
* | * bignum.c (): refix of r33536. Don't change behavior of Bignum#/. | naruse | 2011-11-22 | 1 | -5/+4 |
* | * bignum.c (rb_big2ulong): need to calc in unsigned long, because | usa | 2011-11-16 | 1 | -2/+2 |
* | * bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning. | usa | 2011-11-16 | 1 | -1/+1 |
* | * bignum.c (rb_big2ull): fix 32bit platform breakage. we must | kosaki | 2011-11-14 | 1 | -2/+2 |
* | * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL. | kosaki | 2011-11-14 | 1 | -2/+8 |
* | * numeric.c (check_uint): fix off-by-one bug of NUM2UINT. | kosaki | 2011-11-14 | 1 | -3/+4 |
* | * bignum.c (rb_big_divide): raise ZeroDivisionError if divisor is | nobu | 2011-10-27 | 1 | -1/+3 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -8/+8 |
* | * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for | mrkn | 2011-08-29 | 1 | -3/+3 |
* | * bignum.c (bigsub_int): add RB_GC_GUARD. This patch is made by | mrkn | 2011-07-15 | 1 | -0/+3 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -0/+1 |
* | * bignum.c (bigmul1_toom3): remove unused variable. | nobu | 2011-05-29 | 1 | -1/+1 |
* | * numeric.c (flo_round): fix for negative value. | nobu | 2011-05-29 | 1 | -1/+1 |
* | * bignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang, | mrkn | 2011-05-22 | 1 | -21/+286 |
* | * bignum.c (rb_str_to_inum): get rid of too huge alloca(). | kosaki | 2011-01-27 | 1 | -2/+7 |
* | * bignum.c (bigmul1_karatsuba): avoid overflow that make assertion | matz | 2011-01-07 | 1 | -6/+6 |
* | * bignum.c: parenthesize macro arguments. | akr | 2010-12-02 | 1 | -3/+3 |
* | * bignum.c (rb_big2long, rb_big2ulong): rb2ulong() returns VALUE, but | usa | 2010-10-27 | 1 | -3/+3 |
* | * random.c (rb_genrand_ulong_limited): renamed from | naruse | 2010-09-10 | 1 | -4/+3 |
* | * bignum.c (rb_big_eq): never equal to infinity. | nobu | 2010-08-03 | 1 | -1/+1 |
* | * bignum.c (big_op): comparison of bignum and infinity has returned 1 | mame | 2010-08-01 | 1 | -2/+3 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -1/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -22/+22 |
* | * bignum.c (bigmul1_karatsuba): suppress a warning. | nobu | 2010-04-25 | 1 | -0/+1 |
* | * bignum.c (bigmul1_karatsuba): fix calculation order to prevent | mame | 2010-04-20 | 1 | -15/+18 |
* | * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast... | muraken | 2010-03-25 | 1 | -1/+1 |