| Commit message (Expand) | Author | Age | Files | Lines |
* | * bignum.c (bigsub_int): subtraction without making internal | matz | 2009-04-20 | 1 | -6/+136 |
* | * bignum.c (rb_cmpint): FIX2INT may fail on LP64 platforms. | akr | 2009-03-26 | 1 | -1/+6 |
* | * bignum.c (bigfixize): zero length Bignum is 0. | nobu | 2009-03-13 | 1 | -1/+2 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -12/+17 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 1 | -3/+4 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -2/+2 |
* | * bignum.c (rb_cstr_to_inum): changed an error message. | tadf | 2008-12-29 | 1 | -1/+1 |
* | * bignum.c (bigmul1_karatsuba): remove temporal bignum. | mame | 2008-12-14 | 1 | -54/+28 |
* | * bignum.c (bigmul1_karatsuba): fix comment and refactoring. | mame | 2008-12-14 | 1 | -4/+4 |
* | * bignum.c (bigmul1_balance, bigmul1_karatsuba): remove all | mame | 2008-12-14 | 1 | -10/+0 |
* | * bignum.c (rb_big_mul): faster multiplication by Karatsuba method and | mame | 2008-12-14 | 1 | -68/+327 |
* | * complex.c: uses f_(in)?exact_p macro. | tadf | 2008-09-19 | 1 | -4/+1 |
* | * bignum.c (big2str_karatsuba): free internal buffer eagerly. | matz | 2008-09-18 | 1 | -0/+3 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -1/+1 |
* | * bignum.c (bigdivrem): adjust length for division and remainder. | matz | 2008-09-11 | 1 | -0/+2 |
* | * bignum.c (big2str_karatsuba): remove unnecessary fixnum code. a | matz | 2008-09-11 | 1 | -17/+2 |
* | * bignum.c (bigdivrem1): optimization by skipping zeros at the | matz | 2008-09-05 | 1 | -2/+3 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -8/+8 |
* | * bignum.c (bigdivmod): remove redundant code. a patch from | matz | 2008-08-29 | 1 | -3/+2 |
* | * bignum.c: added an alias (#magnitude). | tadf | 2008-08-29 | 1 | -0/+1 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649] | akr | 2008-05-12 | 1 | -1/+1 |
* | * bignum.c (rb_big_and): bit-wise operation should not take float | matz | 2008-05-08 | 1 | -3/+15 |
* | * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN. | matz | 2008-05-07 | 1 | -12/+5 |
* | * bignum.c (rb_big_divide), numeric.c (fix_divide): check for result | nobu | 2008-05-01 | 1 | -1/+1 |
* | * bignum.c (rb_big_divide): return an integer for idiv. | nobu | 2008-05-01 | 1 | -1/+9 |
* | * numeric.c: cancelled recent changes (except to remove rdiv). | tadf | 2008-04-07 | 1 | -9/+23 |
* | * bignum.c (rb_cmpint): moved from compar.c, to check bignum | matz | 2008-04-06 | 1 | -0/+17 |
* | * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242] | matz | 2008-04-03 | 1 | -1/+0 |
* | * bignum.c (big2dbl): more precise conversion at edge cases. | nobu | 2008-04-01 | 1 | -4/+53 |
* | * numeric.c (num_quo): should convert its operand to Rational. | matz | 2008-03-31 | 1 | -3/+1 |
* | * bignum.c (rb_cstr_to_inum): treat successive underscores as | nobu | 2008-03-19 | 1 | -3/+4 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -4/+17 |
* | fix doc. | akr | 2008-03-09 | 1 | -1/+1 |
* | * bignum.c: fix indent. | mame | 2008-03-07 | 1 | -91/+91 |
* | * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum): | mame | 2008-03-07 | 1 | -10/+5 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -3/+6 |
* | * bignum.c (big2str_find_n1): check integer overflow. | nobu | 2008-02-29 | 1 | -0/+3 |
* | * bignum.c (big2str_karatsuba): initialize cache if not initialized. | usa | 2008-02-25 | 1 | -2/+5 |
* | * bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454] | nobu | 2008-02-22 | 1 | -1/+13 |
* | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 1 | -10/+10 |
* | adjustment | tadf | 2008-01-30 | 1 | -10/+9 |
* | * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin. | tadf | 2008-01-30 | 1 | -3/+11 |
* | * bignum.c: move object allocation out of blocking_region. | mame | 2008-01-29 | 1 | -58/+64 |
* | * bignum.c (rb_big2str0): should be US-ASCII. | usa | 2008-01-28 | 1 | -1/+1 |
* | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -1/+1 |
* | * bignum.c (big_shift): fix a bug that caused infinite loop when | mame | 2008-01-21 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER. | akr | 2008-01-02 | 1 | -3/+3 |
* | don't need to include ruby/util.h. | akr | 2008-01-02 | 1 | -1/+0 |