diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-11 08:49:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-11 08:49:37 +0000 |
| commit | bbfe73888ac71cdb56125023a028aeb62c33d8a8 (patch) | |
| tree | 5db76343406e1405bf4d257acd4268faa90550f3 /ChangeLog | |
| parent | 1e7898d76a90befec85074f9d580531cf64ee9be (diff) | |
* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.
* ext/bigdecimal/bigdecimal.c (VpInit): fixed format modifiers.
* ext/bigdecimal/bigdecimal.c (VPrint): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Jun 11 17:49:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used. + + * ext/bigdecimal/bigdecimal.c (VpInit): fixed format modifiers. + + * ext/bigdecimal/bigdecimal.c (VPrint): constified. + Thu Jun 11 15:05:00 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpCtoV): big number should result |
