summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2009-02-22merge revision(s) 21298:shyouhei
2008-08-04merge revision(s) 18100,18129:shyouhei
2008-07-02merge revision(s) 17749:17752:shyouhei
2008-05-31Merge from ruby_1_8.knu
2008-05-27Merge from ruby_1_8.knu
2008-04-14* array.c (rb_ary_collect_bang, rb_ary_select): Return anknu
2008-03-11* numeric.c (fix_coerce): try conversion before type check.nobu
2007-12-05* numeric.c (int_odd_p): new method Integer#odd?.akr
2007-11-13* numeric.c (round): fallback definition.nobu
2007-11-13* numeric.c (flodivmod): work around for inifinity.nobu
2007-11-13* numeric.c (numeric.c): Integer#ord implemented. [ruby-dev:32206]akr
2007-11-12* numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]shyouhei
2007-10-26* numeric.c (fix_pow): returns 1.0 for 0**0.0.nobu
2007-10-26* numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-16* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-13* numeric.c (fix_pow): 0**2 should not raise floating pointmatz
2007-07-13* numeric.c (int_pow): wrong overflow detection. [ruby-dev:31215]matz
2007-07-13* numeric.c (int_pow): wrong overflow detection. [ruby-dev:31213]matz
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa
2007-07-05* numeric.c (int_pow): even number multiplication never be negative.nobu
2007-05-09* numeric.c: purged trailing spaces.nobu
2007-05-09* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu
2007-05-09* numeric.c (int_pow): calculate power in Fixnum as possible.nobu
2007-02-23* numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize.knu
2006-09-24Minor rdoc fixryan
2006-09-07* numeric.c (fix_plus): addition in Fixnum will never overflowmatz
2006-09-04* numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352]nobu
2006-09-01* common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr
2006-05-01* numeric.c (num_div): use floor rather than rb_Integer().matz
2006-02-05* numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean
2006-02-04* numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean
2005-10-30* ext/readline/readline.c (readline_readline): type check.matz
2005-09-28* class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu
2005-07-22* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz
2005-05-24* numeric.c (fix_pow): support Fixnum ** Float case directlymatz
2005-05-10* numeric.c (flo_plus): small typo fix. [ruby-core:4636]ocean
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-01-11* numeric.c (Init_Numeric): turn off floating point exceptionsocean
2004-11-18* process.c (proc_getpgrp): prohibit for $SAFE=2.matz
2004-11-16* numeric.c (flo_divmod): protect float values from GC bymatz
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-07-09* array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean
2004-06-16* eval.c (rb_mod_freeze): prepare string representation beforematz
2004-06-04* io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-17* numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.ocean
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-04-14* numeric.c (flo_eq): workaround for bcc32's bug.eban
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu