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

ruby-changes:41228

From: duerst <ko1@a...>
Date: Fri, 25 Dec 2015 14:12:37 +0900 (JST)
Subject: [ruby-changes:41228] duerst:r53300 (trunk): doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,

duerst	2015-12-25 14:12:16 +0900 (Fri, 25 Dec 2015)

  New Revision: 53300

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

  Log:
    doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,
    include/ruby/version.h: minor grammar fixes [ci skip]

  Modified files:
    trunk/ChangeLog
    trunk/doc/ChangeLog-2.3.0
    trunk/ext/tk/lib/tkextlib/SUPPORT_STATUS
    trunk/include/ruby/version.h
Index: doc/ChangeLog-2.3.0
===================================================================
--- doc/ChangeLog-2.3.0	(revision 53299)
+++ doc/ChangeLog-2.3.0	(revision 53300)
@@ -19,8 +19,8 @@ Thu Dec 24 17:25:42 2015  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.3.0#L19
 
 Thu Dec 24 16:17:47 2015  NARUSE, Yui  <naruse@r...>
 
-	* common.mk (fake.rb): $(arch)-fake.rb must depend miniruby because
-	  it may depend miniruby.
+	* common.mk (fake.rb): $(arch)-fake.rb must depend on miniruby because
+	  it may depend on miniruby.
 
 Thu Dec 24 16:13:05 2015  NARUSE, Yui  <naruse@r...>
 
@@ -11413,8 +11413,8 @@ Tue Jan 20 02:54:11 2015  Zachary Scott https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.3.0#L11413
 
 Mon Jan 19 22:08:26 2015  Nobuyoshi Nakada  <nobu@r...>
 
-	* class.c (include_modules_at): allow prepend each modules up to
-	  once for each classes.  [EXPERIMENTAL]
+	* class.c (include_modules_at): allow to prepend each module up to
+	  once for each classe.  [EXPERIMENTAL]
 
 Sun Jan 18 18:32:20 2015  SHIBATA Hiroshi  <shibata.hiroshi@g...>
 
Index: include/ruby/version.h
===================================================================
--- include/ruby/version.h	(revision 53299)
+++ include/ruby/version.h	(revision 53300)
@@ -13,7 +13,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/version.h#L13
 
 /*
  * This file contains only
- * - never-changeable informations, and
+ * - never-changeable information, and
  * - interfaces accessible from extension libraries.
  *
  * Never try to check RUBY_VERSION_CODE etc in extension libraries,
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53299)
+++ ChangeLog	(revision 53300)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Dec 25 14:12:12 2015  Martin Duerst  <duerst@i...>
+
+	* doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,
+	  include/ruby/version.h: minor grammar fixes [ci skip]
+
 Fri Dec 25 08:23:22 2015  Tadashi Saito  <tadashi_saito@d...>
 
 	* compile.c, cont.c, doc, man: fix common misspelling.
Index: ext/tk/lib/tkextlib/SUPPORT_STATUS
===================================================================
--- ext/tk/lib/tkextlib/SUPPORT_STATUS	(revision 53299)
+++ ext/tk/lib/tkextlib/SUPPORT_STATUS	(revision 53300)
@@ -3,11 +3,11 @@ https://github.com/ruby/ruby/blob/trunk/ext/tk/lib/tkextlib/SUPPORT_STATUS#L3
 
   *** RELEASE_DATE of the libraries => see 'tkextlib/version.rb' ***
 
-The following list shows *CURRENT* status when this file was modified
-at last. If you want to add other Tcl/Tk extensions to the planned list
-(or change its status position), please request them at the ruby-talk,
+The following list shows *CURRENT* status when this file was last modified.
+If you want to add other Tcl/Tk extensions to the planned list (or change
+their status position), please send a request to the ruby-talk,
 ruby-list, or ruby-dev ML. Although we cannot promise to support your
-requests, we'll try to do.
+requests, we'll try to do it.
 
 If you want to check that wrapper libraries are ready to use on your
 environment, please execute 'pkg_checker.rb' with no arguments. The

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

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