summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
2002-02-26* bignum.c (rb_big_2comp): void function cannot return any value.usa
2002-02-22* bignum.c (get2comp): need to specify to carry or not.matz
2002-02-15* bignum.c (rb_big_rshift): should properly convert the nagativematz
2002-01-16* object.c (rb_Float): remove underscores between digits.nobu
2002-01-04forgot to commit everything bug ChangeLogmatz
2001-12-27* bignum.c (rb_cstr2inum): deny "0_".nobu
2001-12-26* bignum.c (rb_cstr2inum): allow "0\n" and so on.nobu
2001-11-01* bignum.c (rb_big_aref): idx may be a Bignum.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-08-24* array.c (rb_ary_equal): check identiry equality first.matz
2001-07-31* marshal.c (marshal_load): ruby_verbose test should be wrapped bymatz
2001-05-21* bignum.c (rb_big2str): t should be protected from GC.matz
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-04-17 * eval.c (safe_getter): should use INT2NUM().matz
2001-04-06* bignum.c (bigdivrem): ny must be 0 or greater.eban
2001-04-06* bignum.c (bigdivrem): ny must be 0 or greater.eban
2001-04-06* bignum.c (bigdivrem): ny must be 0 or greater.eban
2001-04-06* variable.c (rb_const_get): no recursion to show full class pathmatz
2001-03-14* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz
2001-02-20* bignum.c (rb_big2long): should not raise RangeError for Bignummatz
2001-01-10* gc.c: wrap inline by #if.matz
2000-12-25001225matz
2000-12-22matzmatz
2000-12-22matzmatz
2000-11-17matzmatz
2000-11-08matzmatz
2000-11-02matzmatz
2000-11-01matzmatz
2000-10-31matzmatz
2000-09-15matzmatz
2000-07-19matzmatz
2000-07-12matzmatz
2000-07-12matzmatz
2000-07-12matzmatz
2000-07-11matzmatz
2000-07-06matzmatz
2000-07-03matzmatz
2000-06-28matzmatz
2000-06-232000-06-23matz
2000-06-222000-06-22matz
2000-06-06bignum divmod bugmatz
2000-06-052000-06-05matz
2000-06-04see ChangeLogeban
2000-05-122000-05-12matz
2000-05-012000-05-01matz
2000-04-12mkmfmatz
2000-03-072000-03-07matz
2000-01-0520000105matz
1999-12-0619991206matz
1999-12-0119991201matz