summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2013-04-24* numeric.c: Fix wiki link on Float imprecision in overview, patchedzzak
2013-04-12* array.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr
2013-04-01* numeric.c (rb_num2ulong_internal): Don't cast a negative double valueakr
2013-04-01* numeric.c (rb_num2long): Don't use SIGNED_VALUE uselessly.akr
2013-04-01* numeric.c (check_uint): Take the 1st argument as unsigned long,akr
2013-03-31* numeric.c (rb_num2ulong_internal): New function similart toakr
2013-03-28* numeric.c (rb_num2ull): Cast double to unsigned LONG_LONG viaakr
2013-03-27* numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr
2013-03-06prefix global symbolsnobu
2013-03-05enumerator.c: allow Bignum for with_indexnobu
2013-03-05numeric.c: optimize for Bignumnobu
2013-02-23* array.c: Document #<=> return values and formattingzzak
2013-02-22random.c: fix error messagenobu
2013-02-22* numeric.c: Examples and formatting for Numeric and Floatzzak
2013-02-05* numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre
2013-02-05* numeric.c: Fix rdoc for Fixnum#**marcandre
2013-02-03* numeric.c: Document Float constants [ruby-core:51484] [Bug #7709]zzak
2013-01-12* numeric.c (do_coerce): fix for the exceptions which the coercemrkn
2013-01-10* numeric.c (do_coerce): fix comment and adjust indenteregon
2013-01-10* numeric.c (do_coerce): remove an unused variable.shugo
2013-01-10* numeric.c (do_coerce): speed optimization by using rb_check_funcallmrkn
2012-12-29use RB_TYPE_Pnobu
2012-12-22* include/ruby/intern.h: add the prototype declaration ofmrkn
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-12-01adjust style.nobu
2012-11-08* numeric.c: Add description of that the results of the comparingmrkn
2012-11-07* numeric.c (ruby_float_step): fix r37514: it yielded with NaNnaruse
2012-11-06adjust stylenobu
2012-11-06* numeric.c (int_dotimes): Support for Integer#times.sizemarcandre
2012-11-06* numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre
2012-11-06* numeric.c (num_step): Support for Numeric#step.sizemarcandre
2012-11-06* numeric.c: Extract ruby_float_step_sizemarcandre
2012-10-27* numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko1
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-07-16* numeric.c (flo_to_s): use the exponential form if the integer partakr
2012-07-16* bignum.c (rb_integer_float_eq): new function.akr
2012-07-16* bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp.akr
2012-07-16* bignum.c (rb_big_float_cmp): support fixnum for argument x.akr
2012-07-16* internal.h (rb_big_float_cmp): declared.akr
2012-06-20numeric.c: optimizenobu
2012-06-20* numeric.c (positive_int_p, negative_int_p): extracted.nobu
2012-04-15* reduce UNREACHABLE.nobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-03-15* adjust style.nobu
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre