diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-31 14:30:50 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-31 14:30:50 +0000 |
| commit | 71d60a2e1063c9a476b82497d928eb06d0729e83 (patch) | |
| tree | 2c7b71880a246a0531f9b17e4373bb7aeff127a6 /ChangeLog | |
| parent | 3bf68b00d36fbe70f8f9761fcfb3239168c03c26 (diff) | |
| download | ruby-71d60a2e1063c9a476b82497d928eb06d0729e83.tar.gz ruby-71d60a2e1063c9a476b82497d928eb06d0729e83.tar.xz ruby-71d60a2e1063c9a476b82497d928eb06d0729e83.zip | |
* object.c (rb_to_float): replaced by to_flo definition from
math.c [ruby-dev:37668]
* math.c (Need_Float): use rb_to_float().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -24,6 +24,13 @@ Wed Dec 31 14:52:33 2008 Tanaka Akira <akr@fsij.org> * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_initialize): ditto. (ossl_ec_group_initialize): ditto. +Wed Dec 31 14:12:35 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (rb_to_float): replaced by to_flo definition from + math.c [ruby-dev:37668] + + * math.c (Need_Float): use rb_to_float(). + Wed Dec 31 13:49:06 2008 Tanaka Akira <akr@fsij.org> * ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock): |
