diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 07:09:48 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 07:09:48 +0000 |
| commit | 118cb3b1144d285a2a8213b7127df12680ecf22d (patch) | |
| tree | a5944d3699f97c0ec42192d67aa9f9b352188ef8 /ChangeLog | |
| parent | 354f154dcd817f0a04dc02d2f4167bec7555a525 (diff) | |
| download | ruby-118cb3b1144d285a2a8213b7127df12680ecf22d.tar.gz ruby-118cb3b1144d285a2a8213b7127df12680ecf22d.tar.xz ruby-118cb3b1144d285a2a8213b7127df12680ecf22d.zip | |
* numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod,
fix_divmod, fix_pow): ditto.
* numeric.c (fix_plus): reduce coercing when a method knows about
a operand type. [ruby-dev:26723]
* bignum.c (rb_big_div, rb_big_modulo): export to reduce
coercing.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Wed Aug 3 12:40:28 2005 Tadashi Saito <shiba@mail2.accsnet.ne.jp> + + * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, + fix_divmod, fix_pow): ditto. + + * numeric.c (fix_plus): reduce coercing when a method knows about + a operand type. [ruby-dev:26723] + + * bignum.c (rb_big_div, rb_big_modulo): export to reduce + coercing. + Wed Aug 3 10:13:52 2005 NAKAMURA Usaku <usa@ruby-lang.org> * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, |
