Age | Commit message (Expand) | Author |
2009-07-14 | Fixes to bignum/numeric so that infinity is always greater than any num. | wyhaines |
2008-08-04 | merge revision(s) 18100,18129: | shyouhei |
2008-07-02 | merge revision(s) 17749:17752: | shyouhei |
2008-06-15 | merge revision(s) 16641: | shyouhei |
2008-06-15 | merge revision(s) 15749: | shyouhei |
2008-06-07 | merge revision(s) 13902, 13907, 13914: | shyouhei |
2008-06-07 | merge revision(s) 13785: | shyouhei |
2007-08-22 | * bignum.c (rb_big_lshift, rb_big_rshift): separated functions | shyouhei |
2007-08-22 | * numeric.c (fix_pow): integer power calculation: 0**n => 0, | shyouhei |
2007-08-22 | * numeric.c (fix_pow): 0**2 should not raise floating point | shyouhei |
2007-02-23 | * numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize. | knu |
2006-09-24 | Minor rdoc fix | ryan |
2006-09-07 | * numeric.c (fix_plus): addition in Fixnum will never overflow | matz |
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 where | ocean |
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 directly | matz |
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 exceptions | ocean |
2004-11-18 | * process.c (proc_getpgrp): prohibit for $SAFE=2. | matz |
2004-11-16 | * numeric.c (flo_divmod): protect float values from GC by | matz |
2004-10-27 | * string.c (RESIZE_CAPA): check string attribute before modifying | matz |
2004-07-09 | * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg | ocean |
2004-06-16 | * eval.c (rb_mod_freeze): prepare string representation before | matz |
2004-06-04 | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz |
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 |
2004-04-05 | * eval.c (top_include): include in the wrapped load is done for | matz |
2003-12-27 | Add RDoc comments to numeric.c | dave |
2003-12-23 | RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya... | dave |
2003-12-22 | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu |
2003-12-20 | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz |
2003-12-11 | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu |
2003-12-01 | * numeric.c (num_sadded): prohibit singleton method definition for | matz |
2003-12-01 | * pack.c (htov16): converts endian using swap16. htov32(), hton16, | matz |
2003-08-28 | * variable.c (rb_const_get_0): should check constants defined in | matz |
2003-08-04 | * eval.c (method_proc): should specify YIELD_FUNC_SVALUE. | matz |
2003-08-02 | * numeric.c (flo_to_s): get rid of buffer overflow. | matz |
2003-07-31 | * numeric.c (rb_num_coerce_relop): export function. | matz |
2003-07-25 | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz |
2003-07-21 | * numeric.c (num_equal): should not use rb_equal(). | matz |