summaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/bigdecimal.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo in lib/soap/mimemessage.rb -- conent -> contentwyhaines2009-06-081-25/+55
* merge revision(s) 20228:shyouhei2009-02-111-0/+5
* merge revision(s) 15415:shyouhei2008-06-131-27/+32
* * merge -c 12065shyouhei2007-03-161-1/+1
* Merge changes between r11871 and r11907 from ruby_1_8.knu2007-02-271-2/+2
* * ext/bigdecimal: Synchronize with trunk. Better functionknu2007-02-091-28/+16
* Revert r11453matz2007-01-031-25/+43
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-43/+25
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-311-25/+43
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-141-2/+2
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-071-1/+1
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-131-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
* * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz2005-09-161-8/+38
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-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
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-061-0/+4057
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2003-12-251-4075/+0
* * 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