aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/bigdecimal.c
Commit message (Expand)AuthorAgeFilesLines
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-1/+1
* bigdecimal: version 1.3.2mrkn2017-03-131-19/+54
* bigdecimal: version 1.3.1mrkn2017-02-101-7/+2
* bigdecimal: version 1.3.0mrkn2016-12-211-18/+28
* bigdecimal: version 1.3.0.pre.2mrkn2016-12-101-20/+20
* bigdecimal: import version 1.3.0.premrkn2016-12-101-105/+189
* Import from ruby/bigdecimal repositorymrkn2016-11-031-90/+88
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-4/+4
* bigdecimal.c: more precisionnobu2016-10-041-1/+1
* bigdecimal.c: fix debug printnobu2016-10-041-28/+22
* Integer conversionnobu2016-06-181-11/+11
* Unnecessary checksnobu2016-06-171-9/+0
* missing.h: isfinitenobu2016-05-231-4/+0
* * ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa2016-05-231-1/+1
* * ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa2016-05-231-0/+4
* bigdecimal.c: fix FloatDomainErrornobu2016-05-231-0/+6
* * encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt2016-04-251-1/+1
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-091-1/+1
* * ext/bigdecimal/bigdecimal.c: Fix double word typo.hsbt2015-12-021-1/+1
* bigdecimal.c: suppress warningsnobu2015-11-081-2/+2
* ext: use RARRAY_AREFnobu2015-11-051-2/+2
* ext: use RARRAY_CONST_PTRnobu2015-11-041-2/+2
* bigdecimal.c: wrapper object before allocnobu2015-05-271-6/+8
* * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]mrkn2015-04-081-7/+0
* bigdecimal.c: format specifiersnobu2015-02-041-7/+7
* bigdecimal.c: fix a typonobu2015-02-041-1/+1
* * ext/bigdecimal/bigdecimal.c (rb_rational_num): add fallback functionmrkn2015-01-291-0/+24
* * ext/bigdecimal/bigdecimal.c: fixes documentation like labeled lists,hsbt2015-01-121-44/+55
* fix printf format conversion specifiersnobu2014-12-261-5/+5
* use 0 for reservednobu2014-12-011-1/+1
* * ext/bigdecimal/bigdecimal.c: [DOC] Add description ofmrkn2014-07-311-0/+13
* * include/ruby/ruby.h: Hide Rational internal.akr2014-05-171-10/+10
* class.c: do nothing if copying selfnobu2014-02-211-1/+3
* * ext/bigdecimal/bigdecimal.c (BigDecimal_initialize): Insert GC guard.mrkn2014-02-161-2/+7
* bigdecimal.c: refine macrosnobu2014-02-161-3/+3
* * ext/bigdecimal/bigdecimal.c (BIGNUM_ZERO_P): Unused macro removed.akr2014-02-151-4/+0
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-151-2/+2
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): Use rb_big_cmp instead ofakr2014-02-111-2/+3
* * bignum.c (rb_big_cmp): Specialize a comparison to zero.akr2014-02-111-1/+1
* bigdecimal.c: rename macrosnobu2014-01-151-5/+7
* bigdecimal.c: backword compatibility as gemnobu2014-01-141-11/+12
* bigdecimal.c: backword compatibility as gemnobu2014-01-141-9/+20
* * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Add an additionalmrkn2014-01-131-2/+4
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-131-2/+2
* ruby/util.h: DECIMAL_SIZE_OF_BITSnobu2014-01-121-1/+2
* bigdecimal.c: expand buffernobu2014-01-111-2/+2
* * ext/bigdecimal: update class method call style from :: to .eregon2014-01-021-1/+1
* * ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resultingmrkn2013-12-121-2/+14
* * ext/bigdecimal/bigdecimal.c (VpAddAbs): put out a conditional branch frommrkn2013-12-121-15/+15
* * ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support anothermrkn2013-12-121-5/+21