ruby-changes:31139
From: nagachika <ko1@a...>
Date: Wed, 9 Oct 2013 23:14:58 +0900 (JST)
Subject: [ruby-changes:31139] nagachika:r43218 (trunk): * ChangeLog; fix typos in r43170.
nagachika 2013-10-09 23:14:52 +0900 (Wed, 09 Oct 2013) New Revision: 43218 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43218 Log: * ChangeLog; fix typos in r43170. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43217) +++ ChangeLog (revision 43218) @@ -189,9 +189,9 @@ Mon Oct 7 16:12:36 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L189 * VALUE rb_profile_frame_singleton_method_p(VALUE frame); Get information about each frame. - These APIs are designed for profilers, for example, no objectallocation, + These APIs are designed for profilers, for example, no object allocation, and enough information for profilers. - In this version, this API collects only collect Ruby level frames. + In this version, this API collects only Ruby level frames. This issue will be fixed after Ruby 2.1. * vm_backtrace.c: implement above APIs. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/