summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-06 19:28:12 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-06 19:28:12 +0000
commit54476a60248dbba0ee7b69b8df5b4b160e78913f (patch)
tree3ed4c603d72825d999e0e5ef8d1f626306ecc7d0 /ChangeLog
parent8db2aa121631435b68160d9d7836a77415dcb0ea (diff)
* ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27647 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 ab24b731ba..67d9f59d90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 7 03:40:58 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.
+
Thu May 6 22:19:38 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400