From fcf63d1e54384420a1ac8b5b5e2b7bd0b53a5df3 Mon Sep 17 00:00:00 2001 From: ngoto Date: Fri, 6 Nov 2015 09:19:14 +0000 Subject: * include/ruby/ruby.h (rb_array_const_ptr, rb_struct_const_ptr): Suppress pointer type mismatch warnings occurred with old version of Fujitsu C Compiler (fcc) on Solaris 10. The warnings cause failure of TestMkmf::TestConvertible. [Bug #11644] [ruby-dev:49326] * include/ruby/ruby.h (FIX_CONST_VALUE_PTR): macro for the above, only effective with fcc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c45c081dd5..410cb54a51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 6 18:07:47 2015 Naohisa Goto + + * include/ruby/ruby.h (rb_array_const_ptr, rb_struct_const_ptr): + Suppress pointer type mismatch warnings occurred with old version + of Fujitsu C Compiler (fcc) on Solaris 10. The warnings cause + failure of TestMkmf::TestConvertible. [Bug #11644] [ruby-dev:49326] + * include/ruby/ruby.h (FIX_CONST_VALUE_PTR): macro for the above, + only effective with fcc. + Fri Nov 6 12:39:21 2015 Nobuyoshi Nakada * defs/id.def (token_ops), parse.y (parser_yylex): change DOTQ -- cgit v1.2.3