mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_trace.c: Fix typos. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
89a7e87cd4
commit
480bcad71d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Apr 30 11:18:47 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
|
||||
|
||||
* vm_trace.c: Fix typos. [ci skip]
|
||||
|
||||
Sat Apr 30 10:09:04 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/pty/pty.c (establishShell): honor USER environment variable
|
||||
|
|
|
@ -453,8 +453,8 @@ static void call_trace_func(rb_event_flag_t, VALUE data, VALUE self, ID id, VALU
|
|||
* +c-call+:: call a C-language routine
|
||||
* +c-return+:: return from a C-language routine
|
||||
* +call+:: call a Ruby method
|
||||
* +class+:: start a class or module definition),
|
||||
* +end+:: finish a class or module definition),
|
||||
* +class+:: start a class or module definition
|
||||
* +end+:: finish a class or module definition
|
||||
* +line+:: execute code on a new line
|
||||
* +raise+:: raise an exception
|
||||
* +return+:: return from a Ruby method
|
||||
|
|
Loading…
Add table
Reference in a new issue