aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal
Commit message (Expand)AuthorAgeFilesLines
...
* Trailing 0s in split removed. & bug in floor fixed.shigek2003-08-051-1/+3
* Bug in to_digits fixed.shigek2003-08-051-8/+5
* 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
* Typo pointed out by Javier Goizueta fixed.shigek2003-08-041-1/+1
* Specs adjusted for FLoat.shigek2003-08-014-74/+87
* * 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-284-71/+86
* 0 ** 0 bug fixed.shigek2003-07-262-57/+71
* Spec for div changed.shigek2003-07-252-6/+5
* ver method added.shigek2003-07-254-266/+224
* COMP_MODE_ROUNDUP -> COMP_MODE_ROUNDshigek2003-07-233-8/+15
* Explanation for prec, and some more for max. number of sig. digits.shigek2003-07-222-55/+78
* * lib/tmpdir.rb: new library to get temporary directory path,matz2003-07-211-0/+1
* patches from T.Saito etc.shigek2003-07-213-17/+28
* As discussed in ruby-dev ML:shigek2003-07-185-0/+325
* More pathes from Tadasi Saito.shigek2003-07-184-243/+0
* More pathes from Tadasi Saito.shigek2003-07-185-174/+263
* Precision for '**' enhanced (bug).shigek2003-07-011-2/+2
* Bug in '/' fixed by Tadashi Saito.shigek2003-06-291-2/+4
* Changed according to Tadashi Saito's advice.shigek2003-06-271-4/+4
* 1.From Tadashi Saito's adviceshigek2003-06-274-614/+740
* bigdecimal-brushup.patch from Tadashi Saito applied.shigek2003-05-064-46/+41
* * ext/bigdecimal/.cvsignore: new file (retry).aamine2003-05-061-0/+3
* Patch from Michal Rokos for sprintf format strings applied.shigek2003-04-251-30/+30
* Dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-244-9/+10
* More explanations for sincos.shigek2003-04-242-1/+2
* Prec. improvement for PI.shigek2003-04-241-1/+1
* Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.shigek2003-04-171-1/+14
* Use rb_str2cstr() instead of STR2CSTR() macro.shigek2003-03-282-12/+10
* Rubbish !shigek2003-03-281-7/+0
* Copied from rough/bigdecimal,documents & some sample programs added.shigek2003-03-2817-0/+6325