From ee2f3c6def27ae7ea069ac8a2472ce2e80bcbb5b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 27 Mar 2016 03:13:39 +0000 Subject: sprintf.c: Rational f by generic Integer functions * sprintf.c (rb_str_format): convert Rational to floating point format by using gereric Integer functions, not by methods which can be overwritten. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f00cf278e..f29eaeb92a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 27 12:13:37 2016 Nobuyoshi Nakada + + * sprintf.c (rb_str_format): convert Rational to floating point + format by using gereric Integer functions, not by methods which + can be overwritten. + Sat Mar 26 10:55:12 2016 Nobuyoshi Nakada * numeric.c (rb_int2str): conversion function to String for -- cgit v1.2.3