ruby-changes:38177
From: hsbt <ko1@a...>
Date: Sun, 12 Apr 2015 20:19:20 +0900 (JST)
Subject: [ruby-changes:38177] hsbt:r50258 (trunk): * gc.c: Document require name for ObjectSpace methods.
hsbt 2015-04-12 14:19:22 +0900 (Sun, 12 Apr 2015) New Revision: 50258 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50258 Log: * gc.c: Document require name for ObjectSpace methods. [ci skip][fix GH-860] Patch by @schneems Modified files: trunk/ChangeLog trunk/gc.c Index: ChangeLog =================================================================== --- ChangeLog (revision 50257) +++ ChangeLog (revision 50258) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Apr 12 14:13:28 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * gc.c: Document require name for ObjectSpace methods. + [ci skip][fix GH-860] Patch by @schneems + Sun Apr 12 13:54:05 2015 Tanaka Akira <akr@f...> * test/ruby/test_io.rb: New test that open(fifo) doesn't block other Index: gc.c =================================================================== --- gc.c (revision 50257) +++ gc.c (revision 50258) @@ -8966,6 +8966,8 @@ rb_gcdebug_sentinel(VALUE obj, const cha https://github.com/ruby/ruby/blob/trunk/gc.c#L8966 * called when a specific object is about to be destroyed by garbage * collection. * + * require 'objspace' + * * a = "A" * b = "B" * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/