summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-01 12:47:07 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-01 12:47:07 +0000
commit55ff769bf4c569a51a7c5bc164f76e5d1e4ebd12 (patch)
tree02ba214e3806bd189714b9d0503799cb79e601f8 /ChangeLog
parenta830576fb53c458e8456f73f1527a7e16d9c9062 (diff)
downloadruby-55ff769bf4c569a51a7c5bc164f76e5d1e4ebd12.tar.gz
ruby-55ff769bf4c569a51a7c5bc164f76e5d1e4ebd12.tar.xz
ruby-55ff769bf4c569a51a7c5bc164f76e5d1e4ebd12.zip
* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):
shut up warning. * rational.c (nurat_to_f): no need for forceful warning when converting to float. overflow is a nature of float values. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c3f42d8c..6841574c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu May 1 20:31:09 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):
+ shut up warning.
+
+ * rational.c (nurat_to_f): no need for forceful warning when
+ converting to float. overflow is a nature of float values.
+
Thu May 1 16:10:21 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (env_delete_if): return enumerator if no block given.