index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bignum.c
Age
Commit message (
Expand
)
Author
2008-08-04
merge revision(s) 18211:
shyouhei
2008-04-01
* bignum.c (rb_big_div): Bignum#div should return integer for
matz
2008-03-19
* bignum.c (rb_cstr_to_inum): treat successive underscores as
nobu
2008-02-29
* bignum.c (big2str_find_n1): check integer overflow.
nobu
2008-02-22
* bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]
nobu
2008-02-22
* bignum.c (rb_big_lshift, rb_big_rshift, rb_big_aref): removed excess
nobu
2008-01-30
* bignum.c (rb_cstr_to_inum): '0_2' is a valid representation.
tadf
2007-12-19
* bignum.c (rb_cstr_to_inum): an underscore succeeding after octal
nobu
2007-12-04
* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
nobu
2007-11-28
* bignum.c (rb_big2str0): do not clobber space for sign.
nobu
2007-08-16
* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of bound
matz
2007-08-16
* bignum.c (big_lshift): make shift offset long type.
akr
2007-07-30
* bignum.c (rb_big_aref): check for Bignum index range.
nobu
2007-07-19
* bignum.c (rb_big_lshift, rb_big_rshift): separated functions
nobu
2007-07-18
* bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]
nobu
2007-07-15
* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]
nobu
2007-07-15
* bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.
nobu
2007-07-15
* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]
nobu
2007-07-15
* bignum.c (rb_cstr_to_inum): check leading non-digits.
nobu
2007-07-14
* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]
nobu
2007-05-09
* bignum.c: purged trailing spaces.
nobu
2007-05-09
* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv as
nobu
2007-05-09
* bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]
nobu
2007-05-09
* bignum.c (rb_big_pow): reduce multiplying for even number.
nobu
2007-03-21
* bignum.c (rb_big2str0): round up for the most significant digit.
nobu
2006-11-24
* bignum.c (bignorm): avoid segmentation. a patch from Hiroyuki
matz
2006-10-30
* bignum.c (rb_big2str0): use better approximation.
usa
2006-10-30
* bignum.c (rb_big2str0): wrong allocation length.
matz
2006-10-30
* bignum.c (rb_big2str0): a bug in length adjustment.
matz
2006-10-30
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-10-07
* bignum.c (rb_big_rshift): a bug in right shift of negative
matz
2006-09-09
* bignum.c (rb_big_mul0): bignum multiplication without
matz
2006-09-07
* numeric.c (fix_plus): addition in Fixnum will never overflow
matz
2006-04-09
* prec.c (prec_prec_f): documentation patch from
matz
2005-12-16
* bignum.c (rb_big_rshift): fix a GC problem on
akr
2005-10-21
* bignum.c (bignew_1): convertion from `int' to `char' discards
ocean
2005-09-06
* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load
nobu
2005-08-10
* bignum.c (rb_big_coerce): allow bignum x bignum coercing.
matz
2005-07-22
* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]
matz
2005-07-01
* bignum.c (get2comp): revert all prior changes, and calculate
matz
2005-06-08
* bignum.c (get2comp): calculate proper 2's complement for
matz
2005-02-28
* exception error messages updated. [ruby-core:04497]
matz
2005-02-06
* bignum.c (rb_big2ulong_pack): One too many arguments are passed
knu
2005-01-04
* bignum.c (rb_big_rand): should return positive random number.
matz
2005-01-04
* bignum.c (rb_big_rand): should return positive random number.
matz
2004-11-16
* pack.c: all features are backport from 1.9. [ruby-dev:24826]
gotoyuzo
2004-09-03
* struct.c (make_struct): remove redefining constant when
matz
2004-08-28
* bignum.c (rb_big_and): protect parameters from GC.
matz
2004-06-04
* io.c (rb_io_gets_m): set lastline ($_) even when read line is
matz
2004-05-07
* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)
matz
[next]