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

ruby-changes:41847

From: usa <ko1@a...>
Date: Thu, 25 Feb 2016 17:32:35 +0900 (JST)
Subject: [ruby-changes:41847] usa:r53921 (ruby_2_1): merge revision(s) 53022: [Backport #11764]

usa	2016-02-25 17:33:15 +0900 (Thu, 25 Feb 2016)

  New Revision: 53921

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

  Log:
    merge revision(s) 53022: [Backport #11764]
    
    * ext/tk/lib/multi-tk.rb: fix typos.
      [Bug #11764][ruby-core:71800]

  Modified directories:
    branches/ruby_2_1/
  Modified files:
    branches/ruby_2_1/ChangeLog
    branches/ruby_2_1/ext/tk/lib/multi-tk.rb
    branches/ruby_2_1/version.h
Index: ruby_2_1/ChangeLog
===================================================================
--- ruby_2_1/ChangeLog	(revision 53920)
+++ ruby_2_1/ChangeLog	(revision 53921)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ChangeLog#L1
+Thu Feb 25 17:32:23 2016  SHIBATA Hiroshi  <hsbt@r...>
+
+	* ext/tk/lib/multi-tk.rb: fix typos.
+	  [Bug #11764][ruby-core:71800]
+
 Thu Feb 25 16:46:37 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* re.c (reg_names_iter): should consider encoding of regexp.
Index: ruby_2_1/version.h
===================================================================
--- ruby_2_1/version.h	(revision 53920)
+++ ruby_2_1/version.h	(revision 53921)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/version.h#L1
 #define RUBY_VERSION "2.1.9"
 #define RUBY_RELEASE_DATE "2016-02-25"
-#define RUBY_PATCHLEVEL 442
+#define RUBY_PATCHLEVEL 443
 
 #define RUBY_RELEASE_YEAR 2016
 #define RUBY_RELEASE_MONTH 2
Index: ruby_2_1/ext/tk/lib/multi-tk.rb
===================================================================
--- ruby_2_1/ext/tk/lib/multi-tk.rb	(revision 53920)
+++ ruby_2_1/ext/tk/lib/multi-tk.rb	(revision 53921)
@@ -1490,17 +1490,17 @@ class MultiTkIp https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ext/tk/lib/multi-tk.rb#L1490
         begin
           @interp._eval("::safe::disallowTk #{slave}")
         rescue
-          warn("Waring: fail to call '::safe::disallowTk'") if $DEBUG
+          warn("Warning: fail to call '::safe::disallowTk'") if $DEBUG
         end
       else # toplevel path
         begin
           @interp._eval("::safe::tkDelete {} #{top} #{slave}")
         rescue
-          warn("Waring: fail to call '::safe::tkDelete'") if $DEBUG
+          warn("Warning: fail to call '::safe::tkDelete'") if $DEBUG
           begin
             @interp._eval("destroy #{top}")
           rescue
-            warn("Waring: fail to destroy toplevel") if $DEBUG
+            warn("Warning: fail to destroy toplevel") if $DEBUG
           end
         end
       end

Property changes on: ruby_2_1
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r53022


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

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