| Age | Commit message (Expand) | Author |
| 2011-12-21 | * ext/bigdecimal/bigdecimal.c (VpMult, VpCtoV, VpSqrt): remove assined | nagachika |
| 2011-12-21 | * ext/bigdecimal/bigdecimal.h: remove unused lines. | nagachika |
| 2011-12-21 | * ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follow | nobu |
| 2011-12-20 | * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.org | kazu |
| 2011-12-18 | * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follow | nobu |
| 2011-12-07 | * ext/bigdecimal/bigdecimal.c: Document +@, -@, hash, INFINITY, Nan. | drbrain |
| 2011-12-02 | * ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac. | nobu |
| 2011-12-01 | * ext/bigdecimal/bigdecimal.h (Real): suppress false warning from | nobu |
| 2011-11-04 | * whitespace cleanup. | nobu |
| 2011-10-16 | * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, and | nobu |
| 2011-09-28 | Fix typo | ayumin |
| 2011-09-27 | * ext/bigdecimal/README: update report to. | ayumin |
| 2011-09-27 | * ext/bigdecimal/bigdecimal_en.html: removed because this file isn't | mrkn |
| 2011-09-09 | * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment. | ayumin |
| 2011-08-17 | * ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal): | mrkn |
| 2011-08-17 | Merge branch '5172_bigdecimal_gc_issue' into trunk | mrkn |
| 2011-07-30 | * ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0. | mrkn |
| 2011-07-29 | * remove unused variables. | nobu |
| 2011-07-26 | * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d): | mrkn |
| 2011-07-26 | * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified for | mrkn |
| 2011-07-26 | * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): added | mrkn |
| 2011-07-26 | * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): added | mrkn |
| 2011-07-26 | * bigdecimal/bigdecimal.c (VpDup) a new function for duplicating | mrkn |
| 2011-07-10 | * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fix | mrkn |
| 2011-07-10 | * ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integral | mrkn |
| 2011-06-27 | * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log from | mrkn |
| 2011-06-17 | * ext/bigdecimal/bigdecimal.c (VpNewRbClass): fix type of the 2nd | mrkn |
| 2011-06-17 | * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp from | mrkn |
| 2011-06-13 | * ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function to | mrkn |
| 2011-06-13 | * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrec | mrkn |
| 2011-06-09 | * ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum. | tadf |
| 2011-05-31 | * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unused | nagachika |
| 2011-05-31 | * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation from | mrkn |
| 2011-05-31 | * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with a | mrkn |
| 2011-05-31 | * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm for | mrkn |
| 2011-05-31 | * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation a | mrkn |
| 2011-05-22 | * ext: remove trailing spaces. | nobu |
| 2011-05-20 | * ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. Patch | drbrain |
| 2011-05-20 | * ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. Patch | drbrain |
| 2011-05-15 | * remove trailing spaces. | nobu |
| 2011-03-07 | cancel subversion backfire. sorry | matz |
| 2011-03-07 | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz |
| 2011-03-01 | * ext/bigdecimal/bigdecimal.c (VpMemAlloc): CVE-2011-0188. | mrkn |
| 2010-12-11 | ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu... | kazu |
| 2010-11-16 | * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unused | mrkn |
| 2010-09-29 | * ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT): | mrkn |
| 2010-09-29 | * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit): | mrkn |
| 2010-09-29 | * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode): | mrkn |
| 2010-09-29 | * ext/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2, | usa |
| 2010-09-29 | * ext/bigdecimal/bigdecimal.c (VPrint, VpToString): fix format. | nobu |