aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-31 14:35:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-31 14:35:13 +0000
commit6024074540e3ea0e50f764900f94d2c641a3c1cc (patch)
tree506aeb3f1959ffec2eea257561586282288ac9ca /ChangeLog
parentfbc42054e8375a532b2e0a3b82dded952c8992f7 (diff)
downloadruby-6024074540e3ea0e50f764900f94d2c641a3c1cc.tar.gz
* time.c (long_mul): extracted from mul and avoid integer overflow.
(wi_mul): extracted from wmul and avoid integer overflow. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa39c0fd9f..5f187e9780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 31 23:33:29 2010 Tanaka Akira <akr@fsij.org>
+
+ * time.c (long_mul): extracted from mul and avoid integer overflow.
+ (wi_mul): extracted from wmul and avoid integer overflow.
+
Wed Mar 31 21:30:38 2010 Tanaka Akira <akr@fsij.org>
* time.c: less bignum allocations.