From 102830b5451c8d4c45d6f21d2175c02560449617 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 30 Aug 2009 01:26:56 +0000 Subject: * time.c (eq): apply RTEST. (ne): ditto. (add): avoid method dispatch for bignums. (sub): ditto. (mul): ditto. (mod): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00d1a3a14..1c364af08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Aug 30 10:24:43 2009 Tanaka Akira + + * time.c (eq): apply RTEST. + (ne): ditto. + (add): avoid method dispatch for bignums. + (sub): ditto. + (mul): ditto. + (mod): ditto. + Sun Aug 30 09:45:11 2009 Tanaka Akira * bignum.c (bigmul1_single): new function specialized respect to -- cgit