ruby-changes:32297
From: ko1 <ko1@a...>
Date: Tue, 24 Dec 2013 14:13:49 +0900 (JST)
Subject: [ruby-changes:32297] ko1:r44376 (trunk): * README.EXT: add a refer to URL.
ko1 2013-12-24 14:13:43 +0900 (Tue, 24 Dec 2013) New Revision: 44376 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44376 Log: * README.EXT: add a refer to URL. Modified files: trunk/ChangeLog trunk/README.EXT Index: README.EXT =================================================================== --- README.EXT (revision 44375) +++ README.EXT (revision 44376) @@ -1491,6 +1491,7 @@ RB_EVENT_HOOKS_HAVE_CALLBACK_DATA :: https://github.com/ruby/ruby/blob/trunk/README.EXT#L1491 = Appendix C. Functions available for use in extconf.rb See documentation for {mkmf}[rdoc-ref:MakeMakefile]. + = Appendix D. Generational GC Ruby 2.1 introduced a generational garbage collector (called RGenGC). @@ -1587,7 +1588,8 @@ Before inserting write barriers, you nee https://github.com/ruby/ruby/blob/trunk/README.EXT#L1588 (gc.c will help you). Macros and functions to insert write barriers are available in in include/ruby/ruby.h. An example is available in iseq.c. -For a complete guide for RGenGC and write barriers, please refer to [...]. +For a complete guide for RGenGC and write barriers, please refer to +<https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RGenGC>. /* * Local variables: Index: ChangeLog =================================================================== --- ChangeLog (revision 44375) +++ ChangeLog (revision 44376) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Dec 24 14:13:14 2013 Koichi Sasada <ko1@a...> + + * README.EXT: add a refer to URL. + Tue Dec 24 13:48:45 2013 Koichi Sasada <ko1@a...> * README.EXT: add a document about RGenGC. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/