From 816228733181d083e9f0e801db1c17f5c1684363 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 9 Nov 2007 23:17:29 +0000 Subject: [PATCH 1/1] Propagating const outwards from Perl_moreswitches() is to be done. p4raw-id: //depot/perl@32262 --- pod/perltodo.pod | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 1.8.3.1