aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt2016-04-251-1/+1
* Update dependencies.akr2016-04-111-1/+2
* * ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8.mrkn2015-12-221-1/+1
* handle ext/ as r53141naruse2015-12-169-0/+9
* * 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
* * ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.hsbt2015-06-131-1/+1
* bigdecimal.c: wrapper object before allocnobu2015-05-271-6/+8
* * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]mrkn2015-04-084-75/+1
* bigdecimal.c: format specifiersnobu2015-02-042-7/+29
* bigdecimal.c: fix a typonobu2015-02-041-1/+1
* * ext/bigdecimal/bigdecimal.c (rb_rational_num): add fallback functionmrkn2015-01-293-1/+29
* * ext/bigdecimal/bigdecimal.c: fixes documentation like labeled lists,hsbt2015-01-121-44/+55
* fix printf format conversion specifiersnobu2014-12-261-5/+5
* * ext/bigdecimal/depend: Fix dependencies to make bigdecimalmrkn2014-12-192-2/+2
* use 0 for reservednobu2014-12-011-1/+1
* Update dependency.akr2014-11-211-2/+4
* Mark auogenerated part.akr2014-11-151-0/+2
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-9/+9
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-1/+9
* * ext/bigdecimal/bigdecimal.c: [DOC] Add description ofmrkn2014-07-311-0/+13
* bigdecimal/math.rb: error message in BigMath#PInobu2014-06-281-1/+1
* * 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
* bigdecimal.h: suppress warningsnobu2014-02-121-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
* * ext/bigdecimal/bigdecimal.gemspec: bigdecimal version 1.2.5.mrkn2014-01-151-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-132-3/+5
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-131-2/+2
* ruby/util.h: DECIMAL_SIZE_OF_BITSnobu2014-01-122-2/+3
* bigdecimal.c: expand buffernobu2014-01-111-2/+2
* * ext/bigdecimal: update class method call style from :: to .eregon2014-01-025-29/+30
* * 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-122-6/+21
* * bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal insteadmrkn2013-12-081-1/+2
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn2013-12-051-2/+11
* bigdecimal.gemspec: datenobu2013-11-261-0/+2
* * ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 forzzak2013-11-251-1/+1