1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add NEWS about rb_gc_set_params() and rb_gc_count()

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nari 2013-11-23 04:46:34 +00:00
parent 7ae8d78949
commit fe398529a6

4
NEWS
View file

@ -310,3 +310,7 @@ with all sufficient information, see the ChangeLog file.
is raised.
=== C API updates
* rb_gc_set_params() is deprecated. This is only used in Ruby internal.
* rb_gc_count() added. This returns the number of times GC occurred.