ruby-changes:32885
From: akr <ko1@a...>
Date: Sat, 15 Feb 2014 11:47:23 +0900 (JST)
Subject: [ruby-changes:32885] akr:r44964 (trunk): Add note about "struct RBignum is hidden.".
akr 2014-02-15 11:47:19 +0900 (Sat, 15 Feb 2014) New Revision: 44964 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44964 Log: Add note about "struct RBignum is hidden.". Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 44963) +++ NEWS (revision 44964) @@ -64,3 +64,4 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L64 rb_gc_set_params : internal function. no replacement. * struct RBignum is hidden. [Feature #6083] + Use rb_integer_pack and rb_integer_unpack instead. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/