aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-06 06:44:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-06 06:44:41 +0000
commited6b1829bad6c30c00b68d5efdf4c2f1af12cc80 (patch)
tree26fccea37e0ce2d8ceb8625bd67a0db29b6bb295 /ChangeLog
parent774aebb3ce3ef856789a7c60e0839f93a393fe6a (diff)
downloadruby-ed6b1829bad6c30c00b68d5efdf4c2f1af12cc80.tar.gz
* sprintf.c (rb_str_format): casting double to long is undefined
if the interger part of double is out of the range of long. (fix previous commit). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf507ee2f6..2176d01e1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Thu Mar 6 15:16:55 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+Thu Mar 6 15:44:20 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* sprintf.c (rb_str_format): casting double to long is undefined
if the interger part of double is out of the range of long.