summaryrefslogtreecommitdiff
path: root/ext/bigdecimal
AgeCommit message (Expand)Author
2008-12-16* ext/bigdecimal/bigdecimal.c (VpToString): reverted modificationmatz
2008-12-10* ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be roundmatz
2008-12-08* ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): returnmatz
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should returnmatz
2008-11-26* ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz
2008-11-25* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz
2008-11-25* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2008-11-11* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-18* ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame
2008-09-04* ext/bigdecimal/bigdecimal.c (BigDecimal_mode): set exception modemame
2008-08-25* ext/bigdecimal/bigdecimal.c (VpMult): fix double free.mame
2008-08-12* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): should not ignorematz
2008-07-31* ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.mame
2008-07-30* ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame
2008-07-29* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.mame
2008-07-22* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> shouldmame
2008-07-02* sprintf.c: include ieeefp.h to refer isinf.mame
2008-06-20* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz
2008-02-12* numeric.c (rb_num_coerce_bin): add ID argument to specifymatz
2008-02-09* ext/bigdecimal/extconf.rb: simplified the condition.nobu
2008-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu
2007-12-21* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz
2007-06-10* include/ruby: moved public headers.nobu
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
2007-02-27* ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu
2006-12-31Update constant comments to provide values for RDoc.drbrain
2006-12-25* ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev...aamine
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-06-29* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2006-06-24add extconf.h to .cvsignore.akr
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-10* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-09-16* ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-18* ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean
2005-02-18* bigdecimal/newton.rb: resolve LoadError.ocean
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-05-11Fix for 'incomplete bug fix' for 1.41.shigek
2004-03-25Bug in + and - reported by Bret Jolly fixed.shigek
2004-02-20Wrong descriptions,pointed out by Bret Jolly,in the documents changed.shigek
2004-02-01Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav...shigek
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu