aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* numeric.c: for strict ANSInobu2013-07-081-0/+4
* * numeric.c (fix_mul): remove FIT_SQRT_LONG test as it was causingcharliesome2013-06-281-2/+0
* intern.h: define rb_enumerator_size_funcnobu2013-06-261-4/+4
* * numeric.c (rb_num_to_uint): Use rb_absint_size instead ofakr2013-06-081-2/+1
* * rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn2013-06-071-21/+0
* * numeric.c: remove unused ID id_to_r introduced in r41109.eregon2013-06-061-2/+1
* * numeric.c (num_quo): Use to_r method to convert the receiver tomrkn2013-06-061-2/+4
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-061-8/+13
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+1
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-6/+6
* * numeric.c: Fix wiki link on Float imprecision in overview, patchedzzak2013-04-241-1/+1
* * array.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-121-0/+1
* * internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr2013-04-091-9/+5
* * numeric.c (rb_num2ulong_internal): Don't cast a negative double valueakr2013-04-011-1/+5
* * numeric.c (rb_num2long): Don't use SIGNED_VALUE uselessly.akr2013-04-011-11/+11
* * numeric.c (check_uint): Take the 1st argument as unsigned long,akr2013-04-011-16/+10
* * numeric.c (rb_num2ulong_internal): New function similart toakr2013-03-311-11/+32
* * numeric.c (rb_num2ull): Cast double to unsigned LONG_LONG viaakr2013-03-281-1/+1
* * numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr2013-03-271-4/+12
* prefix global symbolsnobu2013-03-061-4/+4
* enumerator.c: allow Bignum for with_indexnobu2013-03-051-4/+8
* numeric.c: optimize for Bignumnobu2013-03-051-0/+6
* * array.c: Document #<=> return values and formattingzzak2013-02-231-11/+14
* random.c: fix error messagenobu2013-02-221-0/+6
* * numeric.c: Examples and formatting for Numeric and Floatzzak2013-02-221-9/+17
* * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre2013-02-051-12/+10
* * numeric.c: Fix rdoc for Fixnum#**marcandre2013-02-051-1/+1
* * numeric.c: Document Float constants [ruby-core:51484] [Bug #7709]zzak2013-02-031-0/+75
* * numeric.c (do_coerce): fix for the exceptions which the coercemrkn2013-01-121-8/+26
* * numeric.c (do_coerce): fix comment and adjust indenteregon2013-01-101-2/+2
* * numeric.c (do_coerce): remove an unused variable.shugo2013-01-101-3/+0
* * numeric.c (do_coerce): speed optimization by using rb_check_funcallmrkn2013-01-101-20/+13
* use RB_TYPE_Pnobu2012-12-291-1/+1
* * include/ruby/intern.h: add the prototype declaration ofmrkn2012-12-221-20/+46
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-1/+2
* adjust style.nobu2012-12-011-1/+1
* * numeric.c: Add description of that the results of the comparingmrkn2012-11-081-0/+14
* * numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse2012-11-071-4/+10
* adjust stylenobu2012-11-061-5/+10
* * numeric.c (int_dotimes): Support for Integer#times.sizemarcandre2012-11-061-1/+13
* * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre2012-11-061-2/+12
* * numeric.c (num_step): Support for Numeric#step.sizemarcandre2012-11-061-2/+40
* * numeric.c: Extract ruby_float_step_sizemarcandre2012-11-061-24/+28
* * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko12012-10-271-0/+1
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+1
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-1/+1
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-0/+2
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-2/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-0/+2
* * numeric.c (flo_to_s): use the exponential form if the integer partakr2012-07-161-1/+1