summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-31 15:12:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-31 15:12:39 +0000
commit4ac5f5710ea3628f166bce27f363c6a42bc6ba39 (patch)
treef379ad2357417bf615a457e4ec1c09e993798499 /NEWS
parentfeb9806237b1687916747cfc2012ebc65eb090ee (diff)
updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9017c12ec8..4484e52abf 100644
--- a/NEWS
+++ b/NEWS
@@ -26,12 +26,22 @@ with all sufficient information, see the ChangeLog file.
=== Core classes updates (outstanding ones only)
+* Bignum
+ * New methods
+ * Fixnum#bit_length
+ * Performance improvement
+ * Use GMP for multiplication of big numbers if it is available.
+
* 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.
@@ -66,6 +76,7 @@ with all sufficient information, see the ChangeLog file.
* Process.argv0() returns the original value of $0.
* Process.setproctitle() sets the process title without affecting $0.
* Process.clock_gettime
+ * Process.clock_getres
* String
* New methods: