aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (ruby_float_step): wrong loop condition.usa2011-04-141-1/+1
* * numeric.c (flo_round): fix inaccurate results.nobu2011-03-221-1/+12
* * numeric.c (flo_round): use pow instead of while-loop. fixes #4510naruse2011-03-221-5/+2
* * numeric.c (Init_Numeric): fixed a potential bug when using bccwin32usa2010-12-011-0/+1
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-131-1/+1
* * numeric.c (check_uint): get rid of overflow on LLP64 platforms.nobu2010-10-131-1/+1
* * numeric.c (int_chr): raise error when the value is negative.naruse2010-10-131-1/+10
* * numeric.c (rb_num_to_uint): fix 32bit logic.naruse2010-10-131-2/+5
* * numeric.c (rb_num_to_uint): added to check the range of arguments.naruse2010-10-131-0/+30
* * numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.nobu2010-10-121-1/+1
* * numeric (check_uint): the mask must refer to VALUE.naruse2010-10-121-2/+2
* * numeric (check_uint): set MSB for negative value.naruse2010-10-121-8/+7
* * numeric.c (rb_enc_uint_chr): split from int_chr.naruse2010-10-121-11/+16
* * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse2010-10-121-3/+3
* Add links about floating point. [ruby-core:31849]naruse2010-08-291-0/+7
* * numeric.c (flo_cmp): typo.usa2010-07-271-1/+2
* * numeric.c (flo_cmp): honor the result of infinite? method of thenobu2010-07-241-3/+7
* * numeric.c (fix_divide): must not use rb_rational_new1 for coercionmame2010-07-151-1/+1
* Merge branch 'mybranch' of git://github.com/orangea/ruby into trunkshyouhei2010-07-071-4/+1
* * numeric.c (rb_num2long): accept LONG_MAX < x < LONG_MAX+1 andakr2010-07-011-6/+14
* * numeric.c (rb_num2ulong): fix the lower limit for float.akr2010-07-011-1/+1
* Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain2010-06-041-1/+0
* * numeric.c (rb_num2ulong): explicit cast to suppress a warning.nobu2010-05-221-1/+1
* * marshal.c (w_float): use dtoa directly instead of strippingnobu2010-05-211-43/+41
* * numeric.c (rb_num2ulong): use rb_big2ulong for data fromnaruse2010-05-191-2/+27
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-3/+3
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-6/+14
* * marshal.c (w_float): use minimal representation.nobu2010-05-131-41/+43
* * numeric.c (flo_to_s): fixed broken output including nuls.nobu2010-05-121-2/+7
* * numeric.c (flo_to_s): exponent needs 2 digits.nobu2010-05-121-4/+3
* * numeric.c (flo_to_s): fill lower zeros.nobu2010-05-121-0/+4
* * numeric.c (flo_to_s): make minimum string representation.nobu2010-05-121-15/+42
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-081-0/+32
* * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre2010-04-301-2/+2
* * numeric.c (fix_mul): the width of fixnum is same as long's on allusa2010-04-291-4/+4
* fix rdoc.akr2010-02-111-2/+2
* update rdoc.akr2010-02-111-0/+18
* * numeric.c (flo_minus): RDoc update. a patch from red stunmatz2010-02-011-1/+1
* * numeric.c (flo_hash, int_chr): fixed type.nobu2010-01-141-5/+5
* * include/ruby/defines.h (INFINITY): this is float.naruse2009-12-301-4/+4
* Add Float::INFINITY and Float::NAN.naruse2009-12-291-4/+18
* * numeric.c (flo_eq): supress a warning on VC++ for x64.usa2009-12-081-1/+1
* fix typos.akr2009-11-031-2/+2
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-1/+1
* * numeric.c (flo_quo, int_round): added rdoc.nobu2009-09-051-2/+22
* * numeric.c (round): added declaration. [ruby-dev:39222]nobu2009-09-041-3/+2
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-3/+3
* * numeric.c (flo_pow,fix_pow): may return complex number.tadf2009-08-161-4/+13
* * numeric.c (num_imaginary): num#i to return imaginary counterpartmatz2009-08-161-0/+16
* * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko12009-08-121-0/+2