aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Newly added.shigek2003-08-141-0/+147
* Changed to use lib/bigdecimal/math.rb.shigek2003-08-141-36/+6
* lib/bigdecimal/math.rb added.shigek2003-08-141-0/+1
* Bug fix: div method.shigek2003-08-141-3/+5
* Ambiguity of BigDecimal::limit removed.shigek2003-08-134-70/+93
* Bug fix: '-' should not be counted as a digit(to_s(n) format).shigek2003-08-101-4/+2
* Comment changed.shigek2003-08-081-1/+1
* F style output(like 1234.56789) implemented to to_s method.shigek2003-08-084-108/+267
* Just small change.shigek2003-08-061-1/+1
* Comparison results adjusted to Float's.shigek2003-08-061-44/+6
* Trailing 0s in split removed.(to_digits changed).shigek2003-08-051-2/+0
* Trailing 0s in split removed. & bug in floor fixed.shigek2003-08-051-1/+3
* Bug in to_digits fixed.shigek2003-08-051-8/+5
* Trailing 0s in to_s removed. & Bug in VpFrac fixed.shigek2003-08-051-1/+4
* Unnecessary comments removed.shigek2003-08-051-3/+0
* Fix: coerce in comparisons.shigek2003-08-051-38/+27
* Typo pointed out by Javier Goizueta fixed.shigek2003-08-041-1/+1
* Specs adjusted for FLoat.shigek2003-08-014-74/+87
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-2/+1
* Bug for 2nd arg of round fixed.shigek2003-07-281-1/+4
* Bug fix from Javier Goizueta.shigek2003-07-284-71/+86