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

ruby-changes:45786

From: naruse <ko1@a...>
Date: Sun, 12 Mar 2017 02:09:47 +0900 (JST)
Subject: [ruby-changes:45786] naruse:r57859 (ruby_2_4): merge revision(s) 57335:

naruse	2017-03-12 02:09:43 +0900 (Sun, 12 Mar 2017)

  New Revision: 57859

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57859

  Log:
    merge revision(s) 57335:
    
    s/SaveStringValue/SafeStringValue/
    
    Fix a typo in extension.rdoc.
    
    Signed-off-by: Akira Matsuda <ronnie@d...>
    
    closes #1512

  Modified directories:
    branches/ruby_2_4/
  Modified files:
    branches/ruby_2_4/doc/extension.rdoc
    branches/ruby_2_4/version.h
Index: ruby_2_4/version.h
===================================================================
--- ruby_2_4/version.h	(revision 57858)
+++ ruby_2_4/version.h	(revision 57859)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_4/version.h#L1
 #define RUBY_VERSION "2.4.0"
 #define RUBY_RELEASE_DATE "2017-03-12"
-#define RUBY_PATCHLEVEL 24
+#define RUBY_PATCHLEVEL 25
 
 #define RUBY_RELEASE_YEAR 2017
 #define RUBY_RELEASE_MONTH 3
Index: ruby_2_4/doc/extension.rdoc
===================================================================
--- ruby_2_4/doc/extension.rdoc	(revision 57858)
+++ ruby_2_4/doc/extension.rdoc	(revision 57859)
@@ -1176,7 +1176,7 @@ void Check_Type(VALUE value, int type) : https://github.com/ruby/ruby/blob/trunk/ruby_2_4/doc/extension.rdoc#L1176
 
   Ensures +value+ is of the given internal +type+ or raises a TypeError
 
-SaveStringValue(value) ::
+SafeStringValue(value) ::
 
   Checks that +value+ is a String and is not tainted
 

Property changes on: ruby_2_4
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r57335


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

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