From 1f9f86b7f10db3d7fde9dd2599251481110095f0 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 15 May 2008 10:48:10 +0000 Subject: * object.c (rb_cstr_to_dbl): no need for forceful warning when converting to float. overflow is a nature of float values. * parse.y (parser_yylex): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 322474c97..b939245fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,13 @@ Thu May 15 15:33:59 2008 Nobuyoshi Nakada * file.c (rb_file_s_extname): ditto. +Thu May 15 13:43:36 2008 Yukihiro Matsumoto + + * object.c (rb_cstr_to_dbl): no need for forceful warning when + converting to float. overflow is a nature of float values. + + * parse.y (parser_yylex): ditto. + Thu May 15 13:23:20 2008 Yukihiro Matsumoto * re.c (rb_reg_prepare_enc): error condition was updated for non -- cgit