diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-09 08:51:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-09 08:51:26 +0000 |
| commit | 9cd046263812edd9d7c10c5f52d82a9d41ffc7da (patch) | |
| tree | e17d97a861721f05bf0a197650fa814462854253 /ChangeLog | |
| parent | 0a2a4ecaebcbc70315e5e70374d049e4d8bbe5ce (diff) | |
| download | ruby-9cd046263812edd9d7c10c5f52d82a9d41ffc7da.tar.gz ruby-9cd046263812edd9d7c10c5f52d82a9d41ffc7da.tar.xz ruby-9cd046263812edd9d7c10c5f52d82a9d41ffc7da.zip | |
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more
precision. [ruby-talk:290296]
* ext/bigdecimal/bigdecimal.c (BASE_FIG): made constant.
* ext/bigdecimal/extconf.rb: ditto. [ruby-dev:33658]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Feb 9 17:51:24 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more + precision. [ruby-talk:290296] + + * ext/bigdecimal/bigdecimal.c (BASE_FIG): made constant. + + * ext/bigdecimal/extconf.rb: ditto. [ruby-dev:33658] + Sat Feb 9 12:06:45 2008 Tanaka Akira <akr@fsij.org> * missing/tgamma.c (tgamma): add error check. |
