From 124acaf674565adb8c16b149666dc71f1114602a Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 12 May 2008 10:07:00 +0000 Subject: * process.c (rb_spawn_internal): remove calling run_exec_options() because cannot restore after spawn. we'll fix this later. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6315a4b03..5d93bfd7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 12 19:05:24 2008 NAKAMURA Usaku + + * process.c (rb_spawn_internal): remove calling run_exec_options() + because cannot restore after spawn. we'll fix this later. + Mon May 12 18:16:44 2008 NAKAMURA Usaku * process.c (rb_spawn_internal): need to call run_exec_options() before -- cgit