1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: add TracePont.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-11-27 00:18:52 +00:00
parent d187f4bc21
commit 4df479f50b
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Tue Nov 27 09:17:59 2012 Koichi Sasada <ko1@atdot.net>
* NEWS: add TracePont.
Tue Nov 27 08:16:03 2012 Koichi Sasada <ko1@atdot.net>
* vm_trace.c: rename TracePoint#file and TracePoint#line

4
NEWS
View file

@ -166,6 +166,10 @@ with all sufficient information, see the ChangeLog file.
* 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.