fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-11-20 12:39:57 +00:00
parent 2562560c87
commit 5191b2ae3b

View File

@ -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
enable them by default.
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
whether it doesn't need -G or DTrace is disabled. (by cheking
optional DTrace or FreeBSD 10. If it is "no", you cannot know
whether it doesn't need -G or DTrace is disabled. (by checking
error code, you can know)
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.
* signal.c (trap_arg, trap_ensure): removed.
* signal.c (trap, sig_trap): removed pointless signal disabling.
We don't need it bacause we no longer run trap hander on signal
hander context.
We don't need it because we no longer run trap handler on signal
handler context.
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>
* 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.
And fix to accept `level' and `n' parameters for `Thread#backtrace'
and `Thread#backtrace_locations'.