ruby-changes:36349
From: kazu <ko1@a...>
Date: Fri, 14 Nov 2014 19:08:43 +0900 (JST)
Subject: [ruby-changes:36349] kazu:r48430 (trunk): fix typos and spaces [ci skip]
kazu 2014-11-14 19:08:33 +0900 (Fri, 14 Nov 2014) New Revision: 48430 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48430 Log: fix typos and spaces [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 48429) +++ ChangeLog (revision 48430) @@ -9,8 +9,8 @@ Fri Nov 14 16:59:53 2014 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L9 Fri Nov 14 16:33:06 2014 Koichi Sasada <ko1@a...> - * gc.c (gc_stat_internal): support comatible layer for - GC.stat(symbol) type acess. + * gc.c (gc_stat_internal): support compatible layer for + GC.stat(symbol) type access. Fri Nov 14 16:19:08 2014 Koichi Sasada <ko1@a...> @@ -23,7 +23,7 @@ Fri Nov 14 16:19:08 2014 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L23 show a warning message like that: program: GC.stat[:total_allocated_object] warning message: "warning: GC.stat keys were changed from Ruby - 2.1. In this case, you refer to obsolete `total_allocated_object' + 2.1. In this case, you refer to obsolete `total_allocated_object' (new key is `total_allocated_objects'). Please check <https://bugs.ruby-lang.org/issues/9924> for more information." -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/