aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* numeric.c: no declaration of finitenobu2013-10-101-1/+1
* * numeric.c (fix_aref): avoid a possible undefined behavior.mame2013-10-091-1/+1
* internal.h: move inline functionsnobu2013-09-251-0/+14
* numeric.c: use RB_TYPE_Pnobu2013-09-111-211/+184
* numeric.c: use positive_int_pnobu2013-09-071-1/+1
* numeric.c: no extra checksnobu2013-09-071-10/+0
* numeric.c: split NUM_STEP_GET_INFnobu2013-09-041-5/+10
* Retain behavior of Numeric#step when nil is given as second argument.knu2013-09-021-0/+3
* Numeral#step should raise TypeError if a non-numeric parameter is given.knu2013-09-021-2/+16
* Enhance Numeric#step.knu2013-09-021-40/+76
* * numeric.c (rb_fix_bit_length): Moved from bignum.c.akr2013-09-011-0/+40
* * numeric.c: [DOC] fix typo.ktsj2013-08-101-1/+1
* [DOC] refine a call seq.akr2013-08-061-2/+2
* parse.y: calculate powers of tennobu2013-08-021-0/+6
* * numeric.c: [DOC] improve rdoc formatting for parameters and linkszzak2013-07-151-249/+249
* * numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doczzak2013-07-151-0/+3
* 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