summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
2019-11-19make functions static卜部昌平
2019-10-21bignum.c (estimate_initial_sqrt): prevent integer overflowYusuke Endoh
2019-09-10Unused LONG_MAX_as_doubleNobuyoshi Nakada
2019-09-05interesting (but annoying) tidbit warning suppressed卜部昌平
2019-08-03* expand tabs.git
2019-08-03Predefine some IDsNobuyoshi Nakada
2019-03-22[DOC] fix markups [ci skip]nobu
2019-01-04* expand tabs.svn
2019-01-04introduce rb_nogvl C-API to mark ubf as async-signal-safenormal
2018-12-12complex.c: rb_complex_new_polarnobu
2018-11-16bignum.c: fix bug in big2dbl()shyouhei
2018-11-16bignum.c: avoid (size_t)--shyouhei
2018-11-16bignum.c: BDIGIT might or might not integer-promoteshyouhei
2018-11-16avoid division by zeroshyouhei
2018-11-16bignum.c: suppress unused variable warningnobu
2018-11-15* expand tabs.svn
2018-11-15suppress integer overflow warningsshyouhei
2018-11-15bignum.c: ee should be signedshyouhei
2018-11-13suppress integer overflow warningsshyouhei
2018-11-12~(unsigned char) is not unsigned charshyouhei
2018-11-04complex.c: rb_dbl_complex_polar_pinobu
2018-10-02Fix Rational of Floatnobu
2018-07-24UNREACHABLE_RETURNnobu
2018-06-17refine Integer#** and Float#**nobu
2018-06-14bignum.c: get rid of redefined methodnobu
2018-06-13bignum.c: call functions directlynobu
2018-06-13bignum.c: refine pownobu
2018-04-04bignum.c: Bignum#fdiv avoids double division when divisor is bignummame
2018-03-15Add `exception:` keyword in Kernel#Integer()mrkn
2018-02-24rb_int_powm: call rb_int_pow directlymrkn
2018-02-23[DOC] obsolete classesnobu
2018-02-20Signature of rb_uint2big and rb_int2bignobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-19INFINITY is float. That of double is HUGE_VAL.shyouhei
2018-01-15__builtin_assume_aligned for *(foo *) castsshyouhei
2018-01-15__alignof__ to take alignment of a typeshyouhei
2017-12-30numeric.c: Fix Integer#pow with a large Fixnum modulomrkn
2017-12-08bignum.c: [DOC] simplify commentstomar
2017-12-06`Integer#pow(b)` accepts numerickazu
2017-12-05bignum.c: unified int_pow_tmp2nobu
2017-12-04bignum.c: explicit castsnobu
2017-12-04bignum.c, numeric.c: add Integer#pow(b, m)mrkn
2017-11-02bignum.c: avoid use of uninitialized value in Integer.sqrtrhe
2017-10-18Get rid of shadowing local variablesnobu
2017-09-22numeric.c: use NUM2DBLnobu
2017-04-15bignum.c: fix inexact estimationnobu
2017-03-16bignum.c: [DOC] typos and grammarstomar
2017-03-16bignum.c: rb_int_parse_cstrnobu
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-07Use ADD instead of MULnaruse