From a07b4b1fb0f2e47d755d82f2d6fab5e9f262774c Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 26 Apr 2008 04:03:59 +0000 Subject: * lib/open3.rb: double fork is replaced by spawn with Process.detach. (Open3.popen3w): new method to access the thread returned by Process.detach. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0472fd347..d1331dd6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 26 13:00:41 2008 Tanaka Akira + + * lib/open3.rb: double fork is replaced by spawn with Process.detach. + (Open3.popen3w): new method to access the thread returned by + Process.detach. + Sat Apr 26 00:47:43 2008 Tanaka Akira * process.c (rb_spawn_internal): new function to specify -- cgit