fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2562560c87
commit
5191b2ae3b
10
ChangeLog
10
ChangeLog
@ -109,8 +109,8 @@ Tue Nov 20 11:14:33 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
|||||||
FreeBSD 9 has USDT but they are still optional. FreeBSD 10 will
|
FreeBSD 9 has USDT but they are still optional. FreeBSD 10 will
|
||||||
enable them by default.
|
enable them by default.
|
||||||
The variable $rb_cv_prog_dtrace_g is "yes" only on FreeBSD 9 with
|
The variable $rb_cv_prog_dtrace_g is "yes" only on FreeBSD 9 with
|
||||||
optional DTrace or FreeBSD 10. If it is "no", you cannnot know
|
optional DTrace or FreeBSD 10. If it is "no", you cannot know
|
||||||
whether it doesn't need -G or DTrace is disabled. (by cheking
|
whether it doesn't need -G or DTrace is disabled. (by checking
|
||||||
error code, you can know)
|
error code, you can know)
|
||||||
|
|
||||||
Mon Nov 19 22:55:48 2012 Naohisa Goto <ngotogenome@gmail.com>
|
Mon Nov 19 22:55:48 2012 Naohisa Goto <ngotogenome@gmail.com>
|
||||||
@ -168,8 +168,8 @@ Tue Nov 20 09:31:33 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
|||||||
USE_TRAP_MASK.
|
USE_TRAP_MASK.
|
||||||
* signal.c (trap_arg, trap_ensure): removed.
|
* signal.c (trap_arg, trap_ensure): removed.
|
||||||
* signal.c (trap, sig_trap): removed pointless signal disabling.
|
* signal.c (trap, sig_trap): removed pointless signal disabling.
|
||||||
We don't need it bacause we no longer run trap hander on signal
|
We don't need it because we no longer run trap handler on signal
|
||||||
hander context.
|
handler context.
|
||||||
|
|
||||||
Tue Nov 20 09:20:49 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
Tue Nov 20 09:20:49 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
@ -215,7 +215,7 @@ Mon Nov 19 15:09:07 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
|||||||
Mon Nov 19 14:55:51 2012 Koichi Sasada <ko1@atdot.net>
|
Mon Nov 19 14:55:51 2012 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* thread.c: add `Thread#backtrace_locations' method.
|
* thread.c: add `Thread#backtrace_locations' method.
|
||||||
This method is similart to `caller_locations' method for
|
This method is similar to `caller_locations' method for
|
||||||
specific method.
|
specific method.
|
||||||
And fix to accept `level' and `n' parameters for `Thread#backtrace'
|
And fix to accept `level' and `n' parameters for `Thread#backtrace'
|
||||||
and `Thread#backtrace_locations'.
|
and `Thread#backtrace_locations'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user