summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/bigdecimal.c
AgeCommit message (Expand)Author
2012-10-16Merge r35953 from ruby_1_8_7.knu
2012-05-11 * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,nobu
2010-05-08* ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu
2009-12-06* lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]marcandre
2009-11-09* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): rdoc fixmarcandre
2009-09-21* numeric.c: Fix doc for #remainder [ruby-core:18796]marcandre
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2009-06-11* ext/bigdecimal/bigdecimal.c (VpCtoV): big number should resultmatz
2009-06-11* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introducedmatz
2009-06-01* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2009-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz
2009-03-01* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.nobu
2008-11-12* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz
2008-07-23* ext/bigdecimal/bigdecimal.{c,h} (VpIsNegDoubleZero, VpItoV): unused.nobu
2008-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
2007-02-27* regex.c (calculate_must_string, slow_search, re_search): Silenceknu
2007-02-19revert error check-in in r11777matz
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz
2007-02-09* ext/bigdecimal: Synchronize with trunk. Better functionknu
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-12-31Merge 11443, 11444 and 11445 from trunk.drbrain
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-07-13* array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2005-09-16* ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-05-11Fix for 'incomplete bug fix' for 1.41.shigek
2004-04-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2003-12-25This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-10-21Local version number(BigDecimal::ver) incremented.shigek
2003-09-04Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation faultshigek
2003-09-03Bug in mult method fixed.shigek
2003-08-29The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek
2003-08-27Forgot to round '*'.shigek
2003-08-26sqrt() error checking bug fixed.shigek
2003-08-26sqrt() speed up.shigek
2003-08-21Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek
2003-08-19to_s("+") implemented.shigek
2003-08-15Bug fix: limit & div combination.shigek
2003-08-14Bug fix: div method.shigek
2003-08-13Ambiguity of BigDecimal::limit removed.shigek
2003-08-10Bug fix: '-' should not be counted as a digit(to_s(n) format).shigek
2003-08-08F style output(like 1234.56789) implemented to to_s method.shigek
2003-08-06Just small change.shigek