| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz | 2006-08-07 | 1 | -1/+1 |
* | * array.c (rb_ary_pop): may cause realloc oscillation. a patch | matz | 2006-07-13 | 2 | -5/+15 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch | matz | 2006-06-29 | 1 | -2/+0 |
* | * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from | matz | 2006-06-29 | 6 | -38/+699 |
* | * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo | matz | 2006-06-10 | 1 | -1/+1 |
* | * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin" | matz | 2005-09-16 | 1 | -8/+38 |
* | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -7/+7 |
* | * ext/bigdecimal/sample/linear.rb: resolve LoadError. | ocean | 2005-02-18 | 3 | -40/+2 |
* | * bigdecimal/newton.rb: resolve LoadError. | ocean | 2005-02-18 | 2 | -3/+3 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -18/+0 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -1/+1 |
* | Fix for 'incomplete bug fix' for 1.41. | shigek | 2004-05-11 | 1 | -1/+1 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-04-06 | 1 | -0/+4057 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2003-12-25 | 1 | -4075/+0 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -14/+7 |
* | typo | shigek | 2003-11-04 | 1 | -1/+1 |
* | Added math.rb descriptions. | shigek | 2003-10-21 | 2 | -6/+17 |
* | Local version number(BigDecimal::ver) incremented. | shigek | 2003-10-21 | 1 | -1/+5 |
* | can read data from file. | shigek | 2003-10-21 | 1 | -22/+45 |
* | * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c, | nobu | 2003-09-24 | 1 | -1/+1 |
* | Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation fault | shigek | 2003-09-04 | 1 | -1/+1 |
* | Bug in mult method fixed. | shigek | 2003-09-03 | 1 | -1/+1 |
* | The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*... | shigek | 2003-08-29 | 3 | -51/+69 |
* | limit inserted. | shigek | 2003-08-29 | 1 | -0/+2 |
* | mult & div instead of * & /. | shigek | 2003-08-29 | 1 | -7/+9 |
* | Forgot to round '*'. | shigek | 2003-08-27 | 1 | -5/+6 |
* | sqrt() error checking bug fixed. | shigek | 2003-08-26 | 1 | -6/+11 |
* | sqrt() speed up. | shigek | 2003-08-26 | 1 | -25/+23 |
* | Int. overflow bug in multiplication fixed & VpNmlz() speed up. | shigek | 2003-08-21 | 1 | -31/+24 |
* | to_s("+") implemented. | shigek | 2003-08-19 | 4 | -499/+99 |
* | E added. Typo corrected. | shigek | 2003-08-19 | 1 | -3/+22 |
* | Refinement for speedup. | shigek | 2003-08-17 | 1 | -24/+20 |
* | Typo 'selt' corrected to 'self'. | shigek | 2003-08-16 | 1 | -2/+2 |
* | sqrt() & atan() added. | shigek | 2003-08-15 | 1 | -5/+39 |
* | Bug fix: limit & div combination. | shigek | 2003-08-15 | 2 | -42/+42 |
* | Newly added. | shigek | 2003-08-14 | 1 | -0/+147 |
* | Changed to use lib/bigdecimal/math.rb. | shigek | 2003-08-14 | 1 | -36/+6 |
* | lib/bigdecimal/math.rb added. | shigek | 2003-08-14 | 1 | -0/+1 |
* | Bug fix: div method. | shigek | 2003-08-14 | 1 | -3/+5 |
* | Ambiguity of BigDecimal::limit removed. | shigek | 2003-08-13 | 4 | -70/+93 |
* | Bug fix: '-' should not be counted as a digit(to_s(n) format). | shigek | 2003-08-10 | 1 | -4/+2 |
* | Comment changed. | shigek | 2003-08-08 | 1 | -1/+1 |
* | F style output(like 1234.56789) implemented to to_s method. | shigek | 2003-08-08 | 4 | -108/+267 |
* | Just small change. | shigek | 2003-08-06 | 1 | -1/+1 |
* | Comparison results adjusted to Float's. | shigek | 2003-08-06 | 1 | -44/+6 |
* | Trailing 0s in split removed.(to_digits changed). | shigek | 2003-08-05 | 1 | -2/+0 |
* | Trailing 0s in split removed. & bug in floor fixed. | shigek | 2003-08-05 | 1 | -1/+3 |
* | Bug in to_digits fixed. | shigek | 2003-08-05 | 1 | -8/+5 |
* | Trailing 0s in to_s removed. & Bug in VpFrac fixed. | shigek | 2003-08-05 | 1 | -1/+4 |
* | Unnecessary comments removed. | shigek | 2003-08-05 | 1 | -3/+0 |