summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
2008-12-29 * bignum.c (rb_cstr_to_inum): changed an error message.tadf
2008-12-14* bignum.c (bigmul1_karatsuba): remove temporal bignum.mame
2008-12-14* bignum.c (bigmul1_karatsuba): fix comment and refactoring.mame
2008-12-14* bignum.c (bigmul1_balance, bigmul1_karatsuba): remove allmame
2008-12-14* bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame
2008-09-19 * complex.c: uses f_(in)?exact_p macro.tadf
2008-09-18* bignum.c (big2str_karatsuba): free internal buffer eagerly.matz
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-11* bignum.c (bigdivrem): adjust length for division and remainder.matz
2008-09-11* bignum.c (big2str_karatsuba): remove unnecessary fixnum code. amatz
2008-09-05* bignum.c (bigdivrem1): optimization by skipping zeros at thematz
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-08-29* bignum.c (bigdivmod): remove redundant code. a patch frommatz
2008-08-29 * bignum.c: added an alias (#magnitude).tadf
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-12* bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]akr
2008-05-08* bignum.c (rb_big_and): bit-wise operation should not take floatmatz
2008-05-07* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz
2008-05-01* bignum.c (rb_big_divide), numeric.c (fix_divide): check for resultnobu
2008-05-01* bignum.c (rb_big_divide): return an integer for idiv.nobu
2008-04-07 * numeric.c: cancelled recent changes (except to remove rdiv).tadf
2008-04-06* bignum.c (rb_cmpint): moved from compar.c, to check bignummatz
2008-04-03* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz
2008-04-01* bignum.c (big2dbl): more precise conversion at edge cases.nobu
2008-03-31* numeric.c (num_quo): should convert its operand to Rational.matz
2008-03-19* bignum.c (rb_cstr_to_inum): treat successive underscores asnobu
2008-03-16both complex and rational are now builtin classes.tadf
2008-03-09fix doc.akr
2008-03-07* bignum.c: fix indent.mame
2008-03-07* bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):mame
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-25 * bignum.c (big2str_karatsuba): initialize cache if not initialized.usa
2008-02-22* bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]nobu
2008-02-12* numeric.c (rb_num_coerce_bin): add ID argument to specifymatz
2008-01-30adjustmenttadf
2008-01-30 * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin.tadf
2008-01-29* bignum.c: move object allocation out of blocking_region.mame
2008-01-28 * bignum.c (rb_big2str0): should be US-ASCII.usa
2008-01-25* string.c (rb_str_usascii_new{,2}: defined.naruse
2008-01-21* bignum.c (big_shift): fix a bug that caused infinite loop whenmame
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-02* bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.akr
2008-01-02don't need to include ruby/util.h.akr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2007-12-31fix typos.akr
2007-12-24 * pack.c (pack_pack): use NUM2LONG instead of NUM2INT.usa
2007-12-21* bignum.c (rb_big_mul0): remove unused variable.matz
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-20* bignum.c (big2str_orig): access beyond memory region cause crashmatz