aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bignum.c (rb_big2str0): should preserve sign mark.usa2007-08-081-4/+4
* * bignum.c (rb_big2str0): make Bignum#to_s even faster. a patchmatz2007-08-061-150/+259
* * bignum.c (big2str_table): base cannot be 0 or 1.nobu2007-08-021-5/+7
* * bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsubamatz2007-08-021-19/+111
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-301-12/+22
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-9/+87
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu2007-07-181-1/+3
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-151-15/+3
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-151-1/+2
* * bignum.c (rb_cstr_to_inum): check leading non-digits.nobu2007-07-151-15/+16
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-141-0/+1
* refine previous change.akr2007-06-281-1/+1
* * bignum.c (rb_big_hash): fix hash area.akr2007-06-281-1/+1
* * include/ruby/ruby.h: IL32LLP64 support.usa2007-06-261-3/+3
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * bignum.c: purged trailing spaces.nobu2007-05-091-37/+37
* * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu2007-05-091-0/+2
* * bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu2007-05-021-6/+64