From: Nick Ing-Simmons Date: Wed, 13 Jun 2001 19:02:48 +0000 (+0000) Subject: Integrate mainline. Storable fail has gone, insecure dependancy still there. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a0ea7d6333a44d024998c9e7c6f04db8dc8fba7;p=p5sagit%2Fp5-mst-13.2.git Integrate mainline. Storable fail has gone, insecure dependancy still there. p4raw-id: //depot/perlio@10577 --- 0a0ea7d6333a44d024998c9e7c6f04db8dc8fba7 diff --cc pod/perlapi.pod index 84e2dc7,d67da13..f439a8b --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@@ -318,7 -329,27 +329,27 @@@ L SV* cv_const_sv(CV* cv) =for hackers --Found in file op.c ++Found in file opmini.c + + =item dAX + + Sets up the C variable. + This is usually handled automatically by C by calling C. + + dAX; + + =for hackers + Found in file XSUB.h + + =item dITEMS + + Sets up the C variable. + This is usually handled automatically by C by calling C. + + dITEMS; + + =for hackers + Found in file XSUB.h =item dMARK @@@ -1122,7 -1153,7 +1153,7 @@@ method, similar to C to hook up XSUBs as Perl subs. =for hackers --Found in file op.c ++Found in file opmini.c =item newXSproto