summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-16 10:53:12 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-16 10:53:12 +0000
commit3eafecb77ec774d42594b64609940428de260679 (patch)
treeff8cddcdfa60fbc266b071eadb58b70cd35727f0 /ChangeLog
parent3e488e98ff8f22d187fda96f373c9f7caa5721cc (diff)
merge revision(s) 23353:
* util.c: suppress strict-aliasing warning with gcc-4.4.0 -O2 to fix infinite loop by ruby -e "1.402e-45" . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@25800 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 81d0281353..6b7742dfd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 16 19:45:27 2009 Tanaka Akira <akr@fsij.org>
+
+ * util.c: suppress strict-aliasing warning with gcc-4.4.0 -O2 to fix
+ infinite loop by ruby -e "1.402e-45" .
+
Mon Nov 16 19:28:23 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): revert a part of