aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dir.c: supress warning "/* within comment"ocean2006-03-011-6/+2
* * bignum.c (bignorm): x may not be a bignum. [ruby-dev:28367]matz2006-02-221-1/+4
* * bignum.c (rb_big_rshift): fix a GC problem onakr2005-12-161-1/+2
* * bignum.c (bignew_1): convertion from `int' to `char' discardsocean2005-10-211-4/+4
* * bignum.c (rb_big_rand): removed. [ruby-dev:25405]akr2005-10-011-19/+0
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-147/+63
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-4/+4
* * parse.y (f_larglist): allow optional arguments even whenmatz2005-08-121-2/+2
* * bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz2005-08-101-13/+21
* * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod,matz2005-08-031-2/+2
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-251-1/+1
* * bignum.c (rb_big_neg): may be accessing bogus pointer value.matz2005-07-011-2/+4
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-22/+22
* * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean2005-06-281-1/+0