ruby-changes:37859
From: kazu <ko1@a...>
Date: Thu, 12 Mar 2015 00:20:40 +0900 (JST)
Subject: [ruby-changes:37859] kazu:r49940 (trunk): fix typos [ci skip]
kazu 2015-03-12 00:20:25 +0900 (Thu, 12 Mar 2015) New Revision: 49940 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49940 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 49939) +++ ChangeLog (revision 49940) @@ -221,7 +221,7 @@ Mon Mar 9 21:42:10 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L221 Mon Mar 9 16:34:36 2015 Nobuyoshi Nakada <nobu@r...> - * ext/stringio/stringio.c (strio_close): don't raise on dobule + * ext/stringio/stringio.c (strio_close): don't raise on double close for consistent to IO#close. Mon Mar 09 06:44:48 2015 Koichi Sasada <ko1@a...> @@ -309,7 +309,7 @@ Fri Mar 6 20:18:38 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L309 After this patch, CREF (or NULL == Qfalse for not iseq methods) is stored at the method invocation. - When SVAR is requierd, then put NODE_IF onto SVAR location, + When SVAR is required, then put NODE_IF onto SVAR location, and NDOE_IF::nd_reserved points CREF itself. * vm.c (vm_cref_new, vm_cref_dump, vm_cref_new_toplevel): added. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/