1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,

include/ruby/version.h: minor grammar fixes [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2015-12-25 05:12:16 +00:00
parent 22d8481f08
commit 0ab9e70625
4 changed files with 14 additions and 9 deletions

View file

@ -1,3 +1,8 @@
Fri Dec 25 14:12:12 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* 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@dwango.co.jp>
* compile.c, cont.c, doc, man: fix common misspelling.

View file

@ -19,8 +19,8 @@ Thu Dec 24 17:25:42 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Dec 24 16:17:47 2015 NARUSE, Yui <naruse@ruby-lang.org>
* 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@ruby-lang.org>
@ -11413,8 +11413,8 @@ Tue Jan 20 02:54:11 2015 Zachary Scott <e@zzak.io>
Mon Jan 19 22:08:26 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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@gmail.com>

View file

@ -3,11 +3,11 @@
*** 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

View file

@ -13,7 +13,7 @@
/*
* 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,