aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bignum.c (bigmul1): C99ism.usa2007-12-191-3/+5
* * bignum.c (rb_big_mul0): blocking check for bigger numbers.matz2007-12-191-19/+81
* * bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu2007-12-191-1/+1
* * bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz2007-12-181-2/+2
* * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu2007-12-041-1/+1
* * bignum.c (big2str_find_n1): removed extraneous element.nobu2007-11-271-20/+21
* * bignum.c (rb_big_odd_p): new method added. a patch from Tadashimatz2007-11-161-0/+34
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-13/+13
* * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is notakr2007-09-291-4/+4
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-163/+219
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz2007-08-161-0/+1
* * bignum.c (big_lshift): make shift offset long type.akr2007-08-161-10/+11
* * bignum.c (rb_big2str0): should not use RTEST for non-VALUE.nobu2007-08-081-6/+6