From: Nicholas Clark Date: Fri, 9 Nov 2007 23:17:29 +0000 (+0000) Subject: Propagating const outwards from Perl_moreswitches() is to be done. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=816228733181d083e9f0e801db1c17f5c1684363;p=p5sagit%2Fp5-mst-13.2.git Propagating const outwards from Perl_moreswitches() is to be done. p4raw-id: //depot/perl@32262 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 4b7ea0d..ac349b5 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -590,6 +590,13 @@ only the interpretation of non-ASCII characters, and not for the script file handle. To make it work needs some investigation of the ordering of function calls during startup, and (by implication) a bit of tweaking of that order. +=head2 Propagate const outwards from Perl_moreswitches() + +Change 32057 changed the parameter and return value of C +from to . It should now be possible to propagate +const-correctness outwards to C, C +and C. + =head1 Tasks that need a knowledge of the interpreter