ruby-changes:24051
From: kazu <ko1@a...>
Date: Fri, 15 Jun 2012 22:09:59 +0900 (JST)
Subject: [ruby-changes:24051] kazu:r36102 (trunk): fix typos [ci skip]
kazu 2012-06-15 22:09:47 +0900 (Fri, 15 Jun 2012) New Revision: 36102 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36102 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 36101) +++ ChangeLog (revision 36102) @@ -2,8 +2,6 @@ * vm_backtrace.c (backtrace_collect): rename from backtreace_collect. -Fri Jun 15 09:01:35 2012 Yuki Yugui Sonoda <yugui@g...> - Fri Jun 15 19:22:13 2012 Koichi Sasada <ko1@a...> * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type). @@ -19,7 +17,7 @@ With such mechanism, `leave' instruction (which returns one frame from current scope) doesn't need to check that this `leave' should also return from VM loop function. - Strictly, one branch can be removed from `leave' instructon. + Strictly, one branch can be removed from `leave' instruction. Consideration: However, pushing the `finish frame' needs costs because it needs several memory accesses. The number of pushing @@ -1477,7 +1475,7 @@ Fri May 25 10:52:52 2012 Koichi Sasada <ko1@a...> - * vm.c: refactoring backtrace related funcitons. + * vm.c: refactoring backtrace related functions. (1) unify similar functions (rb_backtrace_each() and backtrace_object()). backtrace_each() is a unified function. variation: @@ -1487,7 +1485,7 @@ d) rb_backtrace_print_as_bugreport(): print backtrace on bugreport style. (2) remove rb_backtrace_each(). Use backtrace_each() instead. - (3) chang the type of lev parameter to size_t. + (3) change the type of lev parameter to size_t. a) lev == 0 means current frame (exception, etc use it). b) lev == 1 means upper frame (caller(0) use it). @@ -4788,7 +4786,7 @@ Wed Feb 22 17:07:35 2012 Nobuyoshi Nakada <nobu@r...> - * io.c (rb_io_s_foreach): return enumerator including kerword + * io.c (rb_io_s_foreach): return enumerator including keyword arguments. [ruby-dev:45267][Bug #6054] Wed Feb 22 12:15:16 2012 NARUSE, Yui <naruse@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/