| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+1 |
* | * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is now | matz | 2007-03-14 | 1 | -1/+1 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warnings | knu | 2007-02-27 | 1 | -2/+2 |
* | Update constant comments to provide values for RDoc. | drbrain | 2006-12-31 | 1 | -25/+43 |
* | * ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev... | aamine | 2006-12-25 | 1 | -12/+0 |
* | * parse.y (parser_warning, parser_warn): some error message may | matz | 2006-10-14 | 1 | -2/+2 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -9/+9 |
* | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz | 2006-08-07 | 1 | -1/+1 |
* | * bignum.c (bignorm): sizeof(long) may be smaller than | matz | 2006-07-11 | 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 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 2 | -2/+2 |
* | * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo | matz | 2006-06-10 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 2 | -11/+11 |
* | * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin" | matz | 2005-09-16 | 1 | -8/+38 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 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 |
* | Bug in + and - reported by Bret Jolly fixed. | shigek | 2004-03-25 | 1 | -25/+8 |
* | Wrong descriptions,pointed out by Bret Jolly,in the documents changed. | shigek | 2004-02-20 | 2 | -8/+8 |
* | Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav... | shigek | 2004-02-01 | 1 | -3/+2 |
* | * 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 |