ruby-changes:37870
From: kazu <ko1@a...>
Date: Fri, 13 Mar 2015 00:29:47 +0900 (JST)
Subject: [ruby-changes:37870] kazu:r49951 (trunk): fix typos [ci skip]
kazu 2015-03-13 00:29:32 +0900 (Fri, 13 Mar 2015) New Revision: 49951 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49951 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 49950) +++ ChangeLog (revision 49951) @@ -63,7 +63,7 @@ Thu Mar 12 07:44:17 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L63 Rename NEW_MEMO() to MEMO_NEW(). - Move MEMO_FOR and NEW_MEMO_FOF macros from node.h. + Move MEMO_FOR and NEW_MEMO_FOR macros from node.h. Export a rb_imemo_new() function for ext/ripper. @@ -123,7 +123,7 @@ Wed Mar 11 21:45:36 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L123 Add THROW_DATA_NEW(). - * internal.h: move defnition of `struct THROW_DATA' + * internal.h: move definition of `struct THROW_DATA' from vm_insnhelper.h to internal.h. Rename `THROW_DATA' to `vm_throw_data'. @@ -144,7 +144,7 @@ Wed Mar 11 21:21:56 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L144 * vm_insnhelper.c: use T_IMEMO to create SVAR. * internal.h, vm_insnhelper.h: move definition `struct SVAR' - from vm_insnhelper.h to internal.h. And rename it to strcut vm_svar. + from vm_insnhelper.h to internal.h. And rename it to struct vm_svar. new imemo_type imemo_svar is added. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/