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:
parent
d187f4bc21
commit
4df479f50b
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
Tue Nov 27 08:16:03 2012 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* vm_trace.c: rename TracePoint#file and TracePoint#line
|
* vm_trace.c: rename TracePoint#file and TracePoint#line
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -166,6 +166,10 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* Time#to_s returned encoding defaults to US-ASCII but automatically
|
* Time#to_s returned encoding defaults to US-ASCII but automatically
|
||||||
transcodes to Encoding.default_internal if it is set.
|
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
|
* toplevel
|
||||||
* added method:
|
* added method:
|
||||||
* added main.define_method which defines a global function.
|
* added main.define_method which defines a global function.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue