summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-21 13:30:17 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-21 13:30:17 +0000
commit02edb7bde68c1cb2f0659919e065a8ec5f1581a8 (patch)
treed967085a0447eebc21907a63fe0b18b060635c5e /ChangeLog
parent50a75bd052e6fdd5ad82a2fd0c8dfc875aa7a8c2 (diff)
* numeric.c (fix_equal): A bit more optimization.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6b7903dd..fdac8cfb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 21 22:29:45 2007 Akinori MUSHA <knu@iDaemons.org>
+
+ * numeric.c (fix_equal): A bit more optimization.
+
Wed Feb 21 17:40:37 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* numeric.c (fix_equal): remove FIX2LONG() to optimize. suggested