From 164b8384e42ec329f00a0f1b086df74a53325d75 Mon Sep 17 00:00:00 2001 From: azav Date: Fri, 6 Feb 2009 13:04:08 +0000 Subject: Created execl stub as a missing PIPS function git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 626f3ec1d..673208f55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 6 21:58:24 2009 Alexander Zavorine + + * symbian/missing-pips.c: added a stub for missing PIPS function execl. + + * process.c (rb_proc_exec) [__SYMBIAN32__]: removed conditional around execl function call. + Fri Feb 6 20:37:42 2009 Tanaka Akira * signal.c (register_sigaltstack): ignore sigaltstack error. -- cgit