[前][次][番号順一覧][スレッド一覧]

ruby-changes:32578

From: nagachika <ko1@a...>
Date: Sun, 19 Jan 2014 23:51:04 +0900 (JST)
Subject: [ruby-changes:32578] nagachika:r44657 (ruby_2_0_0): merge revision(s) r44601:

nagachika	2014-01-19 23:51:00 +0900 (Sun, 19 Jan 2014)

  New Revision: 44657

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44657

  Log:
    merge revision(s) r44601:
    
    FreeBSD 10 SEGVs this less than 4M + 12K bytes.

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/bootstraptest/test_method.rb
    branches/ruby_2_0_0/version.h
Index: ruby_2_0_0/bootstraptest/test_method.rb
===================================================================
--- ruby_2_0_0/bootstraptest/test_method.rb	(revision 44656)
+++ ruby_2_0_0/bootstraptest/test_method.rb	(revision 44657)
@@ -1001,8 +1001,8 @@ assert_equal 'ok', %q{ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/bootstraptest/test_method.rb#L1001
 
 assert_normal_exit %q{
   begin
-    Process.setrlimit(Process::RLIMIT_STACK, 4_202_496)
-    # FreeBSD fails this less than 4M + 8K bytes.
+    Process.setrlimit(Process::RLIMIT_STACK, 4_206_592)
+    # FreeBSD SEGVs this less than 4M + 12K bytes.
   rescue Exception
     exit
   end
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 44656)
+++ ruby_2_0_0/version.h	(revision 44657)
@@ -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-01-19"
-#define RUBY_PATCHLEVEL 385
+#define RUBY_PATCHLEVEL 386
 
 #define RUBY_RELEASE_YEAR 2014
 #define RUBY_RELEASE_MONTH 1

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r44601


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]