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

ruby-changes:25820

From: ko1 <ko1@a...>
Date: Tue, 27 Nov 2012 09:28:58 +0900 (JST)
Subject: [ruby-changes:25820] ko1:r37877 (trunk): * NEWS: add TracePont.

ko1	2012-11-27 09:18:52 +0900 (Tue, 27 Nov 2012)

  New Revision: 37877

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

  Log:
    * NEWS: add TracePont.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37876)
+++ ChangeLog	(revision 37877)
@@ -1,3 +1,7 @@
+Tue Nov 27 09:17:59 2012  Koichi Sasada  <ko1@a...>
+
+	* NEWS: add TracePont.
+
 Tue Nov 27 08:16:03 2012  Koichi Sasada  <ko1@a...>
 
 	* vm_trace.c: rename TracePoint#file and TracePoint#line
Index: NEWS
===================================================================
--- NEWS	(revision 37876)
+++ NEWS	(revision 37877)
@@ -166,6 +166,10 @@
       * Time#to_s returned encoding defaults to US-ASCII but automatically
         transcodes to Encoding.default_internal if it is set.
 
+  * TracePoint
+    * new class. This class is replacement of set_trace_func.
+      Easy to use and efficient implementation.
+
   * toplevel
     * added method:
       * added main.define_method which defines a global function.

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

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