mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
feb9806237
commit
4ac5f5710e
1 changed files with 11 additions and 0 deletions
11
NEWS
11
NEWS
|
@ -26,12 +26,22 @@ with all sufficient information, see the ChangeLog file.
|
||||||
|
|
||||||
=== Core classes updates (outstanding ones only)
|
=== 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
|
* Binding
|
||||||
* New methods
|
* New methods
|
||||||
* Binding#local_variable_get(symbol)
|
* Binding#local_variable_get(symbol)
|
||||||
* Binding#local_variable_set(symbol, obj)
|
* Binding#local_variable_set(symbol, obj)
|
||||||
* Binding#local_variable_defined?(symbol)
|
* Binding#local_variable_defined?(symbol)
|
||||||
|
|
||||||
|
* Fixnum
|
||||||
|
* New methods
|
||||||
|
* Fixnum#bit_length
|
||||||
|
|
||||||
* GC
|
* GC
|
||||||
* added environment variable:
|
* added environment variable:
|
||||||
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.
|
* 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.argv0() returns the original value of $0.
|
||||||
* Process.setproctitle() sets the process title without affecting $0.
|
* Process.setproctitle() sets the process title without affecting $0.
|
||||||
* Process.clock_gettime
|
* Process.clock_gettime
|
||||||
|
* Process.clock_getres
|
||||||
|
|
||||||
* String
|
* String
|
||||||
* New methods:
|
* New methods:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue