summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-151-12/+31
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, shyouhei2007-08-151-5/+36
* * numeric.c (fix_pow): 0**2 should not raise floating pointshyouhei2007-08-151-0/+1
* * removed svn:keywords for compatibility.shugo2007-01-311-2/+2
* * numeric.c (num_div): use floor rather than rb_Integer().matz2006-05-011-10/+18
* * numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean2006-02-051-4/+0
* * numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean2006-02-041-1/+1
* * ext/readline/readline.c (readline_readline): type check.matz2005-10-301-1/+1
* * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu2005-09-281-0/+1
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-221-5/+10
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-241-0/+3
* * numeric.c (flo_plus): small typo fix. [ruby-core:4636]ocean2005-05-101-1/+1
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-1/+1
* * numeric.c (Init_Numeric): turn off floating point exceptionsocean2005-01-111-0/+3
* * process.c (proc_getpgrp): prohibit for $SAFE=2.matz2004-11-181-3/+4
* * numeric.c (flo_divmod): protect float values from GC bymatz2004-11-161-1/+3
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-3/+0
* * array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean2004-07-091-1/+1
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-161-0/+1
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-041-1/+1
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-201-2/+0
* * numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.ocean2004-05-171-11/+10
* * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz2004-05-071-21/+13
* * numeric.c (flo_eq): workaround for bcc32's bug.eban2004-04-141-0/+3
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+1
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-1/+0
* Add RDoc comments to numeric.cdave2003-12-271-0/+356
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-231-0/+588
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-4/+0
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-0/+7
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-0/+4
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-0/+14
* * pack.c (htov16): converts endian using swap16. htov32(), hton16,matz2003-12-011-13/+21
* * variable.c (rb_const_get_0): should check constants defined inmatz2003-08-281-2/+2
* * eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz2003-08-041-1/+1
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-1/+1
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-10/+10
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-3/+4
* * numeric.c (num_equal): should not use rb_equal().matz2003-07-211-2/+4
* * numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.eban2003-06-161-1/+1
* * numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu2003-05-301-6/+49
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-2/+2
* * gc.c (rb_gc): check odd alignment stack on m68k machines.matz2003-05-081-1/+4
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-081-34/+28
* * numeric.c (int_upto, int_downto): should fail unless thenobu2003-05-071-4/+24
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-061-2/+1
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-2/+2
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+1
* * numeric.c (flo_is_finite_p): use finite() if available.nobu2003-04-211-1/+6
* * numeric.c (rb_fix2str): buffer was insufficient.nobu2003-04-151-1/+1