aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-03 07:09:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-03 07:09:48 +0000
commitc32b77cee1ead76eafb05604d49b315217c49d49 (patch)
treea5944d3699f97c0ec42192d67aa9f9b352188ef8 /ChangeLog
parentce8d9b4a0d2c16ff2d634ce6c4b00a9156cc55f3 (diff)
downloadruby-c32b77cee1ead76eafb05604d49b315217c49d49.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@8897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f9c495aa0..4df14f3164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,