index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numeric.c
Age
Commit message (
Expand
)
Author
2012-10-20
* include/ruby/ruby.h: add C APIs.
nari
2012-08-23
* include/ruby/ruby.h: introduce flonum technique for
ko1
2012-08-15
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-15
Revert r36699 and r36700. [Feature #6130]
naruse
2012-08-14
Kernel#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 part
akr
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-20
numeric.c: optimize
nobu
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 is
drbrain
2012-03-15
* adjust style.
nobu
2012-03-14
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-14
* numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.
usa
2012-03-14
* numeric.c: fix flodivmod for cornercases [Bug #6044]
marcandre
2012-01-08
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
naruse
2011-11-22
Fix for r33811.
naruse
2011-11-22
* numeric.c (ruby_float_step): improve floating point calculations.
naruse
2011-11-14
* numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()
kosaki
2011-11-14
* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.
kosaki
2011-11-14
* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.
kosaki
2011-10-23
* numeric.c (rb_infinity, rb_nan): aggregated member initializers
nobu
2011-10-21
* numeric.c (rb_infinity, rb_nan): use union to prevent bus error
ngoto
2011-10-05
Revert r33407; half-baked patch.
naruse
2011-10-05
* numeric.c (ruby_float_step): improve floating point calculations.
naruse
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-16
Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
naruse
2011-09-16
* numeric.c (ruby_float_step): Avoid error on i386 and amd64.
marcandre
2011-09-16
Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
naruse
2011-09-15
* numeric.c (ruby_float_step): Avoid error on i386 and amd64.
marcandre
2011-09-05
* numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit platform
marcandre
2011-09-05
* numeric.c (flo_round): Fix criteria for 32 bits platform
marcandre
2011-09-04
* numeric.c (flo_round): Make Float#round round big values [bug #5272]
marcandre
2011-09-04
* numeric.c: Extract integer rounding into int_round_0
marcandre
2011-09-04
* numeric.c (int_round): Integer#round always returns an Integer [Bug #5271]
marcandre
2011-09-01
* numeric.c (flo_round): substitute machine dependent magic number.
nobu
2011-08-31
* numeric.c (flo_round): Avoid overflow by optimizing for trivial cases
marcandre
2011-08-29
* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for
mrkn
2011-08-24
* numeric.c (int_round): Fix Integer#round [ruby-core:39096]
marcandre
2011-08-24
* numeric.c: Rdoc fix
marcandre
2011-08-05
* numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.
ngoto
2011-07-11
* numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see
usa
2011-07-09
* numeric.c (ULLONG_MAX): fallback definition.
nobu
2011-07-07
* numeric.c (rb_num2ull): use own switch sentense.
naruse
2011-06-17
* internal.h: declare internal functions here.
akr
2011-06-11
* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869
nobu
2011-06-03
* include/ruby/missing.h, numeric.c (round): moved prototype of round()
usa
[next]