ruby-changes:35417
From: usa <ko1@a...>
Date: Wed, 10 Sep 2014 12:21:01 +0900 (JST)
Subject: [ruby-changes:35417] usa:r47499 (ruby_2_0_0): merge revision(s) 44916: [Backport #10043]
usa 2014-09-10 12:20:47 +0900 (Wed, 10 Sep 2014) New Revision: 47499 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47499 Log: merge revision(s) 44916: [Backport #10043] error.c: Crash Report log * error.c (REPORTBUG_MSG): mention about Crash Report log file on MacOS X. Modified directories: branches/ruby_2_0_0/ Modified files: branches/ruby_2_0_0/error.c branches/ruby_2_0_0/test/ruby/test_rubyoptions.rb branches/ruby_2_0_0/version.h Index: ruby_2_0_0/error.c =================================================================== --- ruby_2_0_0/error.c (revision 47498) +++ ruby_2_0_0/error.c (revision 47499) @@ -41,12 +41,17 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/error.c#L41 extern const char ruby_description[]; -#define REPORTBUG_MSG \ +static const char REPORTBUG_MSG[] = "[NOTE]\n" \ "You may have encountered a bug in the Ruby interpreter" \ " or extension libraries.\n" \ "Bug reports are welcome.\n" \ + "" +#if defined __APPLE__ + "Don't forget to include the above Crash Report log file.\n" +#endif "For details: http://www.ruby-lang.org/bugreport.html\n\n" \ + ; static const char * rb_strerrno(int err) Index: ruby_2_0_0/version.h =================================================================== --- ruby_2_0_0/version.h (revision 47498) +++ ruby_2_0_0/version.h (revision 47499) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1 #define RUBY_VERSION "2.0.0" #define RUBY_RELEASE_DATE "2014-09-10" -#define RUBY_PATCHLEVEL 560 +#define RUBY_PATCHLEVEL 561 #define RUBY_RELEASE_YEAR 2014 #define RUBY_RELEASE_MONTH 9 Index: ruby_2_0_0/test/ruby/test_rubyoptions.rb =================================================================== --- ruby_2_0_0/test/ruby/test_rubyoptions.rb (revision 47498) +++ ruby_2_0_0/test/ruby/test_rubyoptions.rb (revision 47499) @@ -502,7 +502,8 @@ class TestRubyOptions < Test::Unit::Test https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/test/ruby/test_rubyoptions.rb#L502 \[NOTE\]\n You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n Bug\sreports\sare\swelcome.\n - For\sdetails:\shttp:\/\/www.ruby-lang.org/bugreport.html\n + (?:.*\n)? + For\sdetails:\shttp:\/\/.*\.ruby-lang\.org/.*\n \n (?:#{additional}) \z Property changes on: ruby_2_0_0 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r44916 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/