From 373a7d1a9552428d65b7f81527c77a5837410746 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 8 Jun 2012 13:43:48 +0000 Subject: * process.c (rb_fork_err): revert r35955. The condition needs !chfunc to close ep[0] and ep[1]. The catched exception is re-raised immediately after that if status is not NULL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96b27f0555..ecdd07e64e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 8 22:39:32 2012 Tanaka Akira + + * process.c (rb_fork_err): revert r35955. The condition needs !chfunc + to close ep[0] and ep[1]. The catched exception is re-raised + immediately after that if status is not NULL. + Fri Jun 8 19:43:33 2012 Tanaka Akira * process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd and -- cgit v1.2.3