[前][次][番号順一覧][スレッド一覧]

ruby-changes:34453

From: nari <ko1@a...>
Date: Tue, 24 Jun 2014 09:52:20 +0900 (JST)
Subject: [ruby-changes:34453] nari:r46534 (trunk): internal structure

nari	2014-06-24 09:52:14 +0900 (Tue, 24 Jun 2014)

  New Revision: 46534

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46534

  Log:
    internal structure

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 46533)
+++ NEWS	(revision 46534)
@@ -183,9 +183,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L183
 * rb_sym2str() added. This is almost same as `rb_id2str(SYM2ID(sym))`
   but not pinning a dynamic symbol.
 
-* struct RSymbol added. This represents a dynamic symbol as object in
-  Ruby's heaps.
-
 * rb_str_cat_cstr() added. This is same as `rb_str_cat2()`.
 
 * `rb_str_substr()` and `rb_str_subseq()` now share middle of a string,

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]