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

ruby-changes:30994

From: akr <ko1@a...>
Date: Fri, 27 Sep 2013 23:32:04 +0900 (JST)
Subject: [ruby-changes:30994] akr:r43073 (trunk): [DOC]

akr	2013-09-27 23:31:56 +0900 (Fri, 27 Sep 2013)

  New Revision: 43073

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

  Log:
    [DOC]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 43072)
+++ NEWS	(revision 43073)
@@ -31,28 +31,25 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L31
 
 === Core classes updates (outstanding ones only)
 
-* Bignum
-  * New methods
-    * Fixnum#bit_length
-  * Performance improvement
-    * Use GMP if available.
-      GMP is used only for several operations:
-      multiplication, division, radix conversion, GCD
-
 * Binding
   * New methods
     * Binding#local_variable_get(symbol)
     * Binding#local_variable_set(symbol, obj)
     * Binding#local_variable_defined?(symbol)
 
-* Fixnum
-  * New methods
-    * Fixnum#bit_length
-
 * GC
   * added environment variable:
     * RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.
 
+* Integer
+  * New methods
+    * Fixnum#bit_length
+    * Bignum#bit_length
+  * Bignum performance improvement
+    * Use GMP if available.
+      GMP is used only for several operations:
+      multiplication, division, radix conversion, GCD
+
 * IO
   * extended methods:
     * IO#seek supports SEEK_DATA and SEEK_HOLE as whence.

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

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