summaryrefslogtreecommitdiff
path: root/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes to bignum/numeric so that infinity is always greater than any num.wyhaines2009-07-141-1/+9
* merge revision(s) 18211:shyouhei2008-08-041-0/+3
* merge revision(s) 15575:shyouhei2008-06-151-1/+15
* merge revision(s) 15645:15647:shyouhei2008-06-151-0/+3
* merge revision(s) 14095:shyouhei2008-06-071-1/+1
* merge revision(s) 14036:14039:shyouhei2008-06-071-1/+1
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundshyouhei2007-09-191-0/+1
* * bignum.c (big_lshift): make shift offset long type.shyouhei2007-09-071-10/+11
* * bignum.c (rb_big_aref): check for Bignum index range.shyouhei2007-08-221-12/+22
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-221-7/+91
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]shyouhei2007-08-221-1/+3
* * bignum.c (rb_cstr_to_inum): check leading non-digits.shyouhei2007-08-221-15/+16
* * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.shyouhei2007-08-221-1/+3
* merge -c 12224shyouhei2007-05-221-20/+34
* merge -c 12116shyouhei2007-05-221-4/+4
* * bignum.c (bignorm): avoid segmentation. a patch from Hiroyukimatz2006-11-241-1/+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
* * bignum.c (rb_big2str0): a bug in length adjustment.matz2006-10-301-2/+9
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-301-10/+17
* * bignum.c (rb_big_rshift): a bug in right shift of negativematz2006-10-071-0/+4
* * bignum.c (rb_big_mul0): bignum multiplication withoutmatz2006-09-091-11/+18
* * numeric.c (fix_plus): addition in Fixnum will never overflowmatz2006-09-071-0/+2
* * prec.c (prec_prec_f): documentation patch frommatz2006-04-091-0/+5
* * 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-2/+2
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-3/+3
* * bignum.c (rb_big_coerce): allow bignum x bignum coercing.matz2005-08-101-0/+3
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-221-1/+1
* * bignum.c (get2comp): revert all prior changes, and calculatematz2005-07-011-23/+22
* * bignum.c (get2comp): calculate proper 2's complement formatz2005-06-081-5/+5
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-1/+1
* * bignum.c (rb_big2ulong_pack): One too many arguments are passedknu2005-02-061-1/+1
* * bignum.c (rb_big_rand): should return positive random number.matz2005-01-041-1/+0
* * bignum.c (rb_big_rand): should return positive random number.matz2005-01-041-1/+4
* * pack.c: all features are backport from 1.9. [ruby-dev:24826]gotoyuzo2004-11-161-0/+11
* * struct.c (make_struct): remove redefining constant whenmatz2004-09-031-3/+5
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-8/+10
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-041-1/+2
* * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz2004-05-071-0/+3
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-4/+7
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-1/+1
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-0/+7
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-261-3/+7
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-0/+3
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-191-0/+121
* Fix dependency issuedave2003-12-191-0/+129
* * marshal.c (r_object0): remove unnecessary iv restoration formatz2003-10-091-1/+6
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-121-10/+3
* * gcc -Wall clean-up.matz2003-07-241-1/+2