summaryrefslogtreecommitdiff
path: root/ext/bigdecimal
AgeCommit message (Expand)Author
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-19* ext/bigdecimal/depend: Fix dependencies to make bigdecimalmrkn
2014-12-01use 0 for reservednobu
2014-11-21Update dependency.akr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-07-31* ext/bigdecimal/bigdecimal.c: [DOC] Add description ofmrkn
2014-06-28bigdecimal/math.rb: error message in BigMath#PInobu
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-12bigdecimal.h: suppress warningsnobu
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-15* ext/bigdecimal/bigdecimal.gemspec: bigdecimal version 1.2.5.mrkn
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-26bigdecimal.gemspec: datenobu
2013-11-25* ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 forzzak
2013-11-25* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#datezzak
2013-11-23* ext/bigdecimal/bigdecimal.c (BigDecimal_power): Use FIX2LONG insteadmrkn
2013-11-23* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.E): Use BigMath.exp.mrkn
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
2013-11-22* ext/bigdecimal/bigdecimal.gemspec: version 1.2.2.mrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_data_type):mrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_power): Round the result value.mrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Insert rb_thread_check_ints.mrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix the inserting pointsmrkn