mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: describe RUBY_HEAP_SLOTS_GROWTH_FACTOR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5f92934e72
commit
8283be280c
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Mar 14 11:53:01 2013 Narihiro Nakamura <authornari@gmail.com>
|
||||||
|
|
||||||
|
* NEWS: describe RUBY_HEAP_SLOTS_GROWTH_FACTOR.
|
||||||
|
|
||||||
Thu Mar 14 10:01:12 2013 Eric Hodel <drbrain@segment7.net>
|
Thu Mar 14 10:01:12 2013 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* doc/globals.rdoc: $? is thread-local
|
* doc/globals.rdoc: $? is thread-local
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -14,6 +14,10 @@ with all sufficient information, see the ChangeLog file.
|
||||||
=== Language changes
|
=== Language changes
|
||||||
=== Core classes updates (outstanding ones only)
|
=== Core classes updates (outstanding ones only)
|
||||||
|
|
||||||
|
* GC
|
||||||
|
* added environment variable:
|
||||||
|
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.
|
||||||
|
|
||||||
* Mutex
|
* Mutex
|
||||||
* misc
|
* misc
|
||||||
* Mutex#owned? is no longer experimental.
|
* Mutex#owned? is no longer experimental.
|
||||||
|
|
Loading…
Reference in a new issue