| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/bigdecimal/bigdecimal.c (VpMult): fix double free. | mame | 2008-08-25 | 1 | -1/+1 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): should not ignore | matz | 2008-08-12 | 1 | -1/+1 |
* | * ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak. | mame | 2008-07-31 | 1 | -1/+4 |
* | * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautology | mame | 2008-07-30 | 1 | -3/+3 |
* | * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo. | mame | 2008-07-29 | 1 | -1/+1 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): BigDecimal#<=> should | mame | 2008-07-22 | 2 | -2/+10 |
* | * sprintf.c: include ieeefp.h to refer isinf. | mame | 2008-07-02 | 1 | -0/+4 |
* | * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi): | matz | 2008-06-20 | 1 | -1/+1 |
* | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 1 | -8/+21 |
* | * ext/bigdecimal/extconf.rb: simplified the condition. | nobu | 2008-02-09 | 1 | -3/+1 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more | nobu | 2008-02-09 | 2 | -27/+42 |
* | * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug | matz | 2007-12-21 | 1 | -2/+8 |
* | * 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 |