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

* 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]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-02-26 03:26:55 +00:00
parent 0676ce8739
commit d7c46522fc
3 changed files with 6 additions and 12 deletions

View file

@ -1,3 +1,9 @@
Fri Feb 26 12:25:56 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]
Fri Feb 26 11:21:41 2016 herwinw <herwin@quarantainenet.nl>
* lib/xmlrpc.rb: Removed references to NQXML. It's obsoleted parser.

View file

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

View file

@ -1821,9 +1821,3 @@ keyword in C. RB_GC_GUARD has the following advantages:
compilers and architectures. RB_GC_GUARD is customizable for broken
systems/compilers without those without negatively affecting other
systems.
/*
* Local variables:
* fill-column: 70
* end:
*/