aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/bigdecimal.c
Commit message (Expand)AuthorAgeFilesLines
* * 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-111-2/+13
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-291-2/+0
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-291-4/+597
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-6/+6
* * 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
* * 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
* 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
* Local version number(BigDecimal::ver) incremented.shigek2003-10-211-1/+5
* 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-291-36/+48
* 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-191-412/+72
* Bug fix: limit & div combination.shigek2003-08-151-39/+39
* Bug fix: div method.shigek2003-08-141-3/+5
* Ambiguity of BigDecimal::limit removed.shigek2003-08-131-56/+76
* Bug fix: '-' should not be counted as a digit(to_s(n) format).shigek2003-08-101-4/+2
* F style output(like 1234.56789) implemented to to_s method.shigek2003-08-081-87/+210
* Just small change.shigek2003-08-061-1/+1
* Comparison results adjusted to Float's.shigek2003-08-061-44/+6
* Trailing 0s in split removed. & bug in floor fixed.shigek2003-08-051-1/+3
* 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
* Specs adjusted for FLoat.shigek2003-08-011-16/+60
* * 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-281-19/+27
* 0 ** 0 bug fixed.shigek2003-07-261-49/+61
* ver method added.shigek2003-07-251-193/+113
* COMP_MODE_ROUNDUP -> COMP_MODE_ROUNDshigek2003-07-231-3/+10
* patches from T.Saito etc.shigek2003-07-211-17/+26
* More pathes from Tadasi Saito.shigek2003-07-181-91/+134
* Precision for '**' enhanced (bug).shigek2003-07-011-2/+2
* Bug in '/' fixed by Tadashi Saito.shigek2003-06-291-2/+4
* 1.From Tadashi Saito's adviceshigek2003-06-271-131/+190
* bigdecimal-brushup.patch from Tadashi Saito applied.shigek2003-05-061-26/+24
* Patch from Michal Rokos for sprintf format strings applied.shigek2003-04-251-30/+30
* Prec. improvement for PI.shigek2003-04-241-1/+1