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

merge revision(s) 53947,53948: [Backport #12111]

* doc/extension.ja.rdoc: removed rendering error caused by editor specific
	  configuration on http://docs.ruby-lang.org/en/trunk/extension_rdoc.html .
	  [Bug #12111][ruby-core:73990]

	* doc/extension.rdoc, doc/extension.ja.rdoc: add editor local
	  variables, with commenting out by :enddoc: directives which are
	  just ignored unless code object mode.  [Bug #12111]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2016-03-29 15:01:08 +00:00
parent b0aa1ff399
commit 0d41668f6c
4 changed files with 21 additions and 13 deletions

View file

@ -1,3 +1,15 @@
Wed Mar 30 00:00:47 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* doc/extension.rdoc, doc/extension.ja.rdoc: add editor local
variables, with commenting out by :enddoc: directives which are
just ignored unless code object mode. [Bug #12111]
Wed Mar 30 00:00:47 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* doc/extension.ja.rdoc: removed rendering error caused by editor specific
configuration on http://docs.ruby-lang.org/en/trunk/extension_rdoc.html .
[Bug #12111][ruby-core:73990]
Tue Mar 29 23:54:31 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* object.c (rb_mod_const_get): make error message at uninterned

View file

@ -1789,8 +1789,6 @@ rb_ary_store() などの,適切な API 関数を利用するようにして下
そのほか,対応についての詳細は README.EXT の「Appendix D. Generational
GC」を参照して下さい
/*
* Local variables:
* fill-column: 60
* end:
*/
:enddoc: Local variables:
:enddoc: fill-column: 60
:enddoc: end:

View file

@ -1822,8 +1822,6 @@ keyword in C. RB_GC_GUARD has the following advantages:
systems/compilers without those without negatively affecting other
systems.
/*
* Local variables:
* fill-column: 70
* end:
*/
:enddoc: Local variables:
:enddoc: fill-column: 70
:enddoc: end:

View file

@ -1,10 +1,10 @@
#define RUBY_VERSION "2.3.0"
#define RUBY_RELEASE_DATE "2016-03-29"
#define RUBY_PATCHLEVEL 57
#define RUBY_RELEASE_DATE "2016-03-30"
#define RUBY_PATCHLEVEL 58
#define RUBY_RELEASE_YEAR 2016
#define RUBY_RELEASE_MONTH 3
#define RUBY_RELEASE_DAY 29
#define RUBY_RELEASE_DAY 30
#include "ruby/version.h"