ruby-changes:28939
From: zzak <ko1@a...>
Date: Thu, 30 May 2013 17:55:54 +0900 (JST)
Subject: [ruby-changes:28939] zzak:r40991 (trunk): * process.c: RDoc on Process.spawn
zzak 2013-05-30 17:55:41 +0900 (Thu, 30 May 2013) New Revision: 40991 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40991 Log: * process.c: RDoc on Process.spawn Modified files: trunk/ChangeLog trunk/process.c Index: ChangeLog =================================================================== --- ChangeLog (revision 40990) +++ ChangeLog (revision 40991) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu May 30 17:55:04 2013 Zachary Scott <zachary@z...> + + * process.c: RDoc on Process.spawn + Thu May 30 00:08:14 2013 Koichi Sasada <ko1@a...> * gc.c (gc_profile_enable): rest_sweep() to finish last GC. Index: process.c =================================================================== --- process.c (revision 40990) +++ process.c (revision 40991) @@ -3803,7 +3803,9 @@ rb_f_system(int argc, VALUE *argv) https://github.com/ruby/ruby/blob/trunk/process.c#L3803 * pid = spawn("tar xf ruby-2.0.0-p195.tar.bz2") * Process.wait pid * - * This method is similar to system but it doesn't wait end of the command. + * This method is similar to Kernel#system but it doesn't wait for the command + * to finish. + * * The parent process should * use <code>Process.wait</code> to collect * the termination status of its child or -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/