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

ruby-changes:31036

From: naruse <ko1@a...>
Date: Wed, 2 Oct 2013 15:08:05 +0900 (JST)
Subject: [ruby-changes:31036] naruse:r43115 (trunk): Add NEWS about RbConfig::SIZEOF

naruse	2013-10-02 15:07:58 +0900 (Wed, 02 Oct 2013)

  New Revision: 43115

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

  Log:
    Add NEWS about RbConfig::SIZEOF
    
    https://bugs.ruby-lang.org/issues/8568

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 43114)
+++ NEWS	(revision 43115)
@@ -89,6 +89,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L89
     * Process.clock_gettime
     * Process.clock_getres
 
+* RbConfig
+  * New constants:
+    * RbConfig::SIZEOF is added to provide the size of C types.
+
 * String
   * New methods:
     * String#scrub and String#scrub! verify and fix invalid byte sequence.

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

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