From 118cb3b1144d285a2a8213b7127df12680ecf22d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Aug 2005 07:09:48 +0000 Subject: * 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 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f9c495aa..4df14f316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 3 12:40:28 2005 Tadashi Saito + + * 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 * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, -- cgit