ruby-changes:31187
From: kazu <ko1@a...>
Date: Sat, 12 Oct 2013 18:29:44 +0900 (JST)
Subject: [ruby-changes:31187] kazu:r43266 (trunk): fix typos
kazu 2013-10-12 18:29:23 +0900 (Sat, 12 Oct 2013) New Revision: 43266 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43266 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43265) +++ ChangeLog (revision 43266) @@ -13,7 +13,7 @@ Sat Oct 12 03:26:04 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L13 * vm.c, vm_core.h (rb_vm_add_root_module): added to register as a defined root module or class. This guard helps mark miss from defined classes/modules they are - only refered from C's global variables in C-exts. + only referred from C's global variables in C-exts. Basically, it is extension's bug. Register to hash object VM has. Marking a hash objects allows generational GC supports. @@ -40,7 +40,7 @@ Fri Oct 11 20:46:09 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L40 Fri Oct 11 20:35:59 2013 Koichi Sasada <ko1@a...> - * gc.c, parse.y: support generational Symbol relatetd marking. + * gc.c, parse.y: support generational Symbol related marking. Each symbols has String objects respectively to represent Symbols. These objects are marked only when: @@ -97,7 +97,7 @@ Fri Oct 11 17:33:24 2013 Akinori MUSHA https://github.com/ruby/ruby/blob/trunk/ChangeLog#L97 * block-mid keywords (then, else, elsif, when, rescue and ensure) also become electric with automatic reindentation. - * Add standarized comments for ELPA integration. + * Add standardized comments for ELPA integration. * Fix interaction with smartparens-mode by disabling its end keyword completion, since ruby-electric has become more clever -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/