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
2015-02-24
numeric.c: calculate complex numbers
nobu
2015-02-16
use rb_funcallv
nobu
2015-01-13
numeric.c: fix message
nobu
2015-01-12
numeric.c: correct error message when coerce fails
normal
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-09-04
* dir.c (glob_helper): use #ifdef instead of #if.
ko1
2014-08-01
numeric.c: 0 % Float::NAN returns Float::NAN
nobu
2014-07-01
* numeric.c (num_step_scan_args): table argument of rb_get_kwargs() is
nagachika
2014-06-07
* numeric.c (do_coerce): Add a warning when an exception is raised
eregon
2014-06-07
* numeric.c (bit_coerce): remove constant parameter `err'
eregon
2014-06-02
encoding.h: constify rb_encoding
nobu
2014-06-01
constify rb_encoding and OnigEncoding
nobu
2014-05-20
id.def: predefine to_i
nobu
2014-05-18
* configure.in: Check nextafter() availability.
akr
2014-05-07
numeric.c: check keyword arguments
nobu
2014-05-07
numeric.c: merge miss
nobu
2014-05-07
numeric.c: num_step_scan_args
nobu
2014-05-07
numeric.c: indent
nobu
2014-04-18
* numeric.c (rb_num2long): Returns a long.
akr
2014-03-17
* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()
ko1
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-03-02
* numeric.c: Mention that Float::DIG is the minimum number
marcandre
2014-02-28
numeric.c: predefined constants
nobu
2014-02-28
numeric.c: float overflow
nobu
2014-02-28
numeric.c: integer overflow
nobu
2014-02-28
* numeric.c: Fix rdoc for step
marcandre
2014-02-28
* numeric.c: Fix Numeric#step with 0 unit [#9575]
marcandre
2014-02-28
* numeric.c: Simplify by getting rid of macro
marcandre
2014-02-28
* numeric.c: Create var for rb_intern("<=>")
marcandre
2014-02-28
* numeric.c: Simplify [ruby-core:61106] [Bug #9570]
marcandre
2014-02-27
numeric.c: check signs before division
nobu
2014-02-15
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2014-02-11
[DOC]
akr
2014-01-31
* numeric.c: [DOC] Fix typo in example for #step [ci skip]
zzak
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
numeric.c: FLOAT_OUT_OF_RANGE
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-07
* numeric.c: Fix typo in an error message
a_matsuda
2014-01-05
numeric.c: isfinite
nobu
2013-10-10
numeric.c: no declaration of finite
nobu
2013-10-09
* numeric.c (fix_aref): avoid a possible undefined behavior.
mame
2013-09-25
internal.h: move inline functions
nobu
2013-09-11
numeric.c: use RB_TYPE_P
nobu
2013-09-07
numeric.c: use positive_int_p
nobu
2013-09-07
numeric.c: no extra checks
nobu
2013-09-04
numeric.c: split NUM_STEP_GET_INF
nobu
2013-09-02
Retain behavior of Numeric#step when nil is given as second argument.
knu
2013-09-02
Numeral#step should raise TypeError if a non-numeric parameter is given.
knu
[next]