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-10-18
* numeric.c: Good-by Borland-C.
kosaki
2015-10-12
numeric.c: use predefined IDs
nobu
2015-10-12
numeric.c: common expressions
nobu
2015-10-10
* vm_eval.c, internal.h (rb_yield_1): added for performance which
ko1
2015-10-05
* remove trailing spaces.
svn
2015-10-05
* numeric.c: [DOC] Overview for Numeric class by Joe Corcoran
zzak
2015-09-28
preserve encodings in error messages
nobu
2015-08-11
* numeric.c (Init_Numeric): Fix document for Float::MIN and
akr
2015-07-22
fix doc for Numeric#coerce [ci skip]
nobu
2015-05-24
* numeric.c (Numeric#negative?): [DOC] Fix call-seq.
eregon
2015-05-19
numeric.c: return true
nobu
2015-05-19
numeric.c: Bignum 0 is not positive
nobu
2015-05-17
numeric.c: Numeric#positive? and Numeric#negative?
nobu
2015-05-17
numeric.c: compare_with_zero
nobu
2015-03-18
hash.c: same hash values with Float#hash
nobu
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
[next]