From: Artur Bergman Date: Mon, 28 May 2001 17:03:51 +0000 (+0200) Subject: todo patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd0afe541537ae6751d5ce74f5665bee7d761218;p=p5sagit%2Fp5-mst-13.2.git todo patch Message-ID: p4raw-id: //depot/perl@10258 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index a8bfbab..3882498 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -68,6 +68,11 @@ They have some tricks Perl doesn't yet implement. Artur Bergman's C module is a start on this, but needs to be more mature. +=head2 make perl_clone optionally clone ops + +So that pseudoforking, mod_perl, iThreads and nvi will work properly +(but not as efficiently) until the regex engine is fixed to be threadsafe. + =head2 Work out exit/die semantics for threads =head2 Typed lexicals for compiler