aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
...
* * internal.h: Gather declarations in non-header files.akr2014-11-181-2/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* * dir.c (glob_helper): use #ifdef instead of #if.ko12014-09-041-1/+1
* numeric.c: 0 % Float::NAN returns Float::NANnobu2014-08-011-1/+7
* * numeric.c (num_step_scan_args): table argument of rb_get_kwargs() isnagachika2014-07-011-5/+5
* * numeric.c (do_coerce): Add a warning when an exception is raisederegon2014-06-071-1/+15
* * numeric.c (bit_coerce): remove constant parameter `err'eregon2014-06-071-7/+6
* encoding.h: constify rb_encodingnobu2014-06-021-1/+1
* constify rb_encoding and OnigEncodingnobu2014-06-011-1/+1
* id.def: predefine to_inobu2014-05-201-2/+2
* * configure.in: Check nextafter() availability.akr2014-05-181-0/+115
* numeric.c: check keyword argumentsnobu2014-05-071-2/+13
* numeric.c: merge missnobu2014-05-071-2/+2
* numeric.c: num_step_scan_argsnobu2014-05-071-28/+33
* numeric.c: indentnobu2014-05-071-2/+2
* * numeric.c (rb_num2long): Returns a long.akr2014-04-181-2/+2
* * enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko12014-03-171-1/+1
* [DOC] add links to `Object#hash`nobu2014-03-141-0/+2
* * numeric.c: Mention that Float::DIG is the minimum numbermarcandre2014-03-021-1/+2
* numeric.c: predefined constantsnobu2014-02-281-3/+3
* numeric.c: float overflownobu2014-02-281-1/+2
* numeric.c: integer overflownobu2014-02-281-1/+1
* * numeric.c: Fix rdoc for stepmarcandre2014-02-281-1/+1
* * numeric.c: Fix Numeric#step with 0 unit [#9575]marcandre2014-02-281-3/+20
* * numeric.c: Simplify by getting rid of macromarcandre2014-02-281-10/+5
* * numeric.c: Create var for rb_intern("<=>")marcandre2014-02-281-3/+4
* * numeric.c: Simplify [ruby-core:61106] [Bug #9570]marcandre2014-02-281-13/+9
* numeric.c: check signs before divisionnobu2014-02-271-0/+11
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-151-5/+5
* [DOC]akr2014-02-111-0/+8
* * numeric.c: [DOC] Fix typo in example for #step [ci skip]zzak2014-01-311-2/+2
* numeric.c: preserve encodingnobu2014-01-151-1/+1
* numeric.c: preserve encodingnobu2014-01-151-3/+3
* numeric.c: FLOAT_OUT_OF_RANGEnobu2014-01-151-24/+21
* numeric.c: preserve encodingnobu2014-01-151-13/+11
* * numeric.c: Fix typo in an error messagea_matsuda2014-01-071-1/+1
* numeric.c: isfinitenobu2014-01-051-2/+6
* numeric.c: no declaration of finitenobu2013-10-101-1/+1
* * numeric.c (fix_aref): avoid a possible undefined behavior.mame2013-10-091-1/+1
* internal.h: move inline functionsnobu2013-09-251-0/+14
* numeric.c: use RB_TYPE_Pnobu2013-09-111-211/+184
* numeric.c: use positive_int_pnobu2013-09-071-1/+1
* numeric.c: no extra checksnobu2013-09-071-10/+0
* numeric.c: split NUM_STEP_GET_INFnobu2013-09-041-5/+10
* Retain behavior of Numeric#step when nil is given as second argument.knu2013-09-021-0/+3
* Numeral#step should raise TypeError if a non-numeric parameter is given.knu2013-09-021-2/+16
* Enhance Numeric#step.knu2013-09-021-40/+76
* * numeric.c (rb_fix_bit_length): Moved from bignum.c.akr2013-09-011-0/+40
* * numeric.c: [DOC] fix typo.ktsj2013-08-101-1/+1
* [DOC] refine a call seq.akr2013-08-061-2/+2