summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2011-07-17Backport r23730; fixes #2462.knu
2011-04-18backported r31286 from trunkusa
2010-12-01* numeric.c (Init_Numeric): fixed a potential bug when using bccwin32usa
2009-10-28* time.c: rdoc fix for <=>marcandre
2009-10-22* *.[chy]: removed trailing spaces.nobu
2009-09-21* numeric.c: Fix doc for #remainder [ruby-core:18796]marcandre
2009-09-04* numeric.c (round): added declaration. [ruby-dev:39222]nobu
2009-08-11* numeric.c (num_divmod): fixed rdoc. [ruby-core:24862]nobu
2009-03-23* array.c (ary_resize_capa): Remove an unused function.knu
2009-01-04* numeric.c (ruby_float_step): extracted from num_step().nobu
2008-09-19* dln.c: newer BeOS support. a patch from Pete Goodevematz
2008-07-18Sat Jul 19 00:27:58 2008 NAKAMURA Usaku <usa@ruby-lang.org>usa
2008-07-17 * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check.usa
2008-07-04 * numeric.c (check_uint): sorry, backport misstake.usa
2008-07-04 * numeric.c (check_uint, rb_num2uint, rb_fix2uint): proper check.usa
2008-07-03 * numeric.c (rb_fix2uint): typo.usa
2008-07-03 * numeric.c (check_uint, rb_num2uint): also needs checking negativeusa
2008-06-30forgot to commit.akr
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-27* numeric.c (flo_divmod): Revert the behavior change; do notknu
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