diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-09-13 00:29:57 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-09-13 00:29:57 +0000 |
commit | 566256a5f970cb95ad72bb7c6601827b2dd6bc74 (patch) | |
tree | 95ade4565b1f3bbb3ff65d040733c0bd49396c1f /NEWS | |
parent | bb4dcd5582eafa8947c1520cc187c64e302755a2 (diff) |
* NEWS: wrote about rb_reserved_fd_p() and objspace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,9 @@ with all sufficient information, see the ChangeLog file. * ruby_vm_at_exit() added. This enables extension libs to hook a VM termination. +* rb_reserved_fd_p() added. If you want to close all file descriptors, + check using this API. [ruby-core:37759] + === Library updates (outstanding ones only) * builtin classes @@ -236,6 +239,10 @@ with all sufficient information, see the ChangeLog file. * Net::HTTPRequest#set_form): Added to support both application/x-www-form-urlencoded and multipart/form-data. +* objspace + * new method: + * ObjectSpace::memsize_of_all + * openssl * PKey::RSA and PKey::DSA now use the generic X.509 encoding scheme (e.g. used in a X.509 certificate's Subject Public Key Info) when |