diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-15 10:48:10 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-15 10:48:10 +0000 |
| commit | 1f9f86b7f10db3d7fde9dd2599251481110095f0 (patch) | |
| tree | 4a8c7c9d40e19575fc36dd8415ae2fb3f8b7a01e /ChangeLog | |
| parent | 0e043e1eaa8eaf70a0e93171c81afa8b97e6879c (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Thu May 15 15:33:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (rb_file_s_extname): ditto. +Thu May 15 13:43:36 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * re.c (rb_reg_prepare_enc): error condition was updated for non |
