summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/bigdecimal.c
AgeCommit message (Expand)Author
2016-11-03Import from ruby/bigdecimal repositorymrkn
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-10-04bigdecimal.c: more precisionnobu
2016-10-04bigdecimal.c: fix debug printnobu
2016-06-18Integer conversionnobu
2016-06-17Unnecessary checksnobu
2016-05-23missing.h: isfinitenobu
2016-05-23* ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa
2016-05-23* ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa
2016-05-23bigdecimal.c: fix FloatDomainErrornobu
2016-04-25* encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt
2015-12-09* ext/**/*.c (*_memsize): same as r52986 for extensions.ko1
2015-12-02* ext/bigdecimal/bigdecimal.c: Fix double word typo.hsbt
2015-11-08bigdecimal.c: suppress warningsnobu
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04ext: use RARRAY_CONST_PTRnobu
2015-05-27bigdecimal.c: wrapper object before allocnobu
2015-04-08* bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]mrkn
2015-02-04bigdecimal.c: format specifiersnobu
2015-02-04bigdecimal.c: fix a typonobu
2015-01-29* ext/bigdecimal/bigdecimal.c (rb_rational_num): add fallback functionmrkn
2015-01-12* ext/bigdecimal/bigdecimal.c: fixes documentation like labeled lists,hsbt
2014-12-26fix printf format conversion specifiersnobu
2014-12-01use 0 for reservednobu
2014-07-31* ext/bigdecimal/bigdecimal.c: [DOC] Add description ofmrkn
2014-05-17* include/ruby/ruby.h: Hide Rational internal.akr
2014-02-21class.c: do nothing if copying selfnobu
2014-02-16* ext/bigdecimal/bigdecimal.c (BigDecimal_initialize): Insert GC guard.mrkn
2014-02-16bigdecimal.c: refine macrosnobu
2014-02-15* ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-11* ext/bigdecimal/bigdecimal.c (BigMath_s_log): Use rb_big_cmp instead ofakr
2014-02-11* bignum.c (rb_big_cmp): Specialize a comparison to zero.akr
2014-01-15bigdecimal.c: rename macrosnobu
2014-01-14bigdecimal.c: backword compatibility as gemnobu
2014-01-14bigdecimal.c: backword compatibility as gemnobu
2014-01-13* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Add an additionalmrkn
2014-01-13ext: use PRIsVALUE for rb_raise and rb_warnnobu
2014-01-12ruby/util.h: DECIMAL_SIZE_OF_BITSnobu
2014-01-11bigdecimal.c: expand buffernobu
2014-01-02* ext/bigdecimal: update class method call style from :: to .eregon
2013-12-12* ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resultingmrkn
2013-12-12* ext/bigdecimal/bigdecimal.c (VpAddAbs): put out a conditional branch frommrkn
2013-12-12* ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support anothermrkn
2013-12-08* bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal insteadmrkn
2013-12-05* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn
2013-11-23* ext/bigdecimal/bigdecimal.c (BigDecimal_power): Use FIX2LONG insteadmrkn
2013-11-23expmrkn
2013-11-23* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): The signature wasmrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_power):mrkn