ruby-changes:44338
From: normal <ko1@a...>
Date: Thu, 13 Oct 2016 10:40:32 +0900 (JST)
Subject: [ruby-changes:44338] normal:r56411 (trunk): doc/extension.rdoc: wording fix w.r.t. volatile vs RB_GC_GUARD
normal 2016-10-13 10:40:21 +0900 (Thu, 13 Oct 2016) New Revision: 56411 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56411 Log: doc/extension.rdoc: wording fix w.r.t. volatile vs RB_GC_GUARD Modified files: trunk/ChangeLog trunk/doc/extension.rdoc Index: doc/extension.rdoc =================================================================== --- doc/extension.rdoc (revision 56410) +++ doc/extension.rdoc (revision 56411) @@ -1854,8 +1854,7 @@ keyword in C. RB_GC_GUARD has the follo https://github.com/ruby/ruby/blob/trunk/doc/extension.rdoc#L1854 3. "volatile" implementations may be buggy/inconsistent in some compilers and architectures. RB_GC_GUARD is customizable for broken - systems/compilers without those without negatively affecting other - systems. + systems/compilers without negatively affecting other systems. :enddoc: Local variables: :enddoc: fill-column: 70 Index: ChangeLog =================================================================== --- ChangeLog (revision 56410) +++ ChangeLog (revision 56411) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Oct 13 10:37:31 2016 Eric Wong <e@8...> + + * doc/extension.rdoc: wording fix + Thu Oct 13 00:39:08 2016 Nobuyoshi Nakada <nobu@r...> * test/ruby/test_array.rb (test_sort_bang_with_freeze): make a -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/