From e419c88b0febd37d60a186dc776debb01d5cf6b5 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 22 Apr 2014 09:52:06 +0000 Subject: [PATCH] [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index fa3f8e04e2..0b999aa027 100644 --- a/NEWS +++ b/NEWS @@ -94,6 +94,12 @@ with all sufficient information, see the ChangeLog file. * 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