summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* merges r31822 and r31823 from trunk into ruby_1_9_2.yugui2011-05-311-1/+1
* merges r31805 from trunk into ruby_1_9_2.yugui2011-05-311-1/+1
* merges r31778 from trunk into ruby_1_9_2.yugui2011-05-311-2/+9
* merges r31286 from trunk into ruby_1_9_2.yugui2011-05-291-1/+1
* merges r31158 from trunk into ruby_1_9_2.yugui2011-05-291-1/+12
* merges r29490 from trunk into ruby_1_9_2.yugui2010-12-021-1/+1
* merges r29446 and r29448 from trunk into ruby_1_9_2.yugui2010-12-021-11/+16
* merges r29445 from trunk into ruby_1_9_2.yugui2010-12-021-3/+3
* revert r28788 (backport of r28751).mame2010-08-011-7/+3
* merges r28751 from trunk into ruby_1_9_2.mame2010-07-291-3/+7
* merges r28652 from trunk into ruby_1_9_2.mame2010-07-151-1/+1
* merges r27953 from trunk into ruby_1_9_2.yugui2010-05-231-1/+1
* merge revision(s) 27890:naruse2010-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
* * 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
* * numeric.c (num_divmod): fixed rdoc. [ruby-core:24862]nobu2009-08-111-1/+1
* * numeric.c (flo_hash): normalize -0.0 to 0.0. [ruby-core:24577]matz2009-08-031-0/+2
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-9/+9
* * numeric.c (fix_divide): added an entry to rational.tadf2009-07-121-0/+6
* * numeric.c (dbl2ival): should raise FloatDomainError on Infinitymatz2009-07-041-7/+1
* trivial changes.tadf2009-06-281-8/+9
* * complex.c: revised rdoc.tadf2009-06-271-111/+111
* * numeric.c (int_chr): use default_internal encoding as defaultmatz2009-06-261-1/+7
* * numeric.c (num_div): don't use num_floor which is actuallytadf2009-06-201-46/+47
* * complex.c: edited rdoc.tadf2009-06-201-2/+3
* * complex.c: edited rdoc.tadf2009-06-191-41/+41
* * complex.c: edited rdoc.tadf2009-06-191-3/+3
* * numeric.c: edited rdoc.tadf2009-06-191-18/+29