aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-121-8/+21
* * ext/bigdecimal/extconf.rb: simplified the condition.nobu2008-02-091-3/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu2008-02-092-27/+42
* * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz2007-12-211-2/+8
* * include/ruby: moved public headers.nobu2007-06-101-2/+1
* * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz2007-03-141-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-271-2/+2
* Update constant comments to provide values for RDoc.drbrain2006-12-311-25/+43
* * ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev...aamine2006-12-251-12/+0
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-141-2/+2
* * ruby.h (struct RString): embed small strings.matz2006-08-311-9/+9
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-071-1/+1
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-112-5/+15
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-291-2/+0
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-296-38/+699
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-202-2/+2
* * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz2006-06-101-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-092-11/+11
* * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz2005-09-161-8/+38
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-7/+7
* * ext/bigdecimal/sample/linear.rb: resolve LoadError.ocean2005-02-183-40/+2
* * bigdecimal/newton.rb: resolve LoadError.ocean2005-02-182-3/+3
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-18/+0
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-1/+1
* Fix for 'incomplete bug fix' for 1.41.shigek2004-05-111-1/+1
* Bug in + and - reported by Bret Jolly fixed.shigek2004-03-251-25/+8
* Wrong descriptions,pointed out by Bret Jolly,in the documents changed.shigek2004-02-202-8/+8
* Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav...shigek2004-02-011-3/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-14/+7
* typoshigek2003-11-041-1/+1
* Added math.rb descriptions.shigek2003-10-212-6/+17
* Local version number(BigDecimal::ver) incremented.shigek2003-10-211-1/+5
* can read data from file.shigek2003-10-211-22/+45
* * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,nobu2003-09-241-1/+1
* Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation faultshigek2003-09-041-1/+1
* Bug in mult method fixed.shigek2003-09-031-1/+1
* The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek2003-08-293-51/+69
* limit inserted.shigek2003-08-291-0/+2
* mult & div instead of * & /.shigek2003-08-291-7/+9
* Forgot to round '*'.shigek2003-08-271-5/+6
* sqrt() error checking bug fixed.shigek2003-08-261-6/+11
* sqrt() speed up.shigek2003-08-261-25/+23
* Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek2003-08-211-31/+24
* to_s("+") implemented.shigek2003-08-194-499/+99
* E added. Typo corrected.shigek2003-08-191-3/+22
* Refinement for speedup.shigek2003-08-171-24/+20
* Typo 'selt' corrected to 'self'.shigek2003-08-161-2/+2
* sqrt() & atan() added.shigek2003-08-151-5/+39
* Bug fix: limit & div combination.shigek2003-08-152-42/+42