summaryrefslogtreecommitdiff
path: root/thread_sync.rb
diff options
context:
space:
mode:
Diffstat (limited to 'thread_sync.rb')
0 files changed, 0 insertions, 0 deletions
cf7c40e0ddb626a4af5b3782905265d'>* 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