| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG. | akr | 2010-03-07 | 1 | -4/+4 |
* | add comment. | akr | 2010-03-04 | 1 | -0/+14 |
* | * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG. | akr | 2010-02-27 | 1 | -0/+4 |
* | * pack.c: fix q and Q for big endian environments which have no | akr | 2010-02-26 | 1 | -0/+83 |
* | * bignum.c: fix rb_quad_pack and rb_quad_unpack for environments | akr | 2010-02-26 | 1 | -12/+18 |
* | * pack.c (QUAD_SIZE): it should be always 8. | akr | 2010-02-26 | 1 | -3/+3 |
* | * bignum.c (big_op): remove unused variables. | naruse | 2010-02-05 | 1 | -2/+0 |
* | * bignum.c (big_gt, big_ge, big_lt, big_ge): added Bignum#>, >=, < and | mame | 2010-02-04 | 1 | -0/+111 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): update RDoc to | matz | 2010-01-28 | 1 | -0/+2 |
* | * bignum.c (bigsub_int): remove nonsense loop. | mame | 2010-01-18 | 1 | -2/+0 |
* | Add Float::INFINITY and Float::NAN. | naruse | 2009-12-29 | 1 | -1/+1 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -4/+4 |
* | * string.c: rdoc for <=>, casecmp | marcandre | 2009-10-28 | 1 | -1/+1 |
* | * bignum.c (big_split): fix off-by-one error. [ruby-dev:39501] | mame | 2009-10-17 | 1 | -4/+4 |
* | fix rdoc. | akr | 2009-10-12 | 1 | -2/+2 |
* | * bignum.c (bigmul1_single): suppress a warning. | nobu | 2009-09-13 | 1 | -1/+1 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * bignum.c (rb_big_idiv): added rdoc. | nobu | 2009-09-04 | 1 | -1/+10 |
* | * bignum.c (rb_big_div, rb_big_idiv): fixed indent. | nobu | 2009-09-04 | 1 | -2/+2 |
* | * bignum.c (bigmul1_single): new function specialized respect to | akr | 2009-08-30 | 1 | -0/+19 |
* | * bignum.c (rb_big_clone, bigmul1_normal, bigdivrem): trivial | nobu | 2009-08-25 | 1 | -26/+29 |
* | * numeric.c (flo_pow,fix_pow): may return complex number. | tadf | 2009-08-16 | 1 | -0/+2 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check | ko1 | 2009-08-12 | 1 | -0/+1 |
* | * bignum.c (rb_big_cmp, bigsub, big_real_len, bigmul1_normal, | mame | 2009-08-09 | 1 | -16/+32 |
* | * bignum.c (bigzero_p): removing BDIGITS() inside of the | matz | 2009-08-08 | 1 | -1/+3 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -6/+6 |
* | * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values): | nobu | 2009-07-16 | 1 | -0/+12 |
* | * bignum.c (big_lshift, big_rshift): return Bignum always without | nobu | 2009-06-18 | 1 | -21/+21 |
* | * numeric.c (flo_cmp): Infinity is greater than any bignum | matz | 2009-06-17 | 1 | -1/+9 |
* | * bignum.c (rb_big_fdiv): checks whether the given second argument | tadf | 2009-06-17 | 1 | -45/+58 |
* | avoid signbit() and adjust indentation. | tadf | 2009-06-15 | 1 | -3/+3 |
* | * bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should return | tadf | 2009-06-15 | 1 | -1/+4 |
* | * bignum.c (bigand_int): new function to calculate bignum and | matz | 2009-05-27 | 1 | -19/+133 |
* | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu | 2009-05-26 | 1 | -25/+46 |
* | * bignum.c (bignew_1): inline memory allocation. | matz | 2009-05-26 | 1 | -6/+12 |
* | * 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 |