index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
bigdecimal
/
bigdecimal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-7
/
+7
*
* 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
*
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
*
Local version number(BigDecimal::ver) incremented.
shigek
2003-10-21
1
-1
/
+5
*
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
1
-36
/
+48
*
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
1
-412
/
+72
*
Bug fix: limit & div combination.
shigek
2003-08-15
1
-39
/
+39
*
Bug fix: div method.
shigek
2003-08-14
1
-3
/
+5
*
Ambiguity of BigDecimal::limit removed.
shigek
2003-08-13
1
-56
/
+76
*
Bug fix: '-' should not be counted as a digit(to_s(n) format).
shigek
2003-08-10
1
-4
/
+2
*
F style output(like 1234.56789) implemented to to_s method.
shigek
2003-08-08
1
-87
/
+210
*
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. & bug in floor fixed.
shigek
2003-08-05
1
-1
/
+3
*
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
*
Fix: coerce in comparisons.
shigek
2003-08-05
1
-38
/
+27
*
Specs adjusted for FLoat.
shigek
2003-08-01
1
-16
/
+60
*
* lib/net/smtp.rb (Net::SMTP::send0): add taint check.
matz
2003-07-29
1
-2
/
+1
*
Bug for 2nd arg of round fixed.
shigek
2003-07-28
1
-1
/
+4
*
Bug fix from Javier Goizueta.
shigek
2003-07-28
1
-19
/
+27
*
0 ** 0 bug fixed.
shigek
2003-07-26
1
-49
/
+61
*
ver method added.
shigek
2003-07-25
1
-193
/
+113
*
COMP_MODE_ROUNDUP -> COMP_MODE_ROUND
shigek
2003-07-23
1
-3
/
+10
*
patches from T.Saito etc.
shigek
2003-07-21
1
-17
/
+26
*
More pathes from Tadasi Saito.
shigek
2003-07-18
1
-91
/
+134
*
Precision for '**' enhanced (bug).
shigek
2003-07-01
1
-2
/
+2
*
Bug in '/' fixed by Tadashi Saito.
shigek
2003-06-29
1
-2
/
+4
*
1.From Tadashi Saito's advice
shigek
2003-06-27
1
-131
/
+190
*
bigdecimal-brushup.patch from Tadashi Saito applied.
shigek
2003-05-06
1
-26
/
+24
*
Patch from Michal Rokos for sprintf format strings applied.
shigek
2003-04-25
1
-30
/
+30
*
Prec. improvement for PI.
shigek
2003-04-24
1
-1
/
+1
*
Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.
shigek
2003-04-17
1
-1
/
+14
*
Use rb_str2cstr() instead of STR2CSTR() macro.
shigek
2003-03-28
1
-10
/
+8
*
Copied from rough/bigdecimal,documents & some sample programs added.
shigek
2003-03-28
1
-0
/
+4198