Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 165 (100.0%) | 9169 (100.0%) | 55.5 |
ext/bigdecimal/ | 96 (58.2%) | 8351 (91.1%) | 86.9 |
ext/bigdecimal/lib/bigdecimal/ | 16 (9.7%) | 534 (5.8%) | 33.3 |
ext/bigdecimal/sample/ | 7 (4.2%) | 192 (2.1%) | 27.4 |
/ | 11 (6.7%) | 60 (0.7%) | 5.4 |
ext/ | 18 (10.9%) | 24 (0.3%) | 1.3 |
ext/bigdecimal/lib/ | 17 (10.3%) | 8 (0.1%) | 0.4 |
Fix for 'incomplete bug fix' for 1.41.
1 lines of code changed in:
Bug in + and - reported by Bret Jolly fixed.
6 lines of code changed in:
Bug in + and - reported by Bret Jolly fixed.
8 lines of code changed in:
Wrong descriptions,pointed out by Bret Jolly,in the documents changed.
8 lines of code changed in:
Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Javier Goizueta.
6 lines of code changed in:
typo
1 lines of code changed in:
Added math.rb descriptions.
17 lines of code changed in:
Local version number(BigDecimal::ver) incremented.
5 lines of code changed in:
can read data from file.
45 lines of code changed in:
Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation fault
1 lines of code changed in:
Bug in mult method fixed.
1 lines of code changed in:
The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*,/ respectively.
73 lines of code changed in:
limit inserted.
2 lines of code changed in:
mult & div instead of * & /.
9 lines of code changed in:
Forgot to round '*'.
6 lines of code changed in:
sqrt() error checking bug fixed.
11 lines of code changed in:
sqrt() speed up.
23 lines of code changed in:
Int. overflow bug in multiplication fixed & VpNmlz() speed up.
29 lines of code changed in:
to_s("+") implemented.
103 lines of code changed in:
E added. Typo corrected.
22 lines of code changed in:
(52 more)