aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu2007-05-011-11/+64
* * bignum.c (rb_big_pow): truncate all zero BDIGITs. [ruby-dev:30733]nobu2007-04-261-20/+34
* * bignum.c (rb_big_pow): reduce multiplying for even number.nobu2007-04-261-7/+5
* * bignum.c (rb_big2str0): round up for the most significant digit.nobu2007-03-211-4/+4
* * bignum.c (rb_big2str0): use better approximation.usa2006-10-301-2/+2
* * bignum.c (rb_big2str0): wrong allocation length.matz2006-10-301-1/+1
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-301-12/+24
* * bignum.c (rb_big_rshift): a bug in right shift of negativematz2006-10-071-0/+4
* * bignum.c (rb_big_hash): use rb_memhash().matz2006-09-211-7/+3
* * numeric.c (fix_plus): addition in Fixnum will never overflowmatz2006-09-041-0/+2
* * ruby.h (struct RString): embed small strings.matz2006-08-311-6/+6
* * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz2006-07-111-13/+14
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-111-6/+6
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-2/+2
* * object.c (rb_cstr_to_dbl): should not skip '_' at the beginningmatz2006-06-271-7/+2
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-4/+9