summaryrefslogtreecommitdiffstats
path: root/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (rb_cstr_to_inum): changed an error message.tadf2008-12-291-1/+1
* * bignum.c (bigmul1_karatsuba): remove temporal bignum.mame2008-12-141-54/+28
* * bignum.c (bigmul1_karatsuba): fix comment and refactoring.mame2008-12-141-4/+4
* * bignum.c (bigmul1_balance, bigmul1_karatsuba): remove allmame2008-12-141-10/+0
* * bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame2008-12-141-68/+327
* * complex.c: uses f_(in)?exact_p macro.tadf2008-09-191-4/+1
* * bignum.c (big2str_karatsuba): free internal buffer eagerly.matz2008-09-181-0/+3
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * bignum.c (bigdivrem): adjust length for division and remainder.matz2008-09-111-0/+2
* * bignum.c (big2str_karatsuba): remove unnecessary fixnum code. amatz2008-09-111-17/+2
* * bignum.c (bigdivrem1): optimization by skipping zeros at thematz2008-09-051-2/+3
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-8/+8
* * bignum.c (bigdivmod): remove redundant code. a patch frommatz2008-08-291-3/+2
* * bignum.c: added an alias (#magnitude).tadf2008-08-291-0/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]akr2008-05-121-1/+1
* * bignum.c (rb_big_and): bit-wise operation should not take floatmatz2008-05-081-3/+15
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-071-12/+5
* * bignum.c (rb_big_divide), numeric.c (fix_divide): check for resultnobu2008-05-011-1/+1
* * bignum.c (rb_big_divide): return an integer for idiv.nobu2008-05-011-1/+9
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-071-9/+23
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-061-0/+17
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-031-1/+0
* * bignum.c (big2dbl): more precise conversion at edge cases.nobu2008-04-011-4/+53
* * numeric.c (num_quo): should convert its operand to Rational.matz2008-03-311-3/+1
* * bignum.c (rb_cstr_to_inum): treat successive underscores asnobu2008-03-191-3/+4
* both complex and rational are now builtin classes.tadf2008-03-161-4/+17
* fix doc.akr2008-03-091-1/+1
* * bignum.c: fix indent.mame2008-03-071-91/+91
* * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):mame2008-03-071-10/+5
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-3/+6
* * bignum.c (big2str_find_n1): check integer overflow.nobu2008-02-291-0/+3
* * bignum.c (big2str_karatsuba): initialize cache if not initialized.usa2008-02-251-2/+5
* * bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]nobu2008-02-221-1/+13
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-121-10/+10
* adjustmenttadf2008-01-301-10/+9
* * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin.tadf2008-01-301-3/+11
* * bignum.c: move object allocation out of blocking_region.mame2008-01-291-58/+64
* * bignum.c (rb_big2str0): should be US-ASCII.usa2008-01-281-1/+1
* * string.c (rb_str_usascii_new{,2}: defined.naruse2008-01-251-1/+1
* * bignum.c (big_shift): fix a bug that caused infinite loop whenmame2008-01-211-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.akr2008-01-021-3/+3
* don't need to include ruby/util.h.akr2008-01-021-1/+0
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-1/+2
* fix typos.akr2007-12-311-1/+1
* * pack.c (pack_pack): use NUM2LONG instead of NUM2INT.usa2007-12-241-3/+3
* * bignum.c (rb_big_mul0): remove unused variable.matz2007-12-211-2/+0
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-3/+3
* * bignum.c (big2str_orig): access beyond memory region cause crashmatz2007-12-201-2/+2