ruby-changes:10539
From: azav <ko1@a...>
Date: Fri, 6 Feb 2009 22:04:20 +0900 (JST)
Subject: [ruby-changes:10539] Ruby:r22093 (trunk): Created execl stub as a missing PIPS function
azav 2009-02-06 22:04:08 +0900 (Fri, 06 Feb 2009) New Revision: 22093 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22093 Log: Created execl stub as a missing PIPS function Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 22092) +++ ChangeLog (revision 22093) @@ -1,3 +1,9 @@ +Fri Feb 6 21:58:24 2009 Alexander Zavorine <alexandre.zavorine@n...> + + * 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 <akr@f...> * signal.c (register_sigaltstack): ignore sigaltstack error. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/