[前][次][番号順一覧][スレッド一覧]

ruby-changes:21213

From: ko1 <ko1@a...>
Date: Tue, 13 Sep 2011 09:31:27 +0900 (JST)
Subject: [ruby-changes:21213] ko1:r33262 (ruby_1_9_3): * NEWS: wrote about rb_reserved_fd_p() and objspace.

ko1	2011-09-13 09:29:57 +0900 (Tue, 13 Sep 2011)

  New Revision: 33262

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33262

  Log:
    * NEWS: wrote about rb_reserved_fd_p() and objspace.

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/NEWS

Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 33261)
+++ ruby_1_9_3/ChangeLog	(revision 33262)
@@ -1,3 +1,7 @@
+Tue Sep 13 09:28:58 2011  Koichi Sasada  <ko1@a...>
+
+	* NEWS: wrote about rb_reserved_fd_p() and objspace.
+
 Mon Sep 12 20:47:52 2011  Nobuyoshi Nakada  <nobu@r...>
 
 	* thread.c (rb_thread_select): fix a typo to initialize efds
Index: ruby_1_9_3/NEWS
===================================================================
--- ruby_1_9_3/NEWS	(revision 33261)
+++ ruby_1_9_3/NEWS	(revision 33262)
@@ -22,6 +22,9 @@
 * 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 @@
     * 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]