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

ruby-changes:31223

From: ko1 <ko1@a...>
Date: Wed, 16 Oct 2013 15:14:47 +0900 (JST)
Subject: [ruby-changes:31223] ko1:r43302 (trunk): * NEWS: add a line into NEWS for last commit.

ko1	2013-10-16 15:14:42 +0900 (Wed, 16 Oct 2013)

  New Revision: 43302

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

  Log:
    * NEWS: add a line into NEWS for last commit.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43301)
+++ ChangeLog	(revision 43302)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Oct 16 15:14:21 2013  Koichi Sasada  <ko1@a...>
+
+	* NEWS: add a line into NEWS for last commit.
+
 Wed Oct 16 15:09:14 2013  Koichi Sasada  <ko1@a...>
 
 	* ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.
Index: NEWS
===================================================================
--- NEWS	(revision 43301)
+++ NEWS	(revision 43302)
@@ -269,6 +269,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L269
     * ObjectSpace.allocation_class_path
     * ObjectSpace.allocation_method_id
     * ObjectSpace.allocation_generation
+    * ObjectSpace.reachable_objects_from_root
 
 * Set
   * incompatible changes:

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

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