From d8cf72f4189e701172878836becef3f047a57dc5 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 11 Apr 2013 02:22:49 +0000 Subject: merge revision(s) 34270: [Backport #5858] * string.c (rb_str_concat): set array element after definition to fix compile error with Fujitsu C Compiler 5.6 on Solaris 10 on Sparc. [Bug #5878] [ruby-dev:45123] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@40229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efabc80ab4..9c2ef9ccd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Apr 11 11:22:32 2013 Naohisa Goto + + * string.c (rb_str_concat): set array element after definition + to fix compile error with Fujitsu C Compiler 5.6 on Solaris 10 + on Sparc. [Bug #5878] [ruby-dev:45123] + Thu Apr 11 11:21:25 2013 Nobuyoshi Nakada * parse.y (parser_magic_comment): should pass the proper value. -- cgit v1.2.3