[前][次][番号順一覧][スレッド一覧]

ruby-changes:31493

From: zzak <ko1@a...>
Date: Fri, 8 Nov 2013 02:44:47 +0900 (JST)
Subject: [ruby-changes:31493] zzak:r43572 (trunk): * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop

zzak	2013-11-08 02:44:43 +0900 (Fri, 08 Nov 2013)

  New Revision: 43572

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43572

  Log:
    * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop
      By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421

  Modified files:
    trunk/ChangeLog
    trunk/ext/objspace/object_tracing.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43571)
+++ ChangeLog	(revision 43572)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Nov  8 02:43:01 2013  Zachary Scott  <e@z...>
+
+	* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop
+	  By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421
+
 Fri Nov  8 02:34:20 2013  Zachary Scott  <e@z...>
 
 	* lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fix
Index: ext/objspace/object_tracing.c
===================================================================
--- ext/objspace/object_tracing.c	(revision 43571)
+++ ext/objspace/object_tracing.c	(revision 43572)
@@ -207,8 +207,8 @@ trace_object_allocations_start(VALUE sel https://github.com/ruby/ruby/blob/trunk/ext/objspace/object_tracing.c#L207
  *
  * Stop tracing object allocations.
  *
- * Note that if ::trace_object_allocations_start is called n-times, then stop
- * tracing after calling ::trace_object_allocations_stop n-times.
+ * Note that if ::trace_object_allocations_start is called n-times, then
+ * tracing will stop after calling ::trace_object_allocations_stop n-times.
  *
  */
 static VALUE

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]