From 77e9edc3348f33904424ceaa14e9692b8b91d7f3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Dec 2015 06:33:13 +0000 Subject: sprintf.c: fix garbage inserted with Rational * sprintf.c (rb_str_format): fix wrong shifting position in Rational conversion when not at the beginning of the result. [ruby-core:71806] [Bug #11766] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 742fd15173..1c72c0d775 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 3 15:33:08 2015 Nobuyoshi Nakada + + * sprintf.c (rb_str_format): fix wrong shifting position in + Rational conversion when not at the beginning of the result. + [ruby-core:71806] [Bug #11766] + Thu Dec 3 14:22:16 2015 Nobuyoshi Nakada * range.c (range_to_s): should be infected by the receiver. -- cgit v1.2.3