ruby-changes:29529
From: nobu <ko1@a...>
Date: Sun, 23 Jun 2013 05:51:14 +0900 (JST)
Subject: [ruby-changes:29529] nobu:r41581 (trunk): * remove trailing spaces.
nobu 2013-06-23 05:51:06 +0900 (Sun, 23 Jun 2013) New Revision: 41581 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41581 Log: * remove trailing spaces. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 41580) +++ ChangeLog (revision 41581) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Sun Jun 23 05:41:32 2013 Koichi Sasada <ko1@a...> - * class.c (rb_include_class_new), eval.c (rb_using_refinement): + * class.c (rb_include_class_new), eval.c (rb_using_refinement): make classes/modules (who share method table) shady. If module `a' and `b' shares method table m_tbl and new method with iseq is added, then write barrier is applied only `a' or `b'. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/