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

ruby-changes:33579

From: akr <ko1@a...>
Date: Tue, 22 Apr 2014 18:52:13 +0900 (JST)
Subject: [ruby-changes:33579] akr:r45660 (trunk): [DOC]

akr	2014-04-22 18:52:06 +0900 (Tue, 22 Apr 2014)

  New Revision: 45660

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

  Log:
    [DOC]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 45659)
+++ NEWS	(revision 45660)
@@ -94,6 +94,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L94
 * struct RBignum is hidden.  [Feature #6083]
   Use rb_integer_pack and rb_integer_unpack instead.
 
+* rb_big_new and rb_big_resize takes a size_t instead of long.
+
+* rb_num2long returns a long instead of SIGNED_VALUE.
+
+* rb_num2ulong returns an unsigned long instead of VALUE.
+
 * st hash table uses power-of-two sizes for speed [Feature #9425].
   Lookups are 10-25% faster if using appropriate hash functions.
   However, weaknesses in hash distribution can no longer be masked

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

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