From: Rafael Garcia-Suarez Date: Sat, 31 May 2003 18:47:50 +0000 (+0000) Subject: Regenerate internals pods. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c3943b6e9c69b628b00a6d2e7f5e1ac3f2ac312;p=p5sagit%2Fp5-mst-13.2.git Regenerate internals pods. p4raw-id: //depot/perl@19650 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index fa5381b..93d1cfb 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -3681,6 +3681,8 @@ Efficient removal of characters from the beginning of the string buffer. SvPOK(sv) must be true and the C must be a pointer to somewhere inside the string buffer. The C becomes the first character of the adjusted string. Uses the "OOK hack". +Beware: after this function returns, C and SvPVX(sv) may no longer +refer to the same chunk of data. void sv_chop(SV* sv, char* ptr) diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 2ae4a65..41ddbba 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -489,6 +489,9 @@ is a CV representing a possible closure. (SvFAKE and name of '&' is not a meaningful combination currently but could become so if C is implemented.) +Note that formats are treated as anon subs, and are cloned each time +write is called (if necessary). + AV * CvPADLIST(CV *cv) =for hackers