From 2038a2a9f9126a6a07990d086821e0ebd3d463db Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Oct 2015 04:58:47 +0000 Subject: parse.y: fix ripper warnings * parse.y (parser_nextc): send a warning to ripper, not to STDERR always. * parse.y (rb_warn1, rb_warning1): move argument conversions to callers. PRIsVALUE is not valid in String#%. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9796333893..6181591685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Oct 14 13:58:44 2015 Nobuyoshi Nakada + + * parse.y (parser_nextc): send a warning to ripper, not to STDERR + always. + + * parse.y (rb_warn1, rb_warning1): move argument conversions to + callers. PRIsVALUE is not valid in String#%. + Wed Oct 14 13:37:23 2015 SHIBATA Hiroshi * lib/racc/rdoc/grammar.en.rdoc: fix spell error. -- cgit v1.2.3