summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2015-12-14* enum.c: fix a typo in documentation.hsbt
2015-10-18* numeric.c: Good-by Borland-C.kosaki
2015-10-12numeric.c: use predefined IDsnobu
2015-10-12numeric.c: common expressionsnobu
2015-10-10* vm_eval.c, internal.h (rb_yield_1): added for performance whichko1
2015-10-05* remove trailing spaces.svn
2015-10-05* numeric.c: [DOC] Overview for Numeric class by Joe Corcoranzzak
2015-09-28preserve encodings in error messagesnobu
2015-08-11* numeric.c (Init_Numeric): Fix document for Float::MIN andakr
2015-07-22fix doc for Numeric#coerce [ci skip]nobu
2015-05-24* numeric.c (Numeric#negative?): [DOC] Fix call-seq.eregon
2015-05-19numeric.c: return truenobu
2015-05-19numeric.c: Bignum 0 is not positivenobu
2015-05-17numeric.c: Numeric#positive? and Numeric#negative?nobu
2015-05-17numeric.c: compare_with_zeronobu
2015-03-18hash.c: same hash values with Float#hashnobu
2015-02-24numeric.c: calculate complex numbersnobu
2015-02-16use rb_funcallvnobu
2015-01-13numeric.c: fix messagenobu
2015-01-12numeric.c: correct error message when coerce failsnormal
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 beakr
2014-09-04* dir.c (glob_helper): use #ifdef instead of #if.ko1
2014-08-01numeric.c: 0 % Float::NAN returns Float::NANnobu
2014-07-01* numeric.c (num_step_scan_args): table argument of rb_get_kwargs() isnagachika
2014-06-07* numeric.c (do_coerce): Add a warning when an exception is raisederegon
2014-06-07* numeric.c (bit_coerce): remove constant parameter `err'eregon
2014-06-02encoding.h: constify rb_encodingnobu
2014-06-01constify rb_encoding and OnigEncodingnobu
2014-05-20id.def: predefine to_inobu
2014-05-18* configure.in: Check nextafter() availability.akr
2014-05-07numeric.c: check keyword argumentsnobu
2014-05-07numeric.c: merge missnobu
2014-05-07numeric.c: num_step_scan_argsnobu
2014-05-07numeric.c: indentnobu
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 numbermarcandre
2014-02-28numeric.c: predefined constantsnobu
2014-02-28numeric.c: float overflownobu
2014-02-28numeric.c: integer overflownobu
2014-02-28* numeric.c: Fix rdoc for stepmarcandre
2014-02-28* numeric.c: Fix Numeric#step with 0 unit [#9575]marcandre
2014-02-28* numeric.c: Simplify by getting rid of macromarcandre
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-27numeric.c: check signs before divisionnobu
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-11[DOC]akr